Skip to content

Commit b7bee4f

Browse files
reverting
1 parent d708b07 commit b7bee4f

File tree

17 files changed

+35
-49
lines changed

17 files changed

+35
-49
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
VSCODE_LOGS_DIR: ${{ github.workspace }}/artifacts/logs
3232
CURSORLESS_REPO_ROOT: ${{ github.workspace }}
3333
TEMP_DIR: ${{ github.workspace }}/temp
34-
NODE_OPTIONS: "--max-old-space-size=16384"
34+
NODE_OPTIONS: "--max-old-space-size=4096"
3535

3636
steps:
3737
- name: Checkout repository

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@
3030
"devDependencies": {
3131
"@pnpm/meta-updater": "2.0.3",
3232
"@types/node": "20.16.0",
33-
"@typescript-eslint/eslint-plugin": "^8.26.1",
34-
"@typescript-eslint/parser": "^8.26.1",
33+
"@typescript-eslint/eslint-plugin": "^8.9.0",
34+
"@typescript-eslint/parser": "^8.9.0",
3535
"esbuild": "^0.25.0",
3636
"eslint": "^8.57.1",
3737
"eslint-config-prettier": "^9.1.0",
38-
"eslint-import-resolver-typescript": "^3.9.0",
38+
"eslint-import-resolver-typescript": "3.6.3",
3939
"eslint-plugin-import": "2.31.0",
4040
"eslint-plugin-mocha": "10.5.0",
4141
"eslint-plugin-unicorn": "56.0.0",
4242
"eslint-plugin-unused-imports": "^4.1.4",
4343
"prettier": "3.3.3",
4444
"prettier-plugin-tailwindcss": "0.6.8",
4545
"syncpack": "13.0.0",
46-
"typescript": "^5.8.2"
46+
"typescript": "^5.6.3"
4747
},
4848
"pnpm": {
4949
"patchedDependencies": {

packages/cheatsheet-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tailwindcss": "3.4.14",
4949
"ts-loader": "9.5.1",
5050
"ts-node": "10.9.2",
51-
"typescript": "^5.8.2",
51+
"typescript": "^5.6.3",
5252
"webpack": "5.95.0",
5353
"webpack-cli": "5.1.4",
5454
"webpack-dev-server": "5.1.0"

packages/cheatsheet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jest": "29.7.0",
4646
"jest-environment-jsdom": "29.7.0",
4747
"ts-jest": "29.2.5",
48-
"typescript": "^5.8.2"
48+
"typescript": "^5.6.3"
4949
},
5050
"type": "module"
5151
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"devDependencies": {
2323
"@types/js-yaml": "^4.0.9",
2424
"@types/lodash-es": "4.17.12",
25-
"@types/mocha": "^10.0.10",
25+
"@types/mocha": "^10.0.9",
2626
"cross-spawn": "7.0.5",
2727
"fast-check": "3.22.0",
2828
"js-yaml": "^4.1.0",
29-
"mocha": "^11.1.0"
29+
"mocha": "^10.7.3"
3030
},
3131
"types": "./out/index.d.ts",
3232
"exports": {

packages/cursorless-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"devDependencies": {
3838
"@types/js-yaml": "^4.0.9",
3939
"@types/lodash-es": "4.17.12",
40-
"@types/mocha": "^10.0.10",
40+
"@types/mocha": "^10.0.9",
4141
"@types/moo": "0.5.9",
4242
"@types/nearley": "2.11.5",
4343
"@types/sinon": "^17.0.3",
4444
"@types/uuid": "^10.0.0",
4545
"js-yaml": "^4.1.0",
46-
"mocha": "^11.1.0",
46+
"mocha": "^10.7.3",
4747
"sinon": "^19.0.2"
4848
},
4949
"types": "./out/index.d.ts",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cursorless/test-case-recorder": "workspace:*"
2121
},
2222
"devDependencies": {
23-
"@types/mocha": "^10.0.10",
24-
"mocha": "^11.1.0"
23+
"@types/mocha": "^10.0.9",
24+
"mocha": "^10.7.3"
2525
}
2626
}

packages/cursorless-org-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@tsconfig/docusaurus": "2.0.3",
5353
"@types/mdast": "4.0.4",
5454
"@types/react": "18.3.11",
55-
"typescript": "^5.8.2",
55+
"typescript": "^5.6.3",
5656
"unified": "11.0.5"
5757
},
5858
"license": "MIT",

packages/cursorless-org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"http-server": "14.1.1",
3535
"postcss": "8.4.47",
3636
"tailwindcss": "3.4.14",
37-
"typescript": "^5.8.2"
37+
"typescript": "^5.6.3"
3838
},
3939
"license": "MIT",
4040
"main": "./out/index.js",

packages/cursorless-vscode-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@types/chai": "^5.0.0",
3030
"@types/js-yaml": "^4.0.9",
3131
"@types/lodash-es": "4.17.12",
32-
"@types/mocha": "^10.0.10",
32+
"@types/mocha": "^10.0.9",
3333
"@types/sinon": "^17.0.3",
3434
"@types/vscode": "1.82.0",
3535
"chai": "^5.1.1",
3636
"js-yaml": "^4.1.0",
37-
"mocha": "^11.1.0",
37+
"mocha": "^10.7.3",
3838
"sinon": "^19.0.2"
3939
},
4040
"types": "./out/index.d.ts",

0 commit comments

Comments
 (0)