Skip to content

chore(deps): update all patch dependencies #903

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
Apr 8, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.52.2 -> ^7.52.3 age adoption passing confidence
@module-federation/enhanced (source) ^0.11.2 -> ^0.11.3 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.11.2 -> ^0.11.3 age adoption passing confidence
@module-federation/storybook-addon (source) ^4.0.10 -> ^4.0.11 age adoption passing confidence
@rsbuild/core (source) 1.3.1 -> 1.3.4 age adoption passing confidence
@rsbuild/plugin-less (source) ^1.2.1 -> ^1.2.2 age adoption passing confidence
@storybook/addon-essentials (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
@storybook/addon-interactions (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
@storybook/addon-links (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
@storybook/blocks (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
@storybook/react (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
@storybook/test (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
nx (source) ^20.7.0 -> ^20.7.1 age adoption passing confidence
preact (source) ^10.26.4 -> ^10.26.5 age adoption passing confidence
rslib (source) 0.6.0 -> 0.6.1 age adoption passing confidence
rspress (source) ^2.0.0-alpha.7 -> ^2.0.0-alpha.8 age adoption passing confidence
storybook (source) ^8.6.11 -> ^8.6.12 age adoption passing confidence
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.52.3

Compare Source

Fri, 04 Apr 2025 18:34:35 GMT

Patches
  • Add support for customizing which TSDoc tags appear in API reports
module-federation/core (@​module-federation/enhanced)

v0.11.3

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.11.3

Compare Source

Patch Changes
module-federation/core (@​module-federation/storybook-addon)

v4.0.11

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

v1.3.3

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.3.2...v1.3.3

v1.3.2

Compare Source

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

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

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

v1.2.2

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rsbuild@v1.2.1...v1.2.2

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

v8.6.12

Compare Source

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

v8.6.12

Compare Source

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

v8.6.12

Compare Source

8.6.12

nrwl/nx (nx)

v20.7.1

Compare Source

20.7.1 (2025-04-02)
🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • graph: focus via --focus command should work (#​30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#​30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#​30486)
  • js: update @​swc/cli version to fix vulnerability (#​30575)
  • misc: add missing flag to azure devops ci workflow generator (#​30482)
  • misc: update project directory validation to only account for the derived name (#​30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#​30537)
  • nextjs: update Next.js versions to patch vulnerability (#​30574)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (4f1587fc72)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • vite: ensure nxCopyAssetsPlugin outputs assets to correct location #​28786 (#​30585, #​28786)
  • vue: upgrade vite plugin vue to v5 to avoid install errors (#​30559)
  • webpack: nestjs workspace libs referencing when using ts solution (#​30538)
  • webpack: migrate to latest version to prevent security vulnerabilities #​29755 (#​30590, #​29755)
❤️ Thank You
preactjs/preact (preact)

v10.26.5

Compare Source

Types
Fixes
Maintenance
web-infra-dev/rslib (rslib)

v0.6.1

Compare Source

What's Changed

New Features 🎉
Other Changes

Full Changelog: v0.6.0...v0.6.1

web-infra-dev/rspress (rspress)

v2.0.0-alpha.8

Compare Source

What's Changed

Breaking Changes 🚨
Make SSG strict by default, remove ssg.strict and add ssg.fallback

related PR: https://github.com/web-infra-dev/rspress/pull/2015

https://github.com/web-infra-dev/rspress/discussions/1105#discussioncomment-10324815

Rspress will not fallback to csr, if ssg failed, the process exit and the user need to investigate why it failed

if you want to go back to the old behavior, please set below

// rspress.config.ts
export default {
  ssg: {
    fallback: 'csr',
  },
};
Remove @rspress/modern-js-plugin

related PR: https://github.com/web-infra-dev/rspress/pull/2020

we maintain this plugin in the 1.x branch.

New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.7...v2.0.0-alpha.8

microsoft/TypeScript (typescript)

v5.8.3

Compare Source


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.

Copy link

netlify bot commented Apr 8, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 38b65ce
🔍 Latest deploy log https://app.netlify.com/sites/rslib/deploys/67f4a10b074420000837e8e4
😎 Deploy Preview https://deploy-preview-903--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 site configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch from c518a27 to 38b65ce Compare April 8, 2025 04:07
@renovate renovate bot force-pushed the renovate/all-patch branch from 38b65ce to e24f0fe Compare April 8, 2025 04:09
@Timeless0911 Timeless0911 merged commit 865fa6b into main Apr 8, 2025
15 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch April 8, 2025 05:12
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