Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and angular-robot[bot] committed Mar 24, 2023
1 parent 659baf7 commit 3f271a1
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@8367e5d95e6f16c0671bc2401373adc9b448eb54
- uses: angular/dev-infra/github-actions/branch-manager@462f716ef571b2b41fff90aaa5bb10897693efcc
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8367e5d95e6f16c0671bc2401373adc9b448eb54
- uses: angular/dev-infra/github-actions/commit-message-based-labels@462f716ef571b2b41fff90aaa5bb10897693efcc
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: angular/dev-infra/github-actions/post-approval-changes@8367e5d95e6f16c0671bc2401373adc9b448eb54
- uses: angular/dev-infra/github-actions/post-approval-changes@462f716ef571b2b41fff90aaa5bb10897693efcc
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
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@8367e5d95e6f16c0671bc2401373adc9b448eb54
- uses: angular/dev-infra/github-actions/feature-request@462f716ef571b2b41fff90aaa5bb10897693efcc
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 @@ -13,6 +13,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@8367e5d95e6f16c0671bc2401373adc9b448eb54
- uses: angular/dev-infra/github-actions/lock-closed@462f716ef571b2b41fff90aaa5bb10897693efcc
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "16.0.0-next.2",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#96116ef6e90ba4adde5982e857095d42b209538a",
"@angular/cdk": "15.2.2",
"@angular/common": "16.0.0-next.2",
"@angular/compiler": "16.0.0-next.2",
"@angular/compiler-cli": "16.0.0-next.2",
"@angular/core": "16.0.0-next.2",
"@angular/forms": "16.0.0-next.2",
"@angular/localize": "16.0.0-next.2",
"@angular/material": "15.2.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c072804751c830b2dc586037f116b0c89443396d",
"@angular/platform-browser": "16.0.0-next.2",
"@angular/platform-browser-dynamic": "16.0.0-next.2",
"@angular/platform-server": "16.0.0-next.2",
"@angular/router": "16.0.0-next.2",
"@angular/service-worker": "16.0.0-next.2",
"@angular/animations": "16.0.0-next.4",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c7d40592a36f061c23dd08f437f734081f9979d",
"@angular/cdk": "15.2.4",
"@angular/common": "16.0.0-next.4",
"@angular/compiler": "16.0.0-next.4",
"@angular/compiler-cli": "16.0.0-next.4",
"@angular/core": "16.0.0-next.4",
"@angular/forms": "16.0.0-next.4",
"@angular/localize": "16.0.0-next.4",
"@angular/material": "15.2.4",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a",
"@angular/platform-browser": "16.0.0-next.4",
"@angular/platform-browser-dynamic": "16.0.0-next.4",
"@angular/platform-server": "16.0.0-next.4",
"@angular/router": "16.0.0-next.4",
"@angular/service-worker": "16.0.0-next.4",
"@babel/core": "7.21.3",
"@babel/generator": "7.21.3",
"@babel/helper-annotate-as-pure": "7.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "15.2.2",
"@angular/compiler-cli": "15.2.2",
"@angular/compiler": "15.2.4",
"@angular/compiler-cli": "15.2.4",
"typescript": "~5.0.2",
"webpack": "5.76.2"
}
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#0682a8ef7a66298a54b159e72a284f2aa9c1096d",
"@angular/cdk": "github:angular/cdk-builds#4394922eb544796ba6bba25bc2dfc308c5b0e0df",
"@angular/common": "github:angular/common-builds#007b01fb3f4c9a90a8cd56046b980c21aa4b7249",
"@angular/compiler": "github:angular/compiler-builds#a59046128fe06e9c679bc180de8cd3b52249adf6",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#760feedb361170b2c04ca072f9ccb84938de6e35",
"@angular/core": "github:angular/core-builds#9be8dcd281dd0a432fbb1e411ee4cf7b1bed9876",
"@angular/forms": "github:angular/forms-builds#ea13fe6cb694f5290483d3cc8add71361cade1cf",
"@angular/language-service": "github:angular/language-service-builds#aaeee15ed072606de1c38321eecbf57f5f3f0614",
"@angular/localize": "github:angular/localize-builds#b5013f6818e12d11bf77a0c8db3aa40d88d761a3",
"@angular/material": "github:angular/material-builds#628723a309afe4701b871ba9fcbf3365149c4d56",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ec364698f5bbd060102ed9c5601561128d587445",
"@angular/platform-browser": "github:angular/platform-browser-builds#272b90a6b0849e67ac6b076a8426969ba4b4053a",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#226106a5ac09e5502bef39750b147ccb944a99aa",
"@angular/platform-server": "github:angular/platform-server-builds#200ddac645a6278b224658bc650c8796f8426db1",
"@angular/router": "github:angular/router-builds#fca6f79e839d91cdbafd6d8b8c10c98fb68423cb",
"@angular/service-worker": "github:angular/service-worker-builds#2eef869ace9b88f102b4eba1be9840212570a0db"
"@angular/animations": "github:angular/animations-builds#785ecac0e2daf780a0794447276bdbab65a09f77",
"@angular/cdk": "github:angular/cdk-builds#44433b54dca962b14c2ceebc4f9fe67041cc300a",
"@angular/common": "github:angular/common-builds#8208995cdf5411bdf5e7bc9e3906897d989e5bf7",
"@angular/compiler": "github:angular/compiler-builds#a59b327b94c409f29dd064eb1a36fdd808396a72",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8182056b90c15534959b81b93b93d144cb77136f",
"@angular/core": "github:angular/core-builds#a780c96941794b76688fc223aa6ee5c7b0da5b48",
"@angular/forms": "github:angular/forms-builds#13963272f13e6d86a88fa96753ca20af7e410fb8",
"@angular/language-service": "github:angular/language-service-builds#fdd7b72345c1230ccf35ee7e935bf29b3f46903a",
"@angular/localize": "github:angular/localize-builds#947ff4e052eac77058962e010337fb220fef4980",
"@angular/material": "github:angular/material-builds#effa135d9e6cf0df54d8b730a632d3d36dce5ef6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#19a89043547594c07f6ca74a2bdec95cdb7114e1",
"@angular/platform-browser": "github:angular/platform-browser-builds#f57dbf06108094ec0a977310586acbe6a4d1adaf",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#50908d71ecee699edf2c12ed129b8c1843efe657",
"@angular/platform-server": "github:angular/platform-server-builds#59bfcf5645efefb80b7299e02adcb4980143faff",
"@angular/router": "github:angular/router-builds#cadfecb1a647291ed497bdd3c9826f3fff9e7287",
"@angular/service-worker": "github:angular/service-worker-builds#e15b7b6ae4083b2fd0f2fa34fea3c7988c6c6e9a"
}
}
Loading

0 comments on commit 3f271a1

Please sign in to comment.