Skip to content

Commit 23732bf

Browse files
renovate-botthePunderWoman
authored andcommitted
build: update angular (angular#44830)
PR Close angular#44830
1 parent deb9531 commit 23732bf

7 files changed

Lines changed: 888 additions & 1184 deletions

File tree

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
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@8298e121c51960857ef39abc16b743775ff6be68
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fb9b744a4903d0d17e1fccfcdec531cb601b3e47
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/angular'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/feature-request@8298e121c51960857ef39abc16b743775ff6be68
13+
- uses: angular/dev-infra/github-actions/feature-request@fb9b744a4903d0d17e1fccfcdec531cb601b3e47
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/angular'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/lock-closed@8298e121c51960857ef39abc16b743775ff6be68
13+
- uses: angular/dev-infra/github-actions/lock-closed@fb9b744a4903d0d17e1fccfcdec531cb601b3e47
1414
with:
1515
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

aio/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,31 +85,31 @@
8585
},
8686
"private": true,
8787
"dependencies": {
88-
"@angular/animations": "13.1.3",
89-
"@angular/cdk": "13.1.3",
90-
"@angular/common": "13.1.3",
91-
"@angular/compiler": "13.1.3",
92-
"@angular/core": "13.1.3",
93-
"@angular/elements": "13.1.3",
94-
"@angular/forms": "13.1.3",
95-
"@angular/material": "13.1.3",
96-
"@angular/platform-browser": "13.1.3",
97-
"@angular/platform-browser-dynamic": "13.1.3",
98-
"@angular/router": "13.1.3",
99-
"@angular/service-worker": "13.1.3",
88+
"@angular/animations": "13.2.0",
89+
"@angular/cdk": "13.2.0",
90+
"@angular/common": "13.2.0",
91+
"@angular/compiler": "13.2.0",
92+
"@angular/core": "13.2.0",
93+
"@angular/elements": "13.2.0",
94+
"@angular/forms": "13.2.0",
95+
"@angular/material": "13.2.0",
96+
"@angular/platform-browser": "13.2.0",
97+
"@angular/platform-browser-dynamic": "13.2.0",
98+
"@angular/router": "13.2.0",
99+
"@angular/service-worker": "13.2.0",
100100
"rxjs": "~7.4.0",
101101
"safevalues": "^0.1.8",
102102
"tslib": "^2.3.0",
103103
"zone.js": "~0.11.4"
104104
},
105105
"devDependencies": {
106-
"@angular-devkit/build-angular": "13.1.4",
106+
"@angular-devkit/build-angular": "13.2.0",
107107
"@angular-eslint/builder": "^13.0.0",
108108
"@angular-eslint/eslint-plugin": "^13.0.0",
109109
"@angular-eslint/eslint-plugin-template": "^13.0.0",
110110
"@angular-eslint/template-parser": "^13.0.0",
111-
"@angular/cli": "13.1.4",
112-
"@angular/compiler-cli": "13.1.3",
111+
"@angular/cli": "13.2.0",
112+
"@angular/compiler-cli": "13.2.0",
113113
"@types/jasmine": "~3.10.0",
114114
"@types/lunr": "^2.3.3",
115115
"@types/node": "^12.7.9",

0 commit comments

Comments
 (0)