distributeaid / toolbox

DistributeAid Toolbox
http://distributeaid.org
GNU Affero General Public License v3.0
3 stars 1 forks source link

Update absinthe_plug: 1.5.0 → 1.5.1 (patch) #112

Closed depfu[bot] closed 3 years ago

depfu[bot] commented 3 years ago

Your trial has expired

Thanks for testing out Depfu, we hope it has been useful and saved you some time! Your free trial for private repos has now expired. We're not just going to cut you off right away, but if you want to continue using Depfu, please upgrade your account as soon as possible.

Any questions or feedback, please let us know. Thanks for using Depfu!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ absinthe_plug (1.5.0 → 1.5.1) · Repo · Changelog

Release Notes

1.5.1 (from changelog)

  • Feature: Allow overriding Absinthe.Plug.DocumentProvider.Compiled process function.
  • Feature: Opt out of the default Transport Batch response nesting with transport_batch_payload_key: false.
  • Feature: Add Absinthe.Plug.assign_context/2 helper for inserting values into a conn's Absinthe context.
  • Ensure all Absinthe.Plug options are overrideable via the runtime put_options function.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 31 commits:

✳️ absinthe (1.5.3 → 1.5.4) · Repo · Changelog

Release Notes

1.5.4 (from changelog)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 73 commits:

↗️ decimal (indirect, 1.9.0 → 2.0.0) · Repo · Changelog

Release Notes

2.0.0

Decimal v2.0 requires Elixir v1.2+.

Enhancements

  • Add Decimal.integer?/1

Breaking changes

  • Change Decimal.compare/2 to return :lt | :eq | :gt
  • Change Decimal.cast/1 to return {:ok, t} | :error
  • Change Decimal.parse/1 to return {t, binary} | :error
  • Remove :message and :result fields from Decimal.Error
  • Remove sNaN
  • Rename qNaN to NaN
  • Remove deprecated support for floats in Decimal.new/1
  • Remove deprecated Decimal.minus/1
  • Remove deprecated Decimal.plus/1
  • Remove deprecated Decimal.reduce/1
  • Remove deprecated Decimal.with_context/2, Decimal.get_context/1, Decimal.set_context/1,
    and Decimal.update_context/1
  • Remove deprecated Decimal.decimal?/1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ ecto (indirect, 3.5.4 → 3.5.5) · Repo · Changelog

Release Notes

3.5.5 (from changelog)

Enhancements

  • [Ecto.Query] Add support for subqueries operators: all, any, and exists

Bug fixes

  • [Ecto.Changeset] Use association source on put_assoc with maps/keywords
  • [Ecto.Enum] Add cast clause for nil values on Ecto.Enum
  • [Ecto.Schema] Allow nested type :any for non-virtual fields

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:

↗️ mime (indirect, 1.4.0 → 1.5.0) · Repo

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ nimble_parsec (indirect, 0.6.0 → 1.1.0) · Repo · Changelog

Release Notes

1.1.0 (from changelog)

Enhancements

  • Add defcombinator and support for remote parsec. This allows larger parsers to be broken over multiple modules to speed up compilation by leveraging parallelism.

1.0.0 (from changelog)

Enhancements

  • Allow byte_offset to be given to :line

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 10 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.