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 html5ever from 0.15.0 to 0.16.1 #567

Merged
merged 2 commits into from
May 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps html5ever from 0.15.0 to 0.16.1.

Release notes

Sourced from html5ever's releases.

v0.16.1

What's Changed

Full Changelog: rusterlium/html5ever_elixir@v0.16.0...v0.16.1

SHA256 checksums

eee03bdf23f8e7137892ae3fd2f3dd41668d9cfb3f628341343ff00099f69653  html5ever_nif-v0.16.1-nif-2.15-x86_64-pc-windows-gnu.dll.tar.gz
bfa1390e96bce7f363258cd57e39bb836671724f81741ecc3001b507a49af751  html5ever_nif-v0.16.1-nif-2.15-x86_64-pc-windows-msvc.dll.tar.gz
d0f8c49d570408b4e188ed3ef178c7e1934155179f4e666d6429e699abebb11c  libhtml5ever_nif-v0.16.1-nif-2.15-aarch64-apple-darwin.so.tar.gz
c694654cf90db1df24f514b378b7c3dbb6470d2e57e146b4191278dc9d16a10b  libhtml5ever_nif-v0.16.1-nif-2.15-aarch64-unknown-linux-gnu.so.tar.gz
f106116278d5a135cede178e5a7cd133148d3165383cea0ffed76667fc4308c6  libhtml5ever_nif-v0.16.1-nif-2.15-aarch64-unknown-linux-musl.so.tar.gz
58b324a81f48edd8858381947ec5d164af57eb2ff78c0a46dc0cb97f7cfbf266  libhtml5ever_nif-v0.16.1-nif-2.15-arm-unknown-linux-gnueabihf.so.tar.gz
e9a561857319d27ed12bac6207693480808dfe38f8593def93c31cb1b0525944  libhtml5ever_nif-v0.16.1-nif-2.15-riscv64gc-unknown-linux-gnu.so.tar.gz
3603693ed0c0510f038d560f2edf66220780885ddb111604bb048899c2b9c51d  libhtml5ever_nif-v0.16.1-nif-2.15-x86_64-apple-darwin.so.tar.gz
4dc4a976060cab35eae5fb1b14d6b02489bb09a6c2a893cc75da6613d8079b17  libhtml5ever_nif-v0.16.1-nif-2.15-x86_64-unknown-linux-gnu.so.tar.gz
ce61e40d2b56180506ac8b50e33c76238648f66bb954676452403f1223edd8aa  libhtml5ever_nif-v0.16.1-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz

v0.16.0

What's Changed

... (truncated)

Changelog

Sourced from html5ever's changelog.

[0.16.1] - 2024-05-15

Fixed

  • Fix parsing of HTML documents that may start with a comment or an XML doc tag.

[0.16.0] - 2024-03-25

Fixed

  • Fix parsing of comments in parse/1.
  • Avoid panic when parsing content with the "template" tag.

Removed

  • Drop support for Elixir 1.12
Commits
  • cd0662e Enable contents write for GH release workflow
  • bad711c Release v0.16.1
  • 07be26c Add Artifact Attestations (#151)
  • 4365ad3 Update actions (#150)
  • 87239c3 Fix parsing of documents that may contain XML before Doctype (#149)
  • a092e27 Bump ex_doc from 0.32.0 to 0.32.2 (#148)
  • 8400768 Bump markup5ever from 0.12.0 to 0.12.1 in /native/html5ever_nif (#146)
  • 6e3811b Bump thiserror from 1.0.58 to 1.0.60 in /native/html5ever_nif (#147)
  • 0808563 Bump ex_doc from 0.31.2 to 0.32.0 (#143)
  • f82c0e6 Start a new dev version and fix release checklist
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [html5ever](https://github.com/rusterlium/html5ever_elixir) from 0.15.0 to 0.16.1.
- [Release notes](https://github.com/rusterlium/html5ever_elixir/releases)
- [Changelog](https://github.com/rusterlium/html5ever_elixir/blob/master/CHANGELOG.md)
- [Commits](rusterlium/html5ever_elixir@v0.15.0...v0.16.1)

---
updated-dependencies:
- dependency-name: html5ever
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 16, 2024
@philss philss merged commit c3417a5 into main May 16, 2024
9 checks passed
@philss philss deleted the dependabot/hex/html5ever-0.16.1 branch May 16, 2024 00:26
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.

1 participant