Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@commitlint/cli (source) ^19.6.1 -> ^20.0.0 age confidence devDependencies major 20.2.0
@commitlint/config-conventional (source) ^19.6.0 -> ^20.0.0 age confidence devDependencies major 20.2.0
actions/setup-node v4 -> v5 age confidence action major v6
entities ^6.0.0 -> ^7.0.0 age confidence dependencies major
node 22.x -> 24.x age confidence uses-with major

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

actions/setup-node (actions/setup-node)

v5

Compare Source

fb55/entities (entities)

v7.0.0

Compare Source

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

actions/node-versions (node)

v24.11.1: 24.11.1

Compare Source

Node.js 24.11.1

v24.11.0: 24.11.0

Compare Source

Node.js 24.11.0

v24.10.0: 24.10.0

Compare Source

Node.js 24.10.0

v24.9.0: 24.9.0

Compare Source

Node.js 24.9.0

v24.8.0: 24.8.0

Compare Source

Node.js 24.8.0

v24.7.0: 24.7.0

Compare Source

Node.js 24.7.0

v24.6.0: 24.6.0

Compare Source

Node.js 24.6.0

v24.5.0: 24.5.0

Compare Source

Node.js 24.5.0

v24.4.1: 24.4.1

Compare Source

Node.js 24.4.1

v24.4.0: 24.4.0

Compare Source

Node.js 24.4.0

v24.3.0: 24.3.0

Compare Source

Node.js 24.3.0

v24.2.0: 24.2.0

Compare Source

Node.js 24.2.0

v24.1.0: 24.1.0

Compare Source

Node.js 24.1.0

v24.0.2: 24.0.2

Compare Source

Node.js 24.0.2

v24.0.1: 24.0.1

Compare Source

Node.js 24.0.1

v24.0.0: 24.0.0

Compare Source

Node.js 24.0.0


Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Sep 8, 2025

This PR will trigger a patch release when merged.

@codecov
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate-major-external-major branch from 141dced to e40a9bb Compare September 17, 2025 19:07
@renovate renovate bot changed the title fix(deps): update external major (major) chore(deps): update actions/setup-node action to v5 Sep 17, 2025
@renovate renovate bot force-pushed the renovate-major-external-major branch from e40a9bb to 6f53cb9 Compare September 21, 2025 02:27
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v5 fix(deps): update external major (major) Sep 21, 2025
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from 9ca2226 to 8c5eb9c Compare September 29, 2025 19:41
@renovate renovate bot force-pushed the renovate-major-external-major branch 4 times, most recently from b9e99fb to 69b8fde Compare October 14, 2025 17:29
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from d976e46 to 8da164e Compare October 21, 2025 18:34
@renovate renovate bot force-pushed the renovate-major-external-major branch 3 times, most recently from 0f20b3c to ad336af Compare November 2, 2025 23:02
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from bc07352 to 541da62 Compare November 12, 2025 10:13
@renovate renovate bot force-pushed the renovate-major-external-major branch 2 times, most recently from 87aa96c to a27e51b Compare November 21, 2025 23:40
@renovate renovate bot force-pushed the renovate-major-external-major branch from a27e51b to a793941 Compare November 26, 2025 05:00
@renovate renovate bot force-pushed the renovate-major-external-major branch 3 times, most recently from 90d4ca9 to c9ff7a2 Compare December 3, 2025 20:33
@renovate renovate bot force-pushed the renovate-major-external-major branch from c9ff7a2 to e6b7414 Compare December 7, 2025 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant