chore(deps): update all non-major dependencies#39
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
|
commit: |
c9dc9b2 to
7e1bbb8
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
c4e0483 to
558f461
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
dbc3f9c to
1f5110d
Compare
03b0f93 to
c57af25
Compare
03893b1 to
0122e24
Compare
0122e24 to
241c53d
Compare
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:
^7.5.0→^7.7.2^2.2.6→^2.3.1^25.0.10→^25.2.37.0.0-dev.20260122.3→7.0.0-dev.20260216.1^10.4.0→^10.4.110.28.1→10.29.3^4.56.0→^4.57.1^0.20.0→^0.20.3^0.3.1→^0.3.3^4.0.17→^4.0.18^3.5.27→^3.5.28Release Notes
sxzz/eslint-config (@sxzz/eslint-config)
v7.7.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.7.1Compare Source
🐞 Bug Fixes
no-useless-assignmentfor vue, remove reactivity transform support - by @sxzz (beb15)View changes on GitHub
v7.7.0Compare Source
🚀 Features
Support ESLint v10 - by @sxzz (e2a57)Not fully supported.View changes on GitHub
v7.6.1Compare Source
No significant changes
View changes on GitHub
v7.6.0Compare Source
🚀 Features
importWithErrorutility for optional plugin imports - by @sxzz (4ce53)View changes on GitHub
v7.5.1Compare Source
🐞 Bug Fixes
importcondition beforerequire- by @sxzz (c3ca1)View changes on GitHub
sxzz/prettier-config (@sxzz/prettier-config)
v2.3.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.3.0Compare Source
No significant changes
View changes on GitHub
v2.2.7Compare Source
🐞 Bug Fixes
View changes on GitHub
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20260216.1Compare Source
v7.0.0-dev.20260215.1Compare Source
v7.0.0-dev.20260214.1Compare Source
v7.0.0-dev.20260213.1Compare Source
v7.0.0-dev.20260212.1Compare Source
v7.0.0-dev.20260211.1Compare Source
v7.0.0-dev.20260210.1Compare Source
v7.0.0-dev.20260209.1Compare Source
v7.0.0-dev.20260208.1Compare Source
v7.0.0-dev.20260207.1Compare Source
v7.0.0-dev.20260206.1Compare Source
v7.0.0-dev.20260205.1Compare Source
v7.0.0-dev.20260204.1Compare Source
v7.0.0-dev.20260203.1Compare Source
v7.0.0-dev.20260202.1Compare Source
v7.0.0-dev.20260201.1Compare Source
v7.0.0-dev.20260131.1Compare Source
v7.0.0-dev.20260130.1Compare Source
v7.0.0-dev.20260129.1Compare Source
v7.0.0-dev.20260128.1Compare Source
v7.0.0-dev.20260127.1Compare Source
v7.0.0-dev.20260126.1Compare Source
v7.0.0-dev.20260124.1Compare Source
v7.0.0-dev.20260123.3Compare Source
v7.0.0-dev.20260122.4Compare Source
antfu-collective/bumpp (bumpp)
v10.4.1Compare Source
🚀 Features
View changes on GitHub
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
rollup/rollup (rollup)
v4.57.1Compare Source
2026-01-30
Bug Fixes
Pull Requests
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4, @lukastaegert)v4.57.0Compare Source
2026-01-27
Features
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
rolldown/tsdown (tsdown)
v0.20.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.20.2Compare Source
🚀 Features
inlineOnlyclean with hint message on unused - by @jycouet and @sxzz in #725 (13f1c)🐞 Bug Fixes
@types/*- by @kalvenschraut (0be7c)importbeforerequire- by @sxzz (3027a)View changes on GitHub
v0.20.1Compare Source
🚀 Features
View changes on GitHub
sxzz/tsdown-preset-sxzz (tsdown-preset-sxzz)
v0.3.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.3.2Compare Source
🚀 Features
View changes on GitHub
vitest-dev/vitest (vitest)
v4.0.18Compare Source
🚀 Experimental Features
onModuleRunnerhook toworker.init- by @sheremet-va in #9286 (ea837)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in #9441 (e0572)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.