Skip to content

Commit 41a05d2

Browse files
Update dependency versions (#3288)
1 parent 023c443 commit 41a05d2

21 files changed

Lines changed: 2105 additions & 2005 deletions

File tree

oxlint.config.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const disabledRules = [
4343
"import/no-relative-parent-imports",
4444
"import/prefer-default-export",
4545
"node/callback-return",
46+
"node/no-sync",
4647
"oxc/no-async-await",
4748
"oxc/no-barrel-file",
4849
"oxc/no-map-spread",
@@ -64,6 +65,7 @@ const disabledRules = [
6465
"typescript/promise-function-async",
6566
"typescript/strict-void-return",
6667
"unicorn/filename-case",
68+
"unicorn/max-nested-calls",
6769
"unicorn/no-array-callback-reference",
6870
"unicorn/no-lonely-if",
6971
"unicorn/no-negated-condition",
@@ -73,6 +75,7 @@ const disabledRules = [
7375
"unicorn/prefer-at",
7476
"unicorn/prefer-event-target",
7577
"unicorn/prefer-module",
78+
"unicorn/prefer-number-coercion",
7679
"unicorn/prefer-query-selector",
7780
"unicorn/prefer-single-call",
7881
"unicorn/prefer-spread",

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"fix:ts": "oxlint -c oxlint.config.mts --fix .",
2424
"fix:style": "stylelint --ignore-path .gitignore --fix '**/*.{css,scss}'",
2525
"fix:fmt": "oxfmt .",
26+
"fix": "pnpm fix:meta && pnpm fix:syncpack && pnpm fix:ts && pnpm fix:style && pnpm fix:fmt",
2627
"init-vscode-sandbox": "pnpm -F @cursorless/app-vscode init-launch-sandbox",
2728
"meta-updater": "env NODE_OPTIONS=--import=tsx meta-updater",
2829
"preinstall": "npx only-allow pnpm",
@@ -38,14 +39,14 @@
3839
"@types/node": "^24.13.2",
3940
"esbuild": "^0.28.1",
4041
"eslint-plugin-mocha": "^11.3.0",
41-
"oxfmt": "^0.55.0",
42-
"oxlint": "^1.70.0",
43-
"oxlint-tsgolint": "^0.23.0",
44-
"stylelint": "^17.13.0",
42+
"oxfmt": "^0.57.0",
43+
"oxlint": "^1.72.0",
44+
"oxlint-tsgolint": "^0.24.0",
45+
"stylelint": "^17.14.0",
4546
"stylelint-config-standard": "^40.0.0",
4647
"stylelint-config-standard-scss": "^17.0.0",
4748
"syncpack": "^15.3.2",
48-
"tsx": "^4.22.4",
49+
"tsx": "^4.22.5",
4950
"typescript": "^6.0.3"
5051
},
5152
"pnpm": {

packages/app-vscode/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,9 +1319,9 @@
13191319
"itertools": "^2.7.1",
13201320
"lodash-es": "^4.18.1",
13211321
"nearley": "^2.20.1",
1322-
"semver": "^7.8.4",
1322+
"semver": "^7.8.5",
13231323
"trie-search": "^2.2.1",
1324-
"uuid": "^14.0.0",
1324+
"uuid": "^14.0.1",
13251325
"vscode-uri": "^3.1.0"
13261326
},
13271327
"devDependencies": {
@@ -1331,12 +1331,12 @@
13311331
"@types/nearley": "^2.11.5",
13321332
"@types/node": "^24.13.2",
13331333
"@types/semver": "^7.7.1",
1334-
"@types/sinon": "^21.0.1",
1334+
"@types/sinon": "^22.0.0",
13351335
"@types/vscode": "1.98.0",
13361336
"esbuild": "^0.28.1",
1337-
"fast-xml-parser": "^5.9.1",
1338-
"fs-extra": "^11.3.5",
1337+
"fast-xml-parser": "^5.9.3",
1338+
"fs-extra": "^11.3.6",
13391339
"sinon": "^22.0.0",
1340-
"tsx": "^4.22.4"
1340+
"tsx": "^4.22.5"
13411341
}
13421342
}

packages/app-web-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "docusaurus build --out-dir out"
2424
},
2525
"dependencies": {
26-
"@algolia/client-search": "^5.55.0",
26+
"@algolia/client-search": "^5.55.1",
2727
"@cursorless/lib-common": "workspace:*",
2828
"@docsearch/react": "^4.6.3",
2929
"@docusaurus/core": "^3.10.1",
@@ -38,7 +38,7 @@
3838
"prism-react-renderer": "^2.4.1",
3939
"react": "^19.2.7",
4040
"react-dom": "^19.2.7",
41-
"shiki": "^4.2.0",
41+
"shiki": "^4.3.0",
4242
"unist-util-visit": "^5.1.0"
4343
},
4444
"devDependencies": {

packages/app-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@cursorless/lib-cheatsheet": "workspace:*",
1616
"@cursorless/lib-common": "workspace:*",
1717
"bootstrap": "^5.3.8",
18-
"preact": "^10.29.2",
18+
"preact": "^10.29.3",
1919
"react-player": "^3.4.0",
2020
"wouter-preact": "^3.10.0"
2121
},
2222
"devDependencies": {
2323
"@types/node": "^24.13.2",
2424
"typescript": "^6.0.3",
25-
"vite": "^8.0.16",
25+
"vite": "^8.1.3",
2626
"vite-plugin-purgecss": "^0.2.13",
2727
"vite-plugin-svgr": "^5.2.0"
2828
}

packages/app-web/src/styles.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
font-stretch: 1% 500%; /* Required by Chrome */
9292
src:
9393
local(""),
94-
/* Modern Browsers */ url("/fonts/Inconsolata_SemiExpanded-Light.ttf")
95-
format("truetype");
94+
/* Modern Browsers */
95+
url("/fonts/Inconsolata_SemiExpanded-Light.ttf") format("truetype");
9696
}
9797

