-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fork/fyodorovandrei/upgrade-package-deps-to-…
…allow-to-use-new-api # Conflicts: # packages/storybook-addon/package.json
- Loading branch information
Showing
212 changed files
with
5,745 additions
and
2,857 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@module-federation/enhanced": patch | ||
--- | ||
|
||
Reordered the "import" and "require" fields in export mappings for consistency. | ||
|
||
``` |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,75 @@ | ||
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv) | ||
./tmp | ||
./scripts | ||
./.git | ||
packages/storybook-addon | ||
packages/core | ||
packages/utilities | ||
packages/typescript | ||
# Cache and temporary files | ||
**/.cache/ | ||
**/.temp/ | ||
**/coverage/ | ||
**/dist/ | ||
|
||
# Documentation and config files | ||
**/*.md | ||
**/*.yaml | ||
**/*.yml | ||
**/.eslintrc* | ||
**/.prettierrc* | ||
**/.swcrc | ||
**/jest.config.* | ||
**/tsconfig.* | ||
**/*/stats.json | ||
|
||
# First ignore everything | ||
* | ||
|
||
# Then allow specific packages and their contents | ||
!packages/webpack-bundler-runtime/ | ||
!packages/webpack-bundler-runtime/**/* | ||
!packages/sdk/ | ||
!packages/sdk/**/* | ||
!packages/enhanced/ | ||
!packages/enhanced/**/* | ||
|
||
# Allow package.json files | ||
!package.json | ||
!packages/*/package.json | ||
!**/package.json | ||
|
||
# Explicitly ignore specific packages | ||
packages/dts-plugin/ | ||
packages/typescript/ | ||
packages/native-* | ||
apps | ||
**/configCases | ||
**/dist | ||
apps/** | ||
*.snap | ||
*.js | ||
packages/core/ | ||
packages/assemble-release-plan/ | ||
packages/native-federation-typescript/ | ||
packages/esbuild/ | ||
|
||
# Ignore specific directories | ||
apps/ | ||
webpack/tooling/ | ||
webpack/setup/ | ||
webpack/test/ | ||
webpack/benchmark/ | ||
tools/ | ||
.husky/ | ||
.github/ | ||
.vscode/ | ||
.verdaccio/ | ||
|
||
# Ignore specific files | ||
.cursorignore | ||
jest.preset.js | ||
babel.config.json | ||
nx.json | ||
LICENSE | ||
.nxignore | ||
netlify.toml | ||
renovate.json | ||
.npmrc | ||
.cursorrules | ||
.prettierignore | ||
.editorconfig | ||
ai-lint-fix.js | ||
manifest.json | ||
typedoc.json | ||
typedoc.base.json | ||
commitlint.config.js | ||
.eslintignore | ||
commit-gen.js | ||
main.py |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.