Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) ~1.5.0 -> ~1.5.1 age confidence
@rsbuild/plugin-less (source) ^1.4.0 -> ^1.5.0 age confidence
@rsbuild/plugin-node-polyfill ^1.4.1 -> ^1.4.2 age confidence
@rsbuild/plugin-sass (source) ^1.3.5 -> ^1.4.0 age confidence
@rsbuild/plugin-stylus (source) ^1.1.3 -> ^1.2.0 age confidence
@rstest/core (source) ^0.2.2 -> ^0.3.0 age confidence
@rstest/core (source) 0.2.2 -> 0.3.0 age confidence
@shikijs/transformers (source) ^3.11.0 -> ^3.12.0 age confidence
@types/node (source) ^22.17.2 -> ^22.18.0 age confidence
@types/react (source) ^19.1.11 -> ^19.1.12 age confidence
@types/react-dom (source) ^19.1.7 -> ^19.1.8 age confidence
memfs ^4.38.1 -> ^4.38.2 age confidence
rslib (source) 0.12.2 -> 0.12.3 age confidence
storybook-addon-rslib (source) ^2.0.4 -> ^2.1.0 age confidence
storybook-react-rsbuild (source) ^2.0.4 -> ^2.1.0 age confidence
storybook-vue3-rsbuild (source) ^2.0.4 -> ^2.1.0 age confidence
vue (source) ^3.5.19 -> ^3.5.20 age confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/core)

v1.5.1

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.0...v1.5.1

rspack-contrib/rsbuild-plugin-node-polyfill (@​rsbuild/plugin-node-polyfill)

v1.4.2

Compare Source

What's Changed

Full Changelog: rspack-contrib/rsbuild-plugin-node-polyfill@v1.4.1...v1.4.2

web-infra-dev/rstest (@​rstest/core)

v0.3.0

Compare Source

Highlights 💡
Incremental re-runs in watch mode

Watch mode now supports incremental re-runs. When a test file or its dependencies change, Rstest intelligently re-executes only the affected tests, significantly improving testing efficiency.

Test projects

Support define & run multiple test projects via projects configuration. This allows users to define and run tests across multiple project directories with different configurations, enabling better organization of test suites in monorepo structures.

import { defineConfig } from '@​rstest/core';

export default defineConfig({
  projects: [
    // A monorepo: each package directory is a project
    'packages/*',

    // All apps that provide an rstest config file
    'apps/**/rstest.config.ts',

    // A specific project directory
    '<rootDir>/services/auth',

    // A specific project's config file
    './projects/web/rstest.config.ts',
  ],
});
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.2.2...v0.3.0

shikijs/shiki (@​shikijs/transformers)

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
streamich/memfs (memfs)

v4.38.2

Compare Source

Bug Fixes
  • correct permission check logic for readonly files in copyFile operations (a06bb4d)
web-infra-dev/rslib (rslib)

v0.12.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: v0.12.2...v0.12.3

rspack-contrib/storybook-rsbuild (storybook-addon-rslib)

v2.1.0

Compare Source

⚡️ Requires at least 1.5.0 version of @​rsbuild/core to have the support of native virtual module.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.20

Compare Source

Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Aug 28, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 5b81f44
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/68b02c567a92c70009a0320f
😎 Deploy Preview https://deploy-preview-1199--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Timeless0911 Timeless0911 enabled auto-merge (squash) August 28, 2025 10:20
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Timeless0911 Timeless0911 merged commit 627aa10 into main Aug 28, 2025
14 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch August 28, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant