Update dependency typescript to v5.5.2 (#9082)

This commit is contained in:
renovate[bot] 2024-06-29 13:54:51 -04:00 committed by GitHub
parent a4ac2b36b6
commit b5d3808319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -1230,7 +1230,7 @@
"prettier": "3.3.2",
"sinon": "18.0.0",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vsce": "2.15.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",

View File

@ -71,7 +71,7 @@ function LastNextObject<T extends MoveInsideCharacter>(type: new () => T, which:
Logger.error(errMsg);
return;
} else {
this.keys = keys as string[][];
this.keys = keys;
}
}
this.valid = true;

View File

@ -5210,10 +5210,10 @@ typed-rest-client@^1.8.4:
tunnel "0.0.6"
underscore "^1.12.1"
typescript@5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
typescript@5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"