Skip to content

Commit c8833d3

Browse files
committed
chore: update stylus-loader
No breaking changes other than minimum Node.js version requirement
1 parent 1565902 commit c8833d3

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

packages/@vue/cli-service/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = (api, options) => {
5353
},
5454
stylus: {
5555
'stylus': '^0.54.8',
56-
'stylus-loader': '^5.0.0'
56+
'stylus-loader': '^6.1.0'
5757
}
5858
}
5959

packages/@vue/cli-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"fibers": ">= 3.1.1 <6.0.0",
117117
"sass": "^1.32.7",
118118
"sass-loader": "^11.0.1",
119-
"stylus-loader": "^5.0.0",
119+
"stylus-loader": "^6.1.0",
120120
"vue": "^2.6.14",
121121
"vue-router": "^3.5.1",
122122
"vue-template-compiler": "^2.6.14",

packages/@vue/cli-ui-addon-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "^5.1.0",
3232
"eslint-plugin-vue": "^7.6.0",
3333
"stylus": "^0.54.7",
34-
"stylus-loader": "^5.0.0",
34+
"stylus-loader": "^6.1.0",
3535
"vue-progress-path": "^0.0.2",
3636
"vue-template-compiler": "^2.6.14",
3737
"vuex": "^3.6.2"

packages/@vue/cli-ui-addon-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "^5.1.0",
3232
"eslint-plugin-vue": "^7.6.0",
3333
"stylus": "^0.54.7",
34-
"stylus-loader": "^5.0.0",
34+
"stylus-loader": "^6.1.0",
3535
"vue-template-compiler": "^2.6.14"
3636
},
3737
"publishConfig": {

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"rimraf": "^3.0.2",
9191
"start-server-and-test": "^1.12.0",
9292
"stylus": "^0.54.5",
93-
"stylus-loader": "^5.0.0",
93+
"stylus-loader": "^6.1.0",
9494
"subscriptions-transport-ws": "^0.9.18",
9595
"validate-npm-package-name": "^3.0.0",
9696
"vue": "^2.6.14",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20506,10 +20506,10 @@ stylus-loader@^3.0.2:
2050620506
lodash.clonedeep "^4.5.0"
2050720507
when "~3.6.x"
2050820508

20509-
stylus-loader@^5.0.0:
20510-
version "5.0.0"
20511-
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-5.0.0.tgz#d3f548887ab67808cc40d320079c44f8ffa3d9b8"
20512-
integrity sha512-1OaGgixTgC8IAaMCodZXg7XYsfP1qU0UzTHDyPaWACUh34j9geJL4iA583tFJDOtfNUOfDLaBpUywc5MicQ1aA==
20509+
stylus-loader@^6.1.0:
20510+
version "6.1.0"
20511+
resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-6.1.0.tgz#7a3a719a27cb2b9617896d6da28fda94c3ed9762"
20512+
integrity sha512-qKO34QCsOtSJrXxQQmXsPeaVHh6hMumBAFIoJTcsSr2VzrA6o/CW9HCGR8spCjzJhN8oKQHdj/Ytx0wwXyElkw==
2051320513
dependencies:
2051420514
fast-glob "^3.2.5"
2051520515
klona "^2.0.4"

0 commit comments

Comments
 (0)