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 entities from 3.0.1 to 4.5.0 #14

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps entities from 3.0.1 to 4.5.0.

Release notes

Sourced from entities's releases.

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

v4.3.1

  • Fixed an off-by-one error that caused some entities to be decoded to different values (#858) 3b0d48b

fb55/entities@v4.3.0...v4.3.1

v4.3.0

Features

  • Added an escape file, which is available as an export fb55/entities#786
  • Set the sourceRoot property in source maps fb55/entities#788
    • This tells tools where to get the original sources when reading source maps.

Other

Full Changelog: fb55/entities@v4.2.0...v4.3.0

v4.2.0

Fixes:

  • Handle edge-case with surrogate pairs in encode 413c48b

... (truncated)

Commits
  • 61afd47 4.5.0
  • aed7132 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 5.54.1 to 5.58.0 ...
  • d8b550f fix(decode): Handle chunks for numeric entities (#1146)
  • 9cad46b chore(deps): Bump actions/checkout from 3.5.0 to 3.5.1 (#1145)
  • 06dc638 feat(decode): Add EntityDecoder class (#1136)
  • f58904f chore(deps-dev): Bump @​typescript-eslint/parser from 5.57.1 to 5.58.0 (#1142)
  • fb08f5e chore(deps): Bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#1144)
  • 8d94c49 chore(deps-dev): Bump typedoc from 0.23.28 to 0.24.1 (#1143)
  • 10a42a9 chore(deps-dev): Bump eslint from 8.37.0 to 8.38.0 (#1141)
  • 5edc8df chore(deps-dev): Bump typescript from 5.0.3 to 5.0.4 (#1139)
  • 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 [entities](https://github.com/fb55/entities) from 3.0.1 to 4.5.0.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v3.0.1...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants