fix(deps): update all non-major dependencies (minor)#591
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update all non-major dependencies (minor)#591renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4430c8c to
a7a3091
Compare
a7a3091 to
3ea8a68
Compare
3ea8a68 to
c1e9cfc
Compare
c1e9cfc to
14d9adb
Compare
14d9adb to
8d7e342
Compare
8d7e342 to
d50f8f9
Compare
d50f8f9 to
2bbbd84
Compare
2bbbd84 to
a46c308
Compare
a46c308 to
f457bd7
Compare
f457bd7 to
af81819
Compare
af81819 to
1950352
Compare
1950352 to
b9b7e5c
Compare
b9b7e5c to
aa6536d
Compare
aa6536d to
d14e0e7
Compare
63aa363 to
c37d18c
Compare
c37d18c to
1237143
Compare
1237143 to
8af47c0
Compare
8af47c0 to
2c88900
Compare
2c88900 to
d39dfd6
Compare
d39dfd6 to
2105ab2
Compare
2105ab2 to
6b71078
Compare
6b71078 to
f3288c7
Compare
f3288c7 to
8a3a18e
Compare
8a3a18e to
f69fbd3
Compare
f69fbd3 to
6df3343
Compare
6df3343 to
d848d1d
Compare
d848d1d to
045f808
Compare
045f808 to
4d086d0
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:
3.21.0→3.23.025.0.10→25.3.23.3.6→3.4.317.2.3→17.3.12.16.2→2.18.012.29.2→12.34.310.27.0→10.30.35.0.3→5.1.03.21.0→3.23.03.4.0→3.5.04.1.18→4.2.10.14.0→0.14.2Release Notes
shikijs/shiki (@shikijs/transformers)
v3.23.0Compare Source
🚀 Features
🐞 Bug Fixes
declaremodifier to top level declarations in.d.ts- by @KazariEX in #1242 (142d5)View changes on GitHub
v3.22.0Compare Source
🚀 Features
View changes on GitHub
vercel/vercel (@vercel/functions)
v3.4.3Compare Source
Patch Changes
v3.4.2Compare Source
Patch Changes
3760ea1e97fdc45dae36c64138023e1b1a075467]:v3.4.1Compare Source
Patch Changes
Fix InMemoryCache to use JSON serialization for consistency with RuntimeCache (#14751)
InMemoryCache now serializes values with
JSON.stringify()on set and deserializes withJSON.parse()on get, matching the behavior of RuntimeCache. This ensures consistent behavior when switching between cache implementations (e.g., in-memory for development, remote for production), particularly for types that don't survive JSON round-trips likeDate,Map,Set, andundefined.v3.4.0Compare Source
Minor Changes
encodeURIComponent. This (#14749)ensures tags like
"my tag"or"category,item"are correctly handled when setting cache entries or expiring tags.motdotla/dotenv (dotenv)
v17.3.1Compare Source
Changed
v17.3.0Compare Source
Added
Changed
v17.2.4Compare Source
Changed
DotenvPopulateInputacceptNodeJS.ProcessEnvtype (#915)pmndrs/jotai (jotai)
v2.18.0Compare Source
We moved
jotai/babeltojotai-babel.Migration Guide
If you use the preset:
{ - "presets": ["jotai/babel/preset"] + "presets": ["jotai-babel/preset"] }If you use a plugin:
{ - "plugins": ["jotai/babel/plugin-debug-label"] + "plugins": ["jotai-babel/plugin-debug-label"] }What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.17.1...v2.18.0
v2.17.1Compare Source
Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.17.0...v2.17.1
v2.17.0Compare Source
This release deprecates some features, which will be dropped in v3.
What's Changed
Full Changelog: pmndrs/jotai@v2.16.2...v2.17.0
motiondivision/motion (motion)
v12.34.3Compare Source
Fixed
velocityis never transferred to a time-derived spring.v12.34.2Compare Source
Fixed
v12.34.1Compare Source
Fixed
useScroll: Ensure animations aren't hardware accelerated whentargetis set."none"generation for mask values.v12.34.0Compare Source
Fixed
useScroll: Hardware accelerated animations.v12.33.2Compare Source
Fixed
v12.33.0Compare Source
Added
<motion />: Newpropagate.tapprop prevents tap gestures from propagating to parents.v12.32.0Compare Source
Added
transition.inherit: Whentrue, inherit transition values from less-specific transitions.v12.31.3Compare Source
Fixed
<motion />: Ensure animation state is reset after being re-suspended.transitionEndandtransition.type: false.v12.31.2Compare Source
Fixed
onHoverStartandonHoverEndfirst argument now correctly typed asPointerEvent.whileHover: No longer persists after drag end.AnimatePresence: Allow changingmodeprop.v12.31.1Compare Source
Added
v12.31.0Compare Source
Added
animate: Support for bi-directional callbacks within animation sequences.Fixed
onPannever fires beforeonPanStart.v12.30.1Compare Source
Fixed
aandbuttonelements.v12.30.0Compare Source
Added
MotionConfig: AddskipAnimationsoption.Fixed
animate: Prevent error when callingstop()on removed elements.animateLayout: Fixing shared element animations whenanimatecalled beforeanimateLayout.v12.29.3Compare Source
Fixed
Reorder: Fixed viewport autoscroll.pnpm/pnpm (pnpm)
v10.30.3Compare Source
v10.30.2Compare Source
v10.30.1: pnpm 10.30.1Compare Source
Patch Changes
/-/npm/v1/security/audits/quickendpoint as the primary audit endpoint, falling back to/-/npm/v1/security/auditswhen it fails #10649.Platinum Sponsors
Gold Sponsors
v10.30.0: pnpm 10.30Compare Source
Minor Changes
pnpm whynow shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.Patch Changes
pnpm whydependency pruning to prefer correctness over memory consumption. Reverted PR: #7122.pnpm whyandpnpm listperformance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #10596.Platinum Sponsors
Gold Sponsors
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
v10.28.1Compare Source
v10.28.0Compare Source
postcss/postcss-js (postcss-js)
v5.1.0Compare Source
dcastil/tailwind-merge (tailwind-merge)
v3.5.0Compare Source
New Features
Full Changelog: dcastil/tailwind-merge@v3.4.1...v3.5.0
Thanks to @brandonmcconnell, @manavm1990, @langy, @roboflow, @syntaxfm, @getsentry, @codecov, a private sponsor, @block, @openclaw, @sourcegraph and more via @thnxdev for sponsoring tailwind-merge! ❤️
v3.4.1Compare Source
Bug Fixes
Full Changelog: dcastil/tailwind-merge@v3.4.0...v3.4.1
Thanks to @brandonmcconnell, @manavm1990, @langy, @roboflow, @syntaxfm, @getsentry, @codecov, a private sponsor, @block, @openclaw, @sourcegraph and more via @thnxdev for sponsoring tailwind-merge! ❤️
tailwindlabs/tailwindcss (tailwindcss)
v4.2.1Compare Source
Fixed
.characters within curly braces in MDX files (#19711)v4.2.0Compare Source
Added
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)font-features-*utility forfont-feature-settings(#19623)Fixed
@supportswrapper forcolor-mixvalues (#19450)@source inline()argument (#19461)@tailwindcss/cli(#19447)@utilityname validation with Oxide scanner rules (#19524)@variantinside@custom-variant(#19633).25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)@tailwindcss/vite(#19677)@utilitynames to improve support with formatters such as Biome (#19626).jjto default ignored content directories (#19687)Deprecated
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)rolldown/tsdown (tsdown)
v0.14.2Compare Source
🚀 Features
exports.typesexists - by @ronantakizawa and @sxzz in #440 (98eb1)View changes on GitHub
v0.14.1Compare Source
🐞 Bug Fixes
expandDirectories- by @Debbl in #427 (fb2d1)View changes on GitHub
v0.14.0Compare Source
🚨 Breaking Changes
expandDirectoriesfor matchingfast-glob's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4Compare Source
🚀 Features
cjsDefaultoption - by @sxzz (f503f)🐞 Bug Fixes
cjsDefaultis enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3Compare Source
🚨 Minor Breaking Changes
dts.buildoption should be enable manually fortsc -b- by @sxzz (13146)🚀 Features
logLevel&customLoggeroption - by @sxzz (724d1)warnOnceto logger - by @sxzz (eb4fb)ignoreWatch- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch- by @sxzz (d0e31)View changes on GitHub
v0.13.2Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarationstodts.oxc- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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.