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.3.0 #560

Merged
merged 1 commit into from
May 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2022

Bumps entities from 3.0.1 to 4.3.0.

Release notes

Sourced from entities's releases.

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

Features:

  • Export replaceCodePoint from entities/lib/decode 2247ebe

Other:

  • refactor: Enable strict-boolean-expressions (#779) ce2b30b
  • refactor(encode): Skip isHighSurrogate check 03a8f4a
  • chore(ci): Test on its/* instead of Node 10 1a69212
  • chore(scripts): Add tests for decoding of binary trie, fix logic 6cb56f3
  • chore(scripts): Add .eslintrc.json bf89c65

fb55/entities@v4.1.1...v4.2.0

v4.1.1

fb55/entities@v4.1.0...v4.1.1

v4.1.0

  • We now pre-generate the encode trie (#776) 3ef75e1
    • This increases the code size a bit, while reducing memory consumption and improving tooling support.
  • Improved the README 8a194ce b7b24d6

fb55/entities@v4.0.0...v4.1.0

v4.0.0

New Features:

  • entities is now both an ESM and a CommonJS module (#775)
  • entities now has a new documentation website! (Added in 720a36d.)
  • Added escapeAttribute and escapeText functions, implementing the escaping required by the HTML serializer algorithm (#770)

Breaking:

... (truncated)

Commits
  • f85d378 4.3.0
  • 9c294dc refactor(tsconfig): Configure TS to be stricter (#787)
  • 32a9c46 fix(package): Set sourceRoot in source maps (#788)
  • 7007c51 refactor: Add escape file, add as export (#786)
  • 9a108ff chore(deps-dev): Bump typedoc from 0.22.13 to 0.22.14 (#784)
  • 6d342fd 4.2.0
  • 1a69212 chore(ci): Replace Node 10 with LTS
  • 2247ebe feat(decode): Export replaceCodePoint
  • 6cb56f3 chore(scripts): Fix decode logic, add tests
  • bf89c65 chore(scripts): Add .eslintrc.json
  • 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)

@dependabot dependabot bot added dependencies Update one or more dependencies version major Increment the major version when merged labels Apr 11, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/entities-4.3.0 branch 4 times, most recently from 1a4721c to ae3ad49 Compare May 24, 2022 23:27
@suufi suufi enabled auto-merge (squash) May 24, 2022 23:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/entities-4.3.0 branch from ae3ad49 to 6e52640 Compare May 24, 2022 23:33
Bumps [entities](https://github.com/fb55/entities) from 3.0.1 to 4.3.0.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v3.0.1...v4.3.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 force-pushed the dependabot/npm_and_yarn/entities-4.3.0 branch from 6e52640 to 0739e28 Compare May 24, 2022 23:36
@suufi suufi merged commit 650857e into master May 24, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/entities-4.3.0 branch May 24, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version major Increment the major version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant