Skip to content

Commit 1b1192a

Browse files
chore(deps): update dependency npm-run-all2 to v8 (#180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5b9833 commit 1b1192a

File tree

19 files changed

+60
-59
lines changed

19 files changed

+60
-59
lines changed

examples/allow-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.23.0",
2424
"eslint-plugin-vue": "~10.0.0",
25-
"npm-run-all2": "^7.0.2",
25+
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vue-tsc": "^2.2.8"

examples/api-before-14.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-cypress": "^4.2.0",
3737
"eslint-plugin-vue": "~10.0.0",
3838
"jsdom": "^26.0.0",
39-
"npm-run-all2": "^7.0.2",
39+
"npm-run-all2": "^8.0.4",
4040
"prettier": "3.5.3",
4141
"start-server-and-test": "^2.0.11",
4242
"typescript": "~5.8.2",

examples/custom-type-checked-rules-on-and-off/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.23.0",
2424
"eslint-plugin-vue": "~10.0.0",
25-
"npm-run-all2": "^7.0.2",
25+
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vite-plugin-vue-devtools": "^7.7.2",

examples/disable-ts-in-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.23.0",
2424
"eslint-plugin-vue": "~10.0.0",
25-
"npm-run-all2": "^7.0.2",
25+
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vue-tsc": "^2.2.8"

examples/disable-type-checked-for-yml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-vue": "~10.0.0",
3838
"eslint-plugin-yml": "^1.17.0",
3939
"jsdom": "^26.0.0",
40-
"npm-run-all2": "^7.0.2",
40+
"npm-run-all2": "^8.0.4",
4141
"prettier": "3.5.3",
4242
"start-server-and-test": "^2.0.11",
4343
"typescript": "~5.8.2",

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.23.0",
2424
"eslint-plugin-vue": "~10.0.0",
25-
"npm-run-all2": "^7.0.2",
25+
"npm-run-all2": "^8.0.4",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",
2828
"vue-tsc": "^2.2.8"

examples/type-checked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-cypress": "^4.2.0",
3737
"eslint-plugin-vue": "~10.0.0",
3838
"jsdom": "^26.0.0",
39-
"npm-run-all2": "^7.0.2",
39+
"npm-run-all2": "^8.0.4",
4040
"prettier": "3.5.3",
4141
"start-server-and-test": "^2.0.11",
4242
"typescript": "~5.8.2",

examples/with-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint": "^9.23.0",
2929
"eslint-plugin-cypress": "^4.2.0",
3030
"eslint-plugin-vue": "~10.0.0",
31-
"npm-run-all2": "^7.0.2",
31+
"npm-run-all2": "^8.0.4",
3232
"start-server-and-test": "^2.0.11",
3333
"typescript": "~5.8.2",
3434
"vite": "^6.2.0",

examples/with-jsx-in-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.23.0",
2525
"eslint-plugin-vue": "~10.0.0",
26-
"npm-run-all2": "^7.0.2",
26+
"npm-run-all2": "^8.0.4",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"

examples/with-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.23.0",
2525
"eslint-plugin-vue": "~10.0.0",
26-
"npm-run-all2": "^7.0.2",
26+
"npm-run-all2": "^8.0.4",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"

examples/with-nightwatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-vue": "~10.0.0",
3030
"geckodriver": "^5.0.0",
3131
"nightwatch": "^3.12.1",
32-
"npm-run-all2": "^7.0.2",
32+
"npm-run-all2": "^8.0.4",
3333
"ts-node": "^10.9.2",
3434
"typescript": "~5.8.2",
3535
"vite": "^6.2.0",

examples/with-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "^9.23.0",
2626
"eslint-plugin-playwright": "^2.2.0",
2727
"eslint-plugin-vue": "~10.0.0",
28-
"npm-run-all2": "^7.0.2",
28+
"npm-run-all2": "^8.0.4",
2929
"typescript": "~5.8.2",
3030
"vite": "^6.2.0",
3131
"vue-tsc": "^2.2.8"

examples/with-prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/tsconfig": "^0.7.0",
2525
"eslint": "^9.23.0",
2626
"eslint-plugin-vue": "~10.0.0",
27-
"npm-run-all2": "^7.0.2",
27+
"npm-run-all2": "^8.0.4",
2828
"prettier": "3.5.3",
2929
"typescript": "~5.8.2",
3030
"vite": "^6.2.0",

examples/with-tsx-in-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.23.0",
2525
"eslint-plugin-vue": "~10.0.0",
26-
"npm-run-all2": "^7.0.2",
26+
"npm-run-all2": "^8.0.4",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"

examples/with-tsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.23.0",
2525
"eslint-plugin-vue": "~10.0.0",
26-
"npm-run-all2": "^7.0.2",
26+
"npm-run-all2": "^8.0.4",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^9.23.0",
2828
"eslint-plugin-vue": "~10.0.0",
2929
"jsdom": "^26.0.0",
30-
"npm-run-all2": "^7.0.2",
30+
"npm-run-all2": "^8.0.4",
3131
"typescript": "~5.8.2",
3232
"vite": "^6.2.0",
3333
"vitest": "^3.1.1",

pnpm-lock.yaml

Lines changed: 42 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/file-based-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.23.0",
2525
"eslint-plugin-vue": "~10.0.0",
26-
"npm-run-all2": "^7.0.2",
26+
"npm-run-all2": "^8.0.4",
2727
"typescript": "~5.8.2",
2828
"unplugin-vue-router": "^0.12.0",
2929
"vite": "^6.2.0",

test/fixtures/with-older-espree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.23.0",
2424
"eslint-plugin-vue": "~10.0.0",
2525
"espree": "^9.6.1",
26-
"npm-run-all2": "^7.0.2",
26+
"npm-run-all2": "^8.0.4",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",
2929
"vue-tsc": "^2.2.8"

0 commit comments

Comments
 (0)