Skip to content

Commit

Permalink
build: update angular shared dev-infra code (#24265)
Browse files Browse the repository at this point in the history
* build: update angular shared dev-infra code

Updates to the latest dev-infra tooling builds.

* build: update angular to latest rc

Updates Angular to the latest RC, with the goal of staying
up-to-date and deduping dependencies with the dev-infra tooling.

Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
  • Loading branch information
2 people authored and mmalerba committed Jan 25, 2022
1 parent b79406f commit ebf1580
Show file tree
Hide file tree
Showing 5 changed files with 1,048 additions and 1,055 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
- uses: angular/dev-infra/github-actions/commit-message-based-labels@613f706bc2467da4064f51be09ba0f8f1c3cb57e
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
- uses: angular/dev-infra/github-actions/lock-closed@613f706bc2467da4064f51be09ba0f8f1c3cb57e
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
3 changes: 2 additions & 1 deletion .ng-dev/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export const release: ReleaseConfig = {
},
},
publishRegistry: 'https://wombat-dressing-room.appspot.com',
npmPackages: releasePackages.map(pkg => `@angular/${pkg}`),
representativeNpmPackage: '@angular/cdk',
npmPackages: releasePackages.map(pkg => ({name: `@angular/${pkg}`})),
buildPackages: async () => {
// The `performNpmReleaseBuild` function is loaded at runtime as loading of the
// script results in an invocation of Bazel for any `yarn ng-dev` command.
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"version": "13.2.0-rc.0",
"dependencies": {
"@angular/animations": "^13.2.0-next.2",
"@angular/common": "^13.2.0-next.2",
"@angular/compiler": "^13.2.0-next.2",
"@angular/core": "^13.2.0-next.2",
"@angular/forms": "^13.2.0-next.2",
"@angular/platform-browser": "^13.2.0-next.2",
"@angular/animations": "13.2.0-rc.1",
"@angular/common": "13.2.0-rc.1",
"@angular/compiler": "13.2.0-rc.1",
"@angular/core": "13.2.0-rc.1",
"@angular/forms": "13.2.0-rc.1",
"@angular/platform-browser": "13.2.0-rc.1",
"@types/google.maps": "^3.45.6",
"@types/youtube": "^0.0.42",
"core-js-bundle": "^3.8.2",
Expand All @@ -68,17 +68,17 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.0-next.1",
"@angular-devkit/core": "^13.2.0-next.1",
"@angular-devkit/schematics": "^13.2.0-next.1",
"@angular/bazel": "^13.2.0-next.2",
"@angular/cli": "^13.2.0-next.1",
"@angular/compiler-cli": "^13.2.0-next.2",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e",
"@angular/localize": "^13.2.0-next.2",
"@angular/platform-browser-dynamic": "^13.2.0-next.2",
"@angular/platform-server": "^13.2.0-next.2",
"@angular/router": "^13.2.0-next.2",
"@angular-devkit/build-angular": "13.2.0-rc.1",
"@angular-devkit/core": "13.2.0-rc.1",
"@angular-devkit/schematics": "13.2.0-rc.1",
"@angular/bazel": "13.2.0-rc.1",
"@angular/cli": "13.2.0-rc.1",
"@angular/compiler-cli": "13.2.0-rc.1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5847aa4e7ebe7de9fc772bf37e76bcdb8c8207a1",
"@angular/localize": "13.2.0-rc.1",
"@angular/platform-browser-dynamic": "13.2.0-rc.1",
"@angular/platform-server": "13.2.0-rc.1",
"@angular/router": "13.2.0-rc.1",
"@axe-core/webdriverjs": "^4.1.0",
"@babel/core": "^7.16.0",
"@bazel/bazelisk": "1.10.1",
Expand Down Expand Up @@ -143,7 +143,7 @@
"@octokit/rest": "18.3.5",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@schematics/angular": "^13.2.0-next.1",
"@schematics/angular": "13.2.0-rc.1",
"@types/babel__core": "^7.1.16",
"@types/browser-sync": "^2.26.1",
"@types/fs-extra": "^9.0.5",
Expand Down

0 comments on commit ebf1580

Please sign in to comment.