Skip to content

Commit 0372160

Browse files
authored
chore: some trivial dependency version bumps (#6152)
1 parent 41eb4e9 commit 0372160

File tree

12 files changed

+1570
-1516
lines changed

12 files changed

+1570
-1516
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/eslint-parser": "^7.12.1",
3535
"@typescript-eslint/eslint-plugin": "^4.9.1",
3636
"@typescript-eslint/parser": "^4.9.1",
37-
"@vue/eslint-config-airbnb": "^5.0.2",
37+
"@vue/eslint-config-airbnb": "^5.3.0",
3838
"@vue/eslint-config-prettier": "^6.0.0",
3939
"@vue/eslint-config-standard": "^6.0.0",
4040
"@vue/eslint-config-typescript": "^7.0.0",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-vue-libs": "^4.0.0",
5555
"execa": "^1.0.0",
5656
"geckodriver": "^1.20.0",
57-
"globby": "^9.2.0",
57+
"globby": "^11.0.1",
5858
"graphql": "^14.6.0",
5959
"http-server": "^0.12.3",
6060
"inquirer": "^7.1.0",

packages/@vue/cli-plugin-eslint/eslintDeps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const DEPS_MAP = {
44
'eslint-plugin-vue': '^7.2.0'
55
},
66
airbnb: {
7-
'@vue/eslint-config-airbnb': '^5.0.2',
7+
'@vue/eslint-config-airbnb': '^5.3.0',
88
'eslint-plugin-import': '^2.20.2'
99
},
1010
prettier: {

packages/@vue/cli-plugin-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^5.0.0-alpha.0",
2727
"eslint-webpack-plugin": "^2.4.1",
28-
"globby": "^9.2.0",
28+
"globby": "^11.0.1",
2929
"inquirer": "^7.1.0",
3030
"webpack": "^5.10.0",
3131
"yorkie": "^2.0.0"

packages/@vue/cli-plugin-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"babel-loader": "^8.2.2",
2929
"cache-loader": "^4.1.0",
3030
"fork-ts-checker-webpack-plugin": "^6.0.5",
31-
"globby": "^9.2.0",
31+
"globby": "^11.0.1",
3232
"thread-loader": "^3.0.0",
3333
"ts-loader": "^8.0.12",
3434
"webpack": "^5.10.0",

packages/@vue/cli-plugin-unit-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jest": "^26.6.3",
3535
"jest-serializer-vue": "^2.0.2",
3636
"jest-transform-stub": "^2.0.0",
37-
"jest-watch-typeahead": "^0.4.2",
37+
"jest-watch-typeahead": "^0.6.1",
3838
"ts-jest": "^26.4.4",
3939
"vue-jest": "^3.0.5"
4040
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"dotenv": "^8.2.0",
5454
"dotenv-expand": "^5.1.0",
5555
"file-loader": "^6.1.1",
56-
"fs-extra": "^7.0.1",
57-
"globby": "^9.2.0",
56+
"fs-extra": "^9.0.1",
57+
"globby": "^11.0.1",
5858
"hash-sum": "^2.0.0",
5959
"html-webpack-plugin": "^4.5.0",
6060
"launch-editor-middleware": "^2.2.1",

packages/@vue/cli-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/node": "*",
2828
"@types/puppeteer": "^1.11.0",
2929
"execa": "^1.0.0",
30-
"fs-extra": "^7.0.1",
30+
"fs-extra": "^9.0.1",
3131
"json-server": "^0.16.1",
3232
"puppeteer": "^1.11.0",
3333
"serve-handler": "^6.1.2",

packages/@vue/cli-ui/apollo-server/connectors/configurations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const fs = require('fs-extra')
22
const path = require('path')
33
const yaml = require('js-yaml')
44
const clone = require('clone')
5-
const stringifyJS = require('javascript-stringify')
5+
const stringifyJS = require('javascript-stringify').stringify
66
// Connectors
77
const cwd = require('./cwd')
88
const plugins = require('./plugins')

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@
4242
"express": "^4.17.1",
4343
"express-history-api-fallback": "^2.2.1",
4444
"fkill": "^7.0.1",
45-
"fs-extra": "^7.0.1",
46-
"globby": "^9.2.0",
45+
"fs-extra": "^9.0.1",
46+
"globby": "^11.0.1",
4747
"graphql": "^14.6.0",
4848
"graphql-subscriptions": "^1.1.0",
4949
"graphql-tag": "^2.10.3",
5050
"graphql-type-json": "^0.3.1",
51-
"javascript-stringify": "^1.6.0",
51+
"javascript-stringify": "^2.0.1",
5252
"js-yaml": "^3.14.1",
5353
"lodash.merge": "^4.6.1",
5454
"lowdb": "^1.0.0",
5555
"lru-cache": "^6.0.0",
5656
"node-ipc": "^9.1.1",
57-
"node-notifier": "^6.0.0",
58-
"parse-git-config": "^2.0.2",
57+
"node-notifier": "^9.0.0",
58+
"parse-git-config": "^3.0.0",
5959
"portfinder": "^1.0.26",
6060
"prismjs": "^1.21.0",
6161
"rss-parser": "^3.10.0",
6262
"shortid": "^2.2.15",
6363
"typescript": "~4.1.2",
64-
"vue-cli-plugin-apollo": "^0.21.3",
64+
"vue-cli-plugin-apollo": "^0.22.2",
6565
"watch": "^1.0.2"
6666
},
6767
"devDependencies": {

packages/@vue/cli/lib/util/stringifyJS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = function stringifyJS (value) {
2-
const stringify = require('javascript-stringify')
2+
const { stringify } = require('javascript-stringify')
33
// eslint-disable-next-line no-shadow
44
return stringify(value, (val, indent, stringify) => {
55
if (val && val.__expression) {

packages/@vue/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"download-git-repo": "^3.0.2",
3939
"ejs": "^3.1.5",
4040
"envinfo": "^7.7.3",
41-
"fs-extra": "^7.0.1",
42-
"globby": "^9.2.0",
41+
"fs-extra": "^9.0.1",
42+
"globby": "^11.0.1",
4343
"import-global": "^0.1.0",
44-
"ini": "^1.3.7",
44+
"ini": "^2.0.0",
4545
"inquirer": "^7.1.0",
4646
"isbinaryfile": "^4.0.6",
47-
"javascript-stringify": "^1.6.0",
47+
"javascript-stringify": "^2.0.1",
4848
"js-yaml": "^3.14.1",
4949
"leven": "^3.1.0",
5050
"lodash.clonedeep": "^4.5.0",

0 commit comments

Comments
 (0)