Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Nov 21, 2022
1 parent 5ba6401 commit 1d4c877
Show file tree
Hide file tree
Showing 9 changed files with 896 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0c06b3d1a58ab12f4f9933efc78e33083d008d17
- uses: angular/dev-infra/github-actions/branch-manager@eb2379bd20e0829520dfa52345223fa341e2f6b9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0c06b3d1a58ab12f4f9933efc78e33083d008d17
- uses: angular/dev-infra/github-actions/commit-message-based-labels@eb2379bd20e0829520dfa52345223fa341e2f6b9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: angular/dev-infra/github-actions/post-approval-changes@0c06b3d1a58ab12f4f9933efc78e33083d008d17
- uses: angular/dev-infra/github-actions/post-approval-changes@eb2379bd20e0829520dfa52345223fa341e2f6b9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@0c06b3d1a58ab12f4f9933efc78e33083d008d17
- uses: angular/dev-infra/github-actions/feature-request@eb2379bd20e0829520dfa52345223fa341e2f6b9
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@0c06b3d1a58ab12f4f9933efc78e33083d008d17
- uses: angular/dev-infra/github-actions/lock-closed@eb2379bd20e0829520dfa52345223fa341e2f6b9
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -65,22 +65,22 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "15.0.0-rc.4",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9c736a62ffb607b59e3e948efb921dbbdeb0b9fd",
"@angular/cdk": "14.2.7",
"@angular/common": "15.0.0-rc.4",
"@angular/compiler": "15.0.0-rc.4",
"@angular/compiler-cli": "15.0.0-rc.4",
"@angular/core": "15.0.0-rc.4",
"@angular/forms": "15.0.0-rc.4",
"@angular/localize": "15.0.0-rc.4",
"@angular/material": "14.2.7",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eee012108f9b93e0952d657386adc2804b9211c7",
"@angular/platform-browser": "15.0.0-rc.4",
"@angular/platform-browser-dynamic": "15.0.0-rc.4",
"@angular/platform-server": "15.0.0-rc.4",
"@angular/router": "15.0.0-rc.4",
"@angular/service-worker": "15.0.0-rc.4",
"@angular/animations": "15.0.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#15abe38cda99cc03ac90cc2c6b034cbcbdb053e6",
"@angular/cdk": "15.0.0",
"@angular/common": "15.0.0",
"@angular/compiler": "15.0.0",
"@angular/compiler-cli": "15.0.0",
"@angular/core": "15.0.0",
"@angular/forms": "15.0.0",
"@angular/localize": "15.0.0",
"@angular/material": "15.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d33ce23aa126d20f2b90965fb452b2daa7b4d160",
"@angular/platform-browser": "15.0.0",
"@angular/platform-browser-dynamic": "15.0.0",
"@angular/platform-server": "15.0.0",
"@angular/router": "15.0.0",
"@angular/service-worker": "15.0.0",
"@babel/core": "7.20.2",
"@babel/generator": "7.20.4",
"@babel/helper-annotate-as-pure": "7.18.6",
Expand Down
Expand Up @@ -2,7 +2,7 @@
"name": "lib",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "15.0.0-rc.4",
"@angular/compiler-cli": "15.0.0-rc.4",
"@angular/compiler": "15.0.0",
"@angular/compiler-cli": "15.0.0",
"typescript": "4.8.4",
"webpack": "5.75.0"
}
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#9f9e6f2aea38abb7ea6bf0b7c28aa88191b94c4e",
"@angular/cdk": "github:angular/cdk-builds#3f5d149571ab8b4218ffd5c7fe7ad23c2e4168c6",
"@angular/common": "github:angular/common-builds#d88b9be9f6ec12bcaec6f45984c3dde74b66693f",
"@angular/compiler": "github:angular/compiler-builds#67a06d4816519d017e4bd040b554f62409821610",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a0ff16418781385465b3e356aa4b52409dd8e13d",
"@angular/core": "github:angular/core-builds#bf50219624c702ea4879941568d6916d314edb12",
"@angular/forms": "github:angular/forms-builds#5d0106307b2bc70c36a1a1e6226e1a4564155ed6",
"@angular/language-service": "github:angular/language-service-builds#adf7f2c45451d0c3586e793f17050cd0174919e7",
"@angular/localize": "github:angular/localize-builds#e67e39cfa57978b38b3ebb04fec3b11f483901c4",
"@angular/material": "github:angular/material-builds#448a6510def1862958e6f447e9ef07d472e2ed95",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#00bddab1694d337474118b1a805f0f2012d1a413",
"@angular/platform-browser": "github:angular/platform-browser-builds#59476fb04ceb9737a73be1695e492f981a3b7fa4",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7a55d4db549d09a38bf148c3396ecde75e36edf1",
"@angular/platform-server": "github:angular/platform-server-builds#4c98ba40707096f2d4aa4c072577a2cf5207bb54",
"@angular/router": "github:angular/router-builds#c0a976400d9d5d569dc40688677c96965bae8d48",
"@angular/service-worker": "github:angular/service-worker-builds#48c8e2a4cc1d72c959b348d8443eeae54a40e147"
"@angular/animations": "github:angular/animations-builds#36a4ff31968a7aacd2cf2dbe83042bcdcc73a81b",
"@angular/cdk": "github:angular/cdk-builds#b03f0864f941788d94cf9041eb8cd36a13112105",
"@angular/common": "github:angular/common-builds#bd12824d26a713baf8562c437e3c86b171475e9c",
"@angular/compiler": "github:angular/compiler-builds#f418d12d8ceac365c1608c2141bcbef06b869f6c",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0b6868b62923a0c915374e4501663497ecc04062",
"@angular/core": "github:angular/core-builds#23def6a8f592277aac22c48a205e4a0884dd42f2",
"@angular/forms": "github:angular/forms-builds#57ceb794f47524790b9b5176630b97c0453298f4",
"@angular/language-service": "github:angular/language-service-builds#4d252acc85b54cb61584e5ff45f659f5b58b756b",
"@angular/localize": "github:angular/localize-builds#f67d4051b4970ff225911bdf2ea31277631077e7",
"@angular/material": "github:angular/material-builds#d1b7f21a9bfc58452b5d31d93de51b01cfa8dec0",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#fadae6815d9fbfc0a06b5d0fab59a3961aed8b0e",
"@angular/platform-browser": "github:angular/platform-browser-builds#bbf88246f92a40d66c8a63b955840e7fec80e42f",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b6124283688826b707cc17a8985426278c7b4569",
"@angular/platform-server": "github:angular/platform-server-builds#6c4ed639a0da46fc8c1b9a14d94c63b270f13812",
"@angular/router": "github:angular/router-builds#34e061c181b0de52f408efb7bc58bd3175dfe61a",
"@angular/service-worker": "github:angular/service-worker-builds#734d42f8ebb515f746c0cd7ad24d85aaa41d432a"
}
}

0 comments on commit 1d4c877

Please sign in to comment.