Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#479

Merged
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-d84086f437
Jul 1, 2026
Merged

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#479
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-d84086f437

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: ash, phoenix and phoenix_live_view.

Updates ash from 3.27.7 to 3.29.3

Release notes

Sourced from ash's releases.

v3.29.3

Bug Fixes:

v3.29.0

Features:

  • add Ash.update_many/4 by Zach Daniel

Bug Fixes:

  • look up field policies by calc_name when authorizing calculation sorts (#2754) by Jesse Williams [(#2754)](ash-project/ash#2754)

  • ensure modules are loaded before optional callback checks (#2753) by Vasilis Spilka

  • relate_actor with field: raises BadMapError for belongs_to (#2751) by diogomrts [(#2751)](ash-project/ash#2751)

Improvements:

Changelog

Sourced from ash's changelog.

v3.29.3 (2026-06-23)

Bug Fixes:

Fixes CVE-2026-55736

v3.29.2 (2026-06-22)

Bug Fixes:

Improvements:

  • add explanatory comment on backwards compat config by @​zachdaniel

v3.29.1 (2026-06-14)

Bug Fixes:

v3.29.0 (2026-06-14)

Features:

... (truncated)

Commits
  • 1ae2cad chore: release version v3.29.3
  • d9b3100 fix: scrub private arguments w/ string values
  • d83c2e2 chore: update docs
  • 451d648 chore: release version v3.29.2
  • e52296e fix: properly retain override messages on list of errors
  • 1cb230b fix: narrow input/2 spec to no_return for resources without actions (#2758)
  • c2fb4f9 fix: respect actor from scope: in bulk actions under require_actor? (#2757)
  • 6b2e8a5 fix: support uuidv7 generation when Ecto isn't started
  • aaf10db fix: ensure calc context is added to m2m through query
  • 2d5e9ed improvement: add explanatory comment on backwards compat config
  • Additional commits viewable in compare view

Updates igniter from 0.8.1 to 0.8.2

Release notes

Sourced from igniter's releases.

v0.8.2

Bug Fixes:

  • handle empty list in configures_key by Zach Daniel

Improvements:

  • Add scoped configure/6 options for runtime env blocks (#385) by RhettPoole

  • Send issue output to stderr (#384) by daphnerosepurcell

  • allow remapping modules to their file locations w/ regexes (#378) by aheiner2001

  • add --except to igniter.upgrade --all (#383) by febarnett3

  • intercept --help for igniter.new and other tasks. (#382) by CaydenLords

Changelog

Sourced from igniter's changelog.

v0.8.2 (2026-06-24)

Bug Fixes:

  • handle empty list in configures_key by Zach Daniel

Improvements:

  • Add scoped configure/6 options for runtime env blocks (#385) by RhettPoole

  • Send issue output to stderr (#384) by daphnerosepurcell

  • allow remapping modules to their file locations w/ regexes (#378) by aheiner2001

  • add --except to igniter.upgrade --all (#383) by febarnett3

  • intercept --help for igniter.new and other tasks. (#382) by CaydenLords

Commits
  • 0625839 chore: release version v0.8.2
  • 021a000 fix: handle empty list in configures_key
  • c2a3521 chore: fix test ordering issue
  • a060158 chore: format
  • 168f64f improvement: Add scoped configure/6 options for runtime env blocks (#385)
  • 200d237 improvement: Send issue output to stderr (#384)
  • 549e01c improvement: allow remapping modules to their file locations w/ regexes (#378)
  • bc3edcd improvement: add --except to igniter.upgrade --all (#383)
  • caa4134 improvement: intercept --help for igniter.new and other tasks. (#382)
  • b7fb1fc build(deps): bump the production-dependencies group across 1 directory with 4...
  • Additional commits viewable in compare view

Updates phoenix from 1.8.7 to 1.8.8

Changelog

Sourced from phoenix's changelog.

1.8.8 (2026-06-10)

Enhancements

  • [phx.new] Use LiveView 1.2.0
Commits
  • 99df0a9 Release v1.8.8
  • 729f781 Generator changes for LiveView 1.2 (#6696)
  • d453e37 Use Elixir's builtin consolidation from v1.19, closes #4951
  • f30fa36 Clarify channel payloads can be any serializable value (#6695)
  • e1e7912 Replace all hexdocs URLs with the subdomain format (#6693)
  • cf9dd26 Add README template for Phoenix umbrella (#6691)
  • 39eb5dd Refactor template override backward compatibility test (#6684)
  • e1c3816 chore: small typo fix in controllers.md (#6689)
  • b6a4e31 Make websocket disconnect codes explicit (#6678)
  • eea4895 Add eex suffix to phx.gen.auth template override test (#6680)
  • Additional commits viewable in compare view

Updates phoenix_live_view from 1.1.31 to 1.2.5

Release notes

Sourced from phoenix_live_view's releases.

v1.2.5

Enhancements

  • Ensure Phoenix.LiveView.TagEngine's EEx.Engine deprecation warning includes file and line information
  • Ensure a failing custom UploadWriter does not crash the LiveView process (#4320)

v1.2.4

Bug fixes

  • Only warn about missing form ID when recovery actually applies (#4315)
  • Add common img attributes to live_img_preview/1 that were missing after cleaning the global attribute list in 1.2.0 (#4316)
  • Fix colocated CSS attributes being dropped if using colocated JS in the same component (#4319)

v1.2.3

This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder. Again, it does not contain any changes to the Elixir or JavaScript code itself.

v1.2.2

This release fixes the npm package missing the TypeScript declaration files. It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.

v1.2.1

Bug fixes

  • Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#4291)

v1.2.0

Enhancements

  • Support events pushed when connected mount redirects (#4269)

Bug fixes

  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#4277)

v1.2.0-rc.3

Enhancements

... (truncated)

Changelog

Sourced from phoenix_live_view's changelog.

v1.2.5 (2026-06-30)

Enhancements

  • Ensure Phoenix.LiveView.TagEngine's EEx.Engine deprecation warning includes file and line information
  • Ensure a failing custom UploadWriter does not crash the LiveView process (#4320)

v1.2.4 (2026-06-29)

Bug fixes

  • Only warn about missing form ID when recovery actually applies (#4315)
  • Add common img attributes to live_img_preview/1 that were missing after cleaning the global attribute list in 1.2.0 (#4316)
  • Fix colocated CSS attributes being dropped if using colocated JS in the same component (#4319)

v1.2.3 (2026-06-12)

This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder. Again, it does not contain any changes to the Elixir or JavaScript code itself.

v1.2.2 (2026-06-12)

This release fixes the npm package missing the TypeScript declaration files. It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.

v1.2.1 (2026-06-11)

Bug fixes

  • Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#4291)

v1.2.0 (2026-06-10) 🚀

Enhancements

  • Support events pushed when connected mount redirects (#4269)

Bug fixes

  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#4277)

v1.2.0-rc.3 (2026-05-29)

Enhancements

... (truncated)

Commits
  • 2c33b9e Release v1.2.5
  • d4a019e Stop upload channel with {:shutdown, :closed} on writer error so the LiveView...
  • 9e445c8 improve TagEngine EEx.Engine deprecation warning
  • 6c2dc63 Release v1.2.4
  • d4b8703 fix: don't drop directives with multiple macro components (#4319)
  • 0735009 allow common image attributes on live_img_preview
  • 05e4ec0 LiveViewTest: only warn about missing form id when recovery applies (#4315)
  • a02c571 docs: improved explanation of .form usage in Form Bindings guide (#4300)
  • b52509a docs: clarified ideas in External Uploads guide (#4299)
  • 28af5e7 slightly adjust binding guide
  • Additional commits viewable in compare view

Updates spark from 2.7.0 to 2.7.2

Release notes

Sourced from spark's releases.

v2.7.1

Bug Fixes:

  • fix elixir 1.20 warning by Zach Daniel

  • resolve Elixir 1.20 compilation warnings (#278) by Gilbert

Changelog

Sourced from spark's changelog.

v2.7.2 (2026-06-07)

Bug Fixes:

  • revert pmap introduction (#282) by nxy7

v2.7.1 (2026-06-05)

Bug Fixes:

  • fix elixir 1.20 warning by Zach Daniel

  • resolve Elixir 1.20 compilation warnings (#278) by Gilbert

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 1, 2026
…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>
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 5 updates chore(deps): bump the production-dependencies group across 1 directory with 5 updates Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/hex/production-dependencies-d84086f437 branch from f27cc5c to 563fe2b Compare July 1, 2026 14:27
@zachdaniel zachdaniel merged commit a997152 into main Jul 1, 2026
6 of 7 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/production-dependencies-d84086f437 branch July 1, 2026 14:28
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant