Skip to content

Bump @mojojs/dom from 1.6.0 to 2.0.2 #57

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 Dec 12, 2022

Bumps @mojojs/dom from 1.6.0 to 2.0.2.

Changelog

Sourced from @​mojojs/dom's changelog.

v2.0.2 (2022-12-11)

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

v2.0.1 (2022-12-10)

  • 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
  • 46033b8 2.0.2
  • 91820f1 Fix another <script> parsing issue
  • 90ad748 Fix multiple <script> parsing issues
  • 603163c Use all XML unicode ranges
  • 9c88522 Fix a few more HTML edge cases that were parsed much too slowly
  • 0a391eb Test another special case
  • 1d3e7c1 2.0.1
  • 41cd512 Fix another parser edge case
  • 6fa30ef Fix a few broken HTML edge cases that could result in the parser running very...
  • 881ba4a 2.0.0
  • 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)

Bumps [@mojojs/dom](https://github.com/mojolicious/dom.js) from 1.6.0 to 2.0.2.
- [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.0.2)

---
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 Dec 12, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3672875210

  • 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 Jan 2, 2023

Superseded by #58.

@dependabot dependabot bot closed this Jan 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mojojs/dom-2.0.2 branch January 2, 2023 05:15
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