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 parse5 from 6.0.1 to 7.1.2 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 11, 2024

Bumps parse5 from 6.0.1 to 7.1.2.

Release notes

Sourced from parse5's releases.

v7.1.2

This release includes parse5 and parse5-parser-stream.

Full Changelog: inikulin/parse5@v7.1.0...v7.1.2

v7.1.0

This release is only for the parse5 module.

What's Changed

New Contributors

Full Changelog: inikulin/parse5@v7.0.0...v7.1.0

v7.0.0

Welcome to parse5@7.0.0! ✨ This is a huge release with many changes, features and fixes.

From an organisational perspective, the most important change is that parse5 is now maintained by a team, consisting of James (@​43081j), Titus (@​wooorm) and me (@​fb55). We come from three projects that rely on parse5 — namely Cheerio, rehype, and Lit.

We need your support to continue the project! If you care about parse5, please support us financially on OpenCollective.

Headlining features of this release are ES Modules, TypeScript, and performance improvements: 7.0.0 is 45% faster than 6.0.1 with default options, and 167% faster with location information enabled (for the bench/perf benchmark, on an M1 Mac). Version 7.0.0 is a revamp of every part of the library. There are too many changes to list them all here, so here is a high-level overview:

Breaking: ESM

All of parse5’s packages are now ECMAScript Modules. We are providing dual packages for parse5 and parse5-htmlparser2-tree-adapter for now (see inikulin/parse5#418 and inikulin/parse5#496).

To migrate, please read this Gist on how to update. Note that private internals are no longer available; instead, everything that you need should be imported from the main package.

Implemented by @​43081j in #351

Breaking: TypeScript

The codebase has been ported to TypeScript. This helped uncover a number of subtle logic bugs, such as dc4e269022ebbae0767d8f790a29d6be1835fe1e, b4b5d4ad6f90b3c9fd03a90e2ed5267929979a11, or a0aff9578bb44511bc169c1d7f9e2f2780f7f8a0. TypeScript also helps us refactor with confidence and a lot of the changes in this release would have been much harder to do without it.

To migrate, please remove @types/parse5* as we now ship our own types.

... (truncated)

Commits
  • 1f34d80 Bump version to v7.1.2 (#733)
  • f36a515 chore(deps): bump test/data/html5lib-tests from dd0d815 to 03e6c32 (#735)
  • ddfdbc2 chore(deps): bump github/codeql-action from 2.1.32 to 2.1.33 (#734)
  • 3998539 chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 (#732)
  • 468bb90 chore(deps-dev): bump @​typescript-eslint/parser from 5.42.1 to 5.43.0 (#729)
  • 254a250 feat(parser-stream): Add CJS build (#716)
  • 8953620 chore(deps): bump github/codeql-action from 2.1.31 to 2.1.32 (#731)
  • 98d6b6e chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#730)
  • e38b9ed chore(deps-dev): bump typedoc from 0.23.20 to 0.23.21 (#728)
  • ddde21b chore(deps-dev): bump husky from 8.0.1 to 8.0.2 (#727)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by feedic, a new releaser for parse5 since your current version.


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 [parse5](https://github.com/inikulin/parse5) from 6.0.1 to 7.1.2.
- [Release notes](https://github.com/inikulin/parse5/releases)
- [Commits](inikulin/parse5@v6.0.1...v7.1.2)

---
updated-dependencies:
- dependency-name: parse5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2024
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

0 participants