Skip to content

Commit

Permalink
build: update version of @angular/dev-infra-private package
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
devversion authored and andrewseguin committed Sep 13, 2021
1 parent 7bc9bfb commit cf7a69c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 169 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -75,7 +75,7 @@
"@angular-devkit/schematics": "13.0.0-next.1",
"@angular/bazel": "13.0.0-next.2",
"@angular/compiler-cli": "13.0.0-next.2",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#56655ed6ccf24b7f3ad6b9ccdd1ef2896c7fa9f4",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#eabf2e951703de118c8230c29b3a1055e78f2353",
"@angular/localize": "13.0.0-next.2",
"@angular/platform-browser-dynamic": "13.0.0-next.2",
"@angular/platform-server": "13.0.0-next.2",
Expand Down Expand Up @@ -163,6 +163,7 @@
"@types/selenium-webdriver": "^3.0.17",
"@types/semver": "^7.3.4",
"@types/send": "^0.14.5",
"@types/shelljs": "^0.8.9",
"@types/stylelint": "^13.13.2",
"@types/yaml": "^1.9.7",
"autoprefixer": "^10.2.5",
Expand Down Expand Up @@ -224,13 +225,14 @@
"ts-node": "^9.1.1",
"tsickle": "0.39.1",
"tslint": "^6.1.3",
"tsutils": "^3.17.1",
"tsutils": "^3.21.0",
"typescript": "~4.3.2",
"typescript-4.2": "npm:typescript@4.2.3",
"vrsource-tslint-rules": "6.0.0",
"yaml": "^1.10.0"
},
"resolutions": {
"@angular/dev-infra-private/typescript": "~4.3.2",
"browser-sync-client": "2.26.13",
"dgeni-packages/typescript": "4.3.2",
"**/https-proxy-agent": "5.0.0"
Expand Down

0 comments on commit cf7a69c

Please sign in to comment.