Skip to content

Commit

Permalink
Update webpack-cli to 4.10 and pnpm to 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Mosca authored and TheMcMurder committed Jun 11, 2023
1 parent 57f3986 commit b3ed702
Show file tree
Hide file tree
Showing 7 changed files with 1,853 additions and 3,457 deletions.
6 changes: 6 additions & 0 deletions .changeset/tidy-garlics-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"generator-single-spa": patch
"single-spa-welcome": patch
---

Updated webpack-cli to 4.10.0, pnpm to 8.6.1 and corresponding adjustments
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: "16"
- uses: pnpm/action-setup@v2.0.1
with:
version: 6.29.1
version: 8.6.1
- run: git checkout main && git checkout $GITHUB_SHA
- run: pnpm install --frozen-lockfile
- run: pnpx changeset status
- run: pnpm changeset status
- run: pnpm test --recursive
- run: pnpm run lint --recursive
- run: pnpm run --recursive lint
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-config-single-spa-react": "^4.0.0",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^5.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pretty-quick": "^3.1.1",
"serve": "^12.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-config-single-spa": "^5.0.0",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^5.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"webpack": "^5.75.0",
"webpack-config-single-spa": "^5.0.0",
"webpack-merge": "^5.8.0",
"webpack-cli": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/single-spa-welcome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
Expand Down

0 comments on commit b3ed702

Please sign in to comment.