Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump floki from 0.22.0 to 0.26.0 #126

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 19, 2020

Bumps floki from 0.22.0 to 0.26.0.

Changelog

Sourced from floki's changelog.

[0.26.0] - 2020-02-17

Added

  • Add support for the pseudo-class selectors :nth-last-child and :nth-last-of-type

Fixed

  • Fix the typespecs of Floki.traverse_and_update/3 - thanks @RichMorin

Changed

  • Update optional dependency fast_html to v1.0.3

[0.25.0] - 2020-01-26

Added

  • Add Floki.parse_fragment!/1 and Floki.parse_document!/1 that has the same functionality of the functions without the bang, but they return the document or fragment without the either tuple and will raise exception in case of errors - thanks @schneiderderek
  • Add Floki.traverse_and_update/3 which accepts an accumulator which is useful to keep the state while traversing the HTML tree - thanks @Dalgona

Changed

  • Update the html_entities dependency from v0.5.0 to v0.5.1

[0.24.0] - 2020-01-01

Added

  • Add support for fast_html, which is a "C Node" wrapping Lexborisov's myhtml - thanks @rinpatch
  • Add setup to run our test suite against all parsers on CI - thanks @rinpatch
  • Add Floki.parse_document/1 and Floki.parse_fragment/1 in order to correct parse documents and fragments of documents - it also prevents the confusion and inconsistency of parse/1.
  • Configure dialyxir in order to run Dializer easily.

Changed

  • Deprecate Floki.parse/1 and all the functions that uses it underneath. This means that all the functions that accepted HTML as binary are deprecated as well. This includes find/2, attr/4, filter_out/2, text/2 and attribute/2. The recommendation is to use those functions with an already parsed document or fragment.
  • Remove support for Elixir 1.5.

[0.23.1] - 2019-12-01

Fixed

... (truncated)
Commits
  • fa26684 Bump version to 0.26.0
  • 062f973 Merge pull request #260 from philss/nth-last-selectors
  • 68e2db0 Add new pseudo-class selectors to the README.md
  • a898754 Add nth-last-of-type pseudo-class selector
  • 15c6b51 Add nth-last-child pseudo-class selector
  • 0dbaace Refactor "Floki.Selector.PseudoClass" module
  • 2bf4c76 Update mix.lock
  • 7069832 Merge pull request #259 from philss/dependabot/hex/fast_html-1.0.3
  • f3f7cdf Bump fast_html from 1.0.1 to 1.0.3
  • 5b33eb7 Merge pull request #256 from philss/dependabot/hex/credo-1.2.2
  • 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 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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [floki](https://github.com/philss/floki) from 0.22.0 to 0.26.0.
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/master/CHANGELOG.md)
- [Commits](philss/floki@v0.22.0...v0.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 19, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.511% when pulling fff03b3 on dependabot/hex/floki-0.26.0 into daeb752 on master.

@dependabot-preview
Copy link
Contributor Author

Looks like floki is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/floki-0.26.0 branch February 20, 2020 00:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant