chore(deps): update all non-major dependencies #2661
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.13v2.23.0→v2.23.1v4.3.0→v4.4.0v1.0.2→v1.1.01.25.6→1.26.01.25.x→1.26.xv4.0.0-rc.3→v4.0.0-rc.4v0.39.0→v0.40.0v2.8.0→v2.9.023.13.4→23.15.110.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316→10.29.33.8.0→3.8.11.10.0→1.11.03.5.27→3.5.28Release 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
golang/go (go)
v1.26.0v1.25.7actions/go-versions (go)
v1.26.0: 1.26.0Compare Source
Go 1.26.0
yaml/go-yaml (go.yaml.in/yaml/v4)
v4.0.0-rc.4Compare Source
golangci/golangci-lint (golangci/golangci-lint)
v2.9.0Compare Source
Released on 2026-02-10
arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)golines: from 0.14.0 to 0.15.0misspell: from 0.7.0 to 0.8.0unqueryvet: from 1.4.0 to 1.5.3 (new options:check-n1,check-sql-injection,check-tx-leaks,allow,custom-rules)wsl: from 5.3.0 to 5.6.0 (new rule:after-block)modernize: from 0.41.0 to 0.42.0prealloc: from 1.0.1 to 1.0.2protogetter: from 0.3.18 to 0.3.20netlify/cli (netlify-cli)
v23.15.1Compare Source
Bug Fixes
v23.15.0Compare Source
Features
Bug Fixes
v23.14.0Compare Source
Features
Bug Fixes
@netlify/images(#7584) (321170d)v23.13.5Compare Source
Bug Fixes
pnpm/pnpm (pnpm)
v10.29.3Compare Source
v10.29.2Compare Source
v10.29.1: pnpm 10.29.1Compare Source
Minor Changes
pnpm dlx/pnpxcommand now supports thecatalog:protocol. Example:pnpm dlx shx@catalog:.auditLevelin thepnpm-workspace.yamlfile #10540.workspace:protocol without version specifier. It is now treated asworkspace:*and resolves to the concrete version during publish #10436.Patch Changes
Fixed
pnpm list --jsonreturning incorrect paths when using global virtual store #10187.Fix
pnpm store pathandpnpm store statususing workspace root for path resolution whenstoreDiris relative #10290.Fixed
pnpm run -rfailing with "No projects matched the filters" when an emptypnpm-workspace.yamlexists #10497.Fixed a bug where
catalogMode: strictwould write the literal string"catalog:"topnpm-workspace.yamlinstead of the resolved version specifier when re-adding an existing catalog dependency #10176.Fixed the documentation URL shown in
pnpm completion --helpto point to the correct page at https://pnpm.io/completion #10281.Skip local
file:protocol dependencies duringpnpm fetch. This fixes an issue wherepnpm fetchwould fail in Docker builds when local directory dependencies were not available #10460.Fixed
pnpm audit --jsonto respect the--audit-levelsetting for both exit code and output filtering #10540.update tar to version 7.5.7 to fix security issue
Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842
Fix
pnpm audit --fixreplacing reference overrides (e.g.$foo) with concrete versions #10325.Fix
shamefullyHoistset viaupdateConfigin.pnpmfile.cjsnot being converted topublicHoistPattern#10271.pnpm helpshould correctly report if the currently running pnpm CLI is bundled with Node.js #10561.Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for
node_modules/.bin, causing binaries to not be found when running commands likepnpm exec#10457.Platinum Sponsors
Gold Sponsors
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
vuejs/core (vue)
v3.5.28Compare Source
Bug Fixes
cancelledparameter in transitiondonecallback (#14391) (6798853).mts/.ctsfiles (#14402) (c09d41f), closes vuejs/router#2611__v_skipflag toEffectScopeto prevent reactive conversion (#14359) (48b7552), closes #14357Configuration
📅 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.