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

chore(deps): bump entities from 2.2.0 to 6.0.0 #80

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps entities from 2.2.0 to 6.0.0.

Release notes

Sourced from entities's releases.

v6.0.0

Features

Full Changelog: fb55/entities@v5.0.0...v6.0.0

v5.0.0

What's Changed

Breaking Changes

  • ⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

Full Changelog: fb55/entities@v4.5.0...v5.0.0

v4.5.0

New Features

entities now features an EntityDecoder class that can be used to decode entities across multiple chunks. This is needed to parse streams, and will be the foundation for entity decoding in htmlparser2 and parse5.

For users of this library, the most welcome addition will be a new attribute decoding mode, which will ignore some entities that were previously parsed (eg. `foo=bar&amp=boo' will be left unchanged).

entities' decode functions all use the new decoder under the hood. There is a new decodeHTMLAttribute function for attribute parsing, and some rare edge-cases where entities diverged from the HTML spec have been eliminated.

Relevant PRs

Small Changes

Full Changelog: fb55/entities@v4.4.0...v4.5.0

v4.4.0

Please note that some JavaScript minifiers, such as terser, will now produce non-ASCII output. If you use entities in the browser, please make sure you are set up to ship UTF-8 to clients, or set eg. terser's ascii_only option to false.

Full Changelog: fb55/entities@v4.3.1...v4.4.0

... (truncated)

Commits
  • 5a955c6 6.0.0
  • f78e0ff chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 7.18.0 to 8.18.1 ...
  • 63a2aa8 Add missing files to package.json
  • 089ab87 chore(deps-dev): Bump eslint-plugin-unicorn from 55.0.0 to 56.0.1 (#1642)
  • f9a3879 chore(deps-dev): Bump tsx from 4.16.5 to 4.19.2 (#1622)
  • a3e9f93 chore(deps-dev): Bump typescript from 5.6.3 to 5.7.2 (#1646)
  • 87931cf chore(deps-dev): Bump prettier from 3.3.3 to 3.4.2 (#1666)
  • 6fd2613 chore(deps-dev): Bump eslint-plugin-n from 17.15.0 to 17.15.1 (#1679)
  • 4967f47 chore(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (#1678)
  • 39964da chore(deps-dev): Bump typedoc from 0.27.4 to 0.27.5 (#1676)
  • 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 [entities](https://github.com/fb55/entities) from 2.2.0 to 6.0.0.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v2.2.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants