chore(deps): update all non-major dependencies #2661
+370
−317
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:
24.10.9→24.10.10v2.23.0→v2.23.1v4.3.0→v4.4.0v1.0.2→v1.1.0v4.0.0-rc.3→v4.0.0-rc.423.13.4→23.14.010.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316→10.28.23.8.0→3.8.11.10.0→1.11.0Release Notes
alecthomas/chroma (github.com/alecthomas/chroma/v2)
v2.23.1Compare Source
Changelog
5b4188bfix: remove AGPL licensed testdatab9b4edcAdd.env.*pattern to bash lexer (#1197)f163adcdocs: add AGENTS.mdfe6f0f3fix: title link to Chromapuzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v4)
v4.4.0Compare Source
Mapfor integer keys #185Map.RangeRelaxedmethod for faster map iteration #187Map.DeleteMatchingmethod for batch entry deletion #186Read-heavy operations on
Mapwith integer keys are now 24-29% faster due to a more efficient hash function, as well as a number of micro-optimizations.RangeRelaxedis a much faster (~11x), lock-free alternative toRange. The downside is that the same key may be visited byRangeRelaxedmore than once if it is concurrently deleted and re-inserted during the iteration.RangeRelaxedshould be preferred overRangein all cases when weaker consistency is acceptable.DeleteMatchingdeletes all entries for which the delete return value of the input function is true. If the cancel return value is true, the iteration stops immediately. The function returns the number of deleted entries. The call locks a hash table bucket for the duration of evaluating the function for all entries in the bucket and performing deletions. It performs up to 20% faster thanRange+Delete, yet if the percentage of the entries to-be-deleted is low,RangeRelaxed+Deletecombination should be more efficient.zeebo/xxh3 (github.com/zeebo/xxh3)
v1.1.0Compare Source
yaml/go-yaml (go.yaml.in/yaml/v4)
v4.0.0-rc.4Compare Source
netlify/cli (netlify-cli)
v23.14.0Compare Source
Features
Bug Fixes
@netlify/images(#7584) (321170d)v23.13.5Compare Source
Bug Fixes
pnpm/pnpm (pnpm)
v10.28.2: pnpm 10.28.2Compare Source
Patch Changes
Security fix: prevent path traversal in
directories.binfield.When pnpm installs a
file:orgit:dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked intonode_modules.This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g.,
/etc/passwd,~/.ssh/id_rsa) and have their contents copied when the package is installed.Note: This only affects
file:andgit:dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.Fixed optional dependencies to request full metadata from the registry to get the
libcfield, which is required for proper platform compatibility checks #9950.Platinum Sponsors
Gold Sponsors
prettier/prettier (prettier)
v3.8.1Compare Source
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)
v1.11.0Compare Source
🩹 Fixes
rewritespath resolution on Windows - by @okineadev (12791)💖 Contributors
View changes on GitHub
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.