Skip to content

Commit 4685100

Browse files
Update dependency versions (#3110)
1 parent 8b704d0 commit 4685100

File tree

30 files changed

+2974
-2961
lines changed

30 files changed

+2974
-2961
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"main": "./index/index.cjs",
1212
"private": true,
1313
"devDependencies": {
14-
"@types/mocha": "10.0.10",
15-
"@types/node": "20.17.50",
16-
"@types/rimraf": "^3.0.0",
17-
"@types/vscode": "1.95.0",
18-
"@typescript-eslint/eslint-plugin": "8.32.1",
19-
"@typescript-eslint/parser": "8.32.1",
20-
"esbuild": "0.25.4",
21-
"eslint": "9.27.0",
22-
"glob": "11.1.0",
23-
"mocha": "8.1.3",
24-
"typescript": "5.8.3",
25-
"vscode-test": "1.6.1",
26-
"neovim": "^5.0.1"
14+
"@types/mocha": "^10.0.10",
15+
"@types/node": "^20.17.50",
16+
"@types/rimraf": "^^3.0.0",
17+
"@types/vscode": "^1.95.0",
18+
"@typescript-eslint/eslint-plugin": "^8.32.1",
19+
"@typescript-eslint/parser": "^8.32.1",
20+
"esbuild": "^0.27.0",
21+
"eslint": "^9.27.0",
22+
"glob": "^13.0.0",
23+
"mocha": "^8.1.3",
24+
"neovim": "^5.0.1",
25+
"typescript": "^5.8.3",
26+
"vscode-test": "^1.6.1"
2727
},
2828
"dependencies": {
2929
"minimatch": "^3.0.4",

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"compile": "tsc --build && pnpm -r --if-present compile:esbuild",
1616
"fix:eslint": "pnpm lint:ts --fix",
1717
"fix:meta": "pnpm run meta-updater:base && pnpm -r exec prettier --write tsconfig.json package.json",
18+
"fix:prettier": "prettier --write --list-different .",
1819
"fix:syncpack": "pnpm syncpack fix-mismatches",
1920
"init-vscode-sandbox": "pnpm --filter=@cursorless/cursorless-vscode init-launch-sandbox",
2021
"lint:meta": "pnpm run meta-updater:base --test",
2122
"lint:ts": "eslint packages --ext ts,tsx,mts",
23+
"lint:prettier": "prettier --check .",
2224
"lint": "pnpm run lint:meta && syncpack list-mismatches && pnpm run lint:ts",
2325
"meta-updater:base": "pnpm --filter=@cursorless/meta-updater build && meta-updater",
2426
"preinstall": "npx only-allow pnpm",
@@ -32,22 +34,22 @@
3234
},
3335
"devDependencies": {
3436
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.36.0",
37+
"@eslint/js": "^9.39.1",
3638
"@pnpm/meta-updater": "^2.0.6",
37-
"@types/node": "^24.6.2",
38-
"esbuild": "^0.25.10",
39-
"eslint": "^9.36.0",
39+
"@types/node": "^24.10.1",
40+
"esbuild": "^0.27.0",
41+
"eslint": "^9.39.1",
4042
"eslint-config-prettier": "^10.1.8",
4143
"eslint-import-resolver-typescript": "^4.4.4",
4244
"eslint-plugin-import": "^2.32.0",
43-
"eslint-plugin-mocha": "^11.1.0",
44-
"eslint-plugin-unicorn": "^61.0.2",
45-
"eslint-plugin-unused-imports": "^4.2.0",
45+
"eslint-plugin-mocha": "^11.2.0",
46+
"eslint-plugin-unicorn": "^62.0.0",
47+
"eslint-plugin-unused-imports": "^4.3.0",
4648
"prettier": "^3.6.2",
47-
"prettier-plugin-tailwindcss": "^0.6.14",
49+
"prettier-plugin-tailwindcss": "^0.7.1",
4850
"syncpack": "^13.0.4",
4951
"typescript": "^5.9.3",
50-
"typescript-eslint": "^8.45.0"
52+
"typescript-eslint": "^8.47.0"
5153
},
5254
"pnpm": {
5355
"patchedDependencies": {

packages/cheatsheet-local/package.json

Lines changed: 7 additions & 7 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.14",
37+
"@tailwindcss/postcss": "^4.1.17",
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/react": "^16.3.0",
4040
"@types/jest": "^30.0.0",
41-
"@types/node": "^24.6.2",
42-
"@types/react": "^19.2.0",
43-
"@types/react-dom": "^19.2.0",
41+
"@types/node": "^24.10.1",
42+
"@types/react": "^19.2.6",
43+
"@types/react-dom": "^19.2.3",
4444
"@types/webpack": "^5.28.5",
4545
"css-loader": "^7.1.2",
46-
"html-webpack-plugin": "^5.6.4",
46+
"html-webpack-plugin": "^5.6.5",
4747
"jest": "^30.2.0",
4848
"postcss": "^8.5.6",
4949
"postcss-loader": "^8.2.0",
5050
"style-loader": "^4.0.0",
51-
"tailwindcss": "^4.1.14",
51+
"tailwindcss": "^4.1.17",
5252
"ts-loader": "^9.5.4",
5353
"ts-node": "^10.9.2",
5454
"typescript": "^5.9.3",
55-
"webpack": "^5.102.0",
55+
"webpack": "^5.103.0",
5656
"webpack-cli": "^6.0.1",
5757
"webpack-dev-server": "^5.2.2"
5858
}

packages/cheatsheet/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@fortawesome/fontawesome-svg-core": "^7.1.0",
3030
"@fortawesome/free-solid-svg-icons": "^7.1.0",
31-
"@fortawesome/react-fontawesome": "^3.0.2",
31+
"@fortawesome/react-fontawesome": "^3.1.0",
3232
"react": "^19.2.0",
3333
"react-dom": "^19.2.0",
3434
"react-string-replace": "^1.1.1",
@@ -38,12 +38,12 @@
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/react": "^16.3.0",
4040
"@types/jest": "^30.0.0",
41-
"@types/react": "^19.2.0",
42-
"@types/react-dom": "^19.2.0",
41+
"@types/react": "^19.2.6",
42+
"@types/react-dom": "^19.2.3",
4343
"@types/react-helmet": "^6.1.11",
4444
"jest": "^30.2.0",
4545
"jest-environment-jsdom": "^30.2.0",
46-
"ts-jest": "^29.4.4",
46+
"ts-jest": "^29.4.5",
4747
"typescript": "^5.9.3"
4848
}
4949
}

