Skip to content

Commit 27cec85

Browse files
Update dependency versions (#3078)
1 parent 49c62c3 commit 27cec85

File tree

14 files changed

+2285
-2289
lines changed

14 files changed

+2285
-2289
lines changed

eslint.config.mts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const ignoresConfig: ConfigWithExtends = {
1919
"**/vendor/**/*",
2020
"**/.next/**/*",
2121
"**/.docusaurus/**/*",
22-
"**/eslint.config.mts",
2322
"data/playground/**/*",
23+
"packages/cursorless-org/next-env.d.ts",
2424
],
2525
};
2626

@@ -37,7 +37,8 @@ const rootConfig: ConfigWithExtends = {
3737
ecmaVersion: 6,
3838
sourceType: "module",
3939
parserOptions: {
40-
project: true,
40+
projectService: true,
41+
tsconfigRootDir: import.meta.dirname,
4142
},
4243
},
4344

@@ -46,6 +47,7 @@ const rootConfig: ConfigWithExtends = {
4647
typescript: {
4748
// Always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
4849
alwaysTryTypes: true,
50+
noWarnOnMultipleProjects: true,
4951
project: ["tsconfig.json", "packages/*/tsconfig.json"],
5052
},
5153
},
@@ -129,6 +131,7 @@ const disabledTypeCheckConfig: ConfigWithExtends = {
129131
files: [
130132
"**/jest.config.ts",
131133
"**/docusaurus.config.mts",
134+
"**/eslint.config.mts",
132135
"**/mdx-components.tsx",
133136
"typings/**",
134137
"**/*.js",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.32.0",
35+
"@eslint/js": "^9.34.0",
3636
"@pnpm/meta-updater": "^2.0.6",
37-
"@types/node": "^24.2.0",
38-
"esbuild": "^0.25.8",
39-
"eslint": "^9.32.0",
37+
"@types/node": "^24.3.0",
38+
"esbuild": "^0.25.9",
39+
"eslint": "^9.34.0",
4040
"eslint-config-prettier": "^10.1.8",
4141
"eslint-import-resolver-typescript": "^4.4.4",
4242
"eslint-plugin-import": "^2.32.0",
4343
"eslint-plugin-mocha": "^11.1.0",
4444
"eslint-plugin-unicorn": "^60.0.0",
45-
"eslint-plugin-unused-imports": "^4.1.4",
45+
"eslint-plugin-unused-imports": "^4.2.0",
4646
"prettier": "^3.6.2",
4747
"prettier-plugin-tailwindcss": "^0.6.14",
4848
"syncpack": "^13.0.4",
4949
"typescript": "^5.9.2",
50-
"typescript-eslint": "^8.38.0"
50+
"typescript-eslint": "^8.41.0"
5151
},
5252
"pnpm": {
5353
"patchedDependencies": {

packages/cheatsheet-local/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434
},
3535
"devDependencies": {
3636
"@effortlessmotion/html-webpack-inline-source-plugin": "^1.0.3",
37-
"@tailwindcss/postcss": "^4.1.11",
37+
"@tailwindcss/postcss": "^4.1.12",
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/react": "^16.3.0",
4040
"@types/jest": "^30.0.0",
41-
"@types/node": "^24.2.0",
42-
"@types/react": "^19.1.9",
43-
"@types/react-dom": "^19.1.7",
41+
"@types/node": "^24.3.0",
42+
"@types/react": "^19.1.12",
43+
"@types/react-dom": "^19.1.9",
4444
"@types/webpack": "^5.28.5",
4545
"css-loader": "^7.1.2",
46-
"html-webpack-plugin": "^5.6.3",
47-
"jest": "^30.0.5",
46+
"html-webpack-plugin": "^5.6.4",
47+
"jest": "^30.1.1",
4848
"postcss": "^8.5.6",
4949
"postcss-loader": "^8.1.1",
5050
"style-loader": "^4.0.0",
51-
"tailwindcss": "^4.1.11",
52-
"ts-loader": "^9.5.2",
51+
"tailwindcss": "^4.1.12",
52+
"ts-loader": "^9.5.4",
5353
"ts-node": "^10.9.2",
5454
"typescript": "^5.9.2",
55-
"webpack": "^5.101.0",
55+
"webpack": "^5.101.3",
5656
"webpack-cli": "^6.0.1",
5757
"webpack-dev-server": "^5.2.2"
5858
}

packages/cheatsheet/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@fortawesome/fontawesome-svg-core": "^7.0.0",
3030
"@fortawesome/free-solid-svg-icons": "^7.0.0",
31-
"@fortawesome/react-fontawesome": "^0.2.3",
31+
"@fortawesome/react-fontawesome": "^3.0.1",
3232
"react": "^19.1.1",
3333
"react-dom": "^19.1.1",
3434
"react-string-replace": "^1.1.1",
@@ -38,11 +38,11 @@
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/react": "^16.3.0",
4040
"@types/jest": "^30.0.0",
41-
"@types/react": "^19.1.9",
42-
"@types/react-dom": "^19.1.7",
41+
"@types/react": "^19.1.12",
42+
"@types/react-dom": "^19.1.9",
4343
"@types/react-helmet": "^6.1.11",
44-
"jest": "^30.0.5",
45-
"jest-environment-jsdom": "^30.0.5",
44+
"jest": "^30.1.1",
45+
"jest-environment-jsdom": "^30.1.1",
4646
"ts-jest": "^29.4.1",
4747
"typescript": "^5.9.2"
4848
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/mocha": "^10.0.10",
3737
"@types/tinycolor2": "^1.4.6",
3838
"cross-spawn": "^7.0.6",
39-
"fast-check": "^4.2.0",
39+
"fast-check": "^4.3.0",
4040
"js-yaml": "^4.1.0",
4141
"mocha": "^11.7.1"
4242
}

packages/cursorless-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"nearley": "^2.20.1",
3939
"talon-snippets": "^1.3.0",
4040
"uuid": "^11.1.0",
41-
"zod": "^4.0.14"
41+
"zod": "^4.1.5"
4242
},
4343
"devDependencies": {
4444
"@types/js-yaml": "^4.0.9",

packages/cursorless-org-docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
4545
},
4646
"dependencies": {
47-
"@algolia/client-search": "^5.35.0",
47+
"@algolia/client-search": "^5.36.0",
4848
"@cursorless/common": "workspace:*",
4949
"@docsearch/react": "^3.9.0",
5050
"@docusaurus/core": "^3.8.1",
5151
"@docusaurus/preset-classic": "^3.8.1",
5252
"@docusaurus/theme-classic": "^3.8.1",
5353
"@docusaurus/theme-common": "^3.8.1",
5454
"@docusaurus/theme-search-algolia": "^3.8.1",
55-
"@mdx-js/react": "^3.1.0",
55+
"@mdx-js/react": "^3.1.1",
5656
"clsx": "^2.1.1",
5757
"mdast-util-find-and-replace": "^3.0.2",
5858
"prism-react-renderer": "^2.4.1",
5959
"react": "^19.1.1",
6060
"react-dom": "^19.1.1",
61-
"shiki": "^3.9.2",
61+
"shiki": "^3.12.0",
6262
"unist-util-visit": "^5.0.0"
6363
},
6464
"devDependencies": {
6565
"@cursorless/node-common": "workspace:*",
6666
"@docusaurus/module-type-aliases": "^3.8.1",
6767
"@docusaurus/types": "^3.8.1",
68-
"@tailwindcss/postcss": "^4.1.11",
68+
"@tailwindcss/postcss": "^4.1.12",
6969
"@tsconfig/docusaurus": "^2.0.3",
7070
"@types/mdast": "^4.0.4",
71-
"@types/react": "^19.1.9",
71+
"@types/react": "^19.1.12",
7272
"postcss": "^8.5.6",
73-
"tailwindcss": "^4.1.11",
73+
"tailwindcss": "^4.1.12",
7474
"typescript": "^5.9.2",
7575
"unified": "^11.0.5"
7676
}

