Skip to content

Commit 771745c

Browse files
authored
build: update to TypeScript 5.5 stable (#29320)
Updates the repo to the stable version of TypeScript 5.5. Also updates the integration tests from 5.4.
1 parent a9f6334 commit 771745c

File tree

13 files changed

+2389
-2620
lines changed

13 files changed

+2389
-2620
lines changed

integration/harness-e2e-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"karma-jasmine-html-reporter": "~1.7.0",
4545
"selenium-webdriver": "3.6.0",
4646
"ts-node": "~10.9.1",
47-
"typescript": "~5.4.2",
47+
"typescript": "~5.5.2",
4848
"wait-on": "^6.0.0"
4949
},
5050
"resolutions": {

integration/harness-e2e-cli/yarn.lock

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
watchpack "2.4.1"
156156

157157
"@angular/cdk@file:../../dist/releases/cdk":
158-
version "18.1.0-next.3"
158+
version "18.1.0-next.1"
159159
dependencies:
160160
tslib "^2.3.0"
161161
optionalDependencies:
@@ -215,7 +215,7 @@
215215
tslib "^2.3.0"
216216

217217
"@angular/material@file:../../dist/releases/material":
218-
version "18.1.0-next.3"
218+
version "18.1.0-next.1"
219219
dependencies:
220220
"@material/animation" "15.0.0-canary.7f224ddd4.0"
221221
"@material/auto-init" "15.0.0-canary.7f224ddd4.0"
@@ -2795,9 +2795,9 @@
27952795
"@types/node" "*"
27962796

27972797
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.14.6":
2798-
version "20.14.7"
2799-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.7.tgz#342cada27f97509eb8eb2dbc003edf21ce8ab5a8"
2800-
integrity sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==
2798+
version "20.14.9"
2799+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
2800+
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
28012801
dependencies:
28022802
undici-types "~5.26.4"
28032803

@@ -3401,9 +3401,9 @@ callsites@^3.0.0:
34013401
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
34023402

34033403
caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629:
3404-
version "1.0.30001636"
3405-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz#b15f52d2bdb95fad32c2f53c0b68032b85188a78"
3406-
integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==
3404+
version "1.0.30001637"
3405+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001637.tgz#d9fab531493d9ef46a8ff305e9812190ac463f21"
3406+
integrity sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ==
34073407

34083408
chalk@^2.4.2:
34093409
version "2.4.2"
@@ -3923,9 +3923,9 @@ [email protected]:
39233923
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
39243924

39253925
electron-to-chromium@^1.4.796:
3926-
version "1.4.808"
3927-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.808.tgz#85b2f93a5e32c2949a1a4d39375851945c936835"
3928-
integrity sha512-0ItWyhPYnww2VOuCGF4s1LTfbrdAV2ajy/TN+ZTuhR23AHI6rWHCrBXJ/uxoXOvRRqw8qjYVrG81HFI7x/2wdQ==
3926+
version "1.4.812"
3927+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.812.tgz#21b78709c5a13af5d5c688d135a22dcea7617acf"
3928+
integrity sha512-7L8fC2Ey/b6SePDFKR2zHAy4mbdp1/38Yk5TsARO66W3hC5KEaeKMMHoxwtuH+jcu2AYLSn9QX04i95t6Fl1Hg==
39293929

39303930
emoji-regex@^8.0.0:
39313931
version "8.0.0"
@@ -4027,9 +4027,9 @@ es-errors@^1.3.0:
40274027
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
40284028

40294029
es-module-lexer@^1.2.1:
4030-
version "1.5.3"
4031-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.3.tgz#25969419de9c0b1fbe54279789023e8a9a788412"
4032-
integrity sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==
4030+
version "1.5.4"
4031+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
4032+
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
40334033

40344034
40354035
version "0.21.5"
@@ -4756,7 +4756,7 @@ is-binary-path@~2.1.0:
47564756
dependencies:
47574757
binary-extensions "^2.0.0"
47584758

4759-
is-core-module@^2.13.0, is-core-module@^2.8.1:
4759+
is-core-module@^2.13.0:
47604760
version "2.14.0"
47614761
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1"
47624762
integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==
@@ -5437,9 +5437,9 @@ minimatch@^3.0.4, minimatch@^3.1.1:
54375437
brace-expansion "^1.1.7"
54385438

54395439
minimatch@^9.0.0, minimatch@^9.0.4:
5440-
version "9.0.4"
5441-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
5442-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
5440+
version "9.0.5"
5441+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5442+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
54435443
dependencies:
54445444
brace-expansion "^2.0.1"
54455445

@@ -5665,12 +5665,11 @@ nopt@^7.0.0:
56655665
abbrev "^2.0.0"
56665666

56675667
normalize-package-data@^6.0.0:
5668-
version "6.0.1"
5669-
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.1.tgz#fa69e9452210f0fabf4d79ee08d0c2870c51ed88"
5670-
integrity sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==
5668+
version "6.0.2"
5669+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.2.tgz#a7bc22167fe24025412bcff0a9651eb768b03506"
5670+
integrity sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==
56715671
dependencies:
56725672
hosted-git-info "^7.0.0"
5673-
is-core-module "^2.8.1"
56745673
semver "^7.3.5"
56755674
validate-npm-package-license "^3.0.4"
56765675

@@ -5764,9 +5763,9 @@ object-assign@^4:
57645763
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
57655764

57665765
object-inspect@^1.13.1:
5767-
version "1.13.1"
5768-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
5769-
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
5766+
version "1.13.2"
5767+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
5768+
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
57705769

57715770
obuf@^1.0.0, obuf@^1.1.2:
57725771
version "1.1.2"
@@ -6988,9 +6987,9 @@ [email protected]:
69886987
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
69896988

69906989
tree-dump@^1.0.1:
6991-
version "1.0.1"
6992-
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.1.tgz#b448758da7495580e6b7830d6b7834fca4c45b96"
6993-
integrity sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA==
6990+
version "1.0.2"
6991+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.2.tgz#c460d5921caeb197bde71d0e9a7b479848c5b8ac"
6992+
integrity sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==
69946993

69956994
[email protected], tree-kill@^1.2.2:
69966995
version "1.2.2"
@@ -7048,10 +7047,10 @@ typed-assert@^1.0.8:
70487047
resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213"
70497048
integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==
70507049

7051-
typescript@~5.4.2:
7052-
version "5.4.5"
7053-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
7054-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
7050+
typescript@~5.5.2:
7051+
version "5.5.2"
7052+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
7053+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
70557054

70567055
ua-parser-js@^0.7.30:
70577056
version "0.7.38"

integration/ng-add-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"karma-coverage": "~2.2.0",
3636
"karma-jasmine": "~5.1.0",
3737
"karma-jasmine-html-reporter": "~2.0.0",
38-
"typescript": "5.5.1-rc"
38+
"typescript": "5.5.2"
3939
},
4040
"resolutions": {
4141
"string-width": "4.2.3",

integration/ng-add-standalone/yarn.lock

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
watchpack "2.4.1"
156156

157157
"@angular/cdk@file:../../dist/releases/cdk":
158-
version "18.1.0-next.3"
158+
version "18.1.0-next.1"
159159
dependencies:
160160
tslib "^2.3.0"
161161
optionalDependencies:
@@ -215,7 +215,7 @@
215215
tslib "^2.3.0"
216216

217217
"@angular/material@file:../../dist/releases/material":
218-
version "18.1.0-next.3"
218+
version "18.1.0-next.1"
219219
dependencies:
220220
"@material/animation" "15.0.0-canary.7f224ddd4.0"
221221
"@material/auto-init" "15.0.0-canary.7f224ddd4.0"
@@ -2731,9 +2731,9 @@
27312731
"@types/node" "*"
27322732

27332733
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.14.6":
2734-
version "20.14.7"
2735-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.7.tgz#342cada27f97509eb8eb2dbc003edf21ce8ab5a8"
2736-
integrity sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==
2734+
version "20.14.9"
2735+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
2736+
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
27372737
dependencies:
27382738
undici-types "~5.26.4"
27392739

@@ -3308,9 +3308,9 @@ callsites@^3.0.0:
33083308
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
33093309

33103310
caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629:
3311-
version "1.0.30001636"
3312-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz#b15f52d2bdb95fad32c2f53c0b68032b85188a78"
3313-
integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==
3311+
version "1.0.30001637"
3312+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001637.tgz#d9fab531493d9ef46a8ff305e9812190ac463f21"
3313+
integrity sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ==
33143314

33153315
chalk@^2.4.2:
33163316
version "2.4.2"
@@ -3798,9 +3798,9 @@ [email protected]:
37983798
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
37993799

38003800
electron-to-chromium@^1.4.796:
3801-
version "1.4.808"
3802-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.808.tgz#85b2f93a5e32c2949a1a4d39375851945c936835"
3803-
integrity sha512-0ItWyhPYnww2VOuCGF4s1LTfbrdAV2ajy/TN+ZTuhR23AHI6rWHCrBXJ/uxoXOvRRqw8qjYVrG81HFI7x/2wdQ==
3801+
version "1.4.812"
3802+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.812.tgz#21b78709c5a13af5d5c688d135a22dcea7617acf"
3803+
integrity sha512-7L8fC2Ey/b6SePDFKR2zHAy4mbdp1/38Yk5TsARO66W3hC5KEaeKMMHoxwtuH+jcu2AYLSn9QX04i95t6Fl1Hg==
38043804

38053805
emoji-regex@^8.0.0:
38063806
version "8.0.0"
@@ -3902,9 +3902,9 @@ es-errors@^1.3.0:
39023902
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
39033903

39043904
es-module-lexer@^1.2.1:
3905-
version "1.5.3"
3906-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.3.tgz#25969419de9c0b1fbe54279789023e8a9a788412"
3907-
integrity sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==
3905+
version "1.5.4"
3906+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
3907+
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
39083908

39093909
39103910
version "0.21.5"
@@ -4626,7 +4626,7 @@ is-binary-path@~2.1.0:
46264626
dependencies:
46274627
binary-extensions "^2.0.0"
46284628

4629-
is-core-module@^2.13.0, is-core-module@^2.8.1:
4629+
is-core-module@^2.13.0:
46304630
version "2.14.0"
46314631
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1"
46324632
integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==
@@ -5257,9 +5257,9 @@ minimatch@^3.0.4, minimatch@^3.1.1:
52575257
brace-expansion "^1.1.7"
52585258

52595259
minimatch@^9.0.0, minimatch@^9.0.4:
5260-
version "9.0.4"
5261-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
5262-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
5260+
version "9.0.5"
5261+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5262+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
52635263
dependencies:
52645264
brace-expansion "^2.0.1"
52655265

@@ -5485,12 +5485,11 @@ nopt@^7.0.0:
54855485
abbrev "^2.0.0"
54865486

54875487
normalize-package-data@^6.0.0:
5488-
version "6.0.1"
5489-
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.1.tgz#fa69e9452210f0fabf4d79ee08d0c2870c51ed88"
5490-
integrity sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==
5488+
version "6.0.2"
5489+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.2.tgz#a7bc22167fe24025412bcff0a9651eb768b03506"
5490+
integrity sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==
54915491
dependencies:
54925492
hosted-git-info "^7.0.0"
5493-
is-core-module "^2.8.1"
54945493
semver "^7.3.5"
54955494
validate-npm-package-license "^3.0.4"
54965495

@@ -5584,9 +5583,9 @@ object-assign@^4:
55845583
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
55855584

55865585
object-inspect@^1.13.1:
5587-
version "1.13.1"
5588-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
5589-
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
5586+
version "1.13.2"
5587+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
5588+
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
55905589

55915590
obuf@^1.0.0, obuf@^1.1.2:
55925591
version "1.1.2"
@@ -6769,9 +6768,9 @@ [email protected]:
67696768
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
67706769

67716770
tree-dump@^1.0.1:
6772-
version "1.0.1"
6773-
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.1.tgz#b448758da7495580e6b7830d6b7834fca4c45b96"
6774-
integrity sha512-WCkcRBVPSlHHq1dc/px9iOfqklvzCbdRwvlNfxGZsrHqf6aZttfPrd7DJTt6oR10dwUfpFFQeVTkPbBIZxX/YA==
6771+
version "1.0.2"
6772+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.2.tgz#c460d5921caeb197bde71d0e9a7b479848c5b8ac"
6773+
integrity sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==
67756774

67766775
67776776
version "1.2.2"
@@ -6810,10 +6809,10 @@ typed-assert@^1.0.8:
68106809
resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213"
68116810
integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==
68126811

6813-
6814-
version "5.5.1-rc"
6815-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.1-rc.tgz#4be420f1ecb5e66c52a7cb11444f06f02294c977"
6816-
integrity sha512-7cbqBhh2QH0RaI7AD0ElJ2Ww/iRdW1w2wH/S2dv6EbdNQQlv39fx+V5VOepxLgfUvRkU5D5pxzgPuvHSAQOdpQ==
6812+
6813+
version "5.5.2"
6814+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
6815+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
68176816

68186817
ua-parser-js@^0.7.30:
68196818
version "0.7.38"

integration/ng-add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"karma-coverage": "~2.0.3",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
40-
"typescript": "5.5.1-rc"
40+
"typescript": "5.5.2"
4141
},
4242
"resolutions": {
4343
"string-width": "4.2.3",

0 commit comments

Comments
 (0)