Skip to content

chore(deps): update all patch dependencies#5686

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

chore(deps): update all patch dependencies#5686
chenjiahan merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@module-federation/enhanced (source) 0.17.0 -> 0.17.1 age confidence devDependencies patch
@module-federation/rsbuild-plugin (source) 0.17.0 -> 0.17.1 age confidence devDependencies patch
@rsbuild/core (source) ^1.4.8 -> ^1.4.11 age confidence devDependencies patch
@rsbuild/plugin-preact (source) ^1.5.0 -> ^1.5.1 age confidence devDependencies patch
@rsdoctor/rspack-plugin (source) 1.1.8 -> 1.1.10 age confidence devDependencies patch
@rstest/core (source) 0.0.8 -> 0.0.10 age confidence devDependencies patch
actions-cool/issues-helper v3.6.0 -> v3.6.2 age confidence action patch
jiti ^2.5.0 -> ^2.5.1 age confidence dependencies patch
nx (source) ^21.3.1 -> ^21.3.7 age confidence devDependencies patch
react-router-dom (source) ^7.7.0 -> ^7.7.1 age confidence dependencies patch
source-map 0.7.4 -> 0.7.6 age confidence dependencies patch
vue (source) ^3.5.17 -> ^3.5.18 age confidence devDependencies patch
vue (source) ^3.5.17 -> ^3.5.18 age confidence dependencies patch

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]

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]

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

v1.4.11

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.4.10...v1.4.11

v1.4.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.4.9...v1.4.10

v1.4.9

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: v1.4.8...v1.4.9

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.1.10

Compare Source

What's Changed

Bugfix

Full Changelog: web-infra-dev/rsdoctor@v1.1.9...v1.1.10

v1.1.9

Compare Source

What's Changed

Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.1.8...v1.1.9

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

v0.0.10

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.0.9...v0.0.10

v0.0.9

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.0.8...v0.0.9

actions-cool/issues-helper (actions-cool/issues-helper)

v3.6.2

Compare Source

2025.07.25

  • 🚀 feat: add create-issue-if-not-exist to find-issues. #​204

v3.6.1

Compare Source

2025.07.25

unjs/jiti (jiti)

v2.5.1

Compare Source

compare changes

🩹 Fixes
  • interop: Passthrough module if it is a promise (#​389)
❤️ Contributors
nrwl/nx (nx)

v21.3.7

Compare Source

21.3.7 (2025-07-25)
🩹 Fixes
  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#​32086, #​31834)
  • core: cloud commands should be handled before loading local (#​32090)
  • misc: allow scoped package names in application generators (#​31957, #​31229)
❤️ Thank You

v21.3.6

Compare Source

21.3.6 (2025-07-25)

🩹 Fixes
  • angular: update migration target version for jest-preset-angular v15 package update (#​32051)
  • core: improve tui minimal view display and prevent flashing scrollbar (#​32045)
  • core: make tasks list columns in the tui more compact (#​32074)
  • core: improve arrow key detection for interactive programs (#​32075)
  • core: prevent thread leaks in nx_walker and logger (#​32061)
  • core: disable TUI on ai agents (#​31480)
  • core: derive graph node type correctly when projectType is not set (#​32018, #​31983)
  • js: resolve relative imports correctly in nested projects (#​31978, #​31980)
❤️ Thank You

v21.3.5

Compare Source

21.3.5 (2025-07-23)

🩹 Fixes
  • angular: update jest-preset-angular to v15 (#​32050, #​32024)
  • core: render the correct output in the tui terminal pane when pinning task (#​31975)
  • linter: update lint executor to correctly handle --fix and --quiet (#​31970, #​31868)
  • nextjs: infer relevant tasks with the typescript sync generator when using ts project references (#​31996, #​31983)
  • testing: normalize spec files correctly in jest replace-removed-matcher-aliases migration (#​31995, #​31991)
  • testing: add missing package updates for ts-jest and jest-util for jest v30 migrations (#​32017)
❤️ Thank You

v21.3.4

Compare Source

21.3.4 (2025-07-23)
🚀 Features
  • ⚠️ bundling: remove stylus support (#​32035)
⚠️ Breaking Changes
  • bundling: Stylus (.styl) files are no longer supported.
❤️ Thank You

v21.3.3

Compare Source

v21.3.2

Compare Source

21.3.2 (2025-07-21)
🩹 Fixes
❤️ Thank You
remix-run/react-router (react-router-dom)

v7.7.1

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.7.1
mozilla/source-map (source-map)

v0.7.6

Compare Source

Full Changelog: mozilla/source-map@0.7.5...0.7.6

v0.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: mozilla/source-map@0.7.3...0.7.5

vuejs/core (vue)

v3.5.18

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
Copy Markdown

netlify bot commented Jul 28, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 6936a01
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/6886da8c1fe692000811d24b
😎 Deploy Preview https://deploy-preview-5686--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 76 (🟢 up 7 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

chenjiahan
chenjiahan previously approved these changes Jul 28, 2025
@chenjiahan chenjiahan enabled auto-merge (squash) July 28, 2025 02:02
@chenjiahan chenjiahan merged commit 50a7878 into main Jul 28, 2025
11 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch July 28, 2025 02:18
@chenjiahan chenjiahan mentioned this pull request Jul 31, 2025
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