Skip to content

Commit c53a0b0

Browse files
committed
chore: update dev deps
1 parent 8da51cf commit c53a0b0

4 files changed

Lines changed: 281 additions & 412 deletions

File tree

mise.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,18 @@ description = 'Run tests (with bun)'
8888
depends = ['install']
8989
run = 'node --run test'
9090

91+
[tasks.e2e-tests]
92+
run = 'node --run e2e-tests'
93+
depends = ['install']
94+
9195
[tasks.check]
9296
description = "Lint, type-check, and test the project"
9397
depends = ['lint-fix', 'test', 'ts-check', 'docs:extractSettings']
9498

99+
[tasks.check-all]
100+
description = "Lint, type-check, test, build docs, and run e2e tests"
101+
depends = ['lint-fix', 'test', 'ts-check', 'docs:extractSettings', 'docs:build', 'e2e-tests']
102+
95103
[tasks.e2e-test-action]
96104
tools = { act = 'latest' }
97105
run = 'act push -j e2e-tests'

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -794,17 +794,17 @@
794794
},
795795
"devDependencies": {
796796
"@biomejs/biome": "2.2.5",
797-
"@rsbuild/core": "^1.4.8",
798-
"@rsbuild/plugin-react": "^1.3.4",
799-
"@types/bun": "^1.1.16",
797+
"@rsbuild/core": "^1.5.13",
798+
"@rsbuild/plugin-react": "^1.4.1",
799+
"@types/bun": "^1.2.23",
800800
"@types/micromatch": "^4.0.9",
801801
"@types/node": "^22.10.5",
802-
"@types/react": "^18.3.18",
803-
"@types/react-dom": "^18.3.5",
802+
"@types/react": "^18.3.26",
803+
"@types/react-dom": "^18.3.7",
804804
"@types/vscode": "^1.85.0",
805-
"@vscode/test-cli": "^0.0.10",
806-
"@vscode/test-electron": "^2.4.1",
807-
"bun": "^1.1.43",
805+
"@vscode/test-cli": "^0.0.11",
806+
"@vscode/test-electron": "^2.5.2",
807+
"bun": "^1.2.23",
808808
"tsx": "^4.19.2",
809809
"typescript": "^5.9.3"
810810
},

0 commit comments

Comments
 (0)