Skip to content

Commit a862ecb

Browse files
chore(deps): update all non-major dependencies (#16131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <[email protected]>
1 parent 8c03060 commit a862ecb

File tree

49 files changed

+820
-811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+820
-811
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 # v42.0.5
61+
uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42.1.0
6262
with:
6363
files: |
6464
docs/**

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ci-docs": "run-s build docs-build"
4141
},
4242
"devDependencies": {
43-
"@babel/types": "^7.23.9",
43+
"@babel/types": "^7.24.0",
4444
"@eslint-types/typescript-eslint": "^6.21.0",
4545
"@rollup/plugin-typescript": "^11.1.6",
4646
"@types/babel__core": "^7.20.5",
@@ -53,41 +53,41 @@
5353
"@types/fs-extra": "^11.0.4",
5454
"@types/less": "^3.0.6",
5555
"@types/micromatch": "^4.0.6",
56-
"@types/node": "^20.11.20",
56+
"@types/node": "^20.11.25",
5757
"@types/picomatch": "^2.3.3",
5858
"@types/sass": "~1.43.1",
5959
"@types/semver": "^7.5.8",
6060
"@types/stylus": "^0.48.42",
6161
"@types/ws": "^8.5.10",
62-
"@typescript-eslint/eslint-plugin": "^7.1.0",
63-
"@typescript-eslint/parser": "^7.1.0",
62+
"@typescript-eslint/eslint-plugin": "^7.1.1",
63+
"@typescript-eslint/parser": "^7.1.1",
6464
"@vitejs/release-scripts": "^1.3.1",
6565
"conventional-changelog-cli": "^4.1.0",
6666
"eslint": "^8.57.0",
6767
"eslint-define-config": "^2.1.0",
6868
"eslint-plugin-i": "^2.29.1",
6969
"eslint-plugin-n": "^16.6.2",
70-
"eslint-plugin-regexp": "^2.2.0",
70+
"eslint-plugin-regexp": "^2.3.0",
7171
"execa": "^8.0.1",
7272
"feed": "^4.2.2",
7373
"fs-extra": "^11.2.0",
7474
"lint-staged": "^15.2.2",
7575
"npm-run-all2": "^6.1.2",
7676
"picocolors": "^1.0.0",
77-
"playwright-chromium": "^1.41.2",
77+
"playwright-chromium": "^1.42.1",
7878
"prettier": "3.2.5",
7979
"rimraf": "^5.0.5",
8080
"rollup": "^4.2.0",
8181
"semver": "^7.6.0",
82-
"simple-git-hooks": "^2.9.0",
82+
"simple-git-hooks": "^2.10.0",
8383
"tslib": "^2.6.2",
8484
"tsx": "^4.7.1",
8585
"typescript": "^5.2.2",
8686
"unbuild": "^2.0.0",
8787
"vite": "workspace:*",
88-
"vitepress": "1.0.0-rc.44",
88+
"vitepress": "1.0.0-rc.45",
8989
"vitest": "^1.3.1",
90-
"vue": "^3.4.20"
90+
"vue": "^3.4.21"
9191
},
9292
"simple-git-hooks": {
9393
"pre-commit": "pnpm exec lint-staged --concurrent false"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"typescript": "^5.2.2",
16-
"vite": "^5.1.4"
16+
"vite": "^5.1.5"
1717
}
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"lit": "^3.1.2"
1313
},
1414
"devDependencies": {
15-
"vite": "^5.1.4"
15+
"vite": "^5.1.5"
1616
}
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.8.1",
1616
"typescript": "^5.2.2",
17-
"vite": "^5.1.4"
17+
"vite": "^5.1.5"
1818
}
1919
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.8.1",
16-
"vite": "^5.1.4"
16+
"vite": "^5.1.5"
1717
}
1818
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"devDependencies": {
1212
"serve": "^14.2.1",
1313
"typescript": "^5.2.2",
14-
"vite": "^5.1.4"
14+
"vite": "^5.1.5"
1515
},
1616
"dependencies": {
17-
"@builder.io/qwik": "^1.4.5"
17+
"@builder.io/qwik": "^1.5.1"
1818
}
1919
}

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
"serve": "^14.2.1",
13-
"vite": "^5.1.4"
13+
"vite": "^5.1.5"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.4.5"
16+
"@builder.io/qwik": "^1.5.1"
1717
}
1818
}

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

Lines changed: 5 additions & 5 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.59",
18-
"@types/react-dom": "^18.2.19",
19-
"@typescript-eslint/eslint-plugin": "^7.1.0",
20-
"@typescript-eslint/parser": "^7.1.0",
17+
"@types/react": "^18.2.64",
18+
"@types/react-dom": "^18.2.21",
19+
"@typescript-eslint/eslint-plugin": "^7.1.1",
20+
"@typescript-eslint/parser": "^7.1.1",
2121
"@vitejs/plugin-react": "^4.2.1",
2222
"eslint": "^8.57.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.1.4"
26+
"vite": "^5.1.5"
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.59",
18-
"@types/react-dom": "^18.2.19",
17+
"@types/react": "^18.2.64",
18+
"@types/react-dom": "^18.2.21",
1919
"@vitejs/plugin-react": "^4.2.1",
2020
"eslint": "^8.57.0",
21-
"eslint-plugin-react": "^7.33.2",
21+
"eslint-plugin-react": "^7.34.0",
2222
"eslint-plugin-react-hooks": "^4.6.0",
2323
"eslint-plugin-react-refresh": "^0.4.5",
24-
"vite": "^5.1.4"
24+
"vite": "^5.1.5"
2525
}
2626
}

0 commit comments

Comments
 (0)