9898
@font-face {
@@ -102,8 +102,8 @@
102102
font-stretch: 1% 500%; /* Required by Chrome */
103103
src:
104104
local(""),
105-
/* Modern Browsers */ url("/fonts/Inconsolata_SemiExpanded-Regular.ttf")
106-
format("truetype");
105+
/* Modern Browsers */
106+
url("/fonts/Inconsolata_SemiExpanded-Regular.ttf") format("truetype");
107107
}
108108

109109
@font-face {
@@ -113,8 +113,8 @@
113113
font-stretch: 1% 500%; /* Required by Chrome */
114114
src:
115115
local(""),
116-
/* Modern Browsers */ url("/fonts/Inconsolata_SemiExpanded-Medium.ttf")
117-
format("truetype");
116+
/* Modern Browsers */
117+
url("/fonts/Inconsolata_SemiExpanded-Medium.ttf") format("truetype");
118118
}
119119

120120
@font-face {
@@ -124,8 +124,8 @@
124124
font-stretch: 1% 500%; /* Required by Chrome */
125125
src:
126126
local(""),
127-
/* Modern Browsers */ url("/fonts/Inconsolata_SemiExpanded-SemiBold.ttf")
128-
format("truetype");
127+
/* Modern Browsers */
128+
url("/fonts/Inconsolata_SemiExpanded-SemiBold.ttf") format("truetype");
129129
}
130130

131131
@font-face {
@@ -135,8 +135,8 @@
135135
font-stretch: 1% 500%; /* Required by Chrome */
136136
src:
137137
local(""),
138-
/* Modern Browsers */ url("/fonts/Inconsolata_SemiExpanded-Bold.ttf")
139-
format("truetype");
138+
/* Modern Browsers */
139+
url("/fonts/Inconsolata_SemiExpanded-Bold.ttf") format("truetype");
140140
}
141141

142142
@font-face {
@@ -146,8 +146,8 @@
146146
font-stretch: 1% 500%; /* Required by Chrome */
147147
src:
148148
local(""),
149-
/* Modern Browsers */ url("/fonts/Inconsolata_SemiExpanded-ExtraBold.ttf")
150-
format("truetype");
149+
/* Modern Browsers */
150+
url("/fonts/Inconsolata_SemiExpanded-ExtraBold.ttf") format("truetype");
151151
}
152152

