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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/vendor
**/generated
**/.docusaurus

# We use our own format for our recorded yaml tests to keep them compact
/data/fixtures/recorded/**/*.yml
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"eslint-plugin-mocha": "^11.2.0",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unused-imports": "^4.3.0",
"prettier": "^3.6.2",
"prettier": "^3.7.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"syncpack": "^13.0.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0"
"typescript-eslint": "^8.48.0"
},
"pnpm": {
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cheatsheet-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cheatsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"jest": "^30.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ export type ScopeType =
| OneOfScopeType
| GlyphScopeType;

export interface ContainingSurroundingPairModifier
extends ContainingScopeModifier {
export interface ContainingSurroundingPairModifier extends ContainingScopeModifier {
scopeType: SurroundingPairScopeType;
}

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 @@ -38,7 +38,7 @@
"nearley": "^2.20.1",
"talon-snippets": "^1.3.0",
"uuid": "^13.0.0",
"zod": "^4.1.12"
"zod": "^4.1.13"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import { SpokenFormGenerator } from "./generateSpokenForm";
* {@link SpokenFormGenerator} classes. Its main purpose is to reconstruct the
* {@link SpokenFormGenerator} when the {@link CustomSpokenForms} change.
*/
export class CustomSpokenFormGeneratorImpl
implements CustomSpokenFormGenerator
{
export class CustomSpokenFormGeneratorImpl implements CustomSpokenFormGenerator {
private customSpokenForms: CustomSpokenForms;
private spokenFormGenerator: SpokenFormGenerator;
private disposable: Disposable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export interface CloneWithParameters {
*/
export abstract class BaseTarget<
in out TParameters extends MinimumTargetParameters,
> implements Target
{
> implements Target {
protected abstract readonly type: string;
protected readonly state: EnforceUndefined<CommonTargetParameters>;
hasExplicitScopeType = true;
Expand Down
6 changes: 2 additions & 4 deletions packages/cursorless-engine/src/typings/updateSelections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ export interface FullRangeInfo extends RangeInfo {
text: string;
}

export interface ExtendedTextDocumentContentChangeEvent
extends TextDocumentContentChangeEvent {
export interface ExtendedTextDocumentContentChangeEvent extends TextDocumentContentChangeEvent {
/**
* If this is true then we should not shift an empty selection to the right
*/
isReplace?: boolean;
}

export interface ExtendedTextDocumentChangeEvent
extends TextDocumentChangeEvent {
export interface ExtendedTextDocumentChangeEvent extends TextDocumentChangeEvent {
readonly contentChanges: ReadonlyArray<ExtendedTextDocumentContentChangeEvent>;
}

Expand Down
6 changes: 3 additions & 3 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.44.0",
"@algolia/client-search": "^5.45.0",
"@cursorless/common": "workspace:*",
"@docsearch/react": "^4.3.2",
"@docusaurus/core": "^3.9.2",
Expand All @@ -58,7 +58,7 @@
"prism-react-renderer": "^2.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shiki": "^3.15.0",
"shiki": "^3.17.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
Expand All @@ -68,7 +68,7 @@
"@tailwindcss/postcss": "^4.1.17",
"@tsconfig/docusaurus": "^2.0.7",
"@types/mdast": "^4.0.4",
"@types/react": "^19.2.6",
"@types/react": "^19.2.7",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cursorless-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.3",
"eslint-config-next": "^16.0.5",
"http-server": "^14.1.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
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 @@ -25,7 +25,7 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/react": "^19.2.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/vscode-webview": "^1.57.5",
"tailwindcss": "^4.1.17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import {
import * as path from "node:path";
import { getCursorlessRepoRoot } from "./getCursorlessRepoRoot";

export class FileSystemRawTreeSitterQueryProvider
implements RawTreeSitterQueryProvider
{
export class FileSystemRawTreeSitterQueryProvider implements RawTreeSitterQueryProvider {
private queryDir: string;
private notifier: Notifier = new Notifier();
private disposables: Disposable[] = [];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { readFile, readdir } from "node:fs/promises";
import path from "path";
import { loadFixture } from "./loadFixture";

export class FileSystemTutorialContentProvider
implements TutorialContentProvider
{
export class FileSystemTutorialContentProvider implements TutorialContentProvider {
private tutorialRootDir: string;

constructor(assetsRoot: string) {
Expand Down
Loading
Loading