Skip to content

Bump the development-dependencies group with 4 updates#108

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/development-dependencies-49619ed5b5
Closed

Bump the development-dependencies group with 4 updates#108
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/development-dependencies-49619ed5b5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 4 updates: igniter, lazy_html, phoenix_live_reload and tidewave.

Updates igniter from 0.6.25 to 0.6.28

Changelog

Sourced from igniter's changelog.

v0.6.28 (2025-08-21)

Bug Fixes:

  • use appropriate function name function -> function? (#326) by Ciarán Walsh

Improvements:

  • igniter.new Don't run git init if already in git repo (#328) by Erik André Jakobsen

v0.6.27 (2025-08-14)

  • releasing a new version to handle locally published version with IO.inspects left in 🤦‍♂️

v0.6.26 (2025-07-29)

Bug Fixes:

  • improve Phoenix web module detection in list_routers (#325) by James Harton
Commits
  • 3234063 chore: release version v0.6.28
  • 924a724 improvement: igniter.new Don't run git init if already in git repo (#328)
  • ff45e81 chore: update changelog
  • fa22a3c chore: release version v0.6.27
  • 99d5145 fix: use appropriate function name function -> function? (#326)
  • a803b22 chore: release version v0.6.26
  • d023d3e chore: don't require a web module
  • 956bd4e fix: improve Phoenix web module detection in list_routers (#325)
  • See full diff in compare view

Updates lazy_html from 0.1.3 to 0.1.7

Release notes

Sourced from lazy_html's releases.

v0.1.7

Updated

  • Updated Lexbor version (#21)

v0.1.6

Fixed

  • Fixed regression in LazyHTML.Tree.to_html/1 memory usage (#19)

v0.1.5

Added

  • Added LazyHTML.Tree.postreduce/3 and LazyHTML.Tree.prereduce/3 (#15)

Changed

  • Lowered the runtime glibc version requirement (#16)

v0.1.4

Added

  • Added LazyHTML.html_escape/1 (#14)
Changelog

Sourced from lazy_html's changelog.

v0.1.7 (2025-08-29)

Updated

  • Updated Lexbor version (#21)

v0.1.6 (2025-08-07)

Fixed

  • Fixed regression in LazyHTML.Tree.to_html/1 memory usage (#19)

v0.1.5 (2025-08-05)

Added

  • Added LazyHTML.Tree.postreduce/3 and LazyHTML.Tree.prereduce/3 (#15)

Changed

  • Lowered the runtime glibc version requirement (#16)

v0.1.4 (2025-08-04)

Added

  • Added LazyHTML.html_escape/1 (#14)
Commits

Updates phoenix_live_reload from 1.6.0 to 1.6.1

Changelog

Sourced from phoenix_live_reload's changelog.

1.6.1 (2025-08-31)

  • Enhancements
    • Set :phoenix_live_reload private field to downstream instrumentation
    • Add @import directive support to CSS reload strategy
Commits

Updates tidewave from 0.3.0 to 0.4.2

Changelog

Sourced from tidewave's changelog.

0.4.2 (2025-09-01)

  • Enhancements
    • Raise if Tidewave is plugged after Phoenix.LiveReloader

0.4.1 (2025-08-22)

  • Enhancements
    • Allow same host by default in allowed_origins (similar to Phoenix)
    • Support wildcards at the beginning of allowed_origins
    • Support optional ports and schemes in allowed_origins

0.4.0 (2025-08-19)

  • Enhancements

    • Improve the experience if using outdated phoenix_live_reload
    • Improve the experience if Tidewave is plugged too late
    • Improve results for search_package_docs tool
    • Use new streamable HTTP MCP protocol
  • Backwards incompatible changes

    • Previously deprecated file system tools have been removed

Important: if you previously configured your editor using the SSE transport instead of using a proxy, you likely need to reconfigure the MCP connection using "HTTP" or "Streamable HTTP" instead.

0.3.2 (2025-08-13)

  • Bug fix
    • Fix shell endpoint on Windows

0.3.1 (2025-08-13)

  • Enhancements
    • Improve error messages when peer or origin is not allowed
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 development-dependencies group with 4 updates: [igniter](https://github.com/ash-project/igniter), [lazy_html](https://github.com/dashbitco/lazy_html), [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) and [tidewave](https://github.com/tidewave-ai/tidewave_phoenix).


Updates `igniter` from 0.6.25 to 0.6.28
- [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.6.25...v0.6.28)

Updates `lazy_html` from 0.1.3 to 0.1.7
- [Release notes](https://github.com/dashbitco/lazy_html/releases)
- [Changelog](https://github.com/dashbitco/lazy_html/blob/main/CHANGELOG.md)
- [Commits](dashbitco/lazy_html@v0.1.3...v0.1.7)

Updates `phoenix_live_reload` from 1.6.0 to 1.6.1
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_reload@v1.6.0...v1.6.1)

Updates `tidewave` from 0.3.0 to 0.4.2
- [Changelog](https://github.com/tidewave-ai/tidewave_phoenix/blob/main/CHANGELOG.md)
- [Commits](tidewave-ai/tidewave_phoenix@v0.3.0...v0.4.2)

---
updated-dependencies:
- dependency-name: igniter
  dependency-version: 0.6.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: lazy_html
  dependency-version: 0.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: phoenix_live_reload
  dependency-version: 1.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tidewave
  dependency-version: 0.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-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 Sep 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 9, 2025
@dependabot dependabot Bot deleted the dependabot/hex/development-dependencies-49619ed5b5 branch September 9, 2025 21:50
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