153153
@font-face {
@@ -157,8 +157,8 @@
157157
font-stretch: 1% 500%; /* Required by Chrome */
158158
src:
159159
local(""),
160-
/* Modern Browsers */ url("/fonts/Inconsolata-ExtraLight.ttf")
161-
format("truetype");
160+
/* Modern Browsers */
161+
url("/fonts/Inconsolata-ExtraLight.ttf") format("truetype");
162162
}
163163

164164
@font-face {
@@ -178,8 +178,8 @@
178178
font-stretch: 1% 500%; /* Required by Chrome */
179179
src:
180180
local(""),
181-
/* Modern Browsers */ url("/fonts/Inconsolata-Regular.ttf")
182-
format("truetype");
181+
/* Modern Browsers */
182+
url("/fonts/Inconsolata-Regular.ttf") format("truetype");
183183
}
184184

185185
@font-face {
@@ -189,8 +189,8 @@
189189
font-stretch: 1% 500%; /* Required by Chrome */
190190
src:
191191
local(""),
192-
/* Modern Browsers */ url("/fonts/Inconsolata-Medium.ttf")
193-
format("truetype");
192+
/* Modern Browsers */
193+
url("/fonts/Inconsolata-Medium.ttf") format("truetype");
194194
}
195195

196196
@font-face {
@@ -200,8 +200,8 @@
200200
font-stretch: 1% 500%; /* Required by Chrome */
201201
src:
202202
local(""),
203-
/* Modern Browsers */ url("/fonts/Inconsolata-SemiBold.ttf")
204-
format("truetype");
203+
/* Modern Browsers */
204+
url("/fonts/Inconsolata-SemiBold.ttf") format("truetype");
205205
}
206206

207207
@font-face {

packages/lib-cheatsheet-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@cursorless/lib-cheatsheet": "workspace:*",
1919
"@cursorless/lib-common": "workspace:*",
2020
"bootstrap": "^5.3.8",
21-
"preact": "^10.29.2"
21+
"preact": "^10.29.3"
2222
},
2323
"devDependencies": {
2424
"@types/jest": "^30.0.0",
2525
"@types/node": "^24.13.2",
2626
"jest": "^30.4.2",
2727
"typescript": "^6.0.3",
28-
"vite": "^8.0.16",
28+
"vite": "^8.1.3",
2929
"vite-plugin-purgecss": "^0.2.13",
3030
"vite-plugin-singlefile": "^2.3.3"
3131
}

packages/lib-cheatsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@cursorless/lib-common": "workspace:*",
21-
"preact": "^10.29.2",
21+
"preact": "^10.29.3",
2222
"react-bootstrap-icons": "^1.11.6"
2323
},
2424
"devDependencies": {

packages/lib-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"cross-spawn": "^7.0.6",
3131
"fast-check": "^4.8.0",
3232
"js-yaml": "^4.2.0",
33-
"web-tree-sitter": "^0.26.9"
33+
"web-tree-sitter": "^0.26.10"
3434
}
3535
}

packages/lib-engine/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"@cursorless/lib-node-common": "workspace:*",
2222
"@cursorless/lib-sentence-parser": "workspace:*",
2323
"@cursorless/talon-tools": "^0.11.0",
24-
"immer": "^11.1.8",
24+
"immer": "^11.1.9",
2525
"immutability-helper": "^3.1.1",
2626
"itertools": "^2.7.1",
2727
"lodash-es": "^4.18.1",
2828
"moo": "^0.5.3",
2929
"nearley": "^2.20.1",
30-
"uuid": "^14.0.0",
30+
"uuid": "^14.0.1",
3131
"zod": "^4.4.3"
3232
},
3333
"devDependencies": {
3434
"@types/lodash-es": "^4.17.12",
3535
"@types/mocha": "^10.0.10",
3636
"@types/moo": "^0.5.10",
3737
"@types/nearley": "^2.11.5",
38-
"web-tree-sitter": "^0.26.9"
38+
"web-tree-sitter": "^0.26.10"
3939
}
4040
}

0 commit comments

Comments
 (0)