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 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 )
Original file line number Diff line number Diff line change 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 },
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" : {
Original file line number Diff line number Diff 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==
You can’t perform that action at this time.
0 commit comments