Skip to content

Bump the development-dependencies group with 3 updates#207

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/development-dependencies-d410ef3b55
Open

Bump the development-dependencies group with 3 updates#207
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/development-dependencies-d410ef3b55

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the development-dependencies group with 3 updates: floki, lazy_html and tidewave.

Updates floki from 0.38.0 to 0.38.1

Release notes

Sourced from floki's releases.

v0.38.1

Performance

This version contains major performance improvements in the following functions:

  • Floki.filter_out/2.
  • Floki.find/2 - with some improvements to specific selectors, like classes and attribute selectors.
  • Floki.text/2.

Those functions are not only faster, but are now using less memory. Please check the PRs related to this release if you want to better understand the numbers.

All the improvements in this version were made by Barna Kovacs - @​preciz, so shout out and thanks to him!

Pull requests

New Contributors

Full Changelog: philss/floki@v0.38.0...v0.38.1

Changelog

Sourced from floki's changelog.

[0.38.1] - 2026-03-17

Performance

This version contains major performance improvements in the following functions:

  • Floki.filter_out/2.
  • Floki.find/2 - with some improvements to specific selectors, like classes and attribute selectors.
  • Floki.text/2.

Those functions are not only faster, but are now using less memory. Please check the PRs related to this release if you want to better understand the numbers.

All the improvements in this version were made by Barna Kovacs - @​preciz, so shout out and thanks to him!

Fixed

Remove a warning about an unused require Logger that pops up when using Elixir v1.20.

Commits
  • a3a6291 Release v0.38.1 (#662)
  • a8afbd8 Optimize class matching in Floki.Selector (#665)
  • f50d7f2 Optimize FlatText.get/3 memory usage and speed (#664)
  • d6f8407 Optimize Finder.get_siblings/2 memory usage and speed (#663)
  • 2051793 Fix unused require Logger warning in parser_test.exs (#661)
  • 67c1125 Optimize Finder.get_descendant_ids/2 memory usage and speed (#660)
  • 5eda2f2 Optimize HTMLTree to_tuple conversion using Enum.reduce (#657)
  • 921e932 Enable tuple traversal optimization for multiple selectors (#652)
  • 26b91e8 Speed up attribute lookup (#651)
  • ab1d361 Make filter_out faster (#650)
  • Additional commits viewable in compare view

Updates lazy_html from 0.1.10 to 0.1.11

Release notes

Sourced from lazy_html's releases.

v0.1.11

Added

  • Added :separator option to LazyHTML.text/1 (#33)
Changelog

Sourced from lazy_html's changelog.

v0.1.11 (2026-04-02)

Added

  • Added :separator option to LazyHTML.text/1 (#33)
Commits

Updates tidewave from 0.5.5 to 0.5.6

Changelog

Sourced from tidewave's changelog.

Changelog

Commits
  • c01a0bc Release v0.5.6
  • 1c040ae Make it clear you must replace $PORT
  • 699a0ae Provide a link to ACP registry
  • c0dbcbb More docs around provider connection
  • a5316b9 Hide only selector, keep Go to latest link
  • ec79a44 Docs improvements
  • a9fed3b Add a note to custom codex-acp and opencode
  • 74f5cd5 Add :extra_apps config for additional app discovery (#231)
  • fa5cddc Use Mix.env() == :dev for double checking when plugging Tidewave
  • ba8dab4 Add listing handlers for prompts and resources (#228)
  • Additional commits viewable in compare view

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 development-dependencies group with 3 updates: [floki](https://github.com/philss/floki), [lazy_html](https://github.com/dashbitco/lazy_html) and [tidewave](https://github.com/tidewave-ai/tidewave_phoenix).


Updates `floki` from 0.38.0 to 0.38.1
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.38.0...v0.38.1)

Updates `lazy_html` from 0.1.10 to 0.1.11
- [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.10...v0.1.11)

Updates `tidewave` from 0.5.5 to 0.5.6
- [Changelog](https://github.com/tidewave-ai/tidewave_phoenix/blob/main/CHANGELOG.md)
- [Commits](tidewave-ai/tidewave_phoenix@v0.5.5...v0.5.6)

---
updated-dependencies:
- dependency-name: floki
  dependency-version: 0.38.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: lazy_html
  dependency-version: 0.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tidewave
  dependency-version: 0.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Apr 6, 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