Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/plugin-react (source) 1.1.0 -> 1.1.1 age adoption passing confidence
@rsbuild/plugin-sass (source) 1.2.0 -> 1.2.2 age adoption passing confidence
@rslib/core (source) ^0.4.1 -> ^0.5.2 age adoption passing confidence
@storybook/addon-essentials (source) ^8.5.2 -> ^8.6.2 age adoption passing confidence
@storybook/addon-themes (source) ^8.5.2 -> ^8.6.2 age adoption passing confidence
@storybook/react (source) ^8.5.2 -> ^8.6.2 age adoption passing confidence
@storybook/test (source) ^8.5.2 -> ^8.6.2 age adoption passing confidence
@types/node (source) ~22.13.0 -> ~22.13.7 age adoption passing confidence
antd (source) ^5.23.3 -> ^5.24.2 age adoption passing confidence
framer-motion ^12.0.6 -> ^12.4.7 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.6 age adoption passing confidence
prettier (source) ~3.4.2 -> ~3.5.2 age adoption passing confidence
semver 7.7.0 -> 7.7.1 age adoption passing confidence
storybook (source) ^8.5.2 -> ^8.6.2 age adoption passing confidence
storybook-react-rsbuild (source) 0.1.8 -> 0.1.10 age adoption passing confidence
typescript (source) ~5.7.3 -> ~5.8.2 age adoption passing confidence

Release Notes

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

v1.1.1

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.1.0...v1.1.1

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

v0.5.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.5.1...v0.5.2

v0.5.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.5.0...v0.5.1

v0.5.0

Compare Source

Highlights ✨

This release brings exciting new features and improvements to Rslib:

  • Support DTS Redirect: Rslib now supports to control the redirect of the import paths in output TypeScript declaration files. (#​742)

    • redirect.dts.path: Redirect the import path in the DTS output file to the corresponding relative path based on the compilerOptions.paths configured in tsconfig.json.
    // For `compilerOptions.paths` set to `{ "@​/*": ["src/*"] }` in `tsconfig.json`
    import { foo } from '@​/foo'; // source code of './src/bar.ts' ↓
    import { foo } from './foo'; // expected output of './dist/bar.d.ts'
    
    import { foo } from '@​/foo'; // source code of './src/utils/index.ts' ↓
    import { foo } from '../foo'; // expected output './dist/utils/index.d.ts'
    • redirect.dts.extension: Redirect the import path in the DTS output file to the corresponding JavaScript extension which can be resolved to corresponding DTS file.
    // For `.d.mts` TypeScript Declaration files
    import { foo } from './foo'; // source code of './src/bar.ts' ↓
    import { foo } from './foo.mjs'; // expected output of './dist/bar.d.mts'
    
    import { foo } from './foo.ts'; // source code of './src/bar.ts' ↓
    import { foo } from './foo.mjs'; // expected output of './dist/bar.d.mts'
  • Support outBase in Bundleless Mode: When building a project where source files exist across multiple directories with bundleless mode, the output directory structure will be replicated relative to the outBase directory in the output directory, see lib.outBase for more details. (#​745)

  • Add Documents about Assets: Documents related to asset module have been added for common scenarios in component library development, see Import static assets, Import SVGR and Import JSON files for more details. (#​741)

  • Support pkg.pr.new: With pkg.pr.new, each of commits in main branch will trigger an instant preview release without publishing anything to NPM. This enables users to access features and bug-fixes without the need to wait for release cycles. (#​766)

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.4.1...v0.5.0

storybookjs/storybook (@​storybook/addon-essentials)

v8.6.2

Compare Source

v8.6.1

Compare Source

v8.6.0

Compare Source

The 8.6 release focuses on Storybook Test, which brings realtime component, accessibility, and visual UI tests to your favorite component workshop.

Here’s what’s new:

  • 🎁 Storybook Test installer for out-of-the-box tests in new projects
  • 🦾 Accessibility “todo” workflow to systematically fix a11y violations
  • 🗜️ 80% smaller create-storybook package for much faster installs
  • 🧪 Dozens of Test fixes based on user feedback
  • 📕 Docs fixes for table of contents, code snippets, and more
  • 🚨 Key security fixes for Vite and ESbuild
  • 💯 Hundreds more improvements
List of all updates

v8.5.8

Compare Source

v8.5.7

Compare Source

v8.5.6

Compare Source

v8.5.5

Compare Source

v8.5.4

Compare Source

v8.5.3

Compare Source

ant-design/ant-design (antd)

v5.24.2

Compare Source


v5.24.1

Compare Source

  • 🐞 Fix Button with color to be primary and variant to be text or link will not use correct color. #​52812 [@​zombieJ](https://redirect

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 6f2ec60 to 8ffbd82 Compare March 1, 2025 05:52
@chenjiahan chenjiahan merged commit 7f9d2de into main Mar 1, 2025
5 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch March 1, 2025 05:55
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