Skip to content

Commit 7d87503

Browse files
Update dependency versions (#3091)
1 parent cca2284 commit 7d87503

File tree

21 files changed

+2936
-2801
lines changed

21 files changed

+2936
-2801
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/mocha": "10.0.10",
1515
"@types/node": "20.17.50",
1616
"@types/rimraf": "^3.0.0",
17-
"@types/vscode": "1.53.0",
17+
"@types/vscode": "1.95.0",
1818
"@typescript-eslint/eslint-plugin": "8.32.1",
1919
"@typescript-eslint/parser": "8.32.1",
2020
"esbuild": "0.25.4",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
},
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.1",
35-
"@eslint/js": "^9.35.0",
35+
"@eslint/js": "^9.36.0",
3636
"@pnpm/meta-updater": "^2.0.6",
37-
"@types/node": "^24.3.1",
38-
"esbuild": "^0.25.9",
39-
"eslint": "^9.35.0",
37+
"@types/node": "^24.6.2",
38+
"esbuild": "^0.25.10",
39+
"eslint": "^9.36.0",
4040
"eslint-config-prettier": "^10.1.8",
4141
"eslint-import-resolver-typescript": "^4.4.4",
4242
"eslint-plugin-import": "^2.32.0",
4343
"eslint-plugin-mocha": "^11.1.0",
44-
"eslint-plugin-unicorn": "^61.0.0",
44+
"eslint-plugin-unicorn": "^61.0.2",
4545
"eslint-plugin-unused-imports": "^4.2.0",
4646
"prettier": "^3.6.2",
4747
"prettier-plugin-tailwindcss": "^0.6.14",
4848
"syncpack": "^13.0.4",
49-
"typescript": "^5.9.2",
50-
"typescript-eslint": "^8.42.0"
49+
"typescript": "^5.9.3",
50+
"typescript-eslint": "^8.45.0"
5151
},
5252
"pnpm": {
5353
"patchedDependencies": {

packages/cheatsheet-local/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@
2929
},
3030
"dependencies": {
3131
"@cursorless/cheatsheet": "workspace:*",
32-
"react": "^19.1.1",
33-
"react-dom": "^19.1.1"
32+
"react": "^19.2.0",
33+
"react-dom": "^19.2.0"
3434
},
3535
"devDependencies": {
3636
"@effortlessmotion/html-webpack-inline-source-plugin": "^1.0.3",
37-
"@tailwindcss/postcss": "^4.1.13",
37+
"@tailwindcss/postcss": "^4.1.14",
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/react": "^16.3.0",
4040
"@types/jest": "^30.0.0",
41-
"@types/node": "^24.3.1",
42-
"@types/react": "^19.1.12",
43-
"@types/react-dom": "^19.1.9",
41+
"@types/node": "^24.6.2",
42+
"@types/react": "^19.2.0",
43+
"@types/react-dom": "^19.2.0",
4444
"@types/webpack": "^5.28.5",
4545
"css-loader": "^7.1.2",
4646
"html-webpack-plugin": "^5.6.4",
47-
"jest": "^30.1.3",
47+
"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.13",
51+
"tailwindcss": "^4.1.14",
5252
"ts-loader": "^9.5.4",
5353
"ts-node": "^10.9.2",
54-
"typescript": "^5.9.2",
55-
"webpack": "^5.101.3",
54+
"typescript": "^5.9.3",
55+
"webpack": "^5.102.0",
5656
"webpack-cli": "^6.0.1",
5757
"webpack-dev-server": "^5.2.2"
5858
}

packages/cheatsheet/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"watch": "pnpm run --filter @cursorless/cheatsheet --parallel '/^watch:.*/'"
2727
},
2828
"dependencies": {
29-
"@fortawesome/fontawesome-svg-core": "^7.0.1",
30-
"@fortawesome/free-solid-svg-icons": "^7.0.1",
29+
"@fortawesome/fontawesome-svg-core": "^7.1.0",
30+
"@fortawesome/free-solid-svg-icons": "^7.1.0",
3131
"@fortawesome/react-fontawesome": "^3.0.2",
32-
"react": "^19.1.1",
33-
"react-dom": "^19.1.1",
32+
"react": "^19.2.0",
33+
"react-dom": "^19.2.0",
3434
"react-string-replace": "^1.1.1",
3535
"react-use": "^17.6.0"
3636
},
3737
"devDependencies": {
3838
"@testing-library/dom": "^10.4.1",
3939
"@testing-library/react": "^16.3.0",
4040
"@types/jest": "^30.0.0",
41-
"@types/react": "^19.1.12",
42-
"@types/react-dom": "^19.1.9",
41+
"@types/react": "^19.2.0",
42+
"@types/react-dom": "^19.2.0",
4343
"@types/react-helmet": "^6.1.11",
44-
"jest": "^30.1.3",
45-
"jest-environment-jsdom": "^30.1.2",
46-
"ts-jest": "^29.4.1",
47-
"typescript": "^5.9.2"
44+
"jest": "^30.2.0",
45+
"jest-environment-jsdom": "^30.2.0",
46+
"ts-jest": "^29.4.4",
47+
"typescript": "^5.9.3"
4848
}
4949
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"watch": "pnpm run --filter @cursorless/common --parallel '/^watch:.*/'"
2626
},
2727
"dependencies": {
28-
"itertools": "^2.4.1",
28+
"itertools": "^2.5.0",
2929
"lodash-es": "^4.17.21",
3030
"tinycolor2": "^1.6.0",
3131
"vscode-uri": "^3.1.0"
@@ -38,6 +38,6 @@
3838
"cross-spawn": "^7.0.6",
3939
"fast-check": "^4.3.0",
4040
"js-yaml": "^4.1.0",
41-
"mocha": "^11.7.2"
41+
"mocha": "^11.7.4"
4242
}
4343
}

