From d2c655326e0b5055b973f733b50f2831653127f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:46:01 +0800 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v7 (#115) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 2 +- examples/with-cypress/package.json | 2 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 2 +- pnpm-lock.yaml | 48 +++++++++++++-------------- 13 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 75f0bab..742187e 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c7ab225..3779473 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index 32c4453..c1b934f 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -36,7 +36,7 @@ "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 68b96b7..4d3e052 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -28,7 +28,7 @@ "eslint": "^9.17.0", "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", "vite": "^5.4.11", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 098279a..d461e5d 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 494c1cc..fecfa53 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index c3bab5f..66d0f21 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -29,7 +29,7 @@ "eslint-plugin-vue": "^9.32.0", "geckodriver": "^5.0.0", "nightwatch": "^3.9.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "ts-node": "^10.9.2", "typescript": "~5.6.3", "vite": "^5.4.11", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 8586e9c..389b064 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -25,7 +25,7 @@ "eslint": "^9.17.0", "eslint-plugin-playwright": "^1.8.3", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index 4fd8623..829033f 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "prettier": "^3.4.2", "typescript": "~5.6.3", "vite": "^5.4.11", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index b78c852..fb83d69 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index f83fa04..4440703 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vue-tsc": "^2.1.10" diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index ac44dd8..36693a8 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -27,7 +27,7 @@ "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^6.2.6", + "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.11", "vitest": "^1.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6123745..58c111f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,8 +80,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -120,8 +120,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -190,8 +190,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -248,8 +248,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 start-server-and-test: specifier: ^2.0.9 version: 2.0.9 @@ -294,8 +294,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -337,8 +337,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -392,8 +392,8 @@ importers: specifier: ^3.9.0 version: 3.9.0(chromedriver@129.0.4)(geckodriver@5.0.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.17.10)(typescript@5.6.3) @@ -444,8 +444,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -487,8 +487,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -533,8 +533,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -576,8 +576,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -628,8 +628,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^6.2.6 - version: 6.2.6 + specifier: ^7.0.1 + version: 7.0.1 typescript: specifier: ~5.6.3 version: 5.6.3