Skip to content

Commit 4ef6efb

Browse files
Merge branch 'main' into consume-share-layers
# Conflicts: # pnpm-lock.yaml
2 parents 687365f + de80bb5 commit 4ef6efb

File tree

139 files changed

+2276
-940
lines changed

Some content is hidden

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

139 files changed

+2276
-940
lines changed

.changeset/lucky-shirts-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/sdk': patch
3+
---
4+
5+
chore: bump logger

.changeset/shaggy-flowers-cry.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@module-federation/error-codes': patch
3+
'@module-federation/enhanced': patch
4+
'@module-federation/sdk': patch
5+
---
6+
7+
fix(enhanced): abort process if not find expose modules

.changeset/six-yaks-teach.md

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

.changeset/smart-crabs-burn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@module-federation/error-codes': patch
3+
'@module-federation/runtime': patch
4+
'@module-federation/sdk': patch
5+
---
6+
7+
fix: throw RUNTIME-008 Error when script resources load failed

.changeset/sour-carpets-walk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/modern-js': patch
3+
---
4+
5+
chore(modern-js-plugin): add ssr option

.changeset/twelve-dingos-ring.md

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

.changeset/twelve-pumpkins-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/bridge-react': patch
3+
---
4+
5+
feat: support basename passed by remote module props

.github/dependabot.yml

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

.github/workflows/release.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -16,54 +16,11 @@ on:
1616
description: 'Release Branch (confirm release branch)'
1717
required: true
1818
default: 'main'
19-
issue_comment:
20-
types: [created]
2119

2220
permissions:
2321
id-token: write
2422

2523
jobs:
26-
issue_comment:
27-
name: Release with comment
28-
if: github.event.issue.pull_request && contains(github.event.comment.body, '!canary')
29-
runs-on: ubuntu-latest
30-
31-
steps:
32-
- name: Checkout Repo
33-
uses: actions/checkout@v3
34-
with:
35-
fetch-depth: 1
36-
ref: refs/pull/${{ github.event.issue.number }}/head
37-
38-
- name: Install Pnpm
39-
run: corepack enable
40-
41-
- name: Setup Node.js 18
42-
uses: actions/setup-node@v3
43-
with:
44-
node-version: '18'
45-
cache: 'pnpm'
46-
47-
- name: Install deps
48-
run: pnpm install
49-
50-
- name: Build Packages
51-
run: pnpm run build:pkg
52-
53-
- name: Release
54-
uses: module-federation/actions@v2
55-
with:
56-
version: 'next'
57-
type: 'release'
58-
branch: ''
59-
tools: 'changeset'
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
62-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
63-
REPOSITORY: ${{ github.repository }}
64-
PULL_REQUEST_NUMBER: ${{ github.event.issue.number }}
65-
COMMENT: ${{ toJson(github.event.comment) }}
66-
6724
release:
6825
name: Release
6926
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}

apps/3000-home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@ant-design/cssinjs": "^1.21.0",
77
"antd": "5.19.1",
88
"lodash": "4.17.21",
9-
"next": "14.2.10",
9+
"next": "14.2.16",
1010
"react": "18.3.1"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)