File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## UNRELEASED
4
4
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
+
5
13
### Features
6
14
7
15
* #1284 Improve ESLint and Babel help messages, when enabling ESLint integration (@Kocal )
Original file line number Diff line number Diff line change 98
98
"vue-loader" : " ^17.0.0" ,
99
99
"vue-template-compiler" : " ^2.5" ,
100
100
"webpack" : " ^5.72" ,
101
- "webpack-cli" : " ^4.9.1 || ^5.0.1 " ,
101
+ "webpack-cli" : " ^5.1.4 " ,
102
102
"webpack-notifier" : " ^1.15.0" ,
103
103
"zombie" : " ^6.1.4"
104
104
},
133
133
"vue-loader" : " ^15.0.11 || ^17.0.0" ,
134
134
"vue-template-compiler" : " ^2.5" ,
135
135
"webpack" : " ^5.72" ,
136
- "webpack-cli" : " ^4.9.1 || ^5.0.1 " ,
136
+ "webpack-cli" : " ^5.1.4 " ,
137
137
"webpack-notifier" : " ^1.15.0"
138
138
},
139
139
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -7229,7 +7229,7 @@ webidl-conversions@^4.0.2:
7229
7229
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
7230
7230
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
7231
7231
7232
- " webpack-cli@^4.9.1 || ^5.0.1 " :
7232
+ webpack-cli@^5.1.4 :
7233
7233
version "5.1.4"
7234
7234
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-5.1.4.tgz#c8e046ba7eaae4911d7e71e2b25b776fcc35759b"
7235
7235
integrity sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==
You can’t perform that action at this time.
0 commit comments