chore(deps): update all non-major dependencies#349
Merged
chenjiahan merged 1 commit intomainfrom Sep 22, 2025
Merged
Conversation
chenjiahan
approved these changes
Sep 22, 2025
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
^1.5.6->^1.5.101.5.3->1.5.51.5.3->1.5.50.3.4->0.4.1^22.18.3->^22.18.6^8.43.0->^8.44.0^8.43.0->^8.44.0^2.11.2->^2.11.30.25.9->0.25.10^9.35.0->^9.36.010.16.1->10.17.05.0.3->5.1.0^5.0.3->^5.1.0^1.45.5->^1.45.61.92.1->1.93.0^19.6.0->^19.7.0^29.0.0->^29.1.0Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.5.10Compare Source
What's Changed
New Features 🎉
--config-loader autoby @Timeless0911 in #6186Bug Fixes 🐞
ImportMetaEnvinterface to use Record by @chenjiahan in #6182--config-loader autoby @Timeless0911 in #6189Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.9...v1.5.10
v1.5.9Compare Source
What's Changed
New Features 🎉
resolve.mainFieldsconfiguration by @chenjiahan in #6178Bug Fixes 🐞
Refactor 🔨
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.8...v1.5.9
v1.5.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
resolve.conditionNamesconfiguration by @chenjiahan in #6156Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.7...v1.5.8
v1.5.7Compare Source
What's Changed
New Features 🎉
resolve.conditionNamesconfiguration by @chenjiahan in #6147BuildResulttype by @chenjiahan in #6124Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.5.6...v1.5.7
web-infra-dev/rspack (@rspack/cli)
v1.5.5Compare Source
What's Changed
Bug Fixes 🐞
Document Updates 📖
emitRecordscompiler hook by @chenjiahan in #11671resolve.extensionsconfiguration by @chenjiahan in #11672Other Changes
Full Changelog: web-infra-dev/rspack@v1.5.4...v1.5.5
v1.5.4Compare Source
What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
moduleidentifier as normal (#11588)" by @fi3ework in #11630Refactor 🔨
Document Updates 📖
Preview with stackblitzsection by @CPunisher in #11614BrowserHttpImportEsmPluginand add "Using Module Federation" by @CPunisher in #11640Other Changes
tests/rspack-testby @LingyuCoder in #11617New Contributors
Full Changelog: web-infra-dev/rspack@v1.5.3...v1.5.4
web-infra-dev/rstest (@rstest/core)
v0.4.1Compare Source
What's Changed
Document 📖
@rstest/coverage-istanbulreadme by @9aoy in #572Migrating from Jestchapter by @9aoy in #574Other Changes
pool.typeoptional by @9aoy in #575New Contributors
Full Changelog: web-infra-dev/rstest@v0.4.0...v0.4.1
v0.4.0Compare Source
Highlights 💡
Code coverage support 🎉
Rstest supports collecting code coverage and generating coverage reports using istanbul.
Learn more about Code coverage.
What's Changed
New Features 🎉
coverage.reportersoption by @9aoy in #556coverage.reportsDirectoryoption by @9aoy in #557--coverageby @9aoy in #568Bug Fixes 🐞
Document 📖
coverageconfiguration by @9aoy in #564Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.3.4...v0.4.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.44.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.44.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
element-plus/element-plus (element-plus)
v2.11.3Compare Source
2.11.3
2025-09-19
Features
virtual-ref / virtual-triggering / show-arrowprops (#22056 by @cszhjh)treeRef&selectRefinstances (#22147 by @Dsaquel)initial-scaleprop (#22071 by @catanswer)errorslot (#21961 by @zzjiaxiang)Bug fixes
datetimetype debacle (#22033 by @warmthsea)showAfternot needed (#22028 by @cszhjh)maxCollapseTags(#22087 by @btea)resize-endeventsizesvalue is not the latest (#22125 by @Bigpawn)valueOnClear(#22059 by @micaiguai)closableprop of tab-pane (#22187 by @cszhjh)Refactors
anytype (#22127 by @cszhjh)evanw/esbuild (esbuild)
v0.25.10Compare Source
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefinedin this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):Fix
@supportsnested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholderfor correctness. The CSS nesting specification says the following:However, it seems like this behavior is different for nested at-rules such as
@supports, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:eslint/eslint (eslint)
v9.36.0Compare Source
pnpm/pnpm (pnpm)
v10.17.0Compare Source
Minor Changes
The
minimumReleaseAgeExcludesetting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAgecheck, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAgeis set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.rspack-contrib/rspack-manifest-plugin (rspack-manifest-plugin)
v5.1.0Compare Source
What's Changed
generatefunction by @chenjiahan in #9node:protocol and type imports by @chenjiahan in #10Full Changelog: rstackjs/rspack-manifest-plugin@v5.0.3...v5.1.0
web-infra-dev/rspress (rspress)
v1.45.6Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspress@v1.45.5...1.45.6
sass/dart-sass (sass)
v1.93.0Compare Source
@import, and the loaded file@uses a user-defined module as well as@includes a top-level mixin whichemits top-level declarations.
JavaScript API
@sass/typespackage which contains the type annotations used byboth the
sassandsass-embeddedpackage without any additional code ordependencies.
antfu-collective/taze (taze)
v19.7.0Compare Source
🚀 Features
View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)
v29.1.0Compare Source
🚀 Features
rolldown- by @Asim-Tahir in #874 (f5cce)syncModeto control the behavior of generating files - by @kevinmarrec in #882 [(57444)](https:/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.