From 3d7002aaa160efd514f5a402de30210e1da50cd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 14:15:57 +0800 Subject: [PATCH] fix(deps): update all non-major dependencies (#8281) Co-authored-by: Renovate Bot Co-authored-by: bluwy --- .npmrc | 1 + package.json | 22 +++++++++---------- packages/plugin-vue-jsx/package.json | 4 ++-- packages/plugin-vue/package.json | 4 ++-- playground/ssr-vue/package.json | 2 +- playground/vue-jsx/package.json | 2 +- playground/vue-lib/package.json | 2 +- playground/vue-server-origin/package.json | 2 +- .../__snapshots__/serve.spec.ts.snap | 2 +- .../vue-sourcemap/__tests__/serve.spec.ts | 2 +- playground/vue-sourcemap/package.json | 4 ++-- playground/vue/package.json | 6 ++--- 12 files changed, 27 insertions(+), 26 deletions(-) diff --git a/.npmrc b/.npmrc index 10aa0abf..6d64ed70 100644 --- a/.npmrc +++ b/.npmrc @@ -5,3 +5,4 @@ hoist-pattern[]=postcss hoist-pattern[]=pug hoist-pattern[]=source-map-support hoist-pattern[]=ts-node +strict-peer-dependencies=false diff --git a/package.json b/package.json index 5d67191c..6dde8708 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@babel/types": "^7.17.10", - "@microsoft/api-extractor": "^7.23.1", + "@microsoft/api-extractor": "^7.24.1", "@rollup/plugin-typescript": "^8.3.2", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", @@ -55,15 +55,15 @@ "@types/resolve": "^1.20.2", "@types/sass": "~1.43.1", "@types/semver": "^7.3.9", - "@types/stylus": "^0.48.37", + "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.22.0", - "@typescript-eslint/parser": "^5.22.0", + "@typescript-eslint/eslint-plugin": "^5.25.0", + "@typescript-eslint/parser": "^5.25.0", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "esbuild": "^0.14.38", - "eslint": "^8.15.0", - "eslint-define-config": "^1.4.0", + "eslint": "^8.16.0", + "eslint-define-config": "^1.4.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "esno": "^0.16.3", @@ -75,8 +75,8 @@ "node-fetch": "^2.6.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.21.1", - "pnpm": "^7.1.2", + "playwright-chromium": "^1.22.2", + "pnpm": "^7.1.3", "prettier": "2.6.2", "prompts": "^2.4.2", "rimraf": "^3.0.2", @@ -89,8 +89,8 @@ "unbuild": "^0.7.4", "vite": "workspace:*", "vitepress": "1.0.0-draft.4", - "vitest": "^0.12.4", - "vue": "^3.2.33" + "vitest": "^0.12.9", + "vue": "^3.2.35" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", @@ -110,7 +110,7 @@ "eslint --fix" ] }, - "packageManager": "pnpm@7.0.1", + "packageManager": "pnpm@7.1.3", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index d4cb8b7d..69f27be9 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -35,9 +35,9 @@ }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme", "dependencies": { - "@babel/core": "^7.17.10", + "@babel/core": "^7.18.0", "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.16.8", + "@babel/plugin-transform-typescript": "^7.18.1", "@rollup/pluginutils": "^4.2.1", "@vue/babel-plugin-jsx": "^1.1.1" }, diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 0706b8c1..6725ec2e 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -40,13 +40,13 @@ }, "devDependencies": { "@jridgewell/gen-mapping": "^0.3.1", - "@jridgewell/trace-mapping": "^0.3.10", + "@jridgewell/trace-mapping": "^0.3.13", "debug": "^4.3.4", "rollup": "^2.72.1", "slash": "^4.0.0", "source-map": "^0.6.1", "vite": "workspace:*", - "vue": "^3.2.33" + "vue": "^3.2.35" }, "dependencies": { "@rollup/pluginutils": "^4.2.1" diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index 0464ebee..7c69290c 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "example-external-component": "file:example-external-component", - "vue": "^3.2.33", + "vue": "^3.2.35", "vue-router": "^4.0.15", "vuex": "^4.0.2" }, diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index 697b9f31..25eba00a 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.33" + "vue": "^3.2.35" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index 684e5ea8..06084312 100644 --- a/playground/vue-lib/package.json +++ b/playground/vue-lib/package.json @@ -8,7 +8,7 @@ "build-consumer": "vite build --config ./vite.config.consumer.ts" }, "dependencies": { - "vue": "^3.2.33" + "vue": "^3.2.35" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index 869de55c..eeb09fb7 100644 --- a/playground/vue-server-origin/package.json +++ b/playground/vue-server-origin/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.25" + "vue": "^3.2.35" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/__tests__/__snapshots__/serve.spec.ts.snap b/playground/vue-sourcemap/__tests__/__snapshots__/serve.spec.ts.snap index 8daeb18d..7a262ecd 100644 --- a/playground/vue-sourcemap/__tests__/__snapshots__/serve.spec.ts.snap +++ b/playground/vue-sourcemap/__tests__/__snapshots__/serve.spec.ts.snap @@ -2,7 +2,7 @@ exports[`serve:vue-sourcemap > js 1`] = ` { - "mappings": "mIAKA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;AAGP;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;wBARlB,oBAAiB,WAAd,MAAU", + "mappings": "mIAKA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;AAGP;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;wBARlB,oBAAiB,WAAd,MAAU", "sources": [ "/root/Js.vue", ], diff --git a/playground/vue-sourcemap/__tests__/serve.spec.ts b/playground/vue-sourcemap/__tests__/serve.spec.ts index cc3c9835..e02243c9 100644 --- a/playground/vue-sourcemap/__tests__/serve.spec.ts +++ b/playground/vue-sourcemap/__tests__/serve.spec.ts @@ -31,7 +31,7 @@ describe.runIf(isServe)('serve:vue-sourcemap', () => { const map = extractSourcemap(js) expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(` { - "mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU", + "mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU", "sources": [ "/root/Ts.vue", ], diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index 55b4deef..db989310 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -12,9 +12,9 @@ "@vitejs/plugin-vue": "workspace:*", "less": "^4.1.2", "postcss-nested": "^5.0.6", - "sass": "^1.51.0" + "sass": "^1.52.1" }, "dependencies": { - "vue": "^3.2.33" + "vue": "^3.2.35" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index 2c228798..bffa3179 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.33" + "vue": "^3.2.35" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", "js-yaml": "^4.1.0", "less": "^4.1.2", "pug": "^3.0.2", - "sass": "^1.51.0", - "stylus": "^0.55.0" + "sass": "^1.52.1", + "stylus": "^0.57.0" } }