Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group with 7 updates #243

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps the production-dependencies group with 7 updates:

Package From To
appsignal_phoenix 2.4.1 2.5.0
ash 3.4.1 3.4.4
ash_json_api 1.4.6 1.4.7
ash_phoenix 2.1.1 2.1.2
ash_postgres 2.2.3 2.3.0
finch 0.18.0 0.19.0
flame 0.4.2 0.4.4

Updates appsignal_phoenix from 2.4.1 to 2.5.0

Changelog

Sourced from appsignal_phoenix's changelog.

2.5.0

Published on 2024-09-02.

Added

  • Record request information as metadata like the request path, request method and response status. (minor 6e7444a)
Commits

Updates ash from 3.4.1 to 3.4.4

Changelog

Sourced from ash's changelog.

v3.4.4 (2024-09-05)

v3.4.3 (2024-09-04)

Bug Fixes:

  • [loading relationships] properly await tasks from lazy loading multiple relationships

v3.4.2 (2024-09-04)

Bug Fixes:

  • [soft destroys] honor return_destroyed? in soft destroy actions

  • [Ash.Resource.Change] correctly handle return values of batch callbacks (#1424)

  • [read actions] ensure that async limiter is cleared up front

  • [bulk creates] honor bulk upsert condition (#1432)

  • [bulk updates] ensure that update_defaults are set on streaming updates

  • [bulk actions] honor skip_global_validations? in bulk actions

  • [pagination] honor the countable option in pagination

  • [read actions] return proper data shape when doing a read in a transaction

  • [notifications] ensure that from is properly set on all notifications

  • [notifications] fix typo in bulk destroy not clearing ash_started_transaction state

  • [calculations] traverse calculated relationships when rewriting transient calculation values

  • [calculations] don't unload calculation dependencies when lazy? is set

  • [Ash.DataLayer.Ets] handle no_attributes when joining lateral join relationship data

  • [Ash.DataLayer.Ets] fix ets lateral join source field usage

  • [Ash.DataLayer.Ets] properly apply distinct in ets

Improvements with backwards compatibility configurations

These configurations default to the current behavior, but in 4.0 (someday) will be removed, and the new option will be the only option.

... (truncated)

Commits
  • 26ad0b2 chore: release version v3.4.4
  • 90332d0 fix: use consistent naming for configurations
  • e6a7006 feat(Ash.Reactor): Add load option to existing actions, and add new step ty...
  • 24cc008 improvement: ArgumentError for non-existent actions in Ash.can?
  • d6a973c improvement: better error messages on incorrect action types
  • b999fb1 chore: add owl as an explicit dependency
  • 5cdf957 chore: update changelog
  • 0879084 chore: release version v3.4.3
  • d144be6 fix: properly await tasks from lazy loading multiple relationships
  • 745aa6e chore: update changelog
  • Additional commits viewable in compare view

Updates ash_json_api from 1.4.6 to 1.4.7

Changelog

Sourced from ash_json_api's changelog.

v1.4.7 (2024-09-04)

Bug Fixes:

  • decode path parameters automatically
Commits
  • 84a496d chore: release version v1.4.7
  • c7f3f5c fix: decode path parameters automatically
  • a14347e chore(deps): bump json_xema in the production-dependencies group (#226)
  • fa46e44 chore: make some functions public for a special secret project
  • See full diff in compare view

Updates ash_phoenix from 2.1.1 to 2.1.2

Changelog

Sourced from ash_phoenix's changelog.

v2.1.2 (2024-09-03)

Bug Fixes:

  • spec update_form to accept functions of lists
Commits
  • ac20825 chore: release version v2.1.2
  • 6d68aa3 fix: spec update_form to accept functions of lists
  • d24129e chore: unlock unused deps
  • 0fc519b chore(deps): bump ash in the production-dependencies group (#234)
  • 227d47f Cleanup specs with path type (#233)
  • 7f743ac chore(deps): bump ash in the production-dependencies group (#232)
  • 9848dc1 chore(deps): bump ash in the production-dependencies group (#230)
  • See full diff in compare view

Updates ash_postgres from 2.2.3 to 2.3.0

Changelog

Sourced from ash_postgres's changelog.

v2.3.0 (2024-09-05)

Features:

  • mix ash_postgres.gen.resources

  • mix ash_postgres.gen.resources

v2.2.5 (2024-09-04)

Improvements:

  • [AshPostgres.DataLayer] support ash main upsert_condition logic

v2.2.4 (2024-09-03)

Bug Fixes:

  • [AshPostgres.DataLayer] ensure default bindings are present on data layer

  • [AshPostgres.DataLayer] properly traverse newtypes when determining types

Commits
  • 5395aba chore: release version v2.3.0
  • 9191bd3 chore: perf fixes, build, and test
  • f80b157 chore: remove testing modules not in use
  • 3fece44 chore: add the new guide to the docs in mix.exs
  • efa4ef0 feat: mix ash_postgres.gen.resources
  • 133be50 feat: mix ash_postgres.gen.resources
  • 0ccb35a chore: update ash
  • 607254d chore: update changelog
  • 6e0b8fb chore: release version v2.2.5
  • 2015aa6 improvement: support ash main upsert_condition logic
  • Additional commits viewable in compare view

Updates finch from 0.18.0 to 0.19.0

Changelog

Sourced from finch's changelog.

v0.19.0 (2024-09-04)

Enhancements

  • Update @​mint_tls_opts in pool_manager.ex #266
  • Document there is no backpressure on HTTP2 #283
  • Fix test: compare file size instead of map #284
  • Finch.request/3: Use improper list and avoid Enum.reverse #286
  • Require Mint 1.6 #287
  • Remove castore dependency #274
  • Fix typos and improve language in docs and comments #285
  • fix logo size in README #275

Bug Fixes

  • Tweak Finch supervisor children startup order #289, fixes #277
  • implement handle_cancelled/2 pool callback #268, fixes #257
  • type Finch.request_opt() was missing the :request_timeout option #278
Commits
  • 94d9f9f Merge pull request #290 from sneako/v0.19.0
  • 7f50a35 prepare v0.19.0 release
  • 8b2ed4f Merge pull request #289 from elfenlaid/fix-children-order
  • 954ccee Tweak Finch supervisor children strartup order
  • 80c2d42 Merge pull request #274 from wojtekmach/wm-remove-castore
  • b78d4d3 Require Mint 1.6.2
  • 32c4f9d Remove castore dependency
  • 2f94f48 Merge pull request #287 from wojtekmach/wm-update-mint
  • 26e12a9 Require Mint 1.6
  • 58001fb Merge pull request #286 from wojtekmach/wm-avoid-reverse
  • Additional commits viewable in compare view

Updates flame from 0.4.2 to 0.4.4

Changelog

Sourced from flame's changelog.

0.4.4 (2024-09-03)

Bug Fixes

  • Fix idle shutdown running before code sync, causing long code syncs to shut runners down prematurely

0.4.3 (2024-09-02)

Bug Fixes

  • Fix :compress to :code_sync raise invalid option error
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [appsignal_phoenix](https://github.com/appsignal/appsignal-elixir-phoenix) | `2.4.1` | `2.5.0` |
| [ash](https://github.com/ash-project/ash) | `3.4.1` | `3.4.4` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.4.6` | `1.4.7` |
| [ash_phoenix](https://github.com/ash-project/ash_phoenix) | `2.1.1` | `2.1.2` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.2.3` | `2.3.0` |
| [finch](https://github.com/sneako/finch) | `0.18.0` | `0.19.0` |
| [flame](https://github.com/phoenixframework/flame) | `0.4.2` | `0.4.4` |


Updates `appsignal_phoenix` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/appsignal/appsignal-elixir-phoenix/releases)
- [Changelog](https://github.com/appsignal/appsignal-elixir-phoenix/blob/main/CHANGELOG.md)
- [Commits](appsignal/appsignal-elixir-phoenix@v2.4.1...v2.5.0)

Updates `ash` from 3.4.1 to 3.4.4
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.4.1...v3.4.4)

Updates `ash_json_api` from 1.4.6 to 1.4.7
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.4.6...v1.4.7)

Updates `ash_phoenix` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.1.1...v2.1.2)

Updates `ash_postgres` from 2.2.3 to 2.3.0
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.2.3...v2.3.0)

Updates `finch` from 0.18.0 to 0.19.0
- [Changelog](https://github.com/sneako/finch/blob/main/CHANGELOG.md)
- [Commits](sneako/finch@v0.18.0...v0.19.0)

Updates `flame` from 0.4.2 to 0.4.4
- [Changelog](https://github.com/phoenixframework/flame/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/flame@v0.4.2...v0.4.4)

---
updated-dependencies:
- dependency-name: appsignal_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_json_api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: finch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: flame
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2024
@zachdaniel zachdaniel merged commit 0d70f37 into main Sep 5, 2024
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-1822359856 branch September 5, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant