Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#10554)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 3, 2022
1 parent 773d292 commit 2dee162
Show file tree
Hide file tree
Showing 13 changed files with 225 additions and 243 deletions.
4 changes: 2 additions & 2 deletions distributions/nuxt-start/package.json
Expand Up @@ -34,11 +34,11 @@
"@nuxt/utils": "2.15.6",
"@nuxt/vue-renderer": "2.15.6",
"node-fetch-native": "^0.1.4",
"vue": "^2.7.0",
"vue": "^2.7.10",
"vue-client-only": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.5.4",
"vue-router": "^3.6.4",
"vuex": "^3.6.2"
}
}
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -33,30 +33,30 @@
"test:unit": "jest packages --forceExit"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@ls-lint/ls-lint": "^1.11.2",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vue/server-test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^28.0.1",
"@vue/vue2-jest": "^28.1.0",
"babel-jest": "^28.1.1",
"chrome-launcher": "^0.15.1",
"consola": "^2.15.3",
"create-require": "^1.1.1",
"cross-spawn": "^7.0.3",
"esbuild": "^0.14.48",
"eslint": "^8.18.0",
"esbuild": "^0.15.6",
"eslint": "^8.23.0",
"eslint-multiplexer": "^2.0.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.9.0",
"execa": "^5.1.1",
"express": "^4.18.1",
"finalhandler": "^1.2.0",
Expand All @@ -66,25 +66,25 @@
"got": "^11.8.5",
"improved-yarn-audit": "^3.0.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.2",
"jest-util": "^28.1.1",
"jest-environment-jsdom": "^28.1.3",
"jest-util": "^28.1.3",
"jiti": "^1.14.0",
"jsdom": "^20.0.0",
"jsonfile": "^6.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^5.1.6",
"lerna": "^5.5.0",
"lodash": "^4.17.21",
"node-fetch-native": "^0.1.4",
"puppeteer-core": "^15.2.0",
"puppeteer-core": "^15.5.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.75.7",
"rollup-plugin-esbuild": "^4.9.1",
"rollup": "2.79.0",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-license": "^2.8.1",
"sass": "^1.53.0",
"sass": "^1.54.8",
"sass-loader": "^10.1.1",
"sort-package-json": "^1.57.0",
"typescript": "~4.7",
"typescript": "~4.8",
"vue-jest": "^4.0.1"
}
}
20 changes: 10 additions & 10 deletions packages/babel-preset-app/package.json
Expand Up @@ -10,21 +10,21 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/helper-compilation-targets": "^7.18.6",
"@babel/compat-data": "^7.18.13",
"@babel/core": "^7.18.13",
"@babel/helper-compilation-targets": "^7.18.9",
"@babel/helper-module-imports": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@vue/babel-preset-jsx": "^1.2.4",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.19.0",
"core-js-compat": "^3.23.3",
"core-js-compat": "^3.25.0",
"regenerator-runtime": "^0.13.9"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -20,7 +20,7 @@
"connect": "^3.7.0",
"consola": "^2.15.3",
"crc": "^4.1.1",
"defu": "^6.0.0",
"defu": "^6.1.0",
"destr": "^1.1.1",
"execa": "^5.1.1",
"exit": "^0.1.2",
Expand All @@ -33,7 +33,7 @@
"pretty-bytes": "^5.6.0",
"semver": "^7.3.7",
"serve-static": "^1.15.0",
"std-env": "^3.1.1",
"std-env": "^3.2.1",
"upath": "^2.0.1",
"wrap-ansi": "^7.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^6.0.0",
"defu": "^6.1.0",
"destr": "^1.1.1",
"dotenv": "^10.0.0",
"lodash": "^4.17.21",
"rc9": "^1.2.2",
"std-env": "^3.1.1",
"ufo": "^0.8.4"
"std-env": "^3.2.1",
"ufo": "^0.8.5"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/generator/package.json
Expand Up @@ -11,12 +11,12 @@
"@nuxt/utils": "2.15.6",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"defu": "^6.0.0",
"defu": "^6.1.0",
"devalue": "^2.0.1",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^5.3.3",
"ufo": "^0.8.4"
"node-html-parser": "^5.4.2",
"ufo": "^0.8.5"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Expand Up @@ -18,13 +18,13 @@
"fresh": "^0.5.2",
"fs-extra": "^10.1.0",
"ip": "^1.1.8",
"launch-editor-middleware": "^2.4.0",
"launch-editor-middleware": "^2.6.0",
"on-headers": "^1.0.2",
"pify": "^5.0.0",
"serve-placeholder": "^1.2.4",
"serve-static": "^1.15.0",
"server-destroy": "^1.0.1",
"ufo": "^0.8.4"
"ufo": "^0.8.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Expand Up @@ -22,7 +22,7 @@
"@types/node": "18.0.0",
"@types/optimize-css-assets-webpack-plugin": "5.0.5",
"@types/pug": "2.0.6",
"@types/serve-static": "1.13.10",
"@types/serve-static": "1.15.0",
"@types/terser-webpack-plugin": "4.2.1",
"@types/webpack": "4.41.32",
"@types/webpack-bundle-analyzer": "4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -19,7 +19,7 @@
"serialize-javascript": "^6.0.0",
"signal-exit": "^3.0.7",
"ua-parser-js": "^1.0.2",
"ufo": "^0.8.4"
"ufo": "^0.8.5"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-app/package.json
Expand Up @@ -14,14 +14,14 @@
],
"dependencies": {
"node-fetch-native": "^0.1.4",
"ufo": "^0.8.4",
"ufo": "^0.8.5",
"unfetch": "^4.2.0",
"vue": "^2.7.0",
"vue": "^2.7.10",
"vue-client-only": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.5.4",
"vue-template-compiler": "^2.7.0",
"vue-router": "^3.6.4",
"vue-template-compiler": "^2.7.10",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-renderer/package.json
Expand Up @@ -11,14 +11,14 @@
"@nuxt/devalue": "^2.0.0",
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^6.0.0",
"defu": "^6.1.0",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"ufo": "^0.8.4",
"vue": "^2.7.0",
"ufo": "^0.8.5",
"vue": "^2.7.10",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.7.0"
"vue-server-renderer": "^2.7.10"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/webpack/package.json
Expand Up @@ -8,13 +8,13 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/core": "^7.18.13",
"@nuxt/babel-preset-app": "2.15.6",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/utils": "2.15.6",
"babel-loader": "^8.2.5",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001361",
"caniuse-lite": "^1.0.30001388",
"consola": "^2.15.3",
"css-loader": "^4.3.0",
"cssnano": "^4.1.11",
Expand All @@ -37,21 +37,21 @@
"postcss-preset-env": "^6.7.1",
"postcss-url": "^8.0.0",
"semver": "^7.3.7",
"std-env": "^3.1.1",
"std-env": "^3.2.1",
"style-resources-loader": "^1.5.0",
"terser-webpack-plugin": "^4.2.3",
"thread-loader": "^3.0.4",
"time-fix-plugin": "^2.0.7",
"ufo": "^0.8.4",
"ufo": "^0.8.5",
"url-loader": "^4.1.1",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.0",
"vue-template-compiler": "^2.7.10",
"watchpack": "^2.4.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.1",
"webpack-hot-middleware": "^2.25.2",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^5.0.2"
},
Expand Down

0 comments on commit 2dee162

Please sign in to comment.