Skip to content

Commit 6f952fd

Browse files
Merge branch 'main' into consume-share-layers
# Conflicts: # .cursorignore # packages/runtime-core/src/core.md # pnpm-lock.yaml
2 parents 81d2365 + 3f9677d commit 6f952fd

File tree

213 files changed

+5940
-3136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+5940
-3136
lines changed

.changeset/ai-hungry-cat.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@module-federation/enhanced": patch
3+
---
4+
5+
Reordered the "import" and "require" fields in export mappings for consistency.
6+
7+
```

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"@module-federation/retry-plugin",
2424
"@module-federation/data-prefetch",
2525
"@module-federation/rsbuild-plugin",
26-
"@module-federation/error-codes"
26+
"@module-federation/error-codes",
27+
"@module-federation/inject-external-runtime-core-plugin"
2728
]
2829
],
2930
"ignorePatterns": ["^alpha|^beta"],

.changeset/lucky-shirts-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-flowers-cry.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/smart-crabs-burn.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/sour-carpets-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-taxis-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/storybook-addon': major
3+
---
4+
5+
Use new api to get the virtual static modules

.changeset/twelve-pumpkins-film.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.cursorignore

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,75 @@
1+
# Cache and temporary files
12
**/.cache/
23
**/.temp/
34
**/coverage/
5+
**/dist/
6+
7+
# Documentation and config files
48
**/*.md
59
**/*.yaml
6-
**/*/stats.json
710
**/*.yml
811
**/.eslintrc*
912
**/.prettierrc*
1013
**/.swcrc
1114
**/jest.config.*
1215
**/tsconfig.*
13-
apps/
16+
**/*/stats.json
17+
18+
# First ignore everything
19+
*
1420

21+
# Then allow specific packages and their contents
1522
!packages/webpack-bundler-runtime/
1623
!packages/webpack-bundler-runtime/**/*
1724
!packages/sdk/
1825
!packages/sdk/**/*
1926
!packages/enhanced/
2027
!packages/enhanced/**/*
28+
29+
# Allow package.json files
2130
!package.json
2231
!packages/*/package.json
2332
!**/package.json
2433

34+
# Explicitly ignore specific packages
2535
packages/dts-plugin/
2636
packages/typescript/
2737
packages/native-*
2838
packages/core/
2939
packages/assemble-release-plan/
3040
packages/native-federation-typescript/
3141
packages/esbuild/
32-
**/dist/
3342

34-
webpack/tooling
35-
webpack/setup
36-
webpack/test
37-
webpack/benchmark
43+
# Ignore specific directories
44+
apps/
45+
webpack/tooling/
46+
webpack/setup/
47+
webpack/test/
48+
webpack/benchmark/
49+
tools/
50+
.husky/
51+
.github/
52+
.vscode/
53+
.verdaccio/
54+
55+
# Ignore specific files
3856
.cursorignore
3957
jest.preset.js
4058
babel.config.json
41-
.husky
4259
nx.json
43-
tools
4460
LICENSE
4561
.nxignore
4662
netlify.toml
4763
renovate.json
48-
.changeset
4964
.npmrc
65+
.cursorrules
5066
.prettierignore
5167
.editorconfig
5268
ai-lint-fix.js
53-
.github
5469
manifest.json
5570
typedoc.json
5671
typedoc.base.json
5772
commitlint.config.js
5873
.eslintignore
5974
commit-gen.js
60-
.vscode
6175
main.py
62-
.verdaccio
63-

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
label: Validations
3737
description: Before submitting the issue, please make sure you do the following
3838
options:
39-
- label: Read the [Contributing Guidelines](https://github.com/module-federation/core/blob/canary/CONTRIBUTING.md).
39+
- label: Read the [Contributing Guidelines](https://github.com/module-federation/core/blob/main/CONTRIBUTING.md).
4040
required: true
4141
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
4242
required: true

0 commit comments

Comments
 (0)