Skip to content

fix(deps): update all non-major dependencies #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/core (source) ^1.3.14 -> ^1.3.22 age adoption passing confidence
@rsbuild/plugin-react (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence
@rsbuild/plugin-type-check ^1.2.1 -> ^1.2.2 age adoption passing confidence
@rslib/core (source) ^0.6.8 -> ^0.9.1 age adoption passing confidence
@types/node (source) ^22.15.3 -> ^22.15.29 age adoption passing confidence
@types/react (source) ^19.1.2 -> ^19.1.6 age adoption passing confidence
@types/react-dom (source) ^19.1.3 -> ^19.1.5 age adoption passing confidence
pnpm (source) 10.10.0 -> 10.11.0 age adoption passing confidence
yaml (source) ^2.7.1 -> ^2.8.0 age adoption passing confidence

Release Notes

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

v1.3.22

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.3.21...v1.3.22

v1.3.21

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.3.20...v1.3.21

v1.3.20

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.19...v1.3.20

v1.3.19

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.18...v1.3.19

v1.3.18

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.17...v1.3.18

v1.3.17

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.16...v1.3.17

v1.3.16

Compare Source

What's Changed

Performance 🚀
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.15...v1.3.16

v1.3.15

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.14...v1.3.15

rspack-contrib/rsbuild-plugin-type-check (@​rsbuild/plugin-type-check)

v1.2.2

Compare Source

What's Changed

Full Changelog: rspack-contrib/rsbuild-plugin-type-check@v1.2.1...v1.2.2

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

v0.9.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.9.0...v0.9.1

v0.9.0

Compare Source

Highlights ✨

This release brings exciting new features to Rslib:

Vue support

Rslib now provides support for building Vue component libraries by integrating unplugin-vue. Checkout Solution - Vue to learn how to build a Vue component library using Rslib. Additionally, storybook-vue3-rsbuild is provided for Vue3 Storybook support.

Vue support

What's Changed

New Features 🎉
Performance 🚀
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.8.0...v0.9.0

v0.8.0

Compare Source

Highlights ✨

IIFE Format Support

Set format to 'iife' to generate IIFE JavaScript output which stands for "immediately-invoked function expression" and is intended to be run in the browser, see IIFE for more details.

source code

// parent-sdk is marked as externals
// externals: ['parent-sdk']
import { version } from 'parent-sdk';
alert(version);

output

(
  () => {
    'use strict';
    const external_parent_sdk_namespaceObject = globalThis['parent-sdk'];
    alert(external_parent_sdk_namespaceObject.version);
  },
)();

What's Changed

New Features 🎉
Document 📖
Other Changes
  • chore(renovate): ignore updating @ast-grep/napi by [@​Timeless0911](https://redirect.g

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.


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

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

@chenjiahan chenjiahan merged commit 65d8fde into main Jun 1, 2025
5 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch June 1, 2025 02:10
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