fix(deps): update all non-major dependencies (#17869) · vitejs/vite@d11711c (original) (raw)
`@@ -40,7 +40,7 @@
`
40
40
`"ci-docs": "run-s build docs-build"
`
41
41
` },
`
42
42
`"devDependencies": {
`
43
``
`-
"@eslint/js": "^9.8.0",
`
``
43
`+
"@eslint/js": "^9.9.0",
`
44
44
`"@types/babel__core": "^7.20.5",
`
45
45
`"@types/babel__preset-env": "^7.9.7",
`
46
46
`"@types/convert-source-map": "^2.0.3",
`
`@@ -50,13 +50,13 @@
`
50
50
`"@types/etag": "^1.8.3",
`
51
51
`"@types/less": "^3.0.6",
`
52
52
`"@types/micromatch": "^4.0.9",
`
53
``
`-
"@types/node": "^20.14.14",
`
54
``
`-
"@types/picomatch": "^3.0.0",
`
``
53
`+
"@types/node": "^20.14.15",
`
``
54
`+
"@types/picomatch": "^3.0.1",
`
55
55
`"@types/stylus": "^0.48.42",
`
56
56
`"@types/ws": "^8.5.12",
`
57
57
`"@vitejs/release-scripts": "^1.3.2",
`
58
58
`"conventional-changelog-cli": "^5.0.0",
`
59
``
`-
"eslint": "^9.8.0",
`
``
59
`+
"eslint": "^9.9.0",
`
60
60
`"eslint-plugin-import-x": "^3.1.0",
`
61
61
`"eslint-plugin-n": "^17.10.2",
`
62
62
`"eslint-plugin-regexp": "^2.6.0",
`
`@@ -65,16 +65,16 @@
`
65
65
`"lint-staged": "^15.2.8",
`
66
66
`"npm-run-all2": "^6.2.2",
`
67
67
`"picocolors": "^1.0.1",
`
68
``
`-
"playwright-chromium": "^1.45.3",
`
``
68
`+
"playwright-chromium": "^1.46.0",
`
69
69
`"prettier": "3.3.3",
`
70
70
`"rimraf": "^5.0.10",
`
71
71
`"rollup": "^4.13.0",
`
72
72
`"rollup-plugin-esbuild": "^6.1.1",
`
73
73
`"simple-git-hooks": "^2.11.1",
`
74
74
`"tslib": "^2.6.3",
`
75
``
`-
"tsx": "^4.16.5",
`
``
75
`+
"tsx": "^4.17.0",
`
76
76
`"typescript": "^5.5.3",
`
77
``
`-
"typescript-eslint": "^8.0.0",
`
``
77
`+
"typescript-eslint": "^8.0.1",
`
78
78
`"vite": "workspace:*",
`
79
79
`"vitest": "^2.0.5"
`
80
80
` },
`
`@@ -95,7 +95,7 @@
`
95
95
`"eslint --cache --fix"
`
96
96
` ]
`
97
97
` },
`
98
``
`-
"packageManager": "pnpm@9.6.0",
`
``
98
`+
"packageManager": "pnpm@9.7.0",
`
99
99
`"pnpm": {
`
100
100
`"overrides": {
`
101
101
`"vite": "workspace:*"
`