Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^2.0.0 -> ^2.0.4 age adoption passing confidence
@changesets/cli (source) ^2.29.4 -> ^2.29.5 age adoption passing confidence
@playwright/test (source) 1.53.0 -> 1.53.1 age adoption passing confidence
@rsbuild/core (source) 1.4.0-beta.4 -> 1.4.0-beta.5 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.15 -> 2.0.0-beta.16 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.15 -> 2.0.0-beta.16 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.15 -> 2.0.0-beta.16 age adoption passing confidence
@shikijs/transformers (source) ^3.6.0 -> ^3.7.0 age adoption passing confidence
@storybook/addon-docs (source) ^9.0.11 -> ^9.0.12 age adoption passing confidence
@storybook/addon-links (source) ^9.0.11 -> ^9.0.12 age adoption passing confidence
@storybook/addon-onboarding (source) ^9.0.11 -> ^9.0.12 age adoption passing confidence
@storybook/react (source) ^9.0.11 -> ^9.0.12 age adoption passing confidence
@storybook/vue3 (source) ^9.0.11 -> ^9.0.12 age adoption passing confidence
check-dependency-version-consistency ^5.0.0 -> ^5.0.1 age adoption passing confidence
create-rstack 1.4.5 -> 1.5.1 age adoption passing confidence
nx (source) ^21.2.0 -> ^21.2.1 age adoption passing confidence
rslib (source) 0.10.0 -> 0.10.2 age adoption passing confidence
rspress (source) 2.0.0-beta.15 -> 2.0.0-beta.16 age adoption passing confidence
rspress-plugin-sitemap ^1.1.4 -> ^1.2.0 age adoption passing confidence
storybook (source) ^9.0.11 -> ^9.0.12 age adoption passing confidence
storybook-addon-rslib (source) ^2.0.1 -> ^2.0.2 age adoption passing confidence
storybook-react-rsbuild (source) ^2.0.1 -> ^2.0.2 age adoption passing confidence
storybook-vue3-rsbuild (source) ^2.0.1 -> ^2.0.2 age adoption passing confidence
vue (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.0.4

Compare Source

Patch Changes

v2.0.3

Patch Changes
  • #​6439 7e4da4e Thanks @​ematipico! - Fixed an issue where the correct rights aren't added to the binary during publishing

  • #​6297 cc4b8c9 Thanks @​vladimir-ivanov! - Added a new lint useReadonlyClassProperties rule.
    This rule is a port of ESLint's prefer-readonly rule.

    Example:

    class Example {
      // All properties below can be marked as readonly
      public constantValue = 42;
      protected initializedInConstructor: string;
      private privateField = true;
    
      constructor(initializedInConstructor: string) {
        this.initializedInConstructor = initializedInConstructor;
      }
    }

v2.0.2

Patch Changes

v2.0.1

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.29.5

Compare Source

microsoft/playwright (@​playwright/test)

v1.53.1

Compare Source

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

v1.4.0-beta.5

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.4.0-beta.4...v1.4.0-beta.5

shikijs/shiki (@​shikijs/transformers)

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
storybookjs/storybook (@​storybook/addon-docs)

v9.0.12

Compare Source

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

v9.0.12

Compare Source

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

v9.0.12

Compare Source

9.0.12
storybookjs/storybook (@​storybook/react)

v9.0.12

Compare Source

bmish/check-dependency-version-consistency (check-dependency-version-consistency)

v5.0.1

Compare Source

Bug Fixes
rspack-contrib/create-rstack (create-rstack)

v1.5.1

Compare Source

What's Changed

Full Changelog: rspack-contrib/create-rstack@v1.5.0...v1.5.1

v1.5.0

Compare Source

What's Changed

Full Changelog: rspack-contrib/create-rstack@v1.4.5...v1.5.0

nrwl/nx (nx)

v21.2.1

Compare Source

21.2.1 (2025-06-19)
🚀 Features
  • core: improve message when workspace is not detected (#​31632)
  • js: support publishing with registryConfigKey when pnpm >=9.15.7 <10.0.0 || >=10.5.0 (#​31622)
  • js: add copy-workspace-modules executor (#​31545)
  • nx-dev: read description from markdown frontmatter for index pages (#​31566)
  • react: support port option for react app generator (#​31552)
🩹 Fixes
  • angular: fix import from ng-packagr (#​31600, #​31597)
  • angular: handle inferred projects without project configuration files in migrations (#​31633, #​31607)
  • core: show the correct content in the tui terminal pane for skipped tasks (#​31559)
  • core: ensure destination directories are created before copying files (#​31624)
  • core: prevent duplicate nx cloud logs from global and local nx invocations (#​31641)
  • gradle: fix gradle on windows (#​31595)
  • gradle: add build-ci target even if atomized=false (#​31537)
  • linter: respect the --quiet option when running with --fix (#​31403, #​31401)
❤️ Thank You
web-infra-dev/rslib (rslib)

v0.10.2

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v0.10.0...v0.10.1

jl917/rspress-plugin-sitemap (rspress-plugin-sitemap)

v1.2.0

Compare Source

Features
  • Replace pageData.id with pageData.routePath for set uniqueness check (49e7079)

1.1.4 (2025-06-06)

Bug Fixes
  • Implement defense code against absolute paths. (b071e24), closes #​20

1.1.3 (2025-06-06)

Bug Fixes

1.1.2 (2025-05-06)

Bug Fixes
  • 确保生成sitemap.xml时目录存在 (adef522)

1.1.1 (2024-08-02)

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

v2.0.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.17

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 Jun 23, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit b337fc6
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/6858b045f1404700088fa279
😎 Deploy Preview https://deploy-preview-1084--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 merged commit 33879ff into main Jun 23, 2025
15 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch June 23, 2025 03:58
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.

2 participants