Skip to content

Commit ab56227

Browse files
fix(deps): update all non-major dependencies (#15375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1f8082 commit ab56227

37 files changed

Lines changed: 1056 additions & 1046 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"devDependencies": {
4444
"@babel/types": "^7.23.6",
45-
"@eslint-types/typescript-eslint": "^6.12.0",
46-
"@rollup/plugin-typescript": "^11.1.5",
45+
"@eslint-types/typescript-eslint": "^6.18.1",
46+
"@rollup/plugin-typescript": "^11.1.6",
4747
"@types/babel__core": "^7.20.5",
4848
"@types/babel__preset-env": "^7.9.6",
4949
"@types/convert-source-map": "^2.0.3",
@@ -55,21 +55,21 @@
5555
"@types/json-stable-stringify": "^1.0.36",
5656
"@types/less": "^3.0.6",
5757
"@types/micromatch": "^4.0.6",
58-
"@types/node": "^20.10.4",
58+
"@types/node": "^20.11.0",
5959
"@types/picomatch": "^2.3.3",
6060
"@types/sass": "~1.43.1",
6161
"@types/semver": "^7.5.6",
6262
"@types/stylus": "^0.48.42",
6363
"@types/ws": "^8.5.10",
64-
"@typescript-eslint/eslint-plugin": "^6.14.0",
65-
"@typescript-eslint/parser": "^6.14.0",
64+
"@typescript-eslint/eslint-plugin": "^6.18.1",
65+
"@typescript-eslint/parser": "^6.18.1",
6666
"@vitejs/release-scripts": "^1.3.1",
6767
"conventional-changelog-cli": "^4.1.0",
68-
"eslint": "^8.55.0",
69-
"eslint-define-config": "^2.0.0",
68+
"eslint": "^8.56.0",
69+
"eslint-define-config": "^2.1.0",
7070
"eslint-plugin-i": "^2.29.1",
71-
"eslint-plugin-n": "^16.4.0",
72-
"eslint-plugin-regexp": "^2.1.2",
71+
"eslint-plugin-n": "^16.6.2",
72+
"eslint-plugin-regexp": "^2.2.0",
7373
"execa": "^8.0.1",
7474
"feed": "^4.2.2",
7575
"fs-extra": "^11.2.0",
@@ -83,13 +83,13 @@
8383
"semver": "^7.5.4",
8484
"simple-git-hooks": "^2.9.0",
8585
"tslib": "^2.6.2",
86-
"tsx": "^4.6.2",
86+
"tsx": "^4.7.0",
8787
"typescript": "^5.2.2",
8888
"unbuild": "^2.0.0",
8989
"vite": "workspace:*",
90-
"vitepress": "1.0.0-rc.31",
91-
"vitest": "^1.0.4",
92-
"vue": "^3.3.11"
90+
"vitepress": "1.0.0-rc.36",
91+
"vitest": "^1.1.3",
92+
"vue": "^3.4.9"
9393
},
9494
"simple-git-hooks": {
9595
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -108,7 +108,7 @@
108108
"eslint --cache --fix"
109109
]
110110
},
111-
"packageManager": "pnpm@8.12.0",
111+
"packageManager": "pnpm@8.14.1",
112112
"pnpm": {
113113
"overrides": {
114114
"vite": "workspace:*"

packages/create-vite/template-lit-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"lit": "^3.1.0"
12+
"lit": "^3.1.1"
1313
},
1414
"devDependencies": {
1515
"typescript": "^5.2.2",
16-
"vite": "^5.0.8"
16+
"vite": "^5.0.11"
1717
}
1818
}

packages/create-vite/template-lit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"lit": "^3.1.0"
12+
"lit": "^3.1.1"
1313
},
1414
"devDependencies": {
15-
"vite": "^5.0.8"
15+
"vite": "^5.0.11"
1616
}
1717
}

packages/create-vite/template-preact-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"preact": "^10.19.3"
1313
},
1414
"devDependencies": {
15-
"@preact/preset-vite": "^2.7.0",
15+
"@preact/preset-vite": "^2.8.1",
1616
"typescript": "^5.2.2",
17-
"vite": "^5.0.8"
17+
"vite": "^5.0.11"
1818
}
1919
}

packages/create-vite/template-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preact": "^10.19.3"
1313
},
1414
"devDependencies": {
15-
"@preact/preset-vite": "^2.7.0",
16-
"vite": "^5.0.8"
15+
"@preact/preset-vite": "^2.8.1",
16+
"vite": "^5.0.11"
1717
}
1818
}

packages/create-vite/template-qwik-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"typescript": "^5.2.2",
13-
"vite": "^5.0.8"
13+
"vite": "^5.0.11"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.3.0"
16+
"@builder.io/qwik": "^1.3.3"
1717
}
1818
}

packages/create-vite/template-qwik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"typescript": "^5.2.2",
13-
"vite": "^5.0.8"
13+
"vite": "^5.0.11"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.3.0"
16+
"@builder.io/qwik": "^1.3.3"
1717
}
1818
}

packages/create-vite/template-react-ts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.43",
18-
"@types/react-dom": "^18.2.17",
19-
"@typescript-eslint/eslint-plugin": "^6.14.0",
20-
"@typescript-eslint/parser": "^6.14.0",
17+
"@types/react": "^18.2.47",
18+
"@types/react-dom": "^18.2.18",
19+
"@typescript-eslint/eslint-plugin": "^6.18.1",
20+
"@typescript-eslint/parser": "^6.18.1",
2121
"@vitejs/plugin-react": "^4.2.1",
22-
"eslint": "^8.55.0",
22+
"eslint": "^8.56.0",
2323
"eslint-plugin-react-hooks": "^4.6.0",
2424
"eslint-plugin-react-refresh": "^0.4.5",
2525
"typescript": "^5.2.2",
26-
"vite": "^5.0.8"
26+
"vite": "^5.0.11"
2727
}
2828
}

packages/create-vite/template-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.43",
18-
"@types/react-dom": "^18.2.17",
17+
"@types/react": "^18.2.47",
18+
"@types/react-dom": "^18.2.18",
1919
"@vitejs/plugin-react": "^4.2.1",
20-
"eslint": "^8.55.0",
20+
"eslint": "^8.56.0",
2121
"eslint-plugin-react": "^7.33.2",
2222
"eslint-plugin-react-hooks": "^4.6.0",
2323
"eslint-plugin-react-refresh": "^0.4.5",
24-
"vite": "^5.0.8"
24+
"vite": "^5.0.11"
2525
}
2626
}

packages/create-vite/template-solid-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"solid-js": "^1.8.7"
12+
"solid-js": "^1.8.10"
1313
},
1414
"devDependencies": {
1515
"typescript": "^5.2.2",
16-
"vite": "^5.0.8",
16+
"vite": "^5.0.11",
1717
"vite-plugin-solid": "^2.8.0"
1818
}
1919
}

0 commit comments

Comments
 (0)