Skip to content

Commit a862ecb

Browse files
renovate[bot]sapphi-red
andauthoredMar 11, 2024··
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 <49056869+sapphi-red@users.noreply.github.com>
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

+1-1
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

+9-9
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"

0 commit comments

Comments
 (0)
Please sign in to comment.