Skip to content

Commit b3374cd

Browse files
Update dependency versions (#3272)
1 parent 0068d62 commit b3374cd

15 files changed

Lines changed: 2051 additions & 2029 deletions

File tree

oxlint.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const disabledRules = [
2525
"eslint/no-shadow",
2626
"eslint/no-ternary",
2727
"eslint/no-undefined",
28+
"eslint/no-underscore-dangle",
2829
"eslint/no-use-before-define",
2930
"eslint/no-void",
3031
"eslint/prefer-destructuring",
@@ -49,6 +50,7 @@ const disabledRules = [
4950
"promise/avoid-new",
5051
"promise/prefer-await-to-callbacks",
5152
"react-perf/jsx-no-new-function-as-prop",
53+
"react/forbid-component-props",
5254
"react/jsx-max-depth",
5355
"react/no-multi-comp",
5456
"react/only-export-components",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"@types/node": "^24.12.2",
3939
"esbuild": "^0.28.0",
4040
"eslint-plugin-mocha": "^11.2.0",
41-
"oxfmt": "^0.44.0",
42-
"oxlint": "^1.59.0",
43-
"oxlint-tsgolint": "^0.20.0",
44-
"stylelint": "^17.6.0",
41+
"oxfmt": "^0.47.0",
42+
"oxlint": "^1.62.0",
43+
"oxlint-tsgolint": "^0.22.1",
44+
"stylelint": "^17.9.1",
4545
"stylelint-config-standard": "^40.0.0",
4646
"stylelint-config-standard-scss": "^17.0.0",
47-
"syncpack": "^14.3.0",
47+
"syncpack": "^14.3.1",
4848
"tsx": "^4.21.0",
49-
"typescript": "^6.0.2"
49+
"typescript": "^6.0.3"
5050
},
5151
"pnpm": {
5252
"patchedDependencies": {

packages/app-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,9 +1334,9 @@
13341334
"@types/sinon": "^21.0.1",
13351335
"@types/vscode": "1.98.0",
13361336
"esbuild": "^0.28.0",
1337-
"fast-xml-parser": "^5.7.0",
1337+
"fast-xml-parser": "^5.7.2",
13381338
"fs-extra": "^11.3.4",
1339-
"sinon": "^21.0.3",
1339+
"sinon": "^21.1.2",
13401340
"tsx": "^4.21.0"
13411341
}
13421342
}

packages/app-web-docs/docusaurus.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config: Config = {
9898
v4: {
9999
removeLegacyPostBuildHeadAttribute: true,
100100
},
101-
experimental_faster: true,
101+
faster: true,
102102
},
103103

104104
stylesheets: [

packages/app-web-docs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@
2323
"build": "docusaurus build --out-dir out"
2424
},
2525
"dependencies": {
26-
"@algolia/client-search": "^5.50.1",
26+
"@algolia/client-search": "^5.51.0",
2727
"@cursorless/lib-common": "workspace:*",
28-
"@docsearch/react": "^4.6.2",
29-
"@docusaurus/core": "^3.9.2",
30-
"@docusaurus/faster": "^3.9.2",
31-
"@docusaurus/preset-classic": "^3.9.2",
32-
"@docusaurus/theme-classic": "^3.9.2",
33-
"@docusaurus/theme-common": "^3.9.2",
34-
"@docusaurus/theme-search-algolia": "^3.9.2",
28+
"@docsearch/react": "^4.6.3",
29+
"@docusaurus/core": "^3.10.0",
30+
"@docusaurus/faster": "^3.10.0",
31+
"@docusaurus/preset-classic": "^3.10.0",
32+
"@docusaurus/theme-classic": "^3.10.0",
33+
"@docusaurus/theme-common": "^3.10.0",
34+
"@docusaurus/theme-search-algolia": "^3.10.0",
3535
"@mdx-js/react": "^3.1.1",
3636
"bootstrap": "^5.3.8",
3737
"docusaurus-plugin-sass": "^0.2.6",
3838
"prism-react-renderer": "^2.4.1",
39-
"react": "^19.2.4",
40-
"react-dom": "^19.2.4",
39+
"react": "^19.2.5",
40+
"react-dom": "^19.2.5",
4141
"shiki": "^4.0.2",
4242
"unist-util-visit": "^5.1.0"
4343
},
4444
"devDependencies": {
4545
"@cursorless/lib-node-common": "workspace:*",
46-
"@docusaurus/module-type-aliases": "^3.9.2",
47-
"@docusaurus/types": "^3.9.2",
46+
"@docusaurus/module-type-aliases": "^3.10.0",
47+
"@docusaurus/types": "^3.10.0",
4848
"@types/mdast": "^4.0.4",
4949
"@types/mocha": "^10.0.10",
5050
"@types/node": "^24.12.2",
5151
"@types/react": "^19.2.14",
5252
"sass": "^1.99.0",
53-
"typescript": "^6.0.2",
53+
"typescript": "^6.0.3",
5454
"unified": "^11.0.5"
5555
}
5656
}

packages/app-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@types/node": "^24.12.2",
24-
"typescript": "^6.0.2",
25-
"vite": "^8.0.6",
24+
"typescript": "^6.0.3",
25+
"vite": "^8.0.10",
2626
"vite-plugin-purgecss": "^0.2.13",
2727
"vite-plugin-svgr": "^5.2.0"
2828
}

packages/lib-cheatsheet-local/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@types/jest": "^30.0.0",
2525
"@types/node": "^24.12.2",
2626
"jest": "^30.3.0",
27-
"typescript": "^6.0.2",
28-
"vite": "^8.0.6",
27+
"typescript": "^6.0.3",
28+
"vite": "^8.0.10",
2929
"vite-plugin-purgecss": "^0.2.13",
30-
"vite-plugin-singlefile": "^2.3.2"
30+
"vite-plugin-singlefile": "^2.3.3"
3131
}
3232
}

packages/lib-cheatsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"jest": "^30.3.0",
2727
"jest-environment-jsdom": "^30.3.0",
2828
"ts-jest": "^29.4.9",
29-
"typescript": "^6.0.2"
29+
"typescript": "^6.0.3"
3030
}
3131
}

packages/lib-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/mocha": "^10.0.10",
2929
"@types/tinycolor2": "^1.4.6",
3030
"cross-spawn": "^7.0.6",
31-
"fast-check": "^4.6.0",
31+
"fast-check": "^4.7.0",
3232
"js-yaml": "^4.1.1",
3333
"web-tree-sitter": "^0.26.8"
3434
}

packages/lib-common/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"types": ["node", "mocha"]
4+
"types": ["node", "mocha"],
5+
"skipLibCheck": true
56
},
67
"include": [
78
"src/**/*.ts",

0 commit comments

Comments
 (0)