Skip to content

Commit 04cdc62

Browse files
authored
Chore: Upgrade to use TypeScript 4.9.5. (#6519)
This upgrades our npm typescript dependency to "4.9.5", the latest 4-series release on npm. No code changes required. I audited our usage of ts-ignore but none of our usage would be impacted by this upgrade. Note: I attempted to upgrade to TypeScript 5.1 but it was non-trivial. This is my consolation prize.
1 parent e3e4fed commit 04cdc62

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"prettier-plugin-organize-imports": "2.3.4",
6262
"requirejs": "^2.3.6",
6363
"tslib": "^2.3.0",
64-
"typescript": "4.8.4",
64+
"typescript": "4.9.5",
6565
"yarn-deduplicate": "^5.0.0"
6666
},
6767
"dependencies": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10436,7 +10436,12 @@ typed-assert@^1.0.8:
1043610436
resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213"
1043710437
integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==
1043810438

10439-
[email protected], typescript@^4.6.2, typescript@~4.8.0:
10439+
10440+
version "4.9.5"
10441+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10442+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10443+
10444+
typescript@^4.6.2, typescript@~4.8.0:
1044010445
version "4.8.4"
1044110446
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
1044210447
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==

0 commit comments

Comments
 (0)