From efc0dd840c0b256c4cf81d271475e1fed1e87e9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:11:00 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#10488) Co-authored-by: sapphi-red --- .github/workflows/ci.yml | 4 +-- .github/workflows/publish.yml | 2 +- package.json | 30 +++++++++++------------ packages/plugin-vue/package.json | 4 +-- playground/package.json | 2 +- playground/ssr-vue/package.json | 2 +- playground/vue-jsx/package.json | 2 +- playground/vue-legacy/package.json | 2 +- playground/vue-lib/package.json | 2 +- playground/vue-server-origin/package.json | 2 +- playground/vue-sourcemap/package.json | 2 +- playground/vue/package.json | 2 +- scripts/patchCJS.ts | 8 +++--- 13 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c18ab498..565c108a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.4 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@v3 @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.4 - name: Set node version to 16 uses: actions/setup-node@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b26ca1a..d167d77f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.4 - name: Set node version to 16.x uses: actions/setup-node@v3 diff --git a/package.json b/package.json index 45f13e5b..1d2e989f 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "ci-docs": "run-s build docs-build" }, "devDependencies": { - "@babel/types": "^7.19.3", - "@microsoft/api-extractor": "^7.32.0", + "@babel/types": "^7.19.4", + "@microsoft/api-extractor": "^7.33.4", "@rollup/plugin-typescript": "^8.5.0", "@types/babel__core": "^7.1.19", "@types/babel__standalone": "^7.1.4", @@ -58,8 +58,8 @@ "@types/semver": "^7.3.12", "@types/stylus": "^0.48.38", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.39.0", - "@typescript-eslint/parser": "^5.39.0", + "@typescript-eslint/eslint-plugin": "^5.40.1", + "@typescript-eslint/parser": "^5.40.1", "conventional-changelog-cli": "^2.2.2", "esbuild": "^0.14.47", "eslint": "^8.25.0", @@ -70,27 +70,27 @@ "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", "lint-staged": "^13.0.3", - "minimist": "^1.2.6", + "minimist": "^1.2.7", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", - "playwright-chromium": "^1.27.0", - "pnpm": "^7.13.3", + "playwright-chromium": "^1.27.1", + "pnpm": "^7.13.5", "prettier": "2.7.1", "prompts": "^2.4.2", "resolve": "^1.22.1", "rimraf": "^3.0.2", "rollup": "^2.79.1", - "rollup-plugin-license": "^2.8.1", + "rollup-plugin-license": "^2.8.2", "semver": "^7.3.8", - "simple-git-hooks": "^2.8.0", + "simple-git-hooks": "^2.8.1", "tslib": "^2.4.0", - "tsx": "^3.10.1", + "tsx": "^3.10.4", "typescript": "^4.6.4", - "unbuild": "^0.8.11", + "unbuild": "^0.9.4", "vite": "workspace:*", - "vitepress": "^1.0.0-alpha.19", - "vitest": "^0.24.0", - "vue": "^3.2.40" + "vitepress": "^1.0.0-alpha.21", + "vitest": "^0.24.3", + "vue": "^3.2.41" }, "simple-git-hooks": { "pre-commit": "pnpm exec lint-staged --concurrent false", @@ -110,7 +110,7 @@ "eslint --cache --fix" ] }, - "packageManager": "pnpm@7.13.3", + "packageManager": "pnpm@7.13.5", "pnpm": { "overrides": { "vite": "workspace:*", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 7b05d4de..9f15765e 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -40,12 +40,12 @@ }, "devDependencies": { "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.16", + "@jridgewell/trace-mapping": "^0.3.17", "debug": "^4.3.4", "rollup": "^2.79.1", "slash": "^5.0.0", "source-map": "^0.6.1", "vite": "workspace:*", - "vue": "^3.2.40" + "vue": "^3.2.41" } } diff --git a/playground/package.json b/playground/package.json index fc420746..24691574 100644 --- a/playground/package.json +++ b/playground/package.json @@ -3,7 +3,7 @@ "private": true, "version": "1.0.0", "devDependencies": { - "convert-source-map": "^1.8.0", + "convert-source-map": "^1.9.0", "css-color-names": "^1.0.1", "kill-port": "^1.6.1", "node-fetch": "^3.2.10", diff --git a/playground/ssr-vue/package.json b/playground/ssr-vue/package.json index a45e53eb..7d30af7c 100644 --- a/playground/ssr-vue/package.json +++ b/playground/ssr-vue/package.json @@ -17,7 +17,7 @@ "dependencies": { "example-external-component": "file:example-external-component", "pinia": "^2.0.23", - "vue": "^3.2.40", + "vue": "^3.2.41", "vue-router": "^4.1.5" }, "devDependencies": { diff --git a/playground/vue-jsx/package.json b/playground/vue-jsx/package.json index 43f7e1b5..b1233f58 100644 --- a/playground/vue-jsx/package.json +++ b/playground/vue-jsx/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.40" + "vue": "^3.2.41" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-legacy/package.json b/playground/vue-legacy/package.json index 63305f67..77b810bb 100644 --- a/playground/vue-legacy/package.json +++ b/playground/vue-legacy/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.2.40" + "vue": "^3.2.41" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/playground/vue-lib/package.json b/playground/vue-lib/package.json index 1b75d2c9..f8f10ac1 100644 --- a/playground/vue-lib/package.json +++ b/playground/vue-lib/package.json @@ -9,7 +9,7 @@ "build-consumer": "vite build --config ./vite.config.consumer.ts" }, "dependencies": { - "vue": "^3.2.40" + "vue": "^3.2.41" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-server-origin/package.json b/playground/vue-server-origin/package.json index 70af9cc8..aa05838f 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.40" + "vue": "^3.2.41" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*" diff --git a/playground/vue-sourcemap/package.json b/playground/vue-sourcemap/package.json index 6b68b7c5..d7a9093d 100644 --- a/playground/vue-sourcemap/package.json +++ b/playground/vue-sourcemap/package.json @@ -15,6 +15,6 @@ "sass": "^1.55.0" }, "dependencies": { - "vue": "^3.2.40" + "vue": "^3.2.41" } } diff --git a/playground/vue/package.json b/playground/vue/package.json index a731715f..26253482 100644 --- a/playground/vue/package.json +++ b/playground/vue/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "vue": "^3.2.40" + "vue": "^3.2.41" }, "devDependencies": { "@vitejs/plugin-vue": "workspace:*", diff --git a/scripts/patchCJS.ts b/scripts/patchCJS.ts index 99758d6e..192264e6 100644 --- a/scripts/patchCJS.ts +++ b/scripts/patchCJS.ts @@ -3,7 +3,7 @@ It converts ```ts -exports["default"] = vuePlugin; +exports.default = vuePlugin; exports.parseVueRequest = parseVueRequest; ``` @@ -11,7 +11,7 @@ to ```ts module.exports = vuePlugin; -module.exports["default"] = vuePlugin; +module.exports.default = vuePlugin; module.exports.parseVueRequest = parseVueRequest; ``` */ @@ -22,7 +22,7 @@ import colors from 'picocolors' const indexPath = 'dist/index.cjs' let code = readFileSync(indexPath, 'utf-8') -const matchMixed = code.match(/\nexports\["default"\] = (\w+);/) +const matchMixed = code.match(/\nexports.default = (\w+);/) if (matchMixed) { const name = matchMixed[1] @@ -47,7 +47,7 @@ if (matchMixed) { const matchDefault = code.match(/\nmodule.exports = (\w+);/) if (matchDefault) { - code += `module.exports["default"] = ${matchDefault[1]};\n` + code += `module.exports.default = ${matchDefault[1]};\n` writeFileSync(indexPath, code) console.log(colors.bold(`${indexPath} CJS patched`)) process.exit(0)