Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
(cherry picked from commit 51a6da5)
  • Loading branch information
alan-agius4 committed Dec 10, 2021
1 parent a33d364 commit 17494b4
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8d971668ff4da84baf14c9d0115c8f243fe83a32
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a480a99a0d757e3b6fe9dec8ce6d3a60149efc13
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 @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@8d971668ff4da84baf14c9d0115c8f243fe83a32
- uses: angular/dev-infra/github-actions/lock-closed@a480a99a0d757e3b6fe9dec8ce6d3a60149efc13
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@
},
"devDependencies": {
"@ampproject/remapping": "1.0.2",
"@angular/animations": "13.1.0-next.3",
"@angular/animations": "13.1.0",
"@angular/cdk": "13.1.0",
"@angular/common": "13.1.0-next.3",
"@angular/compiler": "13.1.0-next.3",
"@angular/compiler-cli": "13.1.0-next.3",
"@angular/core": "13.1.0-next.3",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b322637be9df2295ba2e885ac372cf74495235fc",
"@angular/forms": "13.1.0-next.3",
"@angular/localize": "13.1.0-next.3",
"@angular/common": "13.1.0",
"@angular/compiler": "13.1.0",
"@angular/compiler-cli": "13.1.0",
"@angular/core": "13.1.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#d206b030f3dc60a85777604a8f3d1bc8156454f2",
"@angular/forms": "13.1.0",
"@angular/localize": "13.1.0",
"@angular/material": "13.1.0",
"@angular/platform-browser": "13.1.0-next.3",
"@angular/platform-browser-dynamic": "13.1.0-next.3",
"@angular/platform-server": "13.1.0-next.3",
"@angular/router": "13.1.0-next.3",
"@angular/service-worker": "13.1.0-next.3",
"@angular/platform-browser": "13.1.0",
"@angular/platform-browser-dynamic": "13.1.0",
"@angular/platform-server": "13.1.0",
"@angular/router": "13.1.0",
"@angular/service-worker": "13.1.0",
"@babel/core": "7.16.0",
"@babel/generator": "7.16.0",
"@babel/helper-annotate-as-pure": "7.16.0",
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",
"@angular/compiler": "13.1.0-next.3",
"@angular/compiler-cli": "13.1.0-next.3",
"@angular/compiler": "13.1.0",
"@angular/compiler-cli": "13.1.0",
"typescript": "4.5.3",
"webpack": "5.65.0"
}
Expand Down
7 changes: 3 additions & 4 deletions packages/ngtools/webpack/src/ivy/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
* found in the LICENSE file at https://angular.io/license
*/

import type { Diagnostics } from '@angular/compiler-cli';
import { DiagnosticCategory } from 'typescript';
import { Diagnostic, DiagnosticCategory } from 'typescript';
import type { Compilation } from 'webpack';

export type DiagnosticsReporter = (diagnostics: Diagnostics) => void;
export type DiagnosticsReporter = (diagnostics: readonly Diagnostic[]) => void;

export function createDiagnosticsReporter(
compilation: Compilation,
formatter: (diagnostic: Diagnostics[number]) => string,
formatter: (diagnostic: Diagnostic) => string,
): DiagnosticsReporter {
return (diagnostics) => {
for (const diagnostic of diagnostics) {
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#0365d4fe35afdddeab13eff77440e233f220588e",
"@angular/cdk": "github:angular/cdk-builds#410d7615fda077169775239b816d7dc2c2b54896",
"@angular/common": "github:angular/common-builds#7c92891f8b919d849105d5985f3e53b921f02dd7",
"@angular/compiler": "github:angular/compiler-builds#8d21c237ad6b1fc59362677b8291ae069daf7c60",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#9fd1ee9928dade7291ca9b7549692de1be0d2eb4",
"@angular/core": "github:angular/core-builds#73db5bd6b942f0968b14e3302598fa237604d9a2",
"@angular/forms": "github:angular/forms-builds#e03211c0f054de9935b1f21250fe0a55a0a447b7",
"@angular/language-service": "github:angular/language-service-builds#9369fec06f89a76dc4c57b29edda1cde0e9cd99e",
"@angular/localize": "github:angular/localize-builds#c91e764de8953c9ab0f85dd101e2042f5fbd62a9",
"@angular/material": "github:angular/material2-builds#37f7a5c3716379cc0acc63d9481234fd8b48055d",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#84b4a856e9a0d4130d8b11d566e577b72b5c1579",
"@angular/platform-browser": "github:angular/platform-browser-builds#93cc43cb6f1991d0c3a8dc06c6b6197fb3e79ad7",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ba2b524acdd2212ab2c5749b6583e1173d55fb35",
"@angular/platform-server": "github:angular/platform-server-builds#dbaaf2bdc0fc83d8a796929af4e340fb9c377ce8",
"@angular/router": "github:angular/router-builds#418e0e34b772793ffb0472e0c2191c0cba6e3578",
"@angular/service-worker": "github:angular/service-worker-builds#ea859f818001cf1bc7514b52998ae042ca962ad5"
"@angular/animations": "github:angular/animations-builds#a3d39024ae3e374df089b53a60f28565a2e70525",
"@angular/cdk": "github:angular/cdk-builds#190db61523e0b2e7be64c7f63f247860b57ab405",
"@angular/common": "github:angular/common-builds#283eee8a9d8bc4322fae1dc303ae15d5f755105a",
"@angular/compiler": "github:angular/compiler-builds#e43660efe86b1e5600b3dd6c647dcc70b719d6ed",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#af42b9990705a2766dcaa27ac4ddbe98039063e4",
"@angular/core": "github:angular/core-builds#9b629ab27e55873256ef99e4a32adb3464a720b6",
"@angular/forms": "github:angular/forms-builds#0b1d24dd6dca37b9274b5454fd2900276fb7b541",
"@angular/language-service": "github:angular/language-service-builds#76d3891dca44459d203e3f989d593fad25b5109e",
"@angular/localize": "github:angular/localize-builds#1bbd46cba0aae6457bf551bbc9f74fb0d81731c3",
"@angular/material": "github:angular/material2-builds#be522a2c35ac2e2804cd22158c226fccc0731d3c",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2df2a3b442e2c1fa996f414292a8a6ea7352cad2",
"@angular/platform-browser": "github:angular/platform-browser-builds#fa1763a5e1c7667ea3530bb691c8e8414698a33c",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d00aaea3e42e75bcb28ade4dc416d8287efdfc27",
"@angular/platform-server": "github:angular/platform-server-builds#83aa312712928760ec5b3effef502d28b0814598",
"@angular/router": "github:angular/router-builds#8cde289be4b508cd105008075617c6e6f2a3cbf8",
"@angular/service-worker": "github:angular/service-worker-builds#1e8c782b77d57b2d797c8f6ceef1a7c5a85f87ea"
}
}
Loading

0 comments on commit 17494b4

Please sign in to comment.