Skip to content

Commit de92900

Browse files
renovate-botAndrewKushnir
authored andcommitted
build: update angular (#45239)
Updates Angular through Renovate. Patch port. PR Close #45239
1 parent 2c7d96a commit de92900

7 files changed

Lines changed: 574 additions & 768 deletions

File tree

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2c23378f310c42b482d246886ed2aab1550dc650
15+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ff24a8ca7be9066fc9a7ece62c1b62d064c3dfff
1717
with:
1818
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
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/feature-request@2c23378f310c42b482d246886ed2aab1550dc650
17+
- uses: angular/dev-infra/github-actions/feature-request@ff24a8ca7be9066fc9a7ece62c1b62d064c3dfff
1818
with:
1919
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
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/lock-closed@2c23378f310c42b482d246886ed2aab1550dc650
17+
- uses: angular/dev-infra/github-actions/lock-closed@ff24a8ca7be9066fc9a7ece62c1b62d064c3dfff
1818
with:
1919
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.2.2",
89-
"@angular/cdk": "13.2.2",
90-
"@angular/common": "13.2.2",
91-
"@angular/compiler": "13.2.2",
92-
"@angular/core": "13.2.2",
93-
"@angular/elements": "13.2.2",
94-
"@angular/forms": "13.2.2",
95-
"@angular/material": "13.2.2",
96-
"@angular/platform-browser": "13.2.2",
97-
"@angular/platform-browser-dynamic": "13.2.2",
98-
"@angular/router": "13.2.2",
99-
"@angular/service-worker": "13.2.2",
88+
"@angular/animations": "13.2.4",
89+
"@angular/cdk": "13.2.4",
90+
"@angular/common": "13.2.4",
91+
"@angular/compiler": "13.2.4",
92+
"@angular/core": "13.2.4",
93+
"@angular/elements": "13.2.4",
94+
"@angular/forms": "13.2.4",
95+
"@angular/material": "13.2.4",
96+
"@angular/platform-browser": "13.2.4",
97+
"@angular/platform-browser-dynamic": "13.2.4",
98+
"@angular/router": "13.2.4",
99+
"@angular/service-worker": "13.2.4",
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.2.3",
106+
"@angular-devkit/build-angular": "13.2.5",
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.2.3",
112-
"@angular/compiler-cli": "13.2.2",
111+
"@angular/cli": "13.2.5",
112+
"@angular/compiler-cli": "13.2.4",
113113
"@types/jasmine": "~3.10.0",
114114
"@types/lunr": "^2.3.3",
115115
"@types/node": "^12.7.9",

0 commit comments

Comments
 (0)