Skip to content

chore(deps): bump entities from 5.0.0 to 7.0.1#184

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/entities-7.0.1
Open

chore(deps): bump entities from 5.0.0 to 7.0.1#184
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/entities-7.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps entities from 5.0.0 to 7.0.1.

Release notes

Sourced from entities's releases.

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

New Contributors

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

v6.0.1

What's Changed

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

... (truncated)

Commits
  • 994259f 7.0.1
  • 2651348 chore(package): Exclude spec
  • d97b64f fix(decode): re-enable streaming (#2117)
  • 1e71c70 chore(deps-dev): Bump @​types/node from 24.10.2 to 25.0.9 (#2114)
  • a2d8d53 chore(deps): Bump actions/checkout from 5 to 6 (#2059)
  • 8d2e723 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin (#2116)
  • 8d75a5a chore(deps-dev): Bump @​typescript-eslint/parser from 8.53.0 to 8.53.1 (#2115)
  • 94f918f chore(deps-dev): Bump eslint-plugin-n from 17.23.1 to 17.23.2 (#2112)
  • 8049da6 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin (#2107)
  • f0d9146 chore(deps-dev): Bump typedoc from 0.28.15 to 0.28.16 (#2109)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 16, 2026
Bumps [entities](https://github.com/fb55/entities) from 5.0.0 to 7.0.1.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v5.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: entities
  dependency-version: 7.0.1
  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-7.0.1 branch from 4f685fd to 471f5c5 Compare April 10, 2026 23:09
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

Development

Successfully merging this pull request may close these issues.

0 participants