Conversation
|
✅ Deploy Preview for module-federation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-Authored-By: [TMates] <tmates@bytedance.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f3384f5969
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "typescript": "5.9.3", | ||
| "url-loader": "4.1.1", | ||
| "vite": "5.4.21", | ||
| "vite": "7.3.1", |
There was a problem hiding this comment.
Keep Vite within @nx/vite supported peer range
This bumps vite to 7.3.1, but the same lockfile keeps @nx/vite@21.2.3 whose peer dependency is vite: ^5.0.0 || ^6.0.0 (pnpm-lock.yaml), so the workspace is now in an unsupported dependency state. Any Nx Vite project/executor run in CI or local development can fail or behave unpredictably under this mismatch, so Vite should stay on a supported major until Nx is upgraded.
Useful? React with 👍 / 👎.
| @@ -0,0 +1,361 @@ | |||
| WARN Unsupported engine: wanted: {"node":"^20"} (current: {"node":"v22.18.0","pnpm":"10.28.0"}) | |||
There was a problem hiding this comment.
Remove generated tool-output logs from version control
This commit adds transient .aiden/tmp/tool-output command logs (engine warnings, progress output, peer-dependency diagnostics) that are environment-specific and not part of the product source. Keeping these files tracked adds noise and repo bloat, leaks local machine/runtime details, and makes future dependency diffs harder to review without providing functional value.
Useful? React with 👍 / 👎.
…ponse Co-Authored-By: [TMates] <tmates@bytedance.com>
@module-federation/devtools
@module-federation/cli
create-module-federation
@module-federation/data-prefetch
@module-federation/dts-plugin
@module-federation/enhanced
@module-federation/error-codes
@module-federation/esbuild
@module-federation/managers
@module-federation/manifest
@module-federation/metro
@module-federation/metro-plugin-rnc-cli
@module-federation/metro-plugin-rnef
@module-federation/modern-js
@module-federation/modern-js-v3
@module-federation/native-federation-tests
@module-federation/native-federation-typescript
@module-federation/nextjs-mf
@module-federation/node
@module-federation/retry-plugin
@module-federation/rsbuild-plugin
@module-federation/rspack
@module-federation/rspress-plugin
@module-federation/runtime
@module-federation/runtime-core
@module-federation/runtime-tools
@module-federation/sdk
@module-federation/storybook-addon
@module-federation/third-party-dts-extractor
@module-federation/treeshake-frontend
@module-federation/treeshake-server
@module-federation/typescript
@module-federation/utilities
@module-federation/webpack-bundler-runtime
@module-federation/bridge-react
@module-federation/bridge-react-webpack-plugin
@module-federation/bridge-shared
@module-federation/bridge-vue3
@module-federation/inject-external-runtime-core-plugin
commit: |
Bundle Size Report6 package(s) changed, 35 unchanged.
Total dist: 6.38 MB (+1.6 kB (+0.0%)) |
No description provided.