Skip to content

Commit f6d5c8d

Browse files
Update dependency versions (#3031)
1 parent 83820ff commit f6d5c8d

File tree

20 files changed

+2937
-2440
lines changed

20 files changed

+2937
-2440
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.18.0
1+
v24.4.0

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "The root of the Cursorless monorepo",
55
"license": "MIT",
6-
"packageManager": "pnpm@9.12.1",
6+
"packageManager": "pnpm@10.12.4",
77
"type": "module",
88
"main": "index.js",
99
"engines": {
@@ -32,20 +32,20 @@
3232
},
3333
"devDependencies": {
3434
"@pnpm/meta-updater": "2.0.4",
35-
"@types/node": "20.17.50",
36-
"@typescript-eslint/eslint-plugin": "8.34.0",
37-
"@typescript-eslint/parser": "8.34.0",
35+
"@types/node": "24.0.12",
36+
"@typescript-eslint/eslint-plugin": "8.36.0",
37+
"@typescript-eslint/parser": "8.36.0",
3838
"cross-env": "7.0.3",
39-
"esbuild": "0.25.5",
40-
"eslint": "9.28.0",
39+
"esbuild": "0.25.6",
40+
"eslint": "9.30.1",
4141
"eslint-config-prettier": "10.1.5",
42-
"eslint-import-resolver-typescript": "4.4.3",
43-
"eslint-plugin-import": "2.31.0",
42+
"eslint-import-resolver-typescript": "4.4.4",
43+
"eslint-plugin-import": "2.32.0",
4444
"eslint-plugin-mocha": "10.5.0",
4545
"eslint-plugin-unicorn": "56.0.1",
4646
"eslint-plugin-unused-imports": "4.1.4",
4747
"prettier": "3.3.3",
48-
"prettier-plugin-tailwindcss": "0.6.12",
48+
"prettier-plugin-tailwindcss": "0.6.14",
4949
"syncpack": "13.0.4",
5050
"typescript": "5.8.3"
5151
},

packages/cheatsheet-local/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,24 @@
3737
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
3838
"@testing-library/dom": "10.4.0",
3939
"@testing-library/react": "16.3.0",
40-
"@types/jest": "29.5.14",
41-
"@types/node": "20.17.50",
40+
"@types/jest": "30.0.0",
41+
"@types/node": "24.0.12",
4242
"@types/react": "19.1.8",
4343
"@types/react-dom": "19.1.6",
4444
"@types/webpack": "5.28.5",
4545
"@webpack-cli/generators": "3.0.7",
4646
"autoprefixer": "10.4.21",
4747
"css-loader": "7.1.2",
4848
"html-webpack-plugin": "5.6.3",
49-
"jest": "30.0.0",
50-
"postcss": "8.5.5",
49+
"jest": "30.0.4",
50+
"postcss": "8.5.6",
5151
"postcss-loader": "8.1.1",
5252
"style-loader": "4.0.0",
5353
"tailwindcss": "3.4.17",
5454
"ts-loader": "9.5.2",
5555
"ts-node": "10.9.2",
5656
"typescript": "5.8.3",
57-
"webpack": "5.99.9",
57+
"webpack": "5.100.0",
5858
"webpack-cli": "6.0.1",
5959
"webpack-dev-server": "5.2.2"
6060
}

packages/cheatsheet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"devDependencies": {
3838
"@testing-library/dom": "10.4.0",
3939
"@testing-library/react": "16.3.0",
40-
"@types/jest": "29.5.14",
40+
"@types/jest": "30.0.0",
4141
"@types/react": "19.1.8",
4242
"@types/react-dom": "19.1.6",
4343
"@types/react-helmet": "6.1.11",
44-
"jest": "30.0.0",
45-
"jest-environment-jsdom": "30.0.0",
44+
"jest": "30.0.4",
45+
"jest-environment-jsdom": "30.0.4",
4646
"ts-jest": "29.4.0",
4747
"typescript": "5.8.3"
4848
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@types/mocha": "10.0.10",
3737
"@types/tinycolor2": "1.4.6",
3838
"cross-spawn": "7.0.6",
39-
"fast-check": "4.1.1",
39+
"fast-check": "4.2.0",
4040
"js-yaml": "4.1.0",
41-
"mocha": "11.6.0"
41+
"mocha": "11.7.1"
4242
}
4343
}

packages/cursorless-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"nearley": "2.20.1",
3939
"talon-snippets": "1.3.0",
4040
"uuid": "11.1.0",
41-
"zod": "3.25.64"
41+
"zod": "3.25.76"
4242
},
4343
"devDependencies": {
4444
"@types/js-yaml": "4.0.9",
@@ -49,7 +49,7 @@
4949
"@types/sinon": "17.0.4",
5050
"@types/uuid": "10.0.0",
5151
"js-yaml": "4.1.0",
52-
"mocha": "11.6.0",
52+
"mocha": "11.7.1",
5353
"sinon": "21.0.0"
5454
}
5555
}

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.6.0"
22+
"mocha": "11.7.1"
2323
}
2424
}

packages/cursorless-neovim-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/chai": "5.2.2",
3030
"@types/js-yaml": "4.0.9",
31-
"@types/lodash": "4.17.17",
31+
"@types/lodash": "4.17.20",
3232
"@types/sinon": "17.0.4",
3333
"neovim": "5.3.0"
3434
}

packages/cursorless-neovim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@types/chai": "5.2.2",
3838
"@types/js-yaml": "4.0.9",
39-
"@types/lodash": "4.17.17",
39+
"@types/lodash": "4.17.20",
4040
"@types/uuid": "10.0.0",
4141
"lodash": "4.17.21",
4242
"neovim": "5.3.0",

packages/cursorless-org-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"clean": "pnpm clear && rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"
4646
},
4747
"dependencies": {
48-
"@algolia/client-search": "5.27.0",
48+
"@algolia/client-search": "5.32.0",
4949
"@cursorless/common": "workspace:*",
5050
"@docsearch/react": "3.9.0",
5151
"@docusaurus/core": "3.8.1",
@@ -66,11 +66,11 @@
6666
"@cursorless/node-common": "workspace:*",
6767
"@docusaurus/module-type-aliases": "3.8.1",
6868
"@docusaurus/types": "3.8.1",
69-
"@tailwindcss/postcss": "4.1.10",
69+
"@tailwindcss/postcss": "4.1.11",
7070
"@tsconfig/docusaurus": "2.0.3",
7171
"@types/mdast": "4.0.4",
7272
"@types/react": "19.1.8",
73-
"postcss": "8.5.5",
73+
"postcss": "8.5.6",
7474
"tailwindcss": "3.4.17",
7575
"typescript": "5.8.3",
7676
"unified": "11.0.5"

0 commit comments

Comments
 (0)