Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.2.18
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.2.19
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 16, 2022

  1. ci: remove Node v10

    Node v10 is no longer supported by the Node.js team and it is difficult to keep CI green when the NPM infrastructure underneath the CLI is no longer expected to maintain Node v10 support.
    dgp1130 authored and filipesilva committed Jan 16, 2022
    Copy the full SHA
    7b10fef View commit details

Commits on Mar 23, 2022

  1. Copy the full SHA
    75caa11 View commit details
  2. Copy the full SHA
    80d479e View commit details
  3. Copy the full SHA
    f61cd1a View commit details
  4. build: update minimist to 1.2.6

    alan-agius4 authored and dgp1130 committed Mar 23, 2022
    Copy the full SHA
    f23ba6d View commit details

Commits on Mar 30, 2022

  1. Copy the full SHA
    970aaf9 View commit details
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -204,22 +204,6 @@ jobs:
mkdir /mnt/ramdisk/e2e-yarn
PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --yarn --tmpdir=/mnt/ramdisk/e2e-yarn --glob="{tests/basic/**,tests/update/**,tests/commands/add/**}"
e2e-cli-node-10:
executor:
name: test-executor
nodeversion: "10.20"
parallelism: 4
steps:
- custom_attach_workspace
- browser-tools/install-chrome
- run:
name: Initialize Environment
command: |
./.circleci/env.sh
# Ensure latest v6 npm version to support local package repository
PATH=~/.npm-global/bin:$PATH npm install --global npm@6
- run: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX}

e2e-cli-node-14:
executor:
name: test-executor
@@ -381,10 +365,6 @@ workflows:
only:
- renovate/angular
- master
- e2e-cli-node-10:
<<: *only_release_branches
requires:
- e2e-cli
- e2e-cli-node-14:
<<: *only_release_branches
requires:
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="11.2.19"></a>

# 11.2.19 (2022-03-30)

### @angular-devkit/architect-cli

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
| [75caa1143](https://github.com/angular/angular-cli/commit/75caa1143f4007c9550ab0dabb62ae4df91e3827) | fix | update `minimist` to `1.2.6` |

### @angular-devkit/schematics-cli

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
| [80d479e9f](https://github.com/angular/angular-cli/commit/80d479e9fdfcf6863ebbe0986ea6cd29309f398d) | fix | update `minimist` to `1.2.6` |

### @angular-devkit/benchmark

| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- |
| [f61cd1a79](https://github.com/angular/angular-cli/commit/f61cd1a79b6960711d4aa5b16d04308bbdc67beb) | fix | update `minimist` to `1.2.6` |

## Special Thanks

Alan Agius and Doug Parker

<!-- CHANGELOG SPLIT MARKER -->

<a name="11.2.16"></a>

# 11.2.16 (2021-12-15)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
"version": "11.2.18",
"version": "11.2.19",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {
@@ -180,7 +180,7 @@
"magic-string": "0.25.7",
"mini-css-extract-plugin": "1.3.5",
"minimatch": "3.0.4",
"minimist": "^1.2.0",
"minimist": "1.2.6",
"ng-packagr": "~11.1.0",
"node-fetch": "^2.2.0",
"npm-registry-client": "8.6.0",
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect_cli/package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"@angular-devkit/architect": "0.0.0",
"@angular-devkit/core": "0.0.0",
"ansi-colors": "4.1.1",
"minimist": "1.2.5",
"minimist": "1.2.6",
"progress": "2.0.3",
"rxjs": "6.6.3",
"symbol-observable": "3.0.0"
2 changes: 1 addition & 1 deletion packages/angular_devkit/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"dependencies": {
"@angular-devkit/core": "0.0.0",
"ansi-colors": "4.1.1",
"minimist": "1.2.5",
"minimist": "1.2.6",
"pidusage": "2.0.21",
"pidtree": "0.5.0",
"rxjs": "6.6.3",
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"@schematics/schematics": "0.0.0",
"ansi-colors": "4.1.1",
"inquirer": "7.3.3",
"minimist": "1.2.5",
"minimist": "1.2.6",
"symbol-observable": "3.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -7882,10 +7882,10 @@ minimist-options@4.1.0:
is-plain-obj "^1.1.0"
kind-of "^6.0.3"

minimist@1.2.5, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
minimist@1.2.6, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

minipass-collect@^1.0.2:
version "1.0.2"