Skip to content

Commit 9427df2

Browse files
committed
Drop webpack-cli 4 support, only webpack-cli ^5.1.4 is supported
1 parent acccc6a commit 9427df2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
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": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7229,7 +7229,7 @@ webidl-conversions@^4.0.2:
72297229
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
72307230
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
72317231

7232-
"webpack-cli@^4.9.1 || ^5.0.1":
7232+
webpack-cli@^5.1.4:
72337233
version "5.1.4"
72347234
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-5.1.4.tgz#c8e046ba7eaae4911d7e71e2b25b776fcc35759b"
72357235
integrity sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==

0 commit comments

Comments
 (0)