chore(deps): bump the production-dependencies group across 1 directory with 5 updates#479
Merged
zachdaniel merged 1 commit intoJul 1, 2026
Conversation
…y with 5 updates Bumps the production-dependencies group with 3 updates in the / directory: [ash](https://github.com/ash-project/ash), [phoenix](https://github.com/phoenixframework/phoenix) and [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view). Updates `ash` from 3.27.7 to 3.29.3 - [Release notes](https://github.com/ash-project/ash/releases) - [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md) - [Commits](ash-project/ash@v3.27.7...v3.29.3) Updates `igniter` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ash-project/igniter/releases) - [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md) - [Commits](ash-project/igniter@v0.8.1...v0.8.2) Updates `phoenix` from 1.8.7 to 1.8.8 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.8/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.8.7...v1.8.8) Updates `phoenix_live_view` from 1.1.31 to 1.2.5 - [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases) - [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_view@v1.1.31...v1.2.5) Updates `spark` from 2.7.0 to 2.7.2 - [Release notes](https://github.com/ash-project/spark/releases) - [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md) - [Commits](ash-project/spark@v2.7.0...v2.7.2) --- updated-dependencies: - dependency-name: ash dependency-version: 3.29.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: igniter dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: phoenix dependency-version: 1.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: phoenix_live_view dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: spark dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
f27cc5c to
563fe2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 3 updates in the / directory: ash, phoenix and phoenix_live_view.
Updates
ashfrom 3.27.7 to 3.29.3Release notes
Sourced from ash's releases.
Changelog
Sourced from ash's changelog.
... (truncated)
Commits
1ae2cadchore: release version v3.29.3d9b3100fix: scrub private arguments w/ string valuesd83c2e2chore: update docs451d648chore: release version v3.29.2e52296efix: properly retain override messages on list of errors1cb230bfix: narrow input/2 spec to no_return for resources without actions (#2758)c2fb4f9fix: respect actor from scope: in bulk actions under require_actor? (#2757)6b2e8a5fix: support uuidv7 generation when Ecto isn't startedaaf10dbfix: ensure calc context is added to m2m through query2d5e9edimprovement: add explanatory comment on backwards compat configUpdates
igniterfrom 0.8.1 to 0.8.2Release notes
Sourced from igniter's releases.
Changelog
Sourced from igniter's changelog.
Commits
0625839chore: release version v0.8.2021a000fix: handle empty list inconfigures_keyc2a3521chore: fix test ordering issuea060158chore: format168f64fimprovement: Add scoped configure/6 options for runtime env blocks (#385)200d237improvement: Send issue output to stderr (#384)549e01cimprovement: allow remapping modules to their file locations w/ regexes (#378)bc3edcdimprovement: add --except to igniter.upgrade --all (#383)caa4134improvement: intercept --help for igniter.new and other tasks. (#382)b7fb1fcbuild(deps): bump the production-dependencies group across 1 directory with 4...Updates
phoenixfrom 1.8.7 to 1.8.8Changelog
Sourced from phoenix's changelog.
Commits
99df0a9Release v1.8.8729f781Generator changes for LiveView 1.2 (#6696)d453e37Use Elixir's builtin consolidation from v1.19, closes #4951f30fa36Clarify channel payloads can be any serializable value (#6695)e1e7912Replace all hexdocs URLs with the subdomain format (#6693)cf9dd26Add README template for Phoenix umbrella (#6691)39eb5ddRefactor template override backward compatibility test (#6684)e1c3816chore: small typo fix in controllers.md (#6689)b6a4e31Make websocket disconnect codes explicit (#6678)eea4895Add eex suffix to phx.gen.auth template override test (#6680)Updates
phoenix_live_viewfrom 1.1.31 to 1.2.5Release notes
Sourced from phoenix_live_view's releases.
... (truncated)
Changelog
Sourced from phoenix_live_view's changelog.
... (truncated)
Commits
2c33b9eRelease v1.2.5d4a019eStop upload channel with {:shutdown, :closed} on writer error so the LiveView...9e445c8improve TagEngine EEx.Engine deprecation warning6c2dc63Release v1.2.4d4b8703fix: don't drop directives with multiple macro components (#4319)0735009allow common image attributes on live_img_preview05e4ec0LiveViewTest: only warn about missing form id when recovery applies (#4315)a02c571docs: improved explanation of .form usage in Form Bindings guide (#4300)b52509adocs: clarified ideas in External Uploads guide (#4299)28af5e7slightly adjust binding guideUpdates
sparkfrom 2.7.0 to 2.7.2Release notes
Sourced from spark's releases.
Changelog
Sourced from spark's changelog.
Commits
5c28073chore: release version v2.7.260985dffix: revert pmap introduction (#282)614e6cfchore: release version v2.7.1b6da465fix: fix elixir 1.20 warning35bd143chore(deps): bump igniter from 0.7.9 to 0.8.1 (#281)33338cdchore(deps): bump jason from 1.4.4 to 1.4.5 (#280)e7ff5cdchore(deps-dev): bump ex_doc from 0.40.1 to 0.40.3 (#279)334a1fffix: resolve Elixir 1.20 compilation warnings (#278)