packages/cursorless-engine/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"@cursorless/sentence-parser": "workspace:*",
3333
"immer": "^10.1.3",
3434
"immutability-helper": "^3.1.1",
35-
"itertools": "^2.4.1",
35+
"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",
40-
"uuid": "^12.0.0",
41-
"zod": "^4.1.5"
40+
"uuid": "^13.0.0",
41+
"zod": "^4.1.11"
4242
},
4343
"devDependencies": {
4444
"@types/js-yaml": "^4.0.9",
@@ -47,9 +47,8 @@
4747
"@types/moo": "^0.5.10",
4848
"@types/nearley": "^2.11.5",
4949
"@types/sinon": "^17.0.4",
50-
"@types/uuid": "^10.0.0",
5150
"js-yaml": "^4.1.0",
52-
"mocha": "^11.7.2",
51+
"mocha": "^11.7.4",
5352
"sinon": "^21.0.0"
5453
}
5554
}

packages/cursorless-everywhere-talon-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "^10.0.10",
22-
"mocha": "^11.7.2"
22+
"mocha": "^11.7.4"
2323
}
2424
}

packages/cursorless-neovim/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@types/chai": "^5.2.2",
3838
"@types/js-yaml": "^4.0.9",
3939
"@types/lodash": "^4.17.20",
40-
"@types/uuid": "^10.0.0",
4140
"lodash": "^4.17.21",
4241
"neovim": "^5.4.0",
4342
"vscode-uri": "^3.1.0"

packages/cursorless-org-docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,34 @@
4444
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
4545
},
4646
"dependencies": {
47-
"@algolia/client-search": "^5.37.0",
47+
"@algolia/client-search": "^5.39.0",
4848
"@cursorless/common": "workspace:*",
49-
"@docsearch/react": "^3.9.0",
50-
"@docusaurus/core": "^3.8.1",
51-
"@docusaurus/preset-classic": "^3.8.1",
52-
"@docusaurus/theme-classic": "^3.8.1",
53-
"@docusaurus/theme-common": "^3.8.1",
54-
"@docusaurus/theme-search-algolia": "^3.8.1",
49+
"@docsearch/react": "^4.1.0",
50+
"@docusaurus/core": "^3.9.1",
51+
"@docusaurus/preset-classic": "^3.9.1",
52+
"@docusaurus/theme-classic": "^3.9.1",
53+
"@docusaurus/theme-common": "^3.9.1",
54+
"@docusaurus/theme-search-algolia": "^3.9.1",
5555
"@mdx-js/react": "^3.1.1",
5656
"clsx": "^2.1.1",
5757
"mdast-util-find-and-replace": "^3.0.2",
5858
"prism-react-renderer": "^2.4.1",
59-
"react": "^19.1.1",
60-
"react-dom": "^19.1.1",
61-
"shiki": "^3.12.2",
59+
"react": "^19.2.0",
60+
"react-dom": "^19.2.0",
61+
"shiki": "^3.13.0",
6262
"unist-util-visit": "^5.0.0"
6363
},
6464
"devDependencies": {
6565
"@cursorless/node-common": "workspace:*",
66-
"@docusaurus/module-type-aliases": "^3.8.1",
67-
"@docusaurus/types": "^3.8.1",
68-
"@tailwindcss/postcss": "^4.1.13",
66+
"@docusaurus/module-type-aliases": "^3.9.1",
67+
"@docusaurus/types": "^3.9.1",
68+
"@tailwindcss/postcss": "^4.1.14",
6969
"@tsconfig/docusaurus": "^2.0.3",
7070
"@types/mdast": "^4.0.4",
71-
"@types/react": "^19.1.12",
71+
"@types/react": "^19.2.0",
7272
"postcss": "^8.5.6",
73-
"tailwindcss": "^4.1.13",
74-
"typescript": "^5.9.2",
73+
"tailwindcss": "^4.1.14",
74+
"typescript": "^5.9.3",
7575
"unified": "^11.0.5"
7676
}
7777
}

packages/cursorless-org/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"@cursorless/common": "workspace:*",
3333
"@mdx-js/loader": "^3.1.1",
3434
"@mdx-js/react": "^3.1.1",
35-
"@next/mdx": "^15.5.2",
36-
"next": "^15.5.2",
37-
"react": "^19.1.1",
38-
"react-dom": "^19.1.1",
39-
"react-player": "^3.3.2"
35+
"@next/mdx": "^15.5.4",
36+
"next": "^15.5.4",
37+
"react": "^19.2.0",
38+
"react-dom": "^19.2.0",
39+
"react-player": "^3.3.3"
4040
},
4141
"devDependencies": {
4242
"@svgr/webpack": "^8.1.0",
43-
"@tailwindcss/postcss": "^4.1.13",
43+
"@tailwindcss/postcss": "^4.1.14",
4444
"@types/mdx": "^2.0.13",
45-
"@types/node": "^24.3.1",
46-
"@types/react": "^19.1.12",
47-
"@types/react-dom": "^19.1.9",
48-
"eslint": "^9.35.0",
49-
"eslint-config-next": "^15.5.2",
45+
"@types/node": "^24.6.2",
46+
"@types/react": "^19.2.0",
47+
"@types/react-dom": "^19.2.0",
48+
"eslint": "^9.36.0",
49+
"eslint-config-next": "^15.5.4",
5050
"http-server": "^14.1.1",
5151
"postcss": "^8.5.6",
52-
"tailwindcss": "^4.1.13",
53-
"typescript": "^5.9.2"
52+
"tailwindcss": "^4.1.14",
53+
"typescript": "^5.9.3"
5454
}
5555
}

0 commit comments

Comments
 (0)