Skip to content

chore(deps): update all non-major dependencies#316

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-non-major
Jul 28, 2025
Merged

chore(deps): update all non-major dependencies#316
chenjiahan merged 1 commit intomainfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@module-federation/enhanced (source) ^0.16.0 -> ^0.17.1 age confidence
@module-federation/rsbuild-plugin (source) ^0.16.0 -> ^0.17.1 age confidence
@nestjs/common (source) ^10.0.0 -> ^10.4.20 age confidence
@rsbuild/core (source) 1.4.5 -> 1.4.11 age confidence
@rsbuild/core (source) ^1.4.8 -> ^1.4.11 age confidence
@rsbuild/plugin-less (source) ^1.2.5 -> ^1.3.0 age confidence
@rsbuild/plugin-preact (source) ^1.5.0 -> ^1.5.1 age confidence
@rsbuild/plugin-react (source) ^1.1.1 -> ^1.3.4 age confidence
@rsdoctor/rspack-plugin (source) ^1.1.8 -> ^1.1.10 age confidence
@rspack/cli (source) 1.4.5 -> 1.4.10 age confidence
@rspack/core (source) 1.4.5 -> 1.4.10 age confidence
@sentry/webpack-plugin (source) 3.5.0 -> 3.6.1 age confidence
@stylexjs/stylex ^0.14.1 -> ^0.14.3 age confidence
@swc/core (source) ^1.12.11 -> ^1.13.2 age confidence
@swc/jest (source) ^0.2.38 -> ^0.2.39 age confidence
@swc/plugin-emotion (source) ^10.0.3 -> ^10.0.4 age confidence
@swc/plugin-loadable-components (source) ^7.0.1 -> ^7.0.2 age confidence
@swc/plugin-prefresh (source) ^8.0.3 -> ^8.0.4 age confidence
@swc/plugin-relay (source) ^8.0.3 -> ^8.0.4 age confidence
@swc/plugin-remove-console (source) ^8.0.4 -> ^8.0.5 age confidence
@swc/plugin-styled-components (source) ^8.0.3 -> ^8.0.4 age confidence
@swc/plugin-styled-jsx (source) ^8.0.9 -> ^8.0.10 age confidence
@swc/plugin-transform-imports (source) ^8.0.4 -> ^8.0.5 age confidence
@testing-library/jest-dom ^6.6.3 -> ^6.6.4 age confidence
@testing-library/react ^16.2.0 -> ^16.3.0 age confidence
@types/node (source) ^22.16.0 -> ^22.16.5 age confidence
@types/node (source) ^22.15.32 -> ^22.16.5 age confidence
@types/react (source) ^19.0.12 -> ^19.1.8 age confidence
@types/react-dom (source) ^19.0.4 -> ^19.1.6 age confidence
@typescript-eslint/eslint-plugin (source) ^8.35.1 -> ^8.38.0 age confidence
@typescript-eslint/parser (source) ^8.35.1 -> ^8.38.0 age confidence
core-js (source) 3.43.0 -> 3.44.0 age confidence
element-plus (source) ^2.10.3 -> ^2.10.4 age confidence
esbuild 0.25.5 -> 0.25.8 age confidence
eslint (source) ^9.31.0 -> ^9.32.0 age confidence
less (source) 4.3.0 -> 4.4.0 age confidence
lit (source) ^3.3.0 -> ^3.3.1 age confidence
lucide-react (source) ^0.525.0 -> ^0.526.0 age confidence
next (source) 15.3.5 -> 15.4.4 age confidence
next-rspack (source) 15.3.5 -> 15.4.4 age confidence
pnpm (source) 10.12.4 -> 10.13.1 age confidence
rspress (source) ^1.44.0 -> ^1.45.0 age confidence
swc-plugin-css-modules ^4.0.1 -> ^4.0.3 age confidence
typescript (source) ^5.8.2 -> ^5.8.3 age confidence
unplugin-stylex ^0.5.3 -> ^0.5.4 age confidence
vant (source) ^4.9.20 -> ^4.9.21 age confidence
webpack ^5.99.9 -> ^5.100.2 age confidence

Release Notes

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/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
nestjs/nest (@​nestjs/common)

v10.4.20

Compare Source

v10.4.19

Compare Source

v10.4.19 (2025-06-09)

Dependencies

v10.4.18

Compare Source

v10.4.18 (2025-05-26)

Dependencies
  • platform-express
    • chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0

v10.4.17

Compare Source

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

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

v1.4.6

Compare Source

What's Changed

New Features 🎉


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.

@chenjiahan chenjiahan merged commit 70202cb into main Jul 28, 2025
4 checks passed
@chenjiahan chenjiahan deleted the renovate/all-non-major branch July 28, 2025 03:16
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