Skip to content

Commit 962934b

Browse files
crisbetoatscott
authored andcommitted
build: update to TypeScript 5.4 stable (#54743)
Updates the repo to the stable version of TypeScript 5.4. PR Close #54743
1 parent 6ce8fc8 commit 962934b

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

integration/typings_test_ts54/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/upgrade": "file:../../dist/packages-dist/upgrade",
2121
"@types/jasmine": "file:../../node_modules/@types/jasmine",
2222
"rxjs": "file:../../node_modules/rxjs",
23-
"typescript": "5.4.1-rc",
23+
"typescript": "5.4.2",
2424
"zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
2525
},
2626
"scripts": {

integration/typings_test_ts54/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,10 @@ tslib@^2.1.0, tslib@^2.3.0:
796796
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
797797
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
798798

799-
typescript@5.4.1-rc:
800-
version "5.4.1-rc"
801-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.1-rc.tgz#1ecdd897df1d9ef5bd1f844bad64691ecc23314d"
802-
integrity sha512-gInURzaO0bbfzfQAc3mfcHxh8qev+No4QOFUZHajo9vBgOLaljELJ3wuzyoGo/zHIzMSezdhtrsRdqL6E9SvNA==
799+
typescript@5.4.2:
800+
version "5.4.2"
801+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
802+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
803803

804804
update-browserslist-db@^1.0.13:
805805
version "1.0.13"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"todomvc-common": "^1.0.5",
142142
"tslib": "^2.3.0",
143143
"tslint": "6.1.3",
144-
"typescript": "5.4.1-rc",
144+
"typescript": "5.4.2",
145145
"webtreemap": "^2.0.1",
146146
"ws": "^8.15.0",
147147
"xhr2": "0.2.1",

packages/compiler-cli/test/ngtsc/authoring_inputs_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ runInEachFileSystem(() => {
199199
.toContain(`inputs: { data: [i0.ɵɵInputFlags.SignalBased, "data"] }`);
200200
});
201201

202-
// TODO(crisbeto): we may not want to support this combination. Will discuss with the team.
203202
it('should report mixed two-way binding with a signal input', () => {
204203
env.write('test.ts', `
205204
import {Component, Directive, input, Output, EventEmitter} from '@angular/core';

packages/core/test/acceptance/authoring/signal_inputs_spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ describe('signal inputs', () => {
232232
expect(fixture.nativeElement.textContent).toBe('input:2');
233233
});
234234

235-
// TODO(crisbeto): we may not want to support this combination. Will discuss with the team.
236235
it('should support two-way binding to signal input and @Output decorated member', () => {
237236
@Directive({selector: '[dir]', standalone: true})
238237
class Dir {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16576,10 +16576,10 @@ typescript@5.3.3:
1657616576
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
1657716577
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1657816578

16579-
typescript@5.4.1-rc:
16580-
version "5.4.1-rc"
16581-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.1-rc.tgz#1ecdd897df1d9ef5bd1f844bad64691ecc23314d"
16582-
integrity sha512-gInURzaO0bbfzfQAc3mfcHxh8qev+No4QOFUZHajo9vBgOLaljELJ3wuzyoGo/zHIzMSezdhtrsRdqL6E9SvNA==
16579+
typescript@5.4.2:
16580+
version "5.4.2"
16581+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
16582+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
1658316583

1658416584
typescript@^3.9.10, typescript@^3.9.7:
1658516585
version "3.9.10"

0 commit comments

Comments
 (0)