packages/cheatsheet/src/lib/cheatsheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const CheatsheetPage: React.FC<CheatsheetPageProps> = ({
1717
}) => {
1818
return (
1919
<main className="dark:text-stone-100">
20-
<h1 className="mb-1 mt-2 text-center text-2xl md:text-3xl xl:mt-4">
20+
<h1 className="mt-2 mb-1 text-center text-2xl md:text-3xl xl:mt-4">
2121
Cursorless Cheatsheet{" "}
2222
<span className="inline-block align-middle text-sm">
2323
<SmartLink to="#legend">

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"cross-spawn": "^7.0.6",
3939
"fast-check": "^4.3.0",
4040
"js-yaml": "^4.1.1",
41-
"mocha": "^11.7.4"
41+
"mocha": "^11.7.5"
4242
}
4343
}

packages/cursorless-cheatsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@cursorless/common": "workspace:*",
2626
"@cursorless/node-common": "workspace:*",
27-
"immer": "^10.1.3",
27+
"immer": "^10.2.0",
2828
"lodash-es": "^4.17.21",
2929
"node-html-parser": "^7.0.1"
3030
},

packages/cursorless-engine/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
"@cursorless/common": "workspace:*",
3131
"@cursorless/node-common": "workspace:*",
3232
"@cursorless/sentence-parser": "workspace:*",
33-
"immer": "^10.1.3",
33+
"immer": "^10.2.0",
3434
"immutability-helper": "^3.1.1",
3535
"itertools": "^2.5.0",
3636
"lodash-es": "^4.17.21",
3737
"moo": "^0.5.2",
3838
"nearley": "^2.20.1",
3939
"talon-snippets": "^1.3.0",
4040
"uuid": "^13.0.0",
41-
"zod": "^4.1.11"
41+
"zod": "^4.1.12"
4242
},
4343
"devDependencies": {
4444
"@types/js-yaml": "^4.0.9",
4545
"@types/lodash-es": "^4.17.12",
4646
"@types/mocha": "^10.0.10",
4747
"@types/moo": "^0.5.10",
4848
"@types/nearley": "^2.11.5",
49-
"@types/sinon": "^17.0.4",
49+
"@types/sinon": "^21.0.0",
5050
"js-yaml": "^4.1.1",
51-
"mocha": "^11.7.4",
51+
"mocha": "^11.7.5",
5252
"sinon": "^21.0.0"
5353
}
5454
}

packages/cursorless-engine/src/processTargets/modifiers/commonContainingScopeIfUntypedModifiers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Modifier } from "@cursorless/common";
44
// switch to `{import("foo")}` syntax in the `{@link}` tag.
55
// - https://github.com/microsoft/TypeScript/issues/43869
66
// - https://github.com/microsoft/TypeScript/issues/43950
7-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
7+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
88
import type { Target } from "../../typings/target.types";
99

1010
/**

packages/cursorless-engine/src/typings/target.types.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
// switch to `{import("foo")}` syntax in the `{@link}` tag.
44
// - https://github.com/microsoft/TypeScript/issues/43869
55
// - https://github.com/microsoft/TypeScript/issues/43950
6-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
6+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
77
import type { ModifyIfUntypedStage } from "../processTargets/modifiers/ConditionalModifierStages";
88
import type {
99
GeneralizedRange,
1010
InsertionMode,
1111
Range,
1212
Selection,
13-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
13+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
1414
Snippet,
15-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
15+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
1616
SnippetVariable,
1717
TargetPlainObject,
1818
TextEditor,
1919
} from "@cursorless/common";
2020
import type {
21-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
21+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2222
ScopeTypeTarget,
23-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
23+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2424
TokenTarget,
25-
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-imports
25+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2626
UntypedTarget,
2727
} from "../processTargets/targets";
2828
import type { EditWithRangeUpdater } from "./Types";

0 commit comments

Comments
 (0)