Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(builder): update rspack to 0.3.8 #4843

Merged
merged 8 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/thirty-cars-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@modern-js/builder-rspack-provider': patch
---

chore(builder): update rspack to 0.3.8

chore(builder): 升级 rspack 到 0.3.8
1 change: 1 addition & 0 deletions .github/workflows/integration-test-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: corepack enable

- name: Check skip CI
shell: bash
run: echo "RESULT=$(node ./scripts/skipCI.js)" >> "$GITHUB_OUTPUT"
id: skip-ci

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Install Pnpm
uses: pnpm/action-setup@v2

- name: Show Pnpm Version
run: pnpm -v

- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions packages/builder/builder-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@modern-js/types": "workspace:*",
"@modern-js/utils": "workspace:*",
"@babel/preset-typescript": "^7.22.15",
"@rspack/core": "0.3.6",
"@rspack/dev-client": "0.3.6",
"@rspack/plugin-html": "0.3.6",
"@rspack/core": "0.3.8",
"@rspack/dev-client": "0.3.8",
"@rspack/plugin-html": "0.3.8",
"@swc/helpers": "0.5.1",
"rspack-manifest-plugin": "5.0.0-alpha0",
"caniuse-lite": "^1.0.30001520",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
Plugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down Expand Up @@ -1464,6 +1465,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
Plugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down Expand Up @@ -1944,6 +1946,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctyly when targ
Plugin {
"_options": {
"prefix": "Server",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down Expand Up @@ -2676,6 +2679,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
Plugin {
"_options": {
"prefix": "Client",
"profile": false,
},
"name": "ProgressPlugin",
},
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading