Skip to content

Commit 8f61f78

Browse files
chore(deps): update all non-major dependencies
1 parent 3a3b13c commit 8f61f78

File tree

16 files changed

+1007
-490
lines changed

16 files changed

+1007
-490
lines changed

examples/allow-js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.4",
19-
"@types/node": "^20.17.10",
19+
"@types/node": "^20.17.12",
2020
"@vitejs/plugin-vue": "^5.2.1",
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
23-
"eslint": "^9.17.0",
23+
"eslint": "^9.18.0",
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.6.3",
2727
"vite": "^6.0.5",
28-
"vue-tsc": "^2.1.10"
28+
"vue-tsc": "^2.2.0"
2929
}
3030
}

examples/minimal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.4",
19-
"@types/node": "^20.17.10",
19+
"@types/node": "^20.17.12",
2020
"@vitejs/plugin-vue": "^5.2.1",
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
23-
"eslint": "^9.17.0",
23+
"eslint": "^9.18.0",
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.6.3",
2727
"vite": "^6.0.5",
28-
"vue-tsc": "^2.1.10"
28+
"vue-tsc": "^2.2.0"
2929
}
3030
}

examples/type-checked/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"devDependencies": {
2424
"@tsconfig/node20": "^20.1.4",
2525
"@types/jsdom": "^21.1.7",
26-
"@types/node": "^20.17.10",
26+
"@types/node": "^20.17.12",
2727
"@vitejs/plugin-vue": "^5.2.1",
2828
"@vitejs/plugin-vue-jsx": "^4.1.1",
29-
"@vitest/eslint-plugin": "^1.1.20",
29+
"@vitest/eslint-plugin": "^1.1.24",
3030
"@vue/eslint-config-prettier": "^10.1.0",
3131
"@vue/eslint-config-typescript": "workspace:*",
3232
"@vue/test-utils": "^2.4.6",
3333
"@vue/tsconfig": "^0.7.0",
3434
"cypress": "^13.17.0",
35-
"eslint": "^9.17.0",
35+
"eslint": "^9.18.0",
3636
"eslint-plugin-cypress": "^4.1.0",
3737
"eslint-plugin-vue": "^9.32.0",
3838
"jsdom": "^25.0.1",
@@ -43,6 +43,6 @@
4343
"vite": "^6.0.5",
4444
"vite-plugin-vue-devtools": "^7.6.8",
4545
"vitest": "^2.1.8",
46-
"vue-tsc": "^2.1.10"
46+
"vue-tsc": "^2.2.0"
4747
}
4848
}

examples/with-cypress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
},
2121
"devDependencies": {
2222
"@tsconfig/node20": "^20.1.4",
23-
"@types/node": "^20.17.10",
23+
"@types/node": "^20.17.12",
2424
"@vitejs/plugin-vue": "^5.2.1",
2525
"@vue/eslint-config-typescript": "workspace:*",
2626
"@vue/tsconfig": "^0.7.0",
2727
"cypress": "^13.17.0",
28-
"eslint": "^9.17.0",
28+
"eslint": "^9.18.0",
2929
"eslint-plugin-cypress": "^4.1.0",
3030
"eslint-plugin-vue": "^9.32.0",
3131
"npm-run-all2": "^7.0.2",
3232
"start-server-and-test": "^2.0.9",
3333
"typescript": "~5.6.3",
3434
"vite": "^6.0.5",
35-
"vue-tsc": "^2.1.10"
35+
"vue-tsc": "^2.2.0"
3636
}
3737
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.4",
19-
"@types/node": "^20.17.10",
19+
"@types/node": "^20.17.12",
2020
"@vitejs/plugin-vue": "^5.2.1",
2121
"@vitejs/plugin-vue-jsx": "^4.1.1",
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
24-
"eslint": "^9.17.0",
24+
"eslint": "^9.18.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.6.3",
2828
"vite": "^6.0.5",
29-
"vue-tsc": "^2.1.10"
29+
"vue-tsc": "^2.2.0"
3030
}
3131
}

examples/with-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.4",
19-
"@types/node": "^20.17.10",
19+
"@types/node": "^20.17.12",
2020
"@vitejs/plugin-vue": "^5.2.1",
2121
"@vitejs/plugin-vue-jsx": "^4.1.1",
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
24-
"eslint": "^9.17.0",
24+
"eslint": "^9.18.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.6.3",
2828
"vite": "^6.0.5",
29-
"vue-tsc": "^2.1.10"
29+
"vue-tsc": "^2.2.0"
3030
}
3131
}

examples/with-nightwatch/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"devDependencies": {
2020
"@nightwatch/vue": "^3.1.2",
2121
"@tsconfig/node20": "^20.1.4",
22-
"@types/node": "^20.17.10",
22+
"@types/node": "^20.17.12",
2323
"@vitejs/plugin-vue": "^5.2.1",
2424
"@vue/eslint-config-typescript": "workspace:*",
2525
"@vue/test-utils": "^2.4.6",
2626
"@vue/tsconfig": "^0.7.0",
27-
"chromedriver": "^131.0.4",
28-
"eslint": "^9.17.0",
27+
"chromedriver": "^131.0.5",
28+
"eslint": "^9.18.0",
2929
"eslint-plugin-vue": "^9.32.0",
3030
"geckodriver": "^5.0.0",
31-
"nightwatch": "^3.9.0",
31+
"nightwatch": "^3.10.2",
3232
"npm-run-all2": "^7.0.2",
3333
"ts-node": "^10.9.2",
3434
"typescript": "~5.6.3",
3535
"vite": "^6.0.5",
3636
"vite-plugin-nightwatch": "^0.4.6",
37-
"vue-tsc": "^2.1.10"
37+
"vue-tsc": "^2.2.0"
3838
}
3939
}

examples/with-playwright/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"devDependencies": {
1919
"@playwright/test": "^1.49.1",
2020
"@tsconfig/node20": "^20.1.4",
21-
"@types/node": "^20.17.10",
21+
"@types/node": "^20.17.12",
2222
"@vitejs/plugin-vue": "^5.2.1",
2323
"@vue/eslint-config-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.7.0",
25-
"eslint": "^9.17.0",
25+
"eslint": "^9.18.0",
2626
"eslint-plugin-playwright": "^2.1.0",
2727
"eslint-plugin-vue": "^9.32.0",
2828
"npm-run-all2": "^7.0.2",
2929
"typescript": "~5.6.3",
3030
"vite": "^6.0.5",
31-
"vue-tsc": "^2.1.10"
31+
"vue-tsc": "^2.2.0"
3232
}
3333
}

examples/with-prettier/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
},
1818
"devDependencies": {
1919
"@tsconfig/node20": "^20.1.4",
20-
"@types/node": "^20.17.10",
20+
"@types/node": "^20.17.12",
2121
"@vitejs/plugin-vue": "^5.2.1",
2222
"@vue/eslint-config-prettier": "^10.1.0",
2323
"@vue/eslint-config-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.7.0",
25-
"eslint": "^9.17.0",
25+
"eslint": "^9.18.0",
2626
"eslint-plugin-vue": "^9.32.0",
2727
"npm-run-all2": "^7.0.2",
2828
"prettier": "^3.4.2",
2929
"typescript": "~5.6.3",
3030
"vite": "^6.0.5",
31-
"vue-tsc": "^2.1.10"
31+
"vue-tsc": "^2.2.0"
3232
}
3333
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.4",
19-
"@types/node": "^20.17.10",
19+
"@types/node": "^20.17.12",
2020
"@vitejs/plugin-vue": "^5.2.1",
2121
"@vitejs/plugin-vue-jsx": "^4.1.1",
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
24-
"eslint": "^9.17.0",
24+
"eslint": "^9.18.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.6.3",
2828
"vite": "^6.0.5",
29-
"vue-tsc": "^2.1.10"
29+
"vue-tsc": "^2.2.0"
3030
}
3131
}

examples/with-tsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
},
1717
"devDependencies": {
1818
"@tsconfig/node20": "^20.1.4",
19-
"@types/node": "^20.17.10",
19+
"@types/node": "^20.17.12",
2020
"@vitejs/plugin-vue": "^5.2.1",
2121
"@vitejs/plugin-vue-jsx": "^4.1.1",
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
24-
"eslint": "^9.17.0",
24+
"eslint": "^9.18.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.6.3",
2828
"vite": "^6.0.5",
29-
"vue-tsc": "^2.1.10"
29+
"vue-tsc": "^2.2.0"
3030
}
3131
}

examples/with-vitest/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"devDependencies": {
1919
"@tsconfig/node20": "^20.1.4",
2020
"@types/jsdom": "^21.1.7",
21-
"@types/node": "^20.17.10",
21+
"@types/node": "^20.17.12",
2222
"@vitejs/plugin-vue": "^5.2.1",
23-
"@vitest/eslint-plugin": "^1.1.20",
23+
"@vitest/eslint-plugin": "^1.1.24",
2424
"@vue/eslint-config-typescript": "workspace:*",
2525
"@vue/test-utils": "^2.4.6",
2626
"@vue/tsconfig": "^0.7.0",
27-
"eslint": "^9.17.0",
27+
"eslint": "^9.18.0",
2828
"eslint-plugin-vue": "^9.32.0",
2929
"jsdom": "^25.0.1",
3030
"npm-run-all2": "^7.0.2",
3131
"typescript": "~5.6.3",
3232
"vite": "^6.0.5",
3333
"vitest": "^2.1.8",
34-
"vue-tsc": "^2.1.10"
34+
"vue-tsc": "^2.2.0"
3535
}
3636
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
4949
"devDependencies": {
5050
"@tsconfig/node20": "^20.1.4",
51-
"@types/node": "^22.10.2",
52-
"eslint": "^9.17.0",
51+
"@types/node": "^22.10.5",
52+
"eslint": "^9.18.0",
5353
"eslint-plugin-vue": "^9.32.0",
5454
"execa": "^9.5.2",
55-
"pkgroll": "^2.5.1",
55+
"pkgroll": "^2.6.1",
5656
"prettier": "^3.4.2",
5757
"tsx": "^4.19.2",
5858
"typescript": "~5.6.3",
@@ -70,8 +70,8 @@
7070
}
7171
},
7272
"dependencies": {
73-
"fast-glob": "^3.3.2",
74-
"typescript-eslint": "^8.18.1",
73+
"fast-glob": "^3.3.3",
74+
"typescript-eslint": "^8.19.1",
7575
"vue-eslint-parser": "^9.4.3"
7676
},
7777
"engines": {

0 commit comments

Comments
 (0)