Skip to content

Commit 10d65fa

Browse files
committed
feature #1307 Drop webpack-cli 4 support, only webpack-cli ^5.1.4 is supported (Kocal)
This PR was squashed before being merged into the main branch. Discussion ---------- Drop `webpack-cli` 4 support, only `webpack-cli` ^5.1.4 is supported Close #1294 Commits ------- 2f97f68 Upgrade webpack-cli from test apps 9427df2 Drop `webpack-cli` 4 support, only `webpack-cli` ^5.1.4 is supported
2 parents acccc6a + 2f97f68 commit 10d65fa

File tree

21 files changed

+728
-447
lines changed

21 files changed

+728
-447
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## UNRELEASED
44

5+
This is a new major version that contains several backwards-compatibility breaks.
6+
7+
### BC Breaks
8+
9+
* #1307 Drop `webpack-cli` 4 support, only `webpack-cli` ^5.1.4 is supported (@Kocal)
10+
11+
## 4.7.0
12+
513
### Features
614

715
* #1284 Improve ESLint and Babel help messages, when enabling ESLint integration (@Kocal)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"vue-loader": "^17.0.0",
9999
"vue-template-compiler": "^2.5",
100100
"webpack": "^5.72",
101-
"webpack-cli": "^4.9.1 || ^5.0.1",
101+
"webpack-cli": "^5.1.4",
102102
"webpack-notifier": "^1.15.0",
103103
"zombie": "^6.1.4"
104104
},
@@ -133,7 +133,7 @@
133133
"vue-loader": "^15.0.11 || ^17.0.0",
134134
"vue-template-compiler": "^2.5",
135135
"webpack": "^5.72",
136-
"webpack-cli": "^4.9.1 || ^5.0.1",
136+
"webpack-cli": "^5.1.4",
137137
"webpack-notifier": "^1.15.0"
138138
},
139139
"peerDependenciesMeta": {

test_apps/npm-with-babel/package-lock.json

Lines changed: 85 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_apps/npm-with-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@babel/plugin-proposal-partial-application": "^7.18.9",
1010
"@babel/preset-env": "^7.16.0",
1111
"webpack": "^5.74.0",
12-
"webpack-cli": "^4.10.0"
12+
"webpack-cli": "^5.1.4"
1313
}
1414
}

0 commit comments

Comments
 (0)