Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@modern-js/app-tools (source) ^2.68.2 -> ^2.68.6 age confidence
@modern-js/plugin-v2 (source) ^2.68.2 -> ^2.68.6 age confidence
@modern-js/runtime (source) 2.68.2 -> 2.68.6 age confidence
@modern-js/tsconfig (source) 2.68.2 -> 2.68.6 age confidence
@module-federation/enhanced (source) ^0.16.0 -> ^0.17.1 age confidence
@module-federation/modern-js (source) 0.16.0 -> 0.17.1 age confidence
@module-federation/rsbuild-plugin (source) ^0.16.0 -> ^0.17.1 age confidence
@module-federation/storybook-addon (source) ^4.0.21 -> ^4.0.23 age confidence
@rsbuild/core (source) ^1.4.6 -> ^1.4.11 age confidence
@rslib/core (source) ^0.10.5 -> ^0.11.0 age confidence
@rspack/cli (source) 1.4.6 -> 1.4.11 age confidence
@rspack/core (source) 1.4.6 -> 1.4.11 age confidence
@testing-library/jest-dom ^6.6.3 -> ^6.6.4 age confidence
antd (source) ^5.26.4 -> ^5.26.7 age confidence
jiti ^2.4.2 -> ^2.5.1 age confidence
less (source) 4.3.0 -> 4.4.0 age confidence
rspress (source) 1.44.0 -> 1.45.0 age confidence
vue (source) ^3.5.17 -> ^3.5.18 age confidence

Release Notes

web-infra-dev/modern.js (@​modern-js/app-tools)

v2.68.6

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
更新内容
新特性 🎉
Bug 修复 🐞

v2.68.5

Compare Source

What's Changed
Bug Fixes 🐞
更新内容
Bug 修复 🐞

v2.68.4

Compare Source

What's Changed
New Features 🎉
更新内容
新特性 🎉

v2.68.3

Compare Source

What's Changed
Other Changes
更新内容
其他变更
module-federation/core (@​module-federation/enhanced)

v0.17.1

Compare Source

Patch Changes
  • bc3bc10: enhance HoistContainerReferencesPlugin for better module hoisting

    • Separate handling for container, federation, and remote dependencies
    • Improved support for runtimeChunk: 'single' configuration
    • Proper remote module hoisting using the new addRemoteDependency hook
    • Simplified cleanup logic for better performance
    • Changed runtime chunk detection to include all chunks with runtime (not just entry chunks)
    • Added comprehensive unit tests for the plugin functionality
  • 7000c1f: fix: BuildVersion now correctly reads from project's package.json

    • Fixed getBuildVersion() to accept optional root parameter for correct directory resolution
    • Updated StatsManager to use compiler.context when determining build version
    • Ensures buildVersion in mf-manifest.json matches the project's package.json version
    • Resolves issue #​3835 where buildVersion was reading from wrong package.json location
  • 4ffefbe: refactor: rename container hooks for clarity and consistency

    • Renamed addContainerEntryModule to addContainerEntryDependency
    • Renamed addFederationRuntimeModule to addFederationRuntimeDependency
    • Added new addRemoteDependency hook for remote module tracking
    • Updated all hook usages across the codebase to use new names
    • This is an internal refactoring with no breaking changes to external APIs
  • a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3

    • Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
    • Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
    • Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
    • Fixed package exports and type declaration paths across all packages
    • Resolved module resolution issues and TypeScript compatibility problems
    • Updated build configurations and dependencies to support latest versions
  • 1825b9d: fix(enhanced): add runtime safety checks to prevent errors

    • Add typeof check for prevStartup function in EmbedFederationRuntimeModule to prevent calling undefined function
    • Add typeof check for webpack_require.x in StartupHelpers to prevent calling undefined function
    • Add warning logs when these functions are missing to help developers debug issues
  • 8727aa3: fix(enhanced): compilerInstance type should be string not enum

  • Updated dependencies [7000c1f]

  • Updated dependencies [2428be0]

  • Updated dependencies [a7cf276]

v0.17.0

Compare Source

Patch Changes
module-federation/core (@​module-federation/modern-js)

v0.17.1

Compare Source

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

Full Changelog: module-federation/core@v0.17.0...v0.17.1

v0.17.0

Compare Source

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

Full Changelog: module-federation/core@v0.16.0...v0.17.0

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

v0.17.1

Compare Source

Patch Changes
  • bb953a6: fix: add missing vitest imports to rsbuild-plugin test file

    Fixes CI test failure by adding missing describe, expect, and it imports from vitest to the test file. This resolves the "ReferenceError: describe is not defined" error that was causing the rsbuild-plugin tests to fail.

  • a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3

    • Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
    • Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
    • Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
    • Fixed package exports and type declaration paths across all packages
    • Resolved module resolution issues and TypeScript compatibility problems
    • Updated build configurations and dependencies to support latest versions
  • d31a326: refactor: sink React packages from root to individual packages

    • Removed React dependencies from root package.json and moved them to packages that actually need them
    • Fixed rsbuild-plugin configuration to match workspace patterns
    • Updated tests to handle platform-specific files
    • This change improves dependency management by ensuring packages only have the dependencies they actually use
  • Updated dependencies [bc3bc10]

  • Updated dependencies [7000c1f]

  • Updated dependencies [4ffefbe]

  • Updated dependencies [a7cf276]

  • Updated dependencies [1825b9d]

  • Updated dependencies [8727aa3]

v0.17.0

Compare Source

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

v4.0.23

Patch Changes

v4.0.22

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

v1.4.11

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.4.10...v1.4.11

v1.4.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.9...v1.4.10

v1.4.9

Compare Source

What's Changed
New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.4.8...v1.4.9

v1.4.8

Compare Source

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

Full Changelog: web-infra-dev/rsbuild@v1.4.7...v1.4.8

v1.4.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Shanghai, 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 Jul 20, 2025

Deploy Preview for storybook-rsbuild ready!

Name Link
🔨 Latest commit 855bb8d
🔍 Latest deploy log https://app.netlify.com/projects/storybook-rsbuild/deploys/688b2f5a8a37f300082493ed
😎 Deploy Preview https://deploy-preview-309--storybook-rsbuild.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.

@renovate renovate bot force-pushed the renovate/all-non-major branch 13 times, most recently from 7203494 to cd65950 Compare July 28, 2025 03:18
@renovate renovate bot force-pushed the renovate/all-non-major branch from cd65950 to e1016bc Compare July 29, 2025 17:02
@renovate renovate bot force-pushed the renovate/all-non-major branch from e1016bc to 855bb8d Compare July 31, 2025 08:54
@fi3ework fi3ework merged commit 61018e5 into main Jul 31, 2025
10 checks passed
@fi3ework fi3ework deleted the renovate/all-non-major branch July 31, 2025 10:49
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