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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.34.0",
"@eslint/js": "^9.35.0",
"@pnpm/meta-updater": "^2.0.6",
"@types/node": "^24.3.0",
"@types/node": "^24.3.1",
"esbuild": "^0.25.9",
"eslint": "^9.34.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-mocha": "^11.1.0",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-unicorn": "^61.0.0",
"eslint-plugin-unused-imports": "^4.2.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"syncpack": "^13.0.4",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0"
"typescript-eslint": "^8.42.0"
},
"pnpm": {
"patchedDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cheatsheet-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
},
"devDependencies": {
"@effortlessmotion/html-webpack-inline-source-plugin": "^1.0.3",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/postcss": "^4.1.13",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.0",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.4",
"jest": "^30.1.1",
"jest": "^30.1.3",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"postcss-loader": "^8.2.0",
"style-loader": "^4.0.0",
"tailwindcss": "^4.1.12",
"tailwindcss": "^4.1.13",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/cheatsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"watch": "pnpm run --filter @cursorless/cheatsheet --parallel '/^watch:.*/'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.1",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-fontawesome": "^3.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-string-replace": "^1.1.1",
Expand All @@ -41,8 +41,8 @@
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/react-helmet": "^6.1.11",
"jest": "^30.1.1",
"jest-environment-jsdom": "^30.1.1",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"cross-spawn": "^7.0.6",
"fast-check": "^4.3.0",
"js-yaml": "^4.1.0",
"mocha": "^11.7.1"
"mocha": "^11.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/cursorless-cheatsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@cursorless/common": "workspace:*",
"@cursorless/node-common": "workspace:*",
"immer": "^10.1.1",
"immer": "^10.1.3",
"lodash-es": "^4.17.21",
"node-html-parser": "^7.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cursorless-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@cursorless/common": "workspace:*",
"@cursorless/node-common": "workspace:*",
"@cursorless/sentence-parser": "workspace:*",
"immer": "^10.1.1",
"immer": "^10.1.3",
"immutability-helper": "^3.1.1",
"itertools": "^2.4.1",
"lodash-es": "^4.17.21",
"moo": "^0.5.2",
"nearley": "^2.20.1",
"talon-snippets": "^1.3.0",
"uuid": "^11.1.0",
"uuid": "^12.0.0",
"zod": "^4.1.5"
},
"devDependencies": {
Expand All @@ -49,7 +49,7 @@
"@types/sinon": "^17.0.4",
"@types/uuid": "^10.0.0",
"js-yaml": "^4.1.0",
"mocha": "^11.7.1",
"mocha": "^11.7.2",
"sinon": "^21.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/cursorless-everywhere-talon-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"mocha": "^11.7.1"
"mocha": "^11.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ esbuild \
--conditions=cursorless:bundler \
--bundle \
--external:std \
--external:node:crypto \
src/quickjsTest.ts

echo $ cd testOut
Expand Down
1 change: 1 addition & 0 deletions packages/cursorless-everywhere-talon/scripts/esbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ esbuild \
--bundle \
--sourcemap \
--external:talon \
--external:node:crypto \
"$@"

# FIXME: Talon javascript files needs to start with an import from Talon before any other code
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-neovim-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.20",
"@types/sinon": "^17.0.4",
"neovim": "^5.3.0"
"neovim": "^5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/cursorless-neovim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/lodash": "^4.17.20",
"@types/uuid": "^10.0.0",
"lodash": "^4.17.21",
"neovim": "^5.3.0",
"neovim": "^5.4.0",
"vscode-uri": "^3.1.0"
}
}
8 changes: 4 additions & 4 deletions packages/cursorless-org-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
},
"dependencies": {
"@algolia/client-search": "^5.36.0",
"@algolia/client-search": "^5.37.0",
"@cursorless/common": "workspace:*",
"@docsearch/react": "^3.9.0",
"@docusaurus/core": "^3.8.1",
Expand All @@ -58,19 +58,19 @@
"prism-react-renderer": "^2.4.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"shiki": "^3.12.0",
"shiki": "^3.12.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@cursorless/node-common": "workspace:*",
"@docusaurus/module-type-aliases": "^3.8.1",
"@docusaurus/types": "^3.8.1",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/postcss": "^4.1.13",
"@tsconfig/docusaurus": "^2.0.3",
"@types/mdast": "^4.0.4",
"@types/react": "^19.1.12",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"unified": "^11.0.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ export function ScopeVisualizer({ languageId, scopeTypeType }: Props) {
<option value="removal">Removal range</option>
</select>

<label className="ml-1">
<label className="ml-2">
<input
type="checkbox"
className="mr-1"
checked={renderWhitespace}
onChange={(e) => setRenderWhitespace(e.target.checked)}
/>
Expand Down
8 changes: 4 additions & 4 deletions packages/cursorless-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "^24.3.0",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"eslint": "^9.34.0",
"eslint": "^9.35.0",
"eslint-config-next": "^15.5.2",
"http-server": "^14.1.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/cursorless-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@cursorless/common": "workspace:*",
"@cursorless/cursorless-engine": "workspace:*",
"immer": "^10.1.1",
"immer": "^10.1.3",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cursorless-vscode-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@cursorless/common": "workspace:*",
"@cursorless/node-common": "workspace:*",
"@cursorless/vscode-common": "workspace:*",
"immer": "^10.1.1",
"immer": "^10.1.3",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/chai": "^5.2.2",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.10",
"@types/semver": "^7.7.0",
"@types/semver": "^7.7.1",
"@types/sinon": "^17.0.4",
"@types/vscode": "1.82.0",
"chai": "^6.0.1",
"js-yaml": "^4.1.0",
"mocha": "^11.7.1",
"mocha": "^11.7.2",
"semver": "^7.7.2",
"sinon": "^21.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-vscode-tutorial-webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/vscode-webview": "^1.57.5",
"tailwindcss": "^4.1.12"
"tailwindcss": "^4.1.13"
}
}
6 changes: 3 additions & 3 deletions packages/cursorless-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1291,16 +1291,16 @@
"semver": "^7.7.2",
"talon-snippets": "^1.3.0",
"trie-search": "^2.2.0",
"uuid": "^11.1.0",
"uuid": "^12.0.0",
"vscode-uri": "^3.1.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/nearley": "^2.11.5",
"@types/node": "^24.3.0",
"@types/semver": "^7.7.0",
"@types/node": "^24.3.1",
"@types/semver": "^7.7.1",
"@types/sinon": "^17.0.4",
"@types/uuid": "^10.0.0",
"@types/vscode": "1.82.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/neovim-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@cursorless/neovim-registry": "workspace:*",
"@cursorless/node-common": "workspace:*",
"lodash": "^4.17.21",
"neovim": "^5.3.0",
"neovim": "^5.4.0",
"vscode-uri": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neovim-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"watch": "pnpm run --filter @cursorless/neovim-registry --parallel '/^watch:.*/'"
},
"devDependencies": {
"neovim": "^5.3.0"
"neovim": "^5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/sentence-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"mocha": "^11.7.1"
"mocha": "^11.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/test-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@cursorless/neovim-registry": "workspace:*",
"@cursorless/node-common": "workspace:*",
"glob": "^11.0.3",
"neovim": "^5.3.0",
"neovim": "^5.4.0",
"tail": "^2.2.6"
},
"devDependencies": {
Expand All @@ -45,6 +45,6 @@
"@types/tail": "^2.2.3",
"@vscode/test-electron": "^2.5.2",
"cross-spawn": "^7.0.6",
"mocha": "^11.7.1"
"mocha": "^11.7.2"
}
}
Loading
Loading