packages/cursorless-org/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@
3030
"dependencies": {
3131
"@cursorless/cheatsheet": "workspace:*",
3232
"@cursorless/common": "workspace:*",
33-
"@mdx-js/loader": "^3.1.0",
34-
"@mdx-js/react": "^3.1.0",
35-
"@next/mdx": "^15.4.5",
36-
"next": "^15.4.5",
33+
"@mdx-js/loader": "^3.1.1",
34+
"@mdx-js/react": "^3.1.1",
35+
"@next/mdx": "^15.5.2",
36+
"next": "^15.5.2",
3737
"react": "^19.1.1",
3838
"react-dom": "^19.1.1",
39-
"react-player": "^3.3.1"
39+
"react-player": "^3.3.2"
4040
},
4141
"devDependencies": {
4242
"@svgr/webpack": "^8.1.0",
43-
"@tailwindcss/postcss": "^4.1.11",
43+
"@tailwindcss/postcss": "^4.1.12",
4444
"@types/mdx": "^2.0.13",
45-
"@types/node": "^24.2.0",
46-
"@types/react": "^19.1.9",
47-
"@types/react-dom": "^19.1.7",
48-
"eslint": "^9.32.0",
49-
"eslint-config-next": "^15.4.5",
45+
"@types/node": "^24.3.0",
46+
"@types/react": "^19.1.12",
47+
"@types/react-dom": "^19.1.9",
48+
"eslint": "^9.34.0",
49+
"eslint-config-next": "^15.5.2",
5050
"http-server": "^14.1.1",
5151
"postcss": "^8.5.6",
52-
"tailwindcss": "^4.1.11",
52+
"tailwindcss": "^4.1.12",
5353
"typescript": "^5.9.2"
5454
}
5555
}

packages/cursorless-vscode-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/semver": "^7.7.0",
3434
"@types/sinon": "^17.0.4",
3535
"@types/vscode": "1.82.0",
36-
"chai": "^5.2.1",
36+
"chai": "^6.0.1",
3737
"js-yaml": "^4.1.0",
3838
"mocha": "^11.7.1",
3939
"semver": "^7.7.2",

packages/cursorless-vscode-tutorial-webview/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"react-dom": "^19.1.1"
2626
},
2727
"devDependencies": {
28-
"@types/react": "^19.1.9",
29-
"@types/react-dom": "^19.1.7",
28+
"@types/react": "^19.1.12",
29+
"@types/react-dom": "^19.1.9",
3030
"@types/vscode-webview": "^1.57.5",
31-
"tailwindcss": "^4.1.11"
31+
"tailwindcss": "^4.1.12"
3232
}
3333
}

0 commit comments

Comments
 (0)