deps(elixir): bump floki from 0.38.0 to 0.38.1 in /apps/backend
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(3 months ago)
(24 days ago)
Bumps 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.
- [Speed up
do_classes_matches?- #649](philss/floki#649)- [Make
filter_outfaster - #650](philss/floki#650)- [Speed up attribute lookup - #651](philss/floki#651)
- [Enable tuple traversal optimization for multiple selectors - #652](philss/floki#652)
- [Optimize
HTMLTree.to_tupleconversion usingEnum.reduce- #657](philss/floki#657)- [Optimize
Finder.get_descendant_ids/2memory usage and speed - #660](philss/floki#660)- [Optimize
Finder.get_siblings/2memory usage and speed - #663](philss/floki#663)- [Optimize
FlatText.get/3memory usage and speed - #664](philss/floki#664)- [Optimize class matching in
Floki.Selector- #665](philss/floki#665)All the improvements in this version were made by
Barna Kovacs - @preciz, so shout out and thanks to him!Pull requests
- Fix build status badge by
@sgerrandin philss/floki#632- Update v0.38.0 changelog item for breaking changes by
@kianmengin philss/floki#634- Bump earmark from 1.4.47 to 1.4.48 by
@dependabot[bot] in philss/floki#635- Speed up do_classes_matches? by
@precizin philss/floki#649- Make filter_out faster by
@precizin philss/floki#650- Speed up attribute lookup by
@precizin philss/floki#651- Enable tuple traversal optimization for multiple selectors by
@precizin philss/floki#652- Optimize HTMLTree to_tuple conversion using Enum.reduce by
@precizin philss/floki#657- Optimize Finder.get_descendant_ids/2 memory usage and speed by
@precizin philss/floki#660- Fix unused require Logger warning in parser_test.exs by
@precizin philss/floki#661- Optimize Finder.get_siblings/2 memory usage and speed by
@precizin philss/floki#663- Optimize FlatText.get/3 memory usage and speed by
@precizin philss/floki#664- Optimize class matching in Floki.Selector by
@precizin philss/floki#665- Release v0.38.1 by
@philssin philss/floki#662New Contributors
@sgerrandmade their first contribution in philss/floki#632@precizmade their first contribution in philss/floki#649Full Changelog: https://github.com/philss/floki/compare/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.
- [Speed up
do_classes_matches?- #649](philss/floki#649)- [Make
filter_outfaster - #650](philss/floki#650)- [Speed up attribute lookup - #651](philss/floki#651)
- [Enable tuple traversal optimization for multiple selectors - #652](philss/floki#652)
- [Optimize
HTMLTree.to_tupleconversion usingEnum.reduce- #657](philss/floki#657)- [Optimize
Finder.get_descendant_ids/2memory usage and speed - #660](philss/floki#660)- [Optimize
Finder.get_siblings/2memory usage and speed - #663](philss/floki#663)- [Optimize
FlatText.get/3memory usage and speed - #664](philss/floki#664)- [Optimize class matching in
Floki.Selector- #665](philss/floki#665)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 Loggerthat pops up when using Elixir v1.20.
Commits
a3a6291Release v0.38.1 (#662)a8afbd8Optimize class matching in Floki.Selector (#665)f50d7f2Optimize FlatText.get/3 memory usage and speed (#664)d6f8407Optimize Finder.get_siblings/2 memory usage and speed (#663)2051793Fix unused require Logger warning in parser_test.exs (#661)67c1125Optimize Finder.get_descendant_ids/2 memory usage and speed (#660)5eda2f2Optimize HTMLTree to_tuple conversion using Enum.reduce (#657)921e932Enable tuple traversal optimization for multiple selectors (#652)26b91e8Speed up attribute lookup (#651)ab1d361Make filter_out faster (#650)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
floki
hex
0.38.0 → 0.38.1
Patch
/apps/backend
Technical Details
| ID: | 15849728 |
| UUID: | 4158288565 |
| Node ID: | PR_kwDOQu9fPM7OPfsQ |
| Host: | GitHub |
| Repository: | cgraph-dev/CGraph |