Skip to content

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

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 1, 2025
Merged

fix(deps): update all non-major dependencies#31
chenjiahan merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/plugin-sass (source) 1.2.2 -> 1.3.1 age adoption passing confidence
@rslib/core (source) ^0.5.2 -> ^0.6.1 age adoption passing confidence
@storybook/addon-essentials (source) ^8.6.2 -> ^8.6.11 age adoption passing confidence
@storybook/addon-themes (source) ^8.6.2 -> ^8.6.11 age adoption passing confidence
@storybook/react (source) ^8.6.2 -> ^8.6.11 age adoption passing confidence
@storybook/test (source) ^8.6.2 -> ^8.6.11 age adoption passing confidence
@types/node (source) ~22.13.7 -> ~22.13.14 age adoption passing confidence
@types/react (source) ^18.3.18 -> ^18.3.20 age adoption passing confidence
antd (source) ^5.24.2 -> ^5.24.5 age adoption passing confidence
framer-motion ^12.4.7 -> ^12.6.2 age adoption passing confidence
pnpm (source) 9.15.6 -> 9.15.9 age adoption passing confidence
prettier (source) ~3.5.2 -> ~3.5.3 age adoption passing confidence
react-intersection-observer ^9.15.1 -> ^9.16.0 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence
storybook (source) ^8.6.2 -> ^8.6.11 age adoption passing confidence
storybook-addon-rslib (source) ^1.0.0 -> ^1.0.1 age adoption passing confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/plugin-sass)

v1.3.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.0...v1.3.1

v1.3.0

Compare Source

See Announcing Rspack 1.3 for more details.
Breaking Changes 💡

Rsbuild dev server no longer sets Access-Control-Allow-Origin: * header to all requests by default. This is the same default behavior as esbuild and Vite, which prevents any website from sending any requests to the dev server.

It is recommended to set up trusted origins via server.cors, see the server.cors documentation for more details.

See also:

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

Full Changelog: web-infra-dev/rsbuild@v1.2.19...v1.3.0

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

v0.6.1

Compare Source

What's Changed

New Features 🎉
Other Changes

Full Changelog: web-infra-dev/rslib@v0.6.0...v0.6.1

v0.6.0

Compare Source

Highlights ✨

This release brings exciting new features and improvements to Rslib:

  • New default library type for CJS: Rslib changes the default value of output.library.type for CJS from commonjs to commonjs-static. Now, individual exports will be set as properties on module.exports and the output can be statically analyzable, thus named exports are importable into ESM via Node.js. This is useful when source code is written in ESM and the output should be compatible with both CJS and ESM. (#​819)

    Named exports are importable into ESM via Node.js

    • Input:
    export function doSomething() {}
    • Output:
    function doSomething() {}
    // …
    exports.doSomething = __webpack_exports__.doSomething;
    • Consumption (CJS):
    const { doSomething } = require('./output.cjs'); // doSomething => [Function: doSomething]
    • Consumption (ESM):
    import { doSomething } from './output.cjs'; // doSomething => [Function: doSomething]
  • Show code frame for type errors: Rslib now shows full context and code frame of tsc diagnostics in the terminal when generating declaration files. This makes it easier to understand and fix issues in the source code. (#​847)

    image

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.5.5...v0.6.0

v0.5.5

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.5.4...v0.5.5

v0.5.4

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Configuration

📅 Schedule: Branch creation - "* 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0575d21 to 7255973 Compare April 1, 2025 03:21
@chenjiahan chenjiahan merged commit 6da20c4 into main Apr 1, 2025
5 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch April 1, 2025 03:27
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