Skip to content

Commit b254bfd

Browse files
committed
Downgrade typescript to fix vscode-jsonrpc types
1 parent 1e47a6d commit b254bfd

File tree

3 files changed

+6
-27
lines changed

3 files changed

+6
-27
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@master
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18.x
16+
node-version: 20.x
1717
cache: yarn
1818
- name: Compile extension
1919
run: |

package.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -124,30 +124,9 @@
124124
"glob": "^11.0.0",
125125
"globals": "^16.3.0",
126126
"mocha": "^11.0.1",
127-
"typescript": "^5.0.2",
127+
"typescript": "=5.5.4",
128128
"typescript-eslint": "^8.37.0"
129129
},
130-
"eslintConfig": {
131-
"parser": "@typescript-eslint/parser",
132-
"plugins": [
133-
"@typescript-eslint"
134-
],
135-
"extends": [
136-
"eslint:recommended",
137-
"plugin:@typescript-eslint/eslint-recommended",
138-
"plugin:@typescript-eslint/recommended"
139-
],
140-
"rules": {
141-
"quotes": [
142-
"error",
143-
"double"
144-
],
145-
"semi": "error"
146-
},
147-
"ignorePatterns": [
148-
"out"
149-
]
150-
},
151130
"__metadata": {
152131
"id": "b46118f9-0f6f-4320-9e2e-75c96492b4cb",
153132
"publisherDisplayName": "ruby-syntax-tree",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3132,10 +3132,10 @@ typescript-eslint@^8.37.0:
31323132
"@typescript-eslint/typescript-estree" "8.37.0"
31333133
"@typescript-eslint/utils" "8.37.0"
31343134

3135-
typescript@^5.0.2:
3136-
version "5.8.3"
3137-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
3138-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
3135+
typescript@=5.5.4:
3136+
version "5.5.4"
3137+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
3138+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
31393139

31403140
uc.micro@^2.0.0, uc.micro@^2.1.0:
31413141
version "2.1.0"

0 commit comments

Comments
 (0)