Skip to content

Bump the deps group across 1 directory with 5 updates#851

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/hello_live_view/deps-e3e80a3fc2
Open

Bump the deps group across 1 directory with 5 updates#851
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/hello_live_view/deps-e3e80a3fc2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the deps group with 4 updates in the /hello_live_view directory: nerves_pack, phoenix, phoenix_live_view and toolshed.

Updates nerves_pack from 0.7.1 to 0.7.2

Release notes

Sourced from nerves_pack's releases.

v0.7.2

  • Changes
    • Add licensing information for completeness. There's no actual code in this project so it's marked CC0-1.0.
Changelog

Sourced from nerves_pack's changelog.

v0.7.2

  • Changes
    • Add licensing information for completeness. There's no actual code in this project so it's marked CC0-1.0.
Commits

Updates nerves_runtime from 0.13.12 to 0.13.13

Release notes

Sourced from nerves_runtime's releases.

v0.13.13

  • Changes
    • Support passing reboot parameters. This requires kernel support. The only official Nerves device with support is the Raspberry Pi which uses it to trigger the "tryboot" feature.
    • Fix Elixir 1.20 warning
Changelog

Sourced from nerves_runtime's changelog.

v0.13.13 - 2026-06-07

  • Changes
    • Support passing reboot parameters. This requires kernel support. The only official Nerves device with support is the Raspberry Pi which uses it to trigger the "tryboot" feature.
    • Fix Elixir 1.20 warning
Commits
  • e51f345 v0.13.13 release
  • fecfb2f Test with Elixir 1.20
  • b9c833e Update HexDoc URL
  • 3a310f4 Bump nerves_uevent from 0.1.5 to 0.1.7
  • 157ba1d Bump ex_doc from 0.40.2 to 0.40.3
  • 7a17184 Bump ex_doc from 0.40.1 to 0.40.2
  • b62aeb9 Bump nerves_uevent from 0.1.2 to 0.1.5
  • 3b5dc91 Reduce REUSE.toml exceptions
  • cd7039d Update all dependencies to latest
  • ce1b161 Support passing reboot parameters
  • See full diff 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.0

Release notes

Sourced from phoenix_live_view's releases.

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

Bug fixes

  • Fix nested assign change tracking (#4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#4247)

v1.2.0-rc.2

Bug fixes

  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#4214)

v1.2.0-rc.1

Enhancements

  • Align Phoenix.Component global attributes list with reference list from MDN (#4207). If you relied on one of the removed attributes, use the include option instead. For example:
    attr :rest, :global, include: ~w(width height)
  • Allow setting id attributes clientside for accessibility with this.js().setAttribute() (#4146)
  • Export getFileURLForUpload helper (#4206)
  • Use moveBefore if available when reordering stream items (#4212)

Bug fixes

  • Handle locks on skipped nodes (#4209)

v1.2.0-rc.0

Enhancements

... (truncated)

Changelog

Sourced from phoenix_live_view's changelog.

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

Bug fixes

  • Fix nested assign change tracking (#4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#4247)

v1.2.0-rc.2 (2026-05-05)

Bug fixes

  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#4214)

v1.2.0-rc.1 (2026-05-04)

Enhancements

  • Align Phoenix.Component global attributes list with reference list from MDN (#4207). If you relied on one of the removed attributes, use the include option instead. For example:
    attr :rest, :global, include: ~w(width height)
  • Allow setting id attributes clientside for accessibility with this.js().setAttribute() (#4146)
  • Export getFileURLForUpload helper (#4206)
  • Use moveBefore if available when reordering stream items (#4212)

Bug fixes

  • Handle locks on skipped nodes (#4209)

v1.2.0-rc.0 (2026-04-23)

Enhancements

... (truncated)

Commits
  • 923e859 Release v1.2.0
  • 0f57334 ensure connect_params are kept when following redirects (#4249)
  • 1c6723f Run CI on Elixir 1.20 + OTP 29
  • 2d0d81a Update assets
  • d2981e5 Support events pushed when connected mount redirects (#4279)
  • 3c0d113 Wrap renders caused by component updates in a telemetry span (#4278)
  • 75dd8d1 Fix whitespace handling in HEEx compiler EEx nodes (#4277)
  • e514f02 fix tag compiler regressions
  • 97e4d5e fix comma in README
  • f17f149 Document handle_event takes payload, not unsigned_params (#4268)
  • Additional commits viewable in compare view

Updates toolshed from 0.4.2 to 0.5.0

Release notes

Sourced from toolshed's releases.

v0.5.0

This release adds support for Elixir 1.20 and drops support for Elixir 1.14 and earlier.

  • Updates
    • fake_shell - Starts a fake shell that evaluates all lines with cmd. This provides a limited, but handy shell-like experience. (@​mlainez)
Changelog

Sourced from toolshed's changelog.

v0.5.0

This release adds support for Elixir 1.20 and drops support for Elixir 1.14 and earlier.

  • Updates
    • fake_shell - Starts a fake shell that evaluates all lines with cmd. This provides a limited, but handy shell-like experience. (@​mlainez)
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 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 deps group with 4 updates in the /hello_live_view directory: [nerves_pack](https://github.com/nerves-project/nerves_pack), [phoenix](https://github.com/phoenixframework/phoenix), [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) and [toolshed](https://github.com/elixir-toolshed/toolshed).


Updates `nerves_pack` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/nerves-project/nerves_pack/releases)
- [Changelog](https://github.com/nerves-project/nerves_pack/blob/main/CHANGELOG.md)
- [Commits](nerves-project/nerves_pack@v0.7.1...v0.7.2)

Updates `nerves_runtime` from 0.13.12 to 0.13.13
- [Release notes](https://github.com/nerves-project/nerves_runtime/releases)
- [Changelog](https://github.com/nerves-project/nerves_runtime/blob/main/CHANGELOG.md)
- [Commits](nerves-project/nerves_runtime@v0.13.12...v0.13.13)

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/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.7...v1.8.8)

Updates `phoenix_live_view` from 1.1.31 to 1.2.0
- [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.0)

Updates `toolshed` from 0.4.2 to 0.5.0
- [Release notes](https://github.com/elixir-toolshed/toolshed/releases)
- [Changelog](https://github.com/elixir-toolshed/toolshed/blob/main/CHANGELOG.md)
- [Commits](elixir-toolshed/toolshed@v0.4.2...v0.5.0)

---
updated-dependencies:
- dependency-name: nerves_pack
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: nerves_runtime
  dependency-version: 0.13.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: phoenix
  dependency-version: 1.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: phoenix_live_view
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: toolshed
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 11, 2026
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.

0 participants