Skip to content

Commit cf7a69c

Browse files
devversionandrewseguin
authored andcommitted
build: update version of @angular/dev-infra-private package
Updates to the latest version of the `@angular/dev-infra-private` package. The latest changes include sorting of commits in the release notes, preparation for M1 Mac browser testing support and a fix for the release tool where an older tag used for release notes generation is not fetched properly. Note: We need downgrade the TS version used by the dev-infra-private package as it results in some hoísting issues with Yarn where tslint incorrectly picks up the 4.4.x version as peer dependency. This does not seem to be overwritable through a Yarn resolution for tslint.
1 parent 7bc9bfb commit cf7a69c

File tree

2 files changed

+100
-169
lines changed

2 files changed

+100
-169
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@angular-devkit/schematics": "13.0.0-next.1",
7676
"@angular/bazel": "13.0.0-next.2",
7777
"@angular/compiler-cli": "13.0.0-next.2",
78-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#56655ed6ccf24b7f3ad6b9ccdd1ef2896c7fa9f4",
78+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#eabf2e951703de118c8230c29b3a1055e78f2353",
7979
"@angular/localize": "13.0.0-next.2",
8080
"@angular/platform-browser-dynamic": "13.0.0-next.2",
8181
"@angular/platform-server": "13.0.0-next.2",
@@ -163,6 +163,7 @@
163163
"@types/selenium-webdriver": "^3.0.17",
164164
"@types/semver": "^7.3.4",
165165
"@types/send": "^0.14.5",
166+
"@types/shelljs": "^0.8.9",
166167
"@types/stylelint": "^13.13.2",
167168
"@types/yaml": "^1.9.7",
168169
"autoprefixer": "^10.2.5",
@@ -224,13 +225,14 @@
224225
"ts-node": "^9.1.1",
225226
"tsickle": "0.39.1",
226227
"tslint": "^6.1.3",
227-
"tsutils": "^3.17.1",
228+
"tsutils": "^3.21.0",
228229
"typescript": "~4.3.2",
229230
"typescript-4.2": "npm:[email protected]",
230231
"vrsource-tslint-rules": "6.0.0",
231232
"yaml": "^1.10.0"
232233
},
233234
"resolutions": {
235+
"@angular/dev-infra-private/typescript": "~4.3.2",
234236
"browser-sync-client": "2.26.13",
235237
"dgeni-packages/typescript": "4.3.2",
236238
"**/https-proxy-agent": "5.0.0"

0 commit comments

Comments
 (0)