Skip to content

Bump floki from 0.38.0 to 0.38.1 in the mix-patching group#265

Merged
lewisgoddard merged 1 commit intomasterfrom
dependabot/hex/mix-patching-1b09c5baaf
Mar 23, 2026
Merged

Bump floki from 0.38.0 to 0.38.1 in the mix-patching group#265
lewisgoddard merged 1 commit intomasterfrom
dependabot/hex/mix-patching-1b09c5baaf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the mix-patching group with 1 update: floki.

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

Dependabot compatibility score

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 mix-patching group with 1 update: [floki](https://github.com/philss/floki).


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)

---
updated-dependencies:
- dependency-name: floki
  dependency-version: 0.38.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patching
...

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 Mar 23, 2026
@lewisgoddard lewisgoddard merged commit 36f643e into master Mar 23, 2026
6 checks passed
@lewisgoddard lewisgoddard deleted the dependabot/hex/mix-patching-1b09c5baaf branch March 23, 2026 09:49
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