fix(deps): update all non-major dependencies#46
Merged
chenjiahan merged 2 commits intomainfrom Feb 3, 2026
Merged
Conversation
chenjiahan
approved these changes
Feb 1, 2026
2f24224 to
471c759
Compare
471c759 to
ba2131c
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.6.0→^3.7.00.18.2→0.19.4^0.6.8→^0.8.222.19.1→22.19.8^11.3.2→^11.3.322.21.1→22.22.020.19.6→20.20.010.24.0→10.28.210.24.0→10.28.2^3.7.3→^3.8.1^4.53.3→^4.57.1^5.44.1→^5.46.0Release Notes
withastro/astro (@astrojs/sitemap)
v3.7.0Compare Source
Minor Changes
#14471
4296373Thanks @Slackluky! - Adds the ability to split sitemap generation into chunks based on customizable logic. This allows for better management of large sitemaps and improved performance. The newchunksoption in the sitemap configuration allows users to define functions that categorize sitemap items into different chunks. Each chunk is then written to a separate sitemap file.v3.6.1Compare Source
Patch Changes
dd06779Thanks @florian-lefebvre! - Updates how routes are retrieved to avoid relying on a deprecated APIweb-infra-dev/rslib (@rslib/core)
v0.19.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
import.meta.urlnot being removed by tree-shaking by @sylingd in #1463Document 📖
Other Changes
extraToolsto generate templates by @Timeless0911 in #1462New Contributors
Full Changelog: web-infra-dev/rslib@v0.19.3...v0.19.4
v0.19.3Compare Source
What's Changed
Document 📖
Other Changes
6044e13by @renovate[bot] in #1444Full Changelog: web-infra-dev/rslib@v0.19.2...v0.19.3
v0.19.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.19.1...v0.19.2
v0.19.1Compare Source
What's Changed
Document 📖
Rstestguide by @9aoy in #1419Other Changes
Full Changelog: web-infra-dev/rslib@v0.19.0...v0.19.1
v0.19.0Compare Source
Highlights 💡
New JavaScript API
This release introduces a new, comprehensive JavaScript API for Rslib.
See the API docs for details:
Usage
@rslib/corepackage:Advanced ESM Output
In previous versions, Rslib integrated Rspack's EsmLibraryPlugin through an experimental configuration of experiments.advancedEsm, aiming to optimize the quality of ESM outputs. Now, we are pleased to announce that this plugin has been stabilized.
In this release, the
EsmLibraryPluginis enabled by default by settingexperiments.advancedEsmtotruein bundle mode. Developers can directly obtain ESM output that is high-quality, more friendly to static analysis, and supports code splitting without any additional configuration.Better Rstest Integration
Rslib now supports seamless integration with Rstest.
By using the official @rstest/adapter-rslib, you can directly reuse your Rslib build configurations (such as
resolve.aliasandsource.define) within Rstest. This enables zero-config testing for Rslib projects, ensuring your test environment perfectly mirrors your build environment while eliminating the overhead of maintaining duplicate configurations.What's Changed
New Features 🎉
happy-dominstead ofjsdomby @9aoy in #1412@rstest/adapter-rslibby @9aoy in #1415Other Changes
Full Changelog: web-infra-dev/rslib@v0.18.6...v0.19.0
v0.18.6Compare Source
What's Changed
New Features 🎉
rslib-nodeprocess title by @Timeless0911 in #1406Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.18.5...v0.18.6
v0.18.5Compare Source
What's Changed
Document 📖
dts.aliasby @Timeless0911 in #1391Other Changes
onDevCompileDonewithonAfterDevCompileby @Timeless0911 in #1393Full Changelog: web-infra-dev/rslib@v0.18.4...v0.18.5
v0.18.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
395ad32by @renovate[bot] in #13818e8c483by @renovate[bot] in #13808e8c483by @renovate[bot] in #1388Full Changelog: web-infra-dev/rslib@v0.18.3...v0.18.4
v0.18.3Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.18.2...v0.18.3
web-infra-dev/rstest (@rstest/core)
v0.8.2Compare Source
Highlights 💡
Introducing Markdown reporter for agent 🤖
Rstest automatically detects AI coding agent (Claude Code, Cursor, Codex, opencode, etc.) and switches to Markdown output — no configuration needed.
The structured Markdown format is easier for LLMs to parse and understand compared to traditional terminal output. Each failure includes a one-click repro command so agents can quickly rerun and debug individual test cases. Output is intelligently truncated to stay within context limits even when many tests fail, saving tokens and reducing cost.
For detailed configuration options, see https://rstest.rs/guide/basic/reporters#markdown-reporter.
md-reporter.mp4
Introducing Browser mode (experimental)
What's Changed
New Features 🎉
mdreporter for AI agent by default by @fi3ework in #911Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.8.1...v0.8.2
v0.8.1Compare Source
What's Changed
New Features 🎉
mock: trueoption in rs.mock() by @9aoy in #907spy: trueoption inrs.mock()by @9aoy in #901mockObjectandmockedutilities by @9aoy in #881Bug Fixes 🐞
no test files foundby @9aoy in #900Document 📖
hideSkippedTestFilesandhideSkippedTestsguide by @9aoy in #893reactguide by @9aoy in #903vueguide by @9aoy in #905Other Changes
Full Changelog: web-infra-dev/rstest@v0.8.0...v0.8.1
v0.8.0Compare Source
Highlights 💡
Introducing Browser mode (experimental)
Run UI tests in real browsers (Chromium / Firefox / WebKit) via Playwright — validate real rendering/layout + browser-native APIs, debug visually in the built-in UI, and iterate faster with watch-mode re-runs on source changes.
Note: Browser mode is still experimental — we’re just getting started: more providers, more framework integrations, and, AI.
cursorful-video-1768812047098.mp4
What's Changed
New Features 🎉
rstest-nodeprocess title by @9aoy in #856hideSkippedTestFilesby @9aoy in #867Bug Fixes 🐞
providerfield required by @fi3ework in #886Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.7.9...v0.8.0
v0.7.9Compare Source
What's Changed
New Features 🎉
rstest initcommand by @fi3ework in #841Bug Fixes 🐞
extendsconfiguration correctly by @9aoy in #843Document 📖
lazyBarrellink by @9aoy in #840Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.7.8...v0.7.9
v0.7.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
onConsoleLogusage by @9aoy in #810adaptersguide by @9aoy in #811mocking re-exported modulestip by @9aoy in #817Other Changes
Full Changelog: web-infra-dev/rstest@v0.7.7...v0.7.8
v0.7.7Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
--no-isolateby @9aoy in #807Other Changes
Full Changelog: web-infra-dev/rstest@v0.7.6...v0.7.7
v0.7.6Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.