Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular #24340

Merged
merged 1 commit into from Dec 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@361be062e6820a94ba3d7e7709dd50ba3c370c89
- uses: angular/dev-infra/github-actions/branch-manager@3bc93449e11b733260d0294305bf57240d7e0a81
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@361be062e6820a94ba3d7e7709dd50ba3c370c89
- uses: angular/dev-infra/github-actions/commit-message-based-labels@3bc93449e11b733260d0294305bf57240d7e0a81
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@361be062e6820a94ba3d7e7709dd50ba3c370c89
- uses: angular/dev-infra/github-actions/post-approval-changes@3bc93449e11b733260d0294305bf57240d7e0a81
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@361be062e6820a94ba3d7e7709dd50ba3c370c89
- uses: angular/dev-infra/github-actions/feature-request@3bc93449e11b733260d0294305bf57240d7e0a81
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@361be062e6820a94ba3d7e7709dd50ba3c370c89
- uses: angular/dev-infra/github-actions/lock-closed@3bc93449e11b733260d0294305bf57240d7e0a81
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.1",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#e03dd7495dce207abd647fdde7d6918302c0b4b5",
"@angular/cdk": "15.0.0",
"@angular/common": "15.0.1",
"@angular/compiler": "15.0.1",
"@angular/compiler-cli": "15.0.1",
"@angular/core": "15.0.1",
"@angular/forms": "15.0.1",
"@angular/localize": "15.0.1",
"@angular/material": "15.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c8a5691ccbc3eab2c364ec547c9aec24ceba2eca",
"@angular/platform-browser": "15.0.1",
"@angular/platform-browser-dynamic": "15.0.1",
"@angular/platform-server": "15.0.1",
"@angular/router": "15.0.1",
"@angular/service-worker": "15.0.1",
"@angular/animations": "15.0.2",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#700b1eb865783a6dc733206bd9b3eadf1a43042f",
"@angular/cdk": "15.0.1",
"@angular/common": "15.0.2",
"@angular/compiler": "15.0.2",
"@angular/compiler-cli": "15.0.2",
"@angular/core": "15.0.2",
"@angular/forms": "15.0.2",
"@angular/localize": "15.0.2",
"@angular/material": "15.0.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a",
"@angular/platform-browser": "15.0.2",
"@angular/platform-browser-dynamic": "15.0.2",
"@angular/platform-server": "15.0.2",
"@angular/router": "15.0.2",
"@angular/service-worker": "15.0.2",
"@babel/core": "7.20.5",
"@babel/generator": "7.20.5",
"@babel/helper-annotate-as-pure": "7.18.6",
Expand Down
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.1",
"@angular/compiler-cli": "15.0.1",
"@angular/compiler": "15.0.2",
"@angular/compiler-cli": "15.0.2",
"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#e61ecd53eb4181f3078efeb140e4f3b2b751d0f4",
"@angular/cdk": "github:angular/cdk-builds#5d275abcb5c5d9d497d6f1134bad5e7ba6934c2a",
"@angular/common": "github:angular/common-builds#05474f76e11143f5a874a52d71cdee0db57213e1",
"@angular/compiler": "github:angular/compiler-builds#e4a71e95765dc3013c84ea501ccc3957b7ac133f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f67d1f0ee99e250831b4f9028fa82c9f037616e8",
"@angular/core": "github:angular/core-builds#2bef4789f39a28794a71cfa0b931f87ae5eba0e0",
"@angular/forms": "github:angular/forms-builds#53eabac9b79052314f4dbf830e19d114d9db8a06",
"@angular/language-service": "github:angular/language-service-builds#03ecf80766d28c480a3f5c3e2e3f18ce9a4ad90b",
"@angular/localize": "github:angular/localize-builds#f4f8dbdb2f6d791f2cd78eef4626f85a37b51cd2",
"@angular/material": "github:angular/material-builds#8d46e153c8b0e814e56d0782a4b16e4e6c1803e6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1c32483880a122c835e049b75810f360c3313fb8",
"@angular/platform-browser": "github:angular/platform-browser-builds#3428773fc4e6612471062575f4f234ee28d3453d",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#02cc4d580b8ffdff1c23bf6839d1eb6ce4a8cf94",
"@angular/platform-server": "github:angular/platform-server-builds#5536a73992a890009c903debc733bc2f9dd9d21a",
"@angular/router": "github:angular/router-builds#2fe95cea77e1f361f7861248a944b0c837fbd753",
"@angular/service-worker": "github:angular/service-worker-builds#2fdd0df78703a5d13a731dc379c86d456cf247fa"
"@angular/animations": "github:angular/animations-builds#29a40cb3156835d99f75ed97b97c0a72d202c01c",
"@angular/cdk": "github:angular/cdk-builds#7250998fcb18d850c58db5d3d95bc567761fade9",
"@angular/common": "github:angular/common-builds#cb06ba91133f95824dde25d2d855a057ab160665",
"@angular/compiler": "github:angular/compiler-builds#e82af8594adec08e85a80080083aa087baf586a9",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#90835b7422dcd82f9df821240b41aa18e24cda4b",
"@angular/core": "github:angular/core-builds#004dcae91553bc19d405af257349e1997de6bc47",
"@angular/forms": "github:angular/forms-builds#d1ce91dc40497e59513ab77745488a278abf07d1",
"@angular/language-service": "github:angular/language-service-builds#627f4826984b547f4fdf22ece953688c15f93537",
"@angular/localize": "github:angular/localize-builds#918ffd6a11a1ea77a6f45f0cc9234ab7cb5f536c",
"@angular/material": "github:angular/material-builds#c6cd1104499828ddc93f53d13ff81307f9bd2ac5",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a7fce23ed0a09a1eadb1e44d1b51ffb8f27c1db6",
"@angular/platform-browser": "github:angular/platform-browser-builds#82d5991224ba8a4136462cec436b259278c057c7",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#2209d5e210be8571268b984b891f21cd4d7eda90",
"@angular/platform-server": "github:angular/platform-server-builds#6e06a8596a38e8f2f1cc1d0adc608239ae65ea75",
"@angular/router": "github:angular/router-builds#92d5133d224c488d3049124f6b2706380fbb2a81",
"@angular/service-worker": "github:angular/service-worker-builds#05a07d91e6f5e2e2787b9eff989193ef3e3f303a"
}
}