File tree Expand file tree Collapse file tree 3 files changed +6
-27
lines changed Expand file tree Collapse file tree 3 files changed +6
-27
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
31403140uc.micro@^2.0.0, uc.micro@^2.1.0 :
31413141 version "2.1.0"
You can’t perform that action at this time.
0 commit comments