File tree 5 files changed +22
-12
lines changed
5 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 58
58
- uses : actions/checkout@v3
59
59
- uses : actions/setup-node@v3
60
60
with :
61
- node-version : 16
61
+ node-version : 18
62
62
63
63
- name : Install dependencies
64
64
run : |
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : 16
13
+ node-version : 18
14
14
cache : " yarn"
15
15
16
16
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : 16
13
+ node-version : 18
14
14
15
15
- name : Install dependencies
16
16
run : |
Original file line number Diff line number Diff line change 3
3
"displayName" : " Gitpod" ,
4
4
"description" : " Gitpod Support" ,
5
5
"publisher" : " gitpod" ,
6
- "version" : " 0.0.165 " ,
6
+ "version" : " 0.0.166 " ,
7
7
"license" : " MIT" ,
8
8
"icon" : " resources/gitpod.png" ,
9
9
"repository" : {
14
14
"url" : " https://github.com/gitpod-io/gitpod/issues"
15
15
},
16
16
"engines" : {
17
- "vscode" : " ^1.81 .0"
17
+ "vscode" : " ^1.82 .0"
18
18
},
19
19
"categories" : [
20
20
" Other"
65
65
"type" : " string" ,
66
66
"description" : " The log level for ssh proxy." ,
67
67
"scope" : " application" ,
68
- "enum" : [" none" , " debug" ],
68
+ "enum" : [
69
+ " none" ,
70
+ " debug"
71
+ ],
69
72
"default" : " none"
70
73
}
71
74
}
402
405
"@types/google-protobuf" : " ^3.7.4" ,
403
406
"@types/js-yaml" : " ^4.0.5" ,
404
407
"@types/mocha" : " ^9.1.1" ,
405
- "@types/node" : " 16 .x" ,
408
+ "@types/node" : " 18 .x" ,
406
409
"@types/proper-lockfile" : " ^4.1.2" ,
407
410
"@types/semver" : " ^7.3.10" ,
408
411
"@types/ssh2" : " ^0.5.52" ,
429
432
"webpack-cli" : " ^4.7.2"
430
433
},
431
434
"dependencies" : {
432
- "@connectrpc/connect-node" : " 1.1.2" ,
433
435
"@connectrpc/connect" : " 1.1.2" ,
436
+ "@connectrpc/connect-node" : " 1.1.2" ,
434
437
"@gitpod/gitpod-protocol" : " main-gha" ,
435
438
"@gitpod/local-app-api-grpcweb" : " main-gha" ,
436
439
"@gitpod/public-api" : " main-gha" ,
Original file line number Diff line number Diff line change 426
426
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.35.tgz#635b7586086d51fb40de0a2ec9d1014a5283ba4a"
427
427
integrity sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==
428
428
429
-
430
- version "16.11.36"
431
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.36.tgz#9ab9f8276987132ed2b225cace2218ba794fc751"
432
- integrity sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==
429
+
430
+ version "18.19.34"
431
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.34.tgz#c3fae2bbbdb94b4a52fe2d229d0dccce02ef3d27"
432
+ integrity sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==
433
+ dependencies :
434
+ undici-types "~5.26.4"
433
435
434
436
" @types/node@>=12.12.47" , "@types/node@>=13.7.0":
435
437
version "18.14.2"
@@ -3993,6 +3995,11 @@ underscore@^1.12.1:
3993
3995
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
3994
3996
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
3995
3997
3998
+ undici-types@~5.26.4 :
3999
+ version "5.26.5"
4000
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4001
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4002
+
3996
4003
undici@^5.25.4 :
3997
4004
version "5.25.4"
3998
4005
resolved "https://registry.yarnpkg.com/undici/-/undici-5.25.4.tgz#7d8ef81d94f84cd384986271e5e5599b6dff4296"
You can’t perform that action at this time.
0 commit comments