chore: Updated dependencies#603
Merged
Patrick Lafrance (patricklafrance) merged 3 commits intoMay 12, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Patrick Lafrance (patricklafrance)
May 12, 2026 22:42
View session
@squide/core
@squide/env-vars
@squide/fakes
@squide/firefly
@squide/firefly-module-federation
@squide/firefly-rsbuild-configs
@squide/firefly-storybook
@squide/firefly-webpack-configs
@squide/i18next
@squide/launch-darkly
@squide/msw
@squide/react-router
commit: |
There was a problem hiding this comment.
Pull request overview
This PR updates dependency versions across the monorepo (packages + samples), including a major upgrade of Module Federation tooling and Rsbuild, and aligns related config/runtime plugin code to the updated APIs.
Changes:
- Bump versions for key runtime/build deps (React, React Router, MSW, TanStack Query, Rsbuild/Rspack, Module Federation enhanced, etc.) across samples and published packages.
- Update Module Federation runtime plugin typings/usages in the
firefly-*-configspackages to match the newer@module-federation/enhancedruntime API. - Add a changeset for patch releases and extend internal dependency management documentation.
Reviewed changes
Copilot reviewed 48 out of 49 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/storybook/package.json | Updates Storybook sample dependency versions (MSW/React/Router/Storybook/Rsbuild, etc.). |
| samples/storybook/host/public/mockServiceWorker.js | Updates MSW service worker version constant for Storybook host. |
| samples/storybook/host/package.json | Updates Storybook host dependency versions (React/Router/MSW/Storybook/Rsbuild, etc.). |
| samples/storybook/.storybook/public/mockServiceWorker.js | Updates MSW service worker version constant for Storybook preview. |
| samples/endpoints/shell/package.json | Updates endpoints shell peer/dev dependency ranges. |
| samples/endpoints/shared/package.json | Updates endpoints shared deps (React peer range, uuid, dev tooling). |
| samples/endpoints/remote-module/public/mockServiceWorker.js | Updates MSW service worker version constant for endpoints remote module. |
| samples/endpoints/remote-module/package.json | Updates endpoints remote module deps (React/Router/MSW/Query/i18n, tooling). |
| samples/endpoints/local-module/public/mockServiceWorker.js | Updates MSW service worker version constant for endpoints local module. |
| samples/endpoints/local-module/package.json | Updates endpoints local module peer/deps and dev tooling versions. |
| samples/endpoints/layouts/package.json | Updates endpoints layouts peer/dev dependency versions. |
| samples/endpoints/i18next/package.json | Updates endpoints i18next peer/dev dependency versions. |
| samples/endpoints/host/public/mockServiceWorker.js | Updates MSW service worker version constant for endpoints host. |
| samples/endpoints/host/package.json | Updates endpoints host deps (React/Router/MSW/Query/i18n, tooling). |
| samples/endpoints/express-server/package.json | Updates express-server OpenTelemetry/dotenv/dev tooling versions. |
| samples/basic/shell/package.json | Updates basic shell peer/dev dependency versions (React/Router/toast libs). |
| samples/basic/shared/package.json | Updates basic shared peer/dev dependency versions. |
| samples/basic/remote-module/package.json | Updates basic remote module deps/dev tooling versions. |
| samples/basic/local-module/package.json | Updates basic local module deps/dev tooling versions. |
| samples/basic/host/package.json | Updates basic host deps/dev tooling versions. |
| samples/basic/another-remote-module/package.json | Updates second basic remote module deps/dev tooling versions. |
| samples/basic-webpack/shell/package.json | Updates basic-webpack shell peer/dev dependency versions. |
| samples/basic-webpack/shared/package.json | Updates basic-webpack shared peer/dev dependency versions. |
| samples/basic-webpack/remote-module/package.json | Updates basic-webpack remote module deps/dev tooling versions (incl. webpack/swc). |
| samples/basic-webpack/local-module/package.json | Updates basic-webpack local module deps/dev tooling versions (incl. webpack/swc). |
| samples/basic-webpack/host/package.json | Updates basic-webpack host deps/dev tooling versions (incl. webpack/swc). |
| samples/basic-webpack/another-remote-module/package.json | Updates second basic-webpack remote module deps/dev tooling versions. |
| packages/react-router/package.json | Updates published react-router package deps/peers/dev tooling. |
| packages/msw/package.json | Updates published MSW helper package peer requirement and dev tooling. |
| packages/launch-darkly/package.json | Updates published LaunchDarkly package dev tooling and logging dep. |
| packages/i18next/package.json | Updates published i18next package peer requirements and dev tooling. |
| packages/firefly/package.json | Updates core Firefly package peer requirements and runtime deps (uuid/logging/etc.). |
| packages/firefly-webpack-configs/tests/sharedDependenciesResolutionPlugin.test.ts | Adjusts Module Federation runtime type usage in tests. |
| packages/firefly-webpack-configs/src/sharedDependenciesResolutionPlugin.ts | Updates runtime plugin types and resolver return shape for new MF runtime. |
| packages/firefly-webpack-configs/src/nonCacheableRemoteEntryPlugin.ts | Updates runtime plugin type import/name for new MF runtime. |
| packages/firefly-webpack-configs/package.json | Major bump to Module Federation enhanced + updates webpack/swc peer ranges and tooling. |
| packages/firefly-storybook/package.json | Updates Storybook integration package peer requirements and tooling. |
| packages/firefly-rsbuild-configs/tests/sharedDependenciesResolutionPlugin.test.ts | Adjusts Module Federation runtime type usage in tests. |
| packages/firefly-rsbuild-configs/src/sharedDependenciesResolutionPlugin.ts | Updates runtime plugin types and resolver return shape for new MF runtime. |
| packages/firefly-rsbuild-configs/src/nonCacheableRemoteEntryPlugin.ts | Updates runtime plugin type import/name for new MF runtime. |
| packages/firefly-rsbuild-configs/package.json | Major bump to Module Federation enhanced/rsbuild-plugin + rsbuild/rspack peer ranges. |
| packages/firefly-module-federation/package.json | Updates MF integration package deps/peers to MF v2 + rspack v2. |
| packages/fakes/package.json | Updates dev tooling versions for fakes package. |
| packages/env-vars/package.json | Updates logging dep and dev tooling versions for env-vars package. |
| packages/core/package.json | Updates logging dep and dev tooling versions for core package. |
| package.json | Updates root tooling deps and adjusts outdated/update scripts. |
| agent-docs/references/development.md | Adds documentation about pnpm overrides/pins and lockfile behavior. |
| .changeset/big-buses-lead.md | Adds a changeset for patch releases due to dependency bumps. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.