Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cursorless.nvim/node/command-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@typescript-eslint/parser": "8.32.1",
"esbuild": "0.25.4",
"eslint": "9.27.0",
"glob": "11.0.0",
"glob": "11.0.2",
"mocha": "8.1.3",
"typescript": "5.8.3",
"vscode-test": "1.6.1",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"version": "0.1.0",
"description": "The root of the Cursorless monorepo",
"main": "index.js",
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"engines": {
"node": ">=20.16.0"
},
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm -r build",
"clean": "pnpm -r clean",
Expand All @@ -24,24 +32,21 @@
"watch:esbuild": "pnpm run -r --parallel --if-present watch:esbuild",
"watch:tsc": "tsc --build --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@pnpm/meta-updater": "2.0.4",
"@types/node": "20.17.50",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"@typescript-eslint/eslint-plugin": "8.33.1",
"@typescript-eslint/parser": "8.33.1",
"cross-env": "7.0.3",
"esbuild": "0.25.4",
"esbuild": "0.25.5",
"eslint-config-prettier": "10.1.5",
"eslint-import-resolver-typescript": "4.4.0",
"eslint-import-resolver-typescript": "4.4.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-unused-imports": "4.1.4",
"eslint": "9.27.0",
"prettier-plugin-tailwindcss": "0.6.11",
"eslint": "9.28.0",
"prettier-plugin-tailwindcss": "0.6.12",
"prettier": "3.3.3",
"syncpack": "13.0.4",
"typescript": "5.8.3"
Expand All @@ -60,10 +65,5 @@
"react-dom": "18"
}
}
},
"engines": {
"node": ">=20.16.0"
},
"packageManager": "[email protected]",
"type": "module"
}
}
16 changes: 8 additions & 8 deletions packages/cheatsheet-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@
},
"dependencies": {
"@cursorless/cheatsheet": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.17.50",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"@types/webpack": "5.28.5",
"@webpack-cli/generators": "3.0.7",
"autoprefixer": "10.4.21",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
"postcss": "8.5.3",
"postcss": "8.5.4",
"postcss-loader": "8.1.1",
"style-loader": "4.0.0",
"tailwindcss": "3.4.14",
"ts-loader": "9.5.1",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"webpack": "5.99.9",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.1"
"webpack-dev-server": "5.2.2"
},
"postcss": {
"plugins": {
Expand Down
18 changes: 9 additions & 9 deletions packages/cheatsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"*.css"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-string-replace": "1.1.1",
"react-use": "17.6.0"
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/jest": "29.5.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/jest": "29.5.14",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"@types/react-helmet": "6.1.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
"jest-environment-jsdom": "30.0.0-beta.3",
"ts-jest": "29.3.4",
"typescript": "5.8.3"
},
"type": "module"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Props = {

export default function CheatsheetLegendComponent({
data,
}: Props): JSX.Element {
}: Props): React.JSX.Element {
const isHighlighted = useIsHighlighted("legend");

const borderClassName = isHighlighted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { JSX } from "react";
import type { CheatsheetSection, Variation } from "../CheatsheetInfo";
import useIsHighlighted from "../hooks/useIsHighlighted";
import { formatCaptures } from "./formatCaptures";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import SmartLink from "./SmartLink";

export default function CheatsheetNotesComponent(): JSX.Element {
export default function CheatsheetNotesComponent(): React.JSX.Element {
return (
<div
id="notes"
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nearley": "2.20.1",
"talon-snippets": "1.3.0",
"uuid": "11.1.0",
"zod": "3.25.28"
"zod": "3.25.50"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
Expand Down
32 changes: 16 additions & 16 deletions packages/cursorless-org-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
},
"dependencies": {
"@algolia/client-search": "5.8.1",
"@algolia/client-search": "5.25.0",
"@cursorless/common": "workspace:*",
"@docsearch/react": "3.6.2",
"@docusaurus/core": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-classic": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@docusaurus/theme-search-algolia": "3.7.0",
"@mdx-js/react": "3.0.1",
"clsx": "^2.1.1",
"mdast-util-find-and-replace": "^3.0.1",
"@docsearch/react": "3.9.0",
"@docusaurus/core": "3.8.0",
"@docusaurus/preset-classic": "3.8.0",
"@docusaurus/theme-classic": "3.8.0",
"@docusaurus/theme-common": "3.8.0",
"@docusaurus/theme-search-algolia": "3.8.0",
"@mdx-js/react": "3.1.0",
"clsx": "2.1.1",
"mdast-util-find-and-replace": "3.0.2",
"prism-react-renderer": "2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"unist-util-visit": "^5.0.0"
"react": "19.1.0",
"react-dom": "19.1.0",
"unist-util-visit": "5.0.0"
},
"browserslist": {
"production": [
Expand All @@ -47,11 +47,11 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/types": "3.7.0",
"@docusaurus/module-type-aliases": "3.8.0",
"@docusaurus/types": "3.8.0",
"@tsconfig/docusaurus": "2.0.3",
"@types/mdast": "4.0.4",
"@types/react": "18.3.11",
"@types/react": "19.1.6",
"typescript": "5.8.3",
"unified": "11.0.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import {
languageScopeSupport,
scopeSupportFacets,
} from "@cursorless/common";
import React from "react";
import * as React from "react";
import { ScopeSupportForLevel } from "./ScopeSupportForLevel";

interface Props {
languageId: string;
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
type ScopeType,
type SimpleScopeTypeType,
} from "@cursorless/common";
import React, { useState } from "react";
import React, { useState, type JSX } from "react";

interface Props {
facets: ScopeSupportFacet[];
Expand Down
22 changes: 11 additions & 11 deletions packages/cursorless-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
},
"dependencies": {
"@cursorless/cheatsheet": "workspace:*",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/mdx": "15.3.2",
"next": "15.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.3.3",
"next": "15.3.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-player": "2.16.0"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/mdx": "2.0.13",
"@types/node": "20.17.50",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"autoprefixer": "10.4.21",
"eslint": "9.27.0",
"eslint-config-next": "15.3.2",
"eslint": "9.28.0",
"eslint-config-next": "15.3.3",
"http-server": "14.1.1",
"postcss": "8.5.3",
"postcss": "8.5.4",
"tailwindcss": "3.4.14",
"typescript": "5.8.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cursorless-vscode-tutorial-webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"@types/vscode-webview": "1.57.5",
"tailwindcss": "3.4.14"
},
"dependencies": {
"@cursorless/common": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "19.1.0",
"react-dom": "19.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/cursorless-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@
"@types/tinycolor2": "1.4.6",
"@types/uuid": "10.0.0",
"@types/vscode": "1.82.0",
"esbuild": "0.25.4",
"esbuild": "0.25.5",
"fast-xml-parser": "5.2.3",
"fs-extra": "11.3.0",
"sinon": "20.0.0"
Expand All @@ -1286,14 +1286,14 @@
"@cursorless/node-common": "workspace:*",
"@cursorless/test-case-recorder": "workspace:*",
"@cursorless/vscode-common": "workspace:*",
"glob": "11.0.0",
"glob": "11.0.2",
"itertools": "2.4.1",
"lodash-es": "4.17.21",
"nearley": "2.20.1",
"semver": "7.7.2",
"talon-snippets": "1.3.0",
"tinycolor2": "1.6.0",
"trie-search": "2.0.0",
"trie-search": "2.2.0",
"uuid": "11.1.0",
"vscode-uri": "3.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ suite("buildSuffixTrie", () => {
const actual = uniqWith(
sortEntries(chars.flatMap((char) => trie.search(char))),
isEqual,
);
).map(({ key, value }) => ({ key, value }));
assert.deepStrictEqual(actual, sortEntries(expected));
assert.deepStrictEqual(
sortBy(conflicts.map(sortEntries), (conflict) =>
Expand Down
6 changes: 3 additions & 3 deletions packages/meta-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@cursorless/common": "workspace:*",
"@pnpm/lockfile-file": "9.1.3",
"@pnpm/logger": "5.2.0",
"@pnpm/types": "12.2.0",
"@pnpm/logger": "1001.0.0",
"@pnpm/types": "1000.6.0",
"@types/normalize-path": "3.0.2",
"js-yaml": "4.1.0",
"lodash-es": "4.17.21",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"esbuild": "0.25.4"
"esbuild": "0.25.5"
},
"type": "module"
}
10 changes: 6 additions & 4 deletions packages/neovim-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Common utility functions usable anywhere that neovim api is available",
"main": "./out/index.js",
"type": "module",
"scripts": {
"compile:tsc": "tsc --build",
"compile:esbuild": "esbuild ./src/index.ts --sourcemap --format=esm --bundle --packages=external --outfile=./out/index.js",
Expand All @@ -26,12 +27,13 @@
"@cursorless/common": "workspace:*",
"@cursorless/neovim-registry": "workspace:*",
"@cursorless/node-common": "workspace:*",
"@types/lodash": "4.17.17",
"@types/uuid": "10.0.0",
"@types/vscode": "1.82.0",
"lodash": "4.17.21",
"neovim": "5.3.0",
"vscode-uri": "3.1.0"
},
"type": "module"
"devDependencies": {
"@types/lodash": "4.17.17",
"@types/uuid": "10.0.0",
"@types/vscode": "1.82.0"
}
}
2 changes: 1 addition & 1 deletion packages/node-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@cursorless/common": "workspace:*",
"glob": "11.0.0",
"glob": "11.0.2",
"lodash-es": "4.17.21"
},
"devDependencies": {
Expand Down
Loading
Loading