Skip to content

Bump @mojojs/dom from 1.6.0 to 2.1.0 #59

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps @mojojs/dom from 1.6.0 to 2.1.0.

Changelog

Sourced from @​mojojs/dom's changelog.

v2.1.0 (2023-01-29)

Features

  • Rewrote tag tokenizer to be more considerate of shortcomings in the V8 regex engine, increasing overall performance significantly.

Bug Fixes

  • Fixed a few more broken HTML edge cases that could result in the parser running very very slowly.

v2.0.3 (2022-12-31)

Bug Fixes

  • Fixed another broken HTML edge case that could result in the parser running very very slowly.

v2.0.2 (2022-12-11)

Bug Fixes

  • Fixed multiple <script> parsing issues.
  • Fixed a few more HTML edge cases that were parsed much too slowly.

v2.0.1 (2022-12-10)

Bug Fixes

  • Fixed a few broken HTML edge cases that could result in the parser running very very slowly.
  • Fixed a bug where strings like "" were considered valid tags by the parser.

v2.0.0 (2022-11-19)

Breaking Changes

  • Switched from parse5 to a custom parser as default for HTML. This reduces the bundle size significantly for browser use. More spec compliant parsers are still supported with the new custom parser API.

Features

  • Added support for custom parsers.
Commits

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)

Bumps [@mojojs/dom](https://github.com/mojolicious/dom.js) from 1.6.0 to 2.1.0.
- [Release notes](https://github.com/mojolicious/dom.js/releases)
- [Changelog](https://github.com/mojolicious/dom.js/blob/main/CHANGELOG.md)
- [Commits](mojolicious/dom.js@v1.6.0...v2.1.0)

---
updated-dependencies:
- dependency-name: "@mojojs/dom"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4040876627

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.125%

Totals Coverage Status
Change from base Build 3478937083: 0.0%
Covered Lines: 6329
Relevant Lines: 6334

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 7, 2023

Superseded by #60.

@dependabot dependabot bot closed this Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mojojs/dom-2.1.0 branch February 7, 2023 05:13
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