Skip to content

chore(deps): bump entities from 4.5.0 to 8.0.0#11603

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/entities-8.0.0
May 20, 2026
Merged

chore(deps): bump entities from 4.5.0 to 8.0.0#11603
mergify[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/entities-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps entities from 4.5.0 to 8.0.0.

Release notes

Sourced from entities's releases.

v8.0.0

What's Changed

  • BREAKING CHANGE: entities is now ESM-only fb55/entities#2183
    • BREAKING: Update engines to node >= 20.19.0
      • Update tsconfig: target es2022
    • BREAKING: Remove deprecated functions & polyfills
  • Use shared eslint config fb55/entities#2157

Full Changelog: fb55/entities@v7.0.1...v8.0.0

v7.0.1

What's Changed

Full Changelog: fb55/entities@v7.0.0...v7.0.1

v7.0.0

No changes in public API; a lot of internals changed though, for faster encoding & decoding and reduced memory usage.

Improvements

Reduced length of the encoded trie by 21% for HTML (from 15,242 words (uint16) to 12075), by:

  • Adding a semicolon flag on value nodes, which means semicolons don't have to be encoded anymore.
  • Compacting dict keys: two keys are now stored in each word, instead of one
  • Compacting runs of 3 or more characters: successive characters are now also stored as two characters per word

Also reduces the size of the encoded table by 32% (after the previous change) by encoding it as base64.

Encodes the encode trie as a string, with a simple parser turning it into the previous structure on load. This leads to a 44% decrease in file size (from 24,034 to 13,392 bytes).

Uses bitmaps to replace regex when looking for ASCII code points that should be replaced with entities. Leads to a ~1.6x speed up for encodeHTML.

Miscellaneous

... (truncated)

Commits
  • 2322ee7 8.0.0
  • 601b001 refactor!: ESM-only (#2183)
  • f888e4c chore(deps): Bump github/codeql-action from 4.32.6 to 4.33.0 (#2182)
  • 0c36a4d chore(deps-dev): Bump typescript-eslint from 8.57.0 to 8.57.1 (#2181)
  • 556e3f4 chore: Remove Tidelift funding information (#2180)
  • ea1b8f4 chore(deps-dev): Bump @​feedic/eslint-config from 0.2.3 to 0.3.1 (#2179)
  • 0d19be8 chore(deps-dev): Bump @​biomejs/biome from 2.4.6 to 2.4.7 (#2178)
  • 12cfc04 chore(deps-dev): Bump @​vitest/coverage-v8 from 4.0.18 to 4.1.0 (#2177)
  • 96f7cc7 chore(deps-dev): Bump @​types/node from 25.4.0 to 25.5.0 (#2175)
  • 6610169 chore(deps-dev): Bump typescript-eslint from 8.56.1 to 8.57.0 (#2174)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for entities since your current version.


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 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 4.5.0 to 8.0.0.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v4.5.0...v8.0.0)

---
updated-dependencies:
- dependency-name: entities
  dependency-version: 8.0.0
  dependency-type: indirect
  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 May 20, 2026
@mergify mergify Bot deployed to Mergify Merge Protections May 20, 2026 11:28 Active
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 20, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • author = dependabot[bot]
    • #approved-reviews-by >= 2
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 20, 2026

Merge Queue Status

This pull request spent 7 minutes 44 seconds in the queue, including 2 minutes 16 seconds running CI.

Required conditions to merge

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

Development

Successfully merging this pull request may close these issues.

0 participants