Skip to content

Commit 175b3f3

Browse files
Update dependency versions (#2957)
1 parent 3bba069 commit 175b3f3

File tree

21 files changed

+1830
-2180
lines changed

21 files changed

+1830
-2180
lines changed

cursorless.nvim/node/command-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@typescript-eslint/parser": "8.32.1",
2020
"esbuild": "0.25.4",
2121
"eslint": "9.27.0",
22-
"glob": "11.0.0",
22+
"glob": "11.0.2",
2323
"mocha": "8.1.3",
2424
"typescript": "5.8.3",
2525
"vscode-test": "1.6.1",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.1.0",
44
"description": "The root of the Cursorless monorepo",
55
"main": "index.js",
6+
"type": "module",
7+
"keywords": [],
8+
"author": "",
9+
"license": "MIT",
10+
"engines": {
11+
"node": ">=20.16.0"
12+
},
13+
"packageManager": "[email protected]",
614
"scripts": {
715
"build": "pnpm -r build",
816
"clean": "pnpm -r clean",
@@ -24,24 +32,21 @@
2432
"watch:esbuild": "pnpm run -r --parallel --if-present watch:esbuild",
2533
"watch:tsc": "tsc --build --watch"
2634
},
27-
"keywords": [],
28-
"author": "",
29-
"license": "MIT",
3035
"devDependencies": {
3136
"@pnpm/meta-updater": "2.0.4",
3237
"@types/node": "20.17.50",
33-
"@typescript-eslint/eslint-plugin": "8.32.1",
34-
"@typescript-eslint/parser": "8.32.1",
38+
"@typescript-eslint/eslint-plugin": "8.33.1",
39+
"@typescript-eslint/parser": "8.33.1",
3540
"cross-env": "7.0.3",
36-
"esbuild": "0.25.4",
41+
"esbuild": "0.25.5",
3742
"eslint-config-prettier": "10.1.5",
38-
"eslint-import-resolver-typescript": "4.4.0",
43+
"eslint-import-resolver-typescript": "4.4.2",
3944
"eslint-plugin-import": "2.31.0",
4045
"eslint-plugin-mocha": "10.5.0",
4146
"eslint-plugin-unicorn": "56.0.1",
4247
"eslint-plugin-unused-imports": "4.1.4",
43-
"eslint": "9.27.0",
44-
"prettier-plugin-tailwindcss": "0.6.11",
48+
"eslint": "9.28.0",
49+
"prettier-plugin-tailwindcss": "0.6.12",
4550
"prettier": "3.3.3",
4651
"syncpack": "13.0.4",
4752
"typescript": "5.8.3"
@@ -60,10 +65,5 @@
6065
"react-dom": "18"
6166
}
6267
}
63-
},
64-
"engines": {
65-
"node": ">=20.16.0"
66-
},
67-
"packageManager": "[email protected]",
68-
"type": "module"
68+
}
6969
}

packages/cheatsheet-local/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
},
2626
"dependencies": {
2727
"@cursorless/cheatsheet": "workspace:*",
28-
"react": "^18.3.1",
29-
"react-dom": "^18.3.1"
28+
"react": "19.1.0",
29+
"react-dom": "19.1.0"
3030
},
3131
"devDependencies": {
3232
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
3333
"@testing-library/dom": "10.4.0",
3434
"@testing-library/react": "16.3.0",
35-
"@types/jest": "29.5.13",
35+
"@types/jest": "29.5.14",
3636
"@types/node": "20.17.50",
37-
"@types/react": "18.3.11",
38-
"@types/react-dom": "18.3.1",
37+
"@types/react": "19.1.6",
38+
"@types/react-dom": "19.1.5",
3939
"@types/webpack": "5.28.5",
4040
"@webpack-cli/generators": "3.0.7",
4141
"autoprefixer": "10.4.21",
4242
"css-loader": "7.1.2",
4343
"html-webpack-plugin": "5.6.3",
4444
"jest": "29.7.0",
45-
"postcss": "8.5.3",
45+
"postcss": "8.5.4",
4646
"postcss-loader": "8.1.1",
4747
"style-loader": "4.0.0",
4848
"tailwindcss": "3.4.14",
49-
"ts-loader": "9.5.1",
49+
"ts-loader": "9.5.2",
5050
"ts-node": "10.9.2",
5151
"typescript": "5.8.3",
5252
"webpack": "5.99.9",
5353
"webpack-cli": "6.0.1",
54-
"webpack-dev-server": "5.2.1"
54+
"webpack-dev-server": "5.2.2"
5555
},
5656
"postcss": {
5757
"plugins": {

packages/cheatsheet/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
"*.css"
2828
],
2929
"dependencies": {
30-
"@fortawesome/fontawesome-svg-core": "6.6.0",
31-
"@fortawesome/free-solid-svg-icons": "6.6.0",
30+
"@fortawesome/fontawesome-svg-core": "6.7.2",
31+
"@fortawesome/free-solid-svg-icons": "6.7.2",
3232
"@fortawesome/react-fontawesome": "0.2.2",
33-
"react": "^18.3.1",
34-
"react-dom": "^18.3.1",
33+
"react": "19.1.0",
34+
"react-dom": "19.1.0",
3535
"react-string-replace": "1.1.1",
3636
"react-use": "17.6.0"
3737
},
3838
"devDependencies": {
3939
"@testing-library/dom": "10.4.0",
4040
"@testing-library/react": "16.3.0",
41-
"@types/jest": "29.5.13",
42-
"@types/react": "18.3.11",
43-
"@types/react-dom": "18.3.1",
41+
"@types/jest": "29.5.14",
42+
"@types/react": "19.1.6",
43+
"@types/react-dom": "19.1.5",
4444
"@types/react-helmet": "6.1.11",
4545
"jest": "29.7.0",
46-
"jest-environment-jsdom": "29.7.0",
47-
"ts-jest": "29.2.5",
46+
"jest-environment-jsdom": "30.0.0-beta.3",
47+
"ts-jest": "29.3.4",
4848
"typescript": "5.8.3"
4949
},
5050
"type": "module"

packages/cheatsheet/src/lib/components/CheatsheetLegendComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type Props = {
1010

1111
export default function CheatsheetLegendComponent({
1212
data,
13-
}: Props): JSX.Element {
13+
}: Props): React.JSX.Element {
1414
const isHighlighted = useIsHighlighted("legend");
1515

1616
const borderClassName = isHighlighted

packages/cheatsheet/src/lib/components/CheatsheetListComponent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { JSX } from "react";
12
import type { CheatsheetSection, Variation } from "../CheatsheetInfo";
23
import useIsHighlighted from "../hooks/useIsHighlighted";
34
import { formatCaptures } from "./formatCaptures";

packages/cheatsheet/src/lib/components/CheatsheetNotesComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from "react";
22
import SmartLink from "./SmartLink";
33

4-
export default function CheatsheetNotesComponent(): JSX.Element {
4+
export default function CheatsheetNotesComponent(): React.JSX.Element {
55
return (
66
<div
77
id="notes"

packages/cursorless-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nearley": "2.20.1",
3333
"talon-snippets": "1.3.0",
3434
"uuid": "11.1.0",
35-
"zod": "3.25.28"
35+
"zod": "3.25.50"
3636
},
3737
"devDependencies": {
3838
"@types/js-yaml": "4.0.9",

packages/cursorless-org-docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
1919
},
2020
"dependencies": {
21-
"@algolia/client-search": "5.8.1",
21+
"@algolia/client-search": "5.25.0",
2222
"@cursorless/common": "workspace:*",
23-
"@docsearch/react": "3.6.2",
24-
"@docusaurus/core": "3.7.0",
25-
"@docusaurus/preset-classic": "3.7.0",
26-
"@docusaurus/theme-classic": "3.7.0",
27-
"@docusaurus/theme-common": "3.7.0",
28-
"@docusaurus/theme-search-algolia": "3.7.0",
29-
"@mdx-js/react": "3.0.1",
30-
"clsx": "^2.1.1",
31-
"mdast-util-find-and-replace": "^3.0.1",
23+
"@docsearch/react": "3.9.0",
24+
"@docusaurus/core": "3.8.0",
25+
"@docusaurus/preset-classic": "3.8.0",
26+
"@docusaurus/theme-classic": "3.8.0",
27+
"@docusaurus/theme-common": "3.8.0",
28+
"@docusaurus/theme-search-algolia": "3.8.0",
29+
"@mdx-js/react": "3.1.0",
30+
"clsx": "2.1.1",
31+
"mdast-util-find-and-replace": "3.0.2",
3232
"prism-react-renderer": "2.4.1",
33-
"react": "^18.3.1",
34-
"react-dom": "^18.3.1",
35-
"unist-util-visit": "^5.0.0"
33+
"react": "19.1.0",
34+
"react-dom": "19.1.0",
35+
"unist-util-visit": "5.0.0"
3636
},
3737
"browserslist": {
3838
"production": [
@@ -47,11 +47,11 @@
4747
]
4848
},
4949
"devDependencies": {
50-
"@docusaurus/module-type-aliases": "3.7.0",
51-
"@docusaurus/types": "3.7.0",
50+
"@docusaurus/module-type-aliases": "3.8.0",
51+
"@docusaurus/types": "3.8.0",
5252
"@tsconfig/docusaurus": "2.0.3",
5353
"@types/mdast": "4.0.4",
54-
"@types/react": "18.3.11",
54+
"@types/react": "19.1.6",
5555
"typescript": "5.8.3",
5656
"unified": "11.0.5"
5757
},

packages/cursorless-org-docs/src/docs/user/languages/components/ScopeSupport.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import {
33
languageScopeSupport,
44
scopeSupportFacets,
55
} from "@cursorless/common";
6-
import React from "react";
6+
import * as React from "react";
77
import { ScopeSupportForLevel } from "./ScopeSupportForLevel";
88

99
interface Props {
1010
languageId: string;
1111
}
1212

13-
export function ScopeSupport({ languageId }: Props): JSX.Element {
13+
export function ScopeSupport({ languageId }: Props): React.JSX.Element {
1414
const scopesSorted = [...scopeSupportFacets].sort();
1515
const scopeSupport = languageScopeSupport[languageId] ?? {};
1616

0 commit comments

Comments
 (0)