fix(deps): update all non-major dependencies#453
Merged
Conversation
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:
^1.2.7→^1.2.8^1.5.9→^1.5.10^0.21.3→^0.21.4^4.2.4→^4.3.0^4.2.4→^4.3.0^22.19.17→^22.19.18^24.12.2→^24.12.3^2.13.7→^2.14.016.2.4→16.2.616.2.4→16.2.610.33.3→10.33.4^19.2.5→^19.2.6^19.2.5→^19.2.6^16.0.7→^16.0.816.0.7→16.0.87.7.4→7.8.0^4.2.4→^4.3.05.5.0→5.6.03.5.33→3.5.34^3.5.33→^3.5.34Release Notes
web-infra-dev/rsbuild (@rsbuild/plugin-vue)
v1.2.8Compare Source
What's Changed
New Features 🎉
.d.tsfiles from file size reporting by @chenjiahan in #4542buildCache.buildDependenciesconfiguration by @9aoy in #4540onBeforeStartDevServerhook by @chenjiahan in #4559Bug Fixes 🐞
.mjssuffix check when loading ESM module in runner by @9aoy in #4536Document 📖
Other Changes
@babel/preset-envto reduce dependencies by @chenjiahan in #4534Full Changelog: web-infra-dev/rsbuild@v1.2.7...v1.2.8
web-infra-dev/rsdoctor (@rsdoctor/rspack-plugin)
v1.5.10What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
6680c15by @renovate[bot] in #163048b55a0by @renovate[bot] in #16369758026by @renovate[bot] in #1637f767cddby @renovate[bot] in #1642Full Changelog: web-infra-dev/rsdoctor@V1.5.9...v1.5.10
web-infra-dev/rslib (@rslib/core)
v0.21.4Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
0e1297eby @renovate[bot] in #1613f767cddby @renovate[bot] in #1625Full Changelog: web-infra-dev/rslib@v0.21.3...v0.21.4
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.0Compare Source
Added
@container-sizeutility (#18901)scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)scrollbar-gutter-*utilities (#20018)zoom-*utilities (#20020)tab-*utilities (#20022)@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)@variantare processed by@tailwindcss/vite(#19966)basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)_whitespace in arbitrary values (#19986)w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988):has()variants from[&:has(…)]tohas-[…](#19991)styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)@utilitydefinitions with the same name but different value types (#19777)PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)startandendlegacy utilities without values do not generate CSS (#20003)--value(…)is required in functional@utilitydefinitions (#20005)-left-[(var(--a)+var(--b))]) (#20011)element-plus/element-plus (element-plus)
v2.14.0Compare Source
2.14.0
2026-05-08
Features
singlePanelfor range-picker (#19498 by @Dsaquel)tabindexprop (#23582 by @rzzf)end-reachedevent (#23806 by @ALypovskyi)popper-optionsandshow-arrowprops (#24109 by @rzzf)virtual-scroll&fitInputWidth&height&item-size(#23877 by @zhixiaotong)Bug fixes
scrollbar-always-onloses reactivity (#24064 by @rzzf)optionschange (#24036 by @LostElkByte)textarea(#24115 by @rzzf)Refactors
computed(#24058 by @ixyzorg)el-teleport(#23219 by @micaiguai)defineSlotswithuseSlots(#24114 by @rzzf)vercel/next.js (next)
v16.2.6Compare Source
v16.2.5Compare Source
vercel/next.js (next-rspack)
v16.2.6Compare Source
This release contains security fixes for the following advisories:
High:
Moderate:
Low:
v16.2.5Compare Source
This release contains security fixes for the following advisories:
High:
Moderate:
Low:
pnpm/pnpm (pnpm)
v10.33.4: pnpm 10.33.4Compare Source
Patch Changes
Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
A new
gitHosted: truefield is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.Fix a regression where
pnpm --recursive --filter '!<pkg>' run/exec/test/addwould include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative--filterarguments are provided, matching the documented behavior. To include the root, pass--include-workspace-root#11341.Platinum Sponsors
Gold Sponsors
facebook/react (react)
v19.2.6: 19.2.6 (May 6th, 2026)Compare Source
React Server Components
(by @eps1lon and @unstubbable)
webpack/sass-loader (sass-loader)
v16.0.8Compare Source
npm/node-semver (semver7)
v7.8.0Compare Source
Features
0d0a0a2#855 Addtruncatefunction (#855) (@pjohnmeyer, @owlstronaut)Bug Fixes
3905343#859 Warn when defaulting to --inc=patch in CLI (@pjohnmeyer)Documentation
c368af6#853 fix typos in documentation (#853) (@ankitkumar572005)37776c3#846 fix BNF grammar to distinguish prerelease from build identifiers (#846) (@abhu85, @claude)Chores
9542e09#860 template-oss-apply (@owlstronaut)937bc2c#860template-oss-apply@5.0.0(@owlstronaut)6946fef#852 bump @npmcli/template-oss from 4.29.0 to 4.30.0 (#852) (@dependabot[bot], @npm-cli-bot)webpack/minimizer-webpack-plugin (terser-webpack-plugin)
v5.6.0Compare Source
Minor Changes
support array of minimizers for
minifyandterserOptions(by @alexander-akait in #674)add built-in CSS minimizers from
css-minimizer-webpack-plugin(by @alexander-akait in #674)add built-in HTML minimizers from
html-minimizer-webpack-plugin(by @alexander-akait in #674)add
filtermethod to minimizers, allowing a single plugin instance to handle multiple asset types (by @alexander-akait in #674)terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @alexander-akait in #677)
rename
terserOptionstominimizerOptions;terserOptionsis kept as a deprecated alias (by @alexander-akait in #674)All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
vuejs/core (vue)
v3.5.34Compare Source
Bug Fixes
<image>elements (#14756) (090b2e3)Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.