Skip to content

Commit ebf1580

Browse files
renovate[bot]devversion
authored andcommitted
build: update angular shared dev-infra code (#24265)
* 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 <[email protected]>
1 parent b79406f commit ebf1580

File tree

5 files changed

+1048
-1055
lines changed

5 files changed

+1048
-1055
lines changed

.github/workflows/dev-infra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@613f706bc2467da4064f51be09ba0f8f1c3cb57e
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
12+
- uses: angular/dev-infra/github-actions/lock-closed@613f706bc2467da4064f51be09ba0f8f1c3cb57e
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

.ng-dev/release.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ export const release: ReleaseConfig = {
9090
},
9191
},
9292
publishRegistry: 'https://wombat-dressing-room.appspot.com',
93-
npmPackages: releasePackages.map(pkg => `@angular/${pkg}`),
93+
representativeNpmPackage: '@angular/cdk',
94+
npmPackages: releasePackages.map(pkg => ({name: `@angular/${pkg}`})),
9495
buildPackages: async () => {
9596
// The `performNpmReleaseBuild` function is loaded at runtime as loading of the
9697
// script results in an invocation of Bazel for any `yarn ng-dev` command.

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
},
5353
"version": "13.2.0-rc.0",
5454
"dependencies": {
55-
"@angular/animations": "^13.2.0-next.2",
56-
"@angular/common": "^13.2.0-next.2",
57-
"@angular/compiler": "^13.2.0-next.2",
58-
"@angular/core": "^13.2.0-next.2",
59-
"@angular/forms": "^13.2.0-next.2",
60-
"@angular/platform-browser": "^13.2.0-next.2",
55+
"@angular/animations": "13.2.0-rc.1",
56+
"@angular/common": "13.2.0-rc.1",
57+
"@angular/compiler": "13.2.0-rc.1",
58+
"@angular/core": "13.2.0-rc.1",
59+
"@angular/forms": "13.2.0-rc.1",
60+
"@angular/platform-browser": "13.2.0-rc.1",
6161
"@types/google.maps": "^3.45.6",
6262
"@types/youtube": "^0.0.42",
6363
"core-js-bundle": "^3.8.2",
@@ -68,17 +68,17 @@
6868
"zone.js": "~0.11.3"
6969
},
7070
"devDependencies": {
71-
"@angular-devkit/build-angular": "^13.2.0-next.1",
72-
"@angular-devkit/core": "^13.2.0-next.1",
73-
"@angular-devkit/schematics": "^13.2.0-next.1",
74-
"@angular/bazel": "^13.2.0-next.2",
75-
"@angular/cli": "^13.2.0-next.1",
76-
"@angular/compiler-cli": "^13.2.0-next.2",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e",
78-
"@angular/localize": "^13.2.0-next.2",
79-
"@angular/platform-browser-dynamic": "^13.2.0-next.2",
80-
"@angular/platform-server": "^13.2.0-next.2",
81-
"@angular/router": "^13.2.0-next.2",
71+
"@angular-devkit/build-angular": "13.2.0-rc.1",
72+
"@angular-devkit/core": "13.2.0-rc.1",
73+
"@angular-devkit/schematics": "13.2.0-rc.1",
74+
"@angular/bazel": "13.2.0-rc.1",
75+
"@angular/cli": "13.2.0-rc.1",
76+
"@angular/compiler-cli": "13.2.0-rc.1",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5847aa4e7ebe7de9fc772bf37e76bcdb8c8207a1",
78+
"@angular/localize": "13.2.0-rc.1",
79+
"@angular/platform-browser-dynamic": "13.2.0-rc.1",
80+
"@angular/platform-server": "13.2.0-rc.1",
81+
"@angular/router": "13.2.0-rc.1",
8282
"@axe-core/webdriverjs": "^4.1.0",
8383
"@babel/core": "^7.16.0",
8484
"@bazel/bazelisk": "1.10.1",
@@ -143,7 +143,7 @@
143143
"@octokit/rest": "18.3.5",
144144
"@rollup/plugin-commonjs": "^21.0.0",
145145
"@rollup/plugin-node-resolve": "^13.0.5",
146-
"@schematics/angular": "^13.2.0-next.1",
146+
"@schematics/angular": "13.2.0-rc.1",
147147
"@types/babel__core": "^7.1.16",
148148
"@types/browser-sync": "^2.26.1",
149149
"@types/fs-extra": "^9.0.5",

0 commit comments

Comments
 (0)