Skip to content

Comments

Bump the production-dependencies group with 5 updates#152

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/production-dependencies-b695b45a79
Open

Bump the production-dependencies group with 5 updates#152
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/production-dependencies-b695b45a79

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the production-dependencies group with 5 updates:

Package From To
hammer 7.1.0 7.2.0
image 0.62.1 0.63.0
observer_cli 1.8.5 1.8.6
phoenix_live_view 1.1.19 1.1.22
plug_cowboy 2.7.5 2.8.0

Updates hammer from 7.1.0 to 7.2.0

Changelog

Sourced from hammer's changelog.

7.2.0 - 2026-02-03

  • Fix race condition in TokenBucket and LeakyBucket atomics backends by using compare-and-swap (CAS) with packed 64-bit values (#169)
  • Drop Elixir 1.14 support (#169)
  • Add Elixir 1.19 / OTP 28 support (#169)
  • Rename internal :algorithm option to :algorithm_module in Atomic backend for clarity (#170)
Commits

Updates image from 0.62.1 to 0.63.0

Release notes

Sourced from image's releases.

Image version 0.63.0

Breaking Changes

  • Image is supported on Elixir 1.16 and greater only. Previously support was claimed for Elixir 1.12 and later.

Bug Fixes

  • Fix compiler warnings on Elixir 1.20.

  • Fix RGB to hex conversion. Thanks to @​akoutmos for the issue and PR. Closes #196.

Changelog

Sourced from image's changelog.

Image 0.63.0

This is the changelog for Image version 0.63.0 released on January 19th, 2026. For older changelogs please consult the release tag on GitHub

Breaking Changes

  • Image is supported on Elixir 1.16 and greater only. Previously support was claimed for Elixir 1.12 and later.

Bug Fixes

  • Fix compiler warnings on Elixir 1.20.

  • Fix RGB to hex conversion. Thanks to @​akoutmos for the issue and PR. Closes #196.

Commits

Updates observer_cli from 1.8.5 to 1.8.6

Release notes

Sourced from observer_cli's releases.

1.8.6 Coverage 92%

What's Changed

New Contributors

Full Changelog: zhongwencool/observer_cli@1.8.5...1.8.6

Changelog

Sourced from observer_cli's changelog.

  • 1.8.6
    • Add external formatter support (dynamic loading/app env) and docs; formatter callback now receives pid.
    • Improve State view rendering by fixing redraw timers and infinite-loop edge cases.
    • Improve less_client/less_server navigation and status output (F/B commands, last line, row fetching).
    • Auto update net_ticktime.
    • Fix mix compilation and avoid compiling test/ in release builds.
    • Remove recon from included_applications.
Commits
  • 75da6fa Merge pull request #128 from zhongwencool/fix-typo
  • 3c18c88 Fixed mix compilation
  • 765b9cd Removed test/ compilation
  • f79fdee Removed recon from included_applications
  • f5b5706 Merge pull request #119 from okayno14/main_less
  • af2fa22 Added pid to observer_cli_formatter behaviour
  • 04f7b0b Fixed redraw-timer management for State-view
  • c32b0be Fixed wrong timer matching in observer_cli_process:next_draw_view_2
  • 6273396 Fixed infinity loop in state-render-process
  • 424f7b9 Added formatter.md documentation
  • Additional commits viewable in compare view

Updates phoenix_live_view from 1.1.19 to 1.1.22

Changelog

Sourced from phoenix_live_view's changelog.

v1.1.22 (2026-01-28)

Bug fixes

  • Fix live component container patch throwing a JavaScript error when container is locked (#4088)

v1.1.21 (2026-01-27)

Bug fixes

  • Fix stream reset and deletes not working if stream is teleported using Phoenix.Component.portal/1 (#4121)

Enhancements

  • Mark LiveView template code as generated to prevent warnings on Elixir 1.20
  • Allow unused function warnings for function components to be emitted
  • Add Phoenix.LiveView.TagEngine.compile/2 as an official entrypoint for compiling templates in favor of relying on the EEx.Engine behaviour

v1.1.20 (2026-01-14)

Bug fixes

  • Fix redirect in handle_params for client-initiated patches causing a JS exception (#4094)
  • Fix events initiated from elements teleported outside of a LiveComponent being sent to the LiveView instead of the LiveComponent (#4101)
  • Ensure HooksOptions accepts non-default typed hooks (#4099)
  • Prevent portal content from disappearing in rare cases (#4095)
  • Fix <form> submission to a controller from inside a portal not working (#4107)
  • Prevent JS crash when debouncing inputs attached to a form with the form="..." attribute (#4102)
  • Fix UploadClient (from LiveViewTest) crashing when receiving a :socket_close message (#4079)
  • Allow live_file_input to update attributes (#4078)
  • Fix invalid HTML when setting LiveView :container option to :body (#3932)
Commits
  • 748f193 Release v1.1.22
  • dc2753a Update assets
  • 2419627 fix patching locked livecomponent container (closes #4088) (#4134)
  • d1c7f64 Release v1.1.21
  • a500550 Mark LiveView code as generated
  • 4e13579 Update docs clarify window.location timing in hook callbacks (#4120)
  • 085086f add compile function to Phoenix.LiveView.TagEngine (#4123)
  • 92c5e95 fix reset and delete for teleported streams (#4122)
  • 182b1f1 Add test for unused components
  • ad10421 Emit unused function warnings for function components
  • Additional commits viewable in compare view

Updates plug_cowboy from 2.7.5 to 2.8.0

Changelog

Sourced from plug_cowboy's changelog.

v2.8.0

Enhancements

  • Remove supported for deprecated next_protocols_advertised
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 production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [hammer](https://github.com/ExHammer/hammer) | `7.1.0` | `7.2.0` |
| [image](https://github.com/kipcole9/image) | `0.62.1` | `0.63.0` |
| [observer_cli](https://github.com/zhongwencool/observer_cli) | `1.8.5` | `1.8.6` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.1.19` | `1.1.22` |
| [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) | `2.7.5` | `2.8.0` |


Updates `hammer` from 7.1.0 to 7.2.0
- [Changelog](https://github.com/ExHammer/hammer/blob/master/CHANGELOG.md)
- [Commits](ExHammer/hammer@7.1.0...7.2.0)

Updates `image` from 0.62.1 to 0.63.0
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](elixir-image/image@v0.62.1...v0.63.0)

Updates `observer_cli` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/zhongwencool/observer_cli/releases)
- [Changelog](https://github.com/zhongwencool/observer_cli/blob/main/docs/CHANGELOG.md)
- [Commits](zhongwencool/observer_cli@1.8.5...1.8.6)

Updates `phoenix_live_view` from 1.1.19 to 1.1.22
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.22/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.1.19...v1.1.22)

Updates `plug_cowboy` from 2.7.5 to 2.8.0
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/plug_cowboy@v2.7.5...v2.8.0)

---
updated-dependencies:
- dependency-name: hammer
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: image
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: observer_cli
  dependency-version: 1.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: plug_cowboy
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 Feb 9, 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