Skip to content

Commit e48116e

Browse files
committed
fix: repair ci verification failures
1 parent ca5767f commit e48116e

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

packages/cli/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646
"node-pty": "^1.1.0",
4747
"pino-pretty": "^13.1.3",
4848
"pm2": "^7.0.1",
49+
"typescript": "^6.0.3",
50+
"typescript-language-server": "^5.2.0",
4951
"uuid": "^14.0.0",
52+
"vscode-jsonrpc": "^8.2.1",
53+
"vscode-languageserver-protocol": "^3.17.5",
5054
"ws": "^8.20.0",
5155
"zod": "^4.4.2"
5256
},
@@ -56,7 +60,6 @@
5660
"@types/node": "^25.6.0",
5761
"@types/ws": "^8.18.1",
5862
"tsx": "^4.21.0",
59-
"typescript": "^6.0.3",
6063
"vitest": "^4.1.5"
6164
},
6265
"engines": {

packages/web/src/styles/foundations.guard.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const rawFoundationPattern =
3535
const exemptBaseSelectors: RegExp[] = [];
3636
const exemptComponentSelectors = [
3737
/(?:^|[\s>+~,])\.file-tree(?=[\s>+~,:]|$)/,
38+
/(?:^|[\s>+~,])\.file-tree-shell(?=[\s>+~,:]|$)/,
39+
/(?:^|[\s>+~,])\.tree-(?:item|empty-hint|loading)(?=[\s>+~,:]|$)/,
3840
/\.git-/,
3941
/\.terminal-/,
4042
/\.bottom-terminal/,

pnpm-lock.yaml

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)