Skip to content

Commit b768e57

Browse files
authored
build: update yarn pnp integration test to TypeScript 5 (#27109)
We couldn't update the `yarn-pnp-compat` test to TS 5 when the project was updated, because Yarn didn't support TS 5 back then. Now that they do, these changes upgrade the integration test.
1 parent 6679684 commit b768e57

File tree

4 files changed

+1764
-1914
lines changed

4 files changed

+1764
-1914
lines changed

integration/yarn-pnp-compat/.yarn/releases/yarn-3.4.1.cjs renamed to integration/yarn-pnp-compat/.yarn/releases/yarn-3.5.1.cjs

Lines changed: 280 additions & 280 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: pnp
22

3-
yarnPath: .yarn/releases/yarn-3.4.1.cjs
3+
yarnPath: .yarn/releases/yarn-3.5.1.cjs

integration/yarn-pnp-compat/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.2.0-rc.0",
13+
"@angular/animations": "^16.0.0",
1414
"@angular/cdk": "file:../../dist/releases/cdk",
15-
"@angular/common": "^15.2.0-rc.0",
16-
"@angular/compiler": "^15.2.0-rc.0",
17-
"@angular/core": "^15.2.0-rc.0",
18-
"@angular/forms": "^15.2.0-rc.0",
15+
"@angular/common": "^16.0.0",
16+
"@angular/compiler": "^16.0.0",
17+
"@angular/core": "^16.0.0",
18+
"@angular/forms": "^16.0.0",
1919
"@angular/material": "file:../../dist/releases/material",
2020
"@angular/material-experimental": "^15.1.0",
21-
"@angular/platform-browser": "^15.2.0-rc.0",
22-
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
23-
"@angular/router": "^15.2.0-rc.0",
21+
"@angular/platform-browser": "^16.0.0",
22+
"@angular/platform-browser-dynamic": "^16.0.0",
23+
"@angular/router": "^16.0.0",
2424
"rxjs": "~7.5.0",
2525
"tslib": "^2.3.0",
26-
"zone.js": "~0.11.4"
26+
"zone.js": "~0.13.0"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^15.2.0-rc.0",
30-
"@angular/cli": "^15.2.0-rc.0",
31-
"@angular/compiler-cli": "^15.2.0-rc.0",
29+
"@angular-devkit/build-angular": "^16.0.0",
30+
"@angular/cli": "^16.0.0",
31+
"@angular/compiler-cli": "^16.0.0",
3232
"@types/jasmine": "~3.10.0",
3333
"@types/node": "^16.10.9",
3434
"jasmine-core": "~4.0.0",
@@ -37,7 +37,7 @@
3737
"karma-coverage": "~2.1.0",
3838
"karma-jasmine": "~4.0.0",
3939
"karma-jasmine-html-reporter": "~1.7.0",
40-
"typescript": "~4.9.3"
40+
"typescript": "~5.0.2"
4141
},
42-
"packageManager": "yarn@3.4.1"
42+
"packageManager": "yarn@3.5.1"
4343
}

0 commit comments

Comments
 (0)