Update dependency entities to v8.1.0 - #11999
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/entities-8.x
branch
4 times, most recently
from
September 9, 2026 02:16
3533bcb to
cdd2489
Compare
renovate
Bot
force-pushed
the
renovate/entities-8.x
branch
from
September 9, 2026 05:48
cdd2489 to
ecfb37e
Compare
Contributor
Code Coverage Report: Only Changed Files listed
Minimum allowed coverage is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.0→8.1.0Release Notes
fb55/entities (entities)
v8.1.0Compare Source
Faster decoding & escaping, with smaller bundles. Encoding output stays compatible with v8.
Improvements
decodeHTML1.19×,decodeHTMLStrict1.14×,decodeHTMLAttribute1.18×,decodeXML1.46×, defaultdecode1.44× as fast. #2248, #2348escapeUTF81.49×,escapeAttribute1.23×,escapeText1.33× as fast. #2247, #2348encodeHTML1.70×,encodeNonAsciiHTML2.24×,encodeXML/escape2.46× as fast. On the short, dense benchmark input, HTML encoding is unchanged; XML encoding and defaultencodetake about 6% longer. #2246, #2348Compared with v8.0.0; speedups are medians of nine runs on Node 26.8.1, Linux/x64. Short inputs use the repository benchmark fixtures; results vary with input.
Fixes
decodeHTMLAttributepreserves interrupted references such as¬in<, previously incorrectly decoded to¬in<. #2213decodeHTMLpreserves unterminated names such as&Xi$, previously incorrectly decoded toÂ. #2331decodeXMLand defaultdecodepreserve XML numeric code points:€now yields U+0080 instead of€. HTML decoding still yields€. By @adarshx01 in #2347.Deprecations
String.prototype.codePointAtinstead ofgetCodePointfromentities/escape. #2268Full Changelog: fb55/entities@v8.0.0...v8.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.