From 3297bb40b9389440c5369301037de967518772e6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 30 Jan 2020 11:50:36 +0100
Subject: [PATCH 001/671] chore: script generating versions
---
.github/workflows/check-and-update.yml | 26 +++++
.gitignore | 1 +
README.md | 136 +++++++++++++++++++++++++
newVersion.sh | 126 +++++++++++++++++++++++
ponyracer/README.md | 28 +++++
5 files changed, 317 insertions(+)
create mode 100644 .github/workflows/check-and-update.yml
create mode 100644 .gitignore
create mode 100644 README.md
create mode 100755 newVersion.sh
create mode 100644 ponyracer/README.md
diff --git a/.github/workflows/check-and-update.yml b/.github/workflows/check-and-update.yml
new file mode 100644
index 00000000..0e7b24e8
--- /dev/null
+++ b/.github/workflows/check-and-update.yml
@@ -0,0 +1,26 @@
+name: Check and update
+
+on:
+ push:
+ branches:
+ - master
+ schedule:
+ - cron: '0 */2 * * *'
+
+jobs:
+ build:
+ runs-on: macOS-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: actions/setup-node@v1
+ with:
+ node-version: '10.x'
+ - name: Set git user
+ run: |
+ git config --global user.email cedric@ninja-squad.com
+ git config --global user.name cexbrayat
+ git remote set-url origin https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/cexbrayat/angular-cli-library-diff.git
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Generate new version
+ run: ./newVersion.sh
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..5bc4238a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+ponyracer/README.md
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..c73d5139
--- /dev/null
+++ b/README.md
@@ -0,0 +1,136 @@
+# Angular CLI library diff
+
+This is a repository for library maintainers.
+If you are looking for the differences in a classic CLI project, check out https://github.com/cexbrayat/angular-cli-diff
+
+This repository exposes an Angular CLI app generated with
+`ng new ponyracer --no-create-application`,
+and then a library created inside with `ng generate library ponyracer-lib` with each version of Angular CLI
+(starting from v8.0.0).
+
+A dedicated branch per version makes changes very easy
+to watch. For example:
+
+* https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.0...8.1.0
+* https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0...8.2.0
+
+See table below for the complete list.
+
+Note that this is inspired by [RN diff](https://github.com/ncuillery/rn-diff).
+
+This is a small project that we needed to keep our ebook [Become a ninja with Angular](https://books.ninja-squad.com/angular)
+and our [online training about Angular](https://angular-exercises.ninja-squad.com) up to date,
+we hope it can be useful for you too!
+
+## Version changes
+
+Version|Compare view|Stats
+----|----|----
+9.1.0|[9.1.0-rc.0...9.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-rc.0...9.1.0)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.1.0-rc.0|[9.1.0-next.4...9.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.4...9.1.0-rc.0)| 5 files changed, 18 insertions(+), 18 deletions(-)
+9.1.0-next.4|[9.1.0-next.3...9.1.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.3...9.1.0-next.4)| 5 files changed, 82 insertions(+), 25 deletions(-)
+9.1.0-next.3|[9.1.0-next.2...9.1.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.2...9.1.0-next.3)| 4 files changed, 18 insertions(+), 18 deletions(-)
+9.1.0-next.2|[9.1.0-next.1...9.1.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.1...9.1.0-next.2)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.1.0-next.1|[9.1.0-next.0...9.1.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.1.0-next.0...9.1.0-next.1)| 5 files changed, 20 insertions(+), 17 deletions(-)
+9.1.0-next.0|[9.0.7...9.1.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.7...9.1.0-next.0)| 5 files changed, 21 insertions(+), 20 deletions(-)
+9.0.7|[9.0.6...9.0.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.6...9.0.7)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.0.6|[9.0.5...9.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.5...9.0.6)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.0.5|[9.0.4...9.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.4...9.0.5)| 5 files changed, 17 insertions(+), 20 deletions(-)
+9.0.4|[9.0.3...9.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.3...9.0.4)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.0.3|[9.0.2...9.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.2...9.0.3)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.0.2|[9.0.1...9.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.1...9.0.2)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.0.1|[9.0.0...9.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0...9.0.1)| 2 files changed, 4 insertions(+), 4 deletions(-)
+9.0.0|[9.0.0-rc.14...9.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.14...9.0.0)| 4 files changed, 18 insertions(+), 18 deletions(-)
+9.0.0-rc.14|[9.0.0-rc.13...9.0.0-rc.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.13...9.0.0-rc.14)| 2 files changed, 4 insertions(+), 4 deletions(-)
+9.0.0-rc.13|[9.0.0-rc.12...9.0.0-rc.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.12...9.0.0-rc.13)| 4 files changed, 19 insertions(+), 19 deletions(-)
+9.0.0-rc.12|[9.0.0-rc.11...9.0.0-rc.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.11...9.0.0-rc.12)| 4 files changed, 17 insertions(+), 17 deletions(-)
+9.0.0-rc.11|[9.0.0-rc.10...9.0.0-rc.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.10...9.0.0-rc.11)| 3 files changed, 14 insertions(+), 15 deletions(-)
+9.0.0-rc.10|[9.0.0-rc.9...9.0.0-rc.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.9...9.0.0-rc.10)| 3 files changed, 5 insertions(+), 4 deletions(-)
+9.0.0-rc.9|[9.0.0-rc.8...9.0.0-rc.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.8...9.0.0-rc.9)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.8|[9.0.0-rc.7...9.0.0-rc.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.7...9.0.0-rc.8)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.7|[9.0.0-rc.6...9.0.0-rc.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.6...9.0.0-rc.7)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.6|[9.0.0-rc.5...9.0.0-rc.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.5...9.0.0-rc.6)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.5|[9.0.0-rc.4...9.0.0-rc.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.4...9.0.0-rc.5)| 3 files changed, 14 insertions(+), 14 deletions(-)
+9.0.0-rc.4|[9.0.0-rc.3...9.0.0-rc.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.3...9.0.0-rc.4)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.3|[9.0.0-rc.2...9.0.0-rc.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.2...9.0.0-rc.3)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.2|[9.0.0-rc.1...9.0.0-rc.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.1...9.0.0-rc.2)| 2 files changed, 13 insertions(+), 14 deletions(-)
+9.0.0-rc.1|[9.0.0-rc.0...9.0.0-rc.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-rc.0...9.0.0-rc.1)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-rc.0|[9.0.0-next.19...9.0.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.19...9.0.0-rc.0)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-next.19|[9.0.0-next.18...9.0.0-next.19](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.18...9.0.0-next.19)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-next.18|[9.0.0-next.17...9.0.0-next.18](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.17...9.0.0-next.18)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.17|[9.0.0-next.16...9.0.0-next.17](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.16...9.0.0-next.17)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-next.16|[9.0.0-next.15...9.0.0-next.16](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.15...9.0.0-next.16)| 3 files changed, 4 insertions(+), 4 deletions(-)
+9.0.0-next.15|[9.0.0-next.14...9.0.0-next.15](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.14...9.0.0-next.15)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.14|[9.0.0-next.13...9.0.0-next.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.13...9.0.0-next.14)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.13|[9.0.0-next.12...9.0.0-next.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.12...9.0.0-next.13)| 2 files changed, 14 insertions(+), 14 deletions(-)
+9.0.0-next.12|[9.0.0-next.11...9.0.0-next.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.11...9.0.0-next.12)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.11|[9.0.0-next.10...9.0.0-next.11](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.10...9.0.0-next.11)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.10|[9.0.0-next.8...9.0.0-next.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.8...9.0.0-next.10)| 2 files changed, 17 insertions(+), 16 deletions(-)
+9.0.0-next.8|[9.0.0-next.7...9.0.0-next.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.7...9.0.0-next.8)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.7|[9.0.0-next.6...9.0.0-next.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.6...9.0.0-next.7)| 3 files changed, 13 insertions(+), 14 deletions(-)
+9.0.0-next.6|[9.0.0-next.5...9.0.0-next.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.5...9.0.0-next.6)| 2 files changed, 13 insertions(+), 13 deletions(-)
+9.0.0-next.5|[9.0.0-next.4...9.0.0-next.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.4...9.0.0-next.5)| 2 files changed, 13 insertions(+), 13 deletions(-)
+9.0.0-next.4|[9.0.0-next.3...9.0.0-next.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.3...9.0.0-next.4)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.3|[9.0.0-next.2...9.0.0-next.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.2...9.0.0-next.3)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-next.2|[9.0.0-next.1...9.0.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.1...9.0.0-next.2)| 2 files changed, 12 insertions(+), 12 deletions(-)
+9.0.0-next.1|[9.0.0-next.0...9.0.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/9.0.0-next.0...9.0.0-next.1)| 2 files changed, 2 insertions(+), 2 deletions(-)
+9.0.0-next.0|[8.3.25...9.0.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.25...9.0.0-next.0)| 12 files changed, 55 insertions(+), 39 deletions(-)
+8.3.25|[8.3.24...8.3.25](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.24...8.3.25)| 2 files changed, 4 insertions(+), 4 deletions(-)
+8.3.24|[8.3.23...8.3.24](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.23...8.3.24)| 2 files changed, 4 insertions(+), 4 deletions(-)
+8.3.23|[8.3.22...8.3.23](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.22...8.3.23)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.22|[8.3.21...8.3.22](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.21...8.3.22)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.21|[8.3.20...8.3.21](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.20...8.3.21)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.20|[8.3.19...8.3.20](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.19...8.3.20)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.19|[8.3.18...8.3.19](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.18...8.3.19)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.18|[8.3.17...8.3.18](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.17...8.3.18)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.17|[8.3.16...8.3.17](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.16...8.3.17)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.16|[8.3.15...8.3.16](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.15...8.3.16)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.15|[8.3.14...8.3.15](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.14...8.3.15)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.14|[8.3.13...8.3.14](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.13...8.3.14)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.13|[8.3.12...8.3.13](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.12...8.3.13)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.12|[8.3.10...8.3.12](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.10...8.3.12)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.10|[8.3.9...8.3.10](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.9...8.3.10)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.9|[8.3.8...8.3.9](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.8...8.3.9)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.8|[8.3.7...8.3.8](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.7...8.3.8)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.7|[8.3.6...8.3.7](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.6...8.3.7)| 3 files changed, 12 insertions(+), 13 deletions(-)
+8.3.6|[8.3.5...8.3.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.5...8.3.6)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.5|[8.3.4...8.3.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.4...8.3.5)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.4|[8.3.3...8.3.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.3...8.3.4)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.3|[8.3.2...8.3.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.2...8.3.3)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.2|[8.3.1...8.3.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.1...8.3.2)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.1|[8.3.0...8.3.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0...8.3.1)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.0|[8.3.0-rc.0...8.3.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-rc.0...8.3.0)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.3.0-rc.0|[8.3.0-next.2...8.3.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-next.2...8.3.0-rc.0)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.0-next.2|[8.3.0-next.1...8.3.0-next.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-next.1...8.3.0-next.2)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.0-next.1|[8.3.0-next.0...8.3.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.3.0-next.0...8.3.0-next.1)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.3.0-next.0|[8.2.2...8.3.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.2...8.3.0-next.0)| 4 files changed, 9 insertions(+), 9 deletions(-)
+8.2.2|[8.2.1...8.2.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.1...8.2.2)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.2.1|[8.2.0...8.2.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0...8.2.1)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.2.0|[8.2.0-rc.0...8.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0-rc.0...8.2.0)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.2.0-rc.0|[8.2.0-next.1...8.2.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0-next.1...8.2.0-rc.0)| 3 files changed, 16 insertions(+), 16 deletions(-)
+8.2.0-next.1|[8.2.0-next.0...8.2.0-next.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.2.0-next.0...8.2.0-next.1)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.2.0-next.0|[8.1.3...8.2.0-next.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.3...8.2.0-next.0)| 5 files changed, 21 insertions(+), 21 deletions(-)
+8.1.3|[8.1.2...8.1.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.2...8.1.3)| 3 files changed, 14 insertions(+), 14 deletions(-)
+8.1.2|[8.1.1...8.1.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.1...8.1.2)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.1.1|[8.1.0...8.1.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0...8.1.1)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.1.0|[8.1.0-rc.0...8.1.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-rc.0...8.1.0)| 2 files changed, 12 insertions(+), 12 deletions(-)
+8.1.0-rc.0|[8.1.0-beta.3...8.1.0-rc.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-beta.3...8.1.0-rc.0)| 3 files changed, 14 insertions(+), 14 deletions(-)
+8.1.0-beta.3|[8.1.0-beta.2...8.1.0-beta.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-beta.2...8.1.0-beta.3)| 3 files changed, 6 insertions(+), 2 deletions(-)
+8.1.0-beta.2|[8.1.0-beta.1...8.1.0-beta.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-beta.1...8.1.0-beta.2)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.1.0-beta.1|[8.1.0-beta.0...8.1.0-beta.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0-beta.0...8.1.0-beta.1)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.1.0-beta.0|[8.0.6...8.1.0-beta.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.6...8.1.0-beta.0)| 7 files changed, 22 insertions(+), 20 deletions(-)
+8.0.6|[8.0.5...8.0.6](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.5...8.0.6)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.0.5|[8.0.4...8.0.5](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.4...8.0.5)| 4 files changed, 15 insertions(+), 15 deletions(-)
+8.0.4|[8.0.3...8.0.4](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.3...8.0.4)| 3 files changed, 3 insertions(+), 4 deletions(-)
+8.0.3|[8.0.2...8.0.3](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.2...8.0.3)| 3 files changed, 15 insertions(+), 14 deletions(-)
+8.0.2|[8.0.1...8.0.2](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.1...8.0.2)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.0.1|[8.0.0...8.0.1](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.0...8.0.1)| 2 files changed, 2 insertions(+), 2 deletions(-)
+8.0.0|[8.0.0...8.0.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.0.0...8.0.0)| 21 files changed, 498 insertions(+), 4 deletions(-)
+
+
+## Why this repository ?
+
+After an upgrade of Angular CLI on your library, you'll have to keep the configuration up-to-date, and it can be hard to keep track.
+
+This project lets you easily know what changed. For example, from
+[8.1.0 to the 8.2.0](https://github.com/cexbrayat/angular-cli-library-diff/compare/8.1.0...8.2.0).
diff --git a/newVersion.sh b/newVersion.sh
new file mode 100755
index 00000000..4e0299dc
--- /dev/null
+++ b/newVersion.sh
@@ -0,0 +1,126 @@
+#!/bin/bash
+
+set -e
+
+versions=$(npm view @angular/cli versions --json)
+
+versions=${versions//\"/}
+versions=${versions//\[/}
+versions=${versions//\]/}
+versions=${versions//\,/}
+
+versions=(${versions})
+
+blacklist=(1.0.0-beta.28.3 1.0.0-beta.29 1.0.0-beta.30 1.0.0-beta.31 1.0.0-beta.32
+1.0.0-beta.32.2 1.0.0-beta.32.3 1.0.0-beta.33 1.0.0-beta.33.1
+1.0.0-rc.0 1.0.0-rc.1 1.0.0-rc.2 1.0.0-rc.3 1.0.0-rc.4
+1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6
+1.1.0-beta.0 1.1.0-beta.1 1.1.0-rc.0 1.1.0-rc.1 1.1.0-rc.2
+1.1.0 1.1.1 1.1.2 1.1.3
+1.2.0-beta.0 1.2.0-beta.1 1.2.0-rc.0 1.2.0-rc.1
+1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8
+1.3.0-beta.0 1.3.0-beta.1
+1.3.0-rc.0 1.3.0-rc.1 1.3.0-rc.2 1.3.0-rc.3 1.3.0-rc.4 1.3.0-rc.5
+1.3.0 1.3.1 1.3.2
+1.4.0-beta.0 1.4.0-beta.1 1.4.0-beta.2
+1.4.0-rc.0 1.4.0-rc.1 1.4.0-rc.2
+1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.4.10
+1.5.0-beta.0 1.5.0-beta.1 1.5.0-beta.2 1.5.0-beta.3 1.5.0-beta.4
+1.5.0-rc.0 1.5.0-rc.1 1.5.0-rc.2 1.5.0-rc.3 1.5.0-rc.4 1.5.0-rc.5 1.5.0-rc.6 1.5.0-rc.7 1.5.0-rc.8
+1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6
+1.6.0-beta.0 1.6.0-beta.1 1.6.0-beta.2
+1.6.0-rc.0 1.6.0-rc.1 1.6.0-rc.2
+1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8
+1.7.0-beta.0 1.7.0-beta.1 1.7.0-beta.2 1.7.0-beta.3
+1.7.0-rc.0
+1.7.0 1.7.1 1.7.2 1.7.3 1.7.4
+6.0.0-beta.2 6.0.0-beta.3 6.0.0-beta.4 6.0.0-beta.5 6.0.0-beta.6 6.0.0-beta.7 6.0.0-beta.8 6.0.0-beta.9
+6.0.0-rc.0 6.0.0-rc.1 6.0.0-rc.2 6.0.0-rc.3 6.0.0-rc.4 6.0.0-rc.5 6.0.0-rc.6 6.0.0-rc.7 6.0.0-rc.8 6.0.0-rc.9 6.0.0-rc.10
+6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.7 6.0.8
+6.1.0-beta.0 6.1.0-beta.2
+6.1.0-rc.0 6.1.0-rc.1 6.1.0-rc.2 6.1.0-rc.3
+6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 6.1.5
+6.2.0-beta.0 6.2.0-beta.1 6.2.0-beta.2 6.2.0-beta.3
+6.2.0-rc.0 6.2.0-rc.1
+6.2.0 6.2.1 6.2.2 6.2.3 6.2.4 6.2.5 6.2.6 6.2.7 6.2.8 6.2.9
+7.0.0-beta.0 7.0.0-beta.1 7.0.0-beta.2 7.0.0-beta.3 7.0.0-beta.4
+7.0.0-rc.0 7.0.0-rc.1 7.0.0-rc.2 7.0.0-rc.3
+7.0.1 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7
+7.1.0-beta.0 7.1.0-beta.1 7.1.0-rc.0
+7.1.0 7.1.1 7.1.2 7.1.3 7.1.4
+7.2.0-beta.0 7.2.0-beta.1 7.2.0-beta.2 7.2.0-rc.0
+7.2.0 7.2.1 7.2.2 7.2.3 7.2.4
+7.3.0-beta.0 7.3.0-rc.0
+7.3.0 7.3.1 7.3.2 7.3.3 7.3.4 7.3.5 7.3.6 7.3.7 7.3.8 7.3.9
+8.0.0-beta.0 8.0.0-beta.1 8.0.0-beta.2 8.0.0-beta.4 8.0.0-beta.5 8.0.0-beta.6 8.0.0-beta.7
+8.0.0-beta.8 8.0.0-beta.9 8.0.0-beta.10 8.0.0-beta.11 8.0.0-beta.12 8.0.0-beta.13 8.0.0-beta.14
+8.0.0-beta.15 8.0.0-beta.16 8.0.0-beta.17 8.0.0-beta.18
+8.0.0-rc.0 8.0.0-rc.1 8.0.0-rc.2 8.0.0-rc.3 8.0.0-rc.4
+9.0.0-next.9)
+
+lastVersion="8.0.0"
+rebaseNeeded=false
+
+for version in "${versions[@]}"
+do
+
+ if [[ " ${blacklist[@]} " =~ " ${version} " ]]
+ then
+ echo "Skipping blacklisted ${version}"
+ continue
+ fi
+
+ if [ `git branch --list ${version}` ] || [ `git branch --list --remote origin/${version}` ]
+ then
+ echo "${version} already generated."
+ git checkout ${version}
+ if [ ${rebaseNeeded} = true ]
+ then
+ git rebase --onto ${lastVersion} HEAD~ ${version} -X theirs
+ diffStat=`git --no-pager diff HEAD~ --shortstat`
+ git push origin ${version} -f
+ diffUrl="[${lastVersion}...${version}](https://github.com/cexbrayat/angular-cli-library-diff/compare/${lastVersion}...${version})"
+ git checkout master
+ # rewrite stats in README after rebase
+ sed -i.bak -e "/^${version}|/ d" README.md && rm README.md.bak
+ sed -i.bak -e 's/----|----|----/----|----|----\
+NEWLINE/g' README.md && rm README.md.bak
+ sed -i.bak -e "s@NEWLINE@${version}|${diffUrl}|${diffStat}@" README.md && rm README.md.bak
+ git commit -a --amend --no-edit
+ git checkout ${version}
+ fi
+ lastVersion=${version}
+ continue
+ fi
+
+ echo "Generate ${version}"
+ rebaseNeeded=true
+ git checkout -b ${version}
+ # delete app
+ rm -rf ponyracer
+ # generate lib with new CLI version
+ npx @angular/cli@${version} new ponyracer --no-interactive --no-create-application
+ cd ponyracer
+ npx @angular/cli@${version} generate library ponyracer-lib --skip-install --no-interactive
+ rm package-lock.json
+ cd ..
+ git add ponyracer
+ git commit -am "chore: version ${version}"
+ diffStat=`git --no-pager diff HEAD~ --shortstat`
+ git push origin ${version} -f
+ git checkout master
+ diffUrl="[${lastVersion}...${version}](https://github.com/cexbrayat/angular-cli-library-diff/compare/${lastVersion}...${version})"
+ # insert a row in the version table of the README
+ sed -i.bak "/^${version}|/ d" README.md && rm README.md.bak
+ sed -i.bak 's/----|----|----/----|----|----\
+NEWLINE/g' README.md && rm README.md.bak
+ sed -i.bak "s@NEWLINE@${version}|${diffUrl}|${diffStat}@" README.md && rm README.md.bak
+ # commit
+ git commit -a --amend --no-edit
+ git checkout ${version}
+ lastVersion=${version}
+
+done
+
+git checkout master
+git push origin master -f
diff --git a/ponyracer/README.md b/ponyracer/README.md
new file mode 100644
index 00000000..b5aff2b4
--- /dev/null
+++ b/ponyracer/README.md
@@ -0,0 +1,28 @@
+# Ponyracer
+
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0.
+
+## Development server
+
+Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
+
+## Code scaffolding
+
+Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
+
+## Build
+
+Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
+
+## Running unit tests
+
+Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
+
+## Running end-to-end tests
+
+Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
+Before running the tests make sure you are serving the app via `ng serve`.
+
+## Further help
+
+To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
From 9b7702222d0bbaf1ba3f3b9ee1802adc82cd2f0a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 31 Mar 2020 00:13:10 +0000
Subject: [PATCH 002/671] chore: version 7.3.10
---
ponyracer/.editorconfig | 13 ++++
ponyracer/.gitignore | 46 ++++++++++++
ponyracer/README.md | 7 +-
ponyracer/angular.json | 43 +++++++++++
ponyracer/package.json | 52 +++++++++++++
ponyracer/projects/ponyracer-lib/README.md | 24 ++++++
.../projects/ponyracer-lib/karma.conf.js | 32 ++++++++
.../projects/ponyracer-lib/ng-package.json | 7 ++
ponyracer/projects/ponyracer-lib/package.json | 8 ++
.../src/lib/ponyracer-lib.component.spec.ts | 25 +++++++
.../src/lib/ponyracer-lib.component.ts | 19 +++++
.../src/lib/ponyracer-lib.module.ts | 10 +++
.../src/lib/ponyracer-lib.service.spec.ts | 12 +++
.../src/lib/ponyracer-lib.service.ts | 9 +++
.../projects/ponyracer-lib/src/public-api.ts | 7 ++
ponyracer/projects/ponyracer-lib/src/test.ts | 22 ++++++
.../projects/ponyracer-lib/tsconfig.lib.json | 32 ++++++++
.../projects/ponyracer-lib/tsconfig.spec.json | 17 +++++
ponyracer/projects/ponyracer-lib/tslint.json | 17 +++++
ponyracer/tsconfig.json | 30 ++++++++
ponyracer/tslint.json | 75 +++++++++++++++++++
21 files changed, 503 insertions(+), 4 deletions(-)
create mode 100644 ponyracer/.editorconfig
create mode 100644 ponyracer/.gitignore
create mode 100644 ponyracer/angular.json
create mode 100644 ponyracer/package.json
create mode 100644 ponyracer/projects/ponyracer-lib/README.md
create mode 100644 ponyracer/projects/ponyracer-lib/karma.conf.js
create mode 100644 ponyracer/projects/ponyracer-lib/ng-package.json
create mode 100644 ponyracer/projects/ponyracer-lib/package.json
create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts
create mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts
create mode 100644 ponyracer/projects/ponyracer-lib/src/public-api.ts
create mode 100644 ponyracer/projects/ponyracer-lib/src/test.ts
create mode 100644 ponyracer/projects/ponyracer-lib/tsconfig.lib.json
create mode 100644 ponyracer/projects/ponyracer-lib/tsconfig.spec.json
create mode 100644 ponyracer/projects/ponyracer-lib/tslint.json
create mode 100644 ponyracer/tsconfig.json
create mode 100644 ponyracer/tslint.json
diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig
new file mode 100644
index 00000000..e89330a6
--- /dev/null
+++ b/ponyracer/.editorconfig
@@ -0,0 +1,13 @@
+# Editor configuration, see https://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
new file mode 100644
index 00000000..f4f46a5f
--- /dev/null
+++ b/ponyracer/.gitignore
@@ -0,0 +1,46 @@
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+
+# compiled output
+/dist
+/tmp
+/out-tsc
+# Only exists if Bazel was run
+/bazel-out
+
+# dependencies
+/node_modules
+
+# profiling files
+chrome-profiler-events.json
+speed-measure-plugin.json
+
+# IDEs and editors
+/.idea
+.project
+.classpath
+.c9/
+*.launch
+.settings/
+*.sublime-workspace
+
+# IDE - VSCode
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+.history/*
+
+# misc
+/.sass-cache
+/connect.lock
+/coverage
+/libpeerconnection.log
+npm-debug.log
+yarn-error.log
+testem.log
+/typings
+
+# System Files
+.DS_Store
+Thumbs.db
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b5aff2b4..cc60b60e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.10.
## Development server
@@ -8,11 +8,11 @@ Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app w
## Code scaffolding
-Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`.
+Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
-Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
+Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
@@ -21,7 +21,6 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
-Before running the tests make sure you are serving the app via `ng serve`.
## Further help
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
new file mode 100644
index 00000000..581e7e37
--- /dev/null
+++ b/ponyracer/angular.json
@@ -0,0 +1,43 @@
+{
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
+ "version": 1,
+ "newProjectRoot": "projects",
+ "projects": {
+ "ponyracer-lib": {
+ "root": "projects/ponyracer-lib",
+ "sourceRoot": "projects/ponyracer-lib/src",
+ "projectType": "library",
+ "prefix": "lib",
+ "architect": {
+ "build": {
+ "builder": "@angular-devkit/build-ng-packagr:build",
+ "options": {
+ "tsConfig": "projects/ponyracer-lib/tsconfig.lib.json",
+ "project": "projects/ponyracer-lib/ng-package.json"
+ }
+ },
+ "test": {
+ "builder": "@angular-devkit/build-angular:karma",
+ "options": {
+ "main": "projects/ponyracer-lib/src/test.ts",
+ "tsConfig": "projects/ponyracer-lib/tsconfig.spec.json",
+ "karmaConfig": "projects/ponyracer-lib/karma.conf.js"
+ }
+ },
+ "lint": {
+ "builder": "@angular-devkit/build-angular:tslint",
+ "options": {
+ "tsConfig": [
+ "projects/ponyracer-lib/tsconfig.lib.json",
+ "projects/ponyracer-lib/tsconfig.spec.json"
+ ],
+ "exclude": [
+ "**/node_modules/**"
+ ]
+ }
+ }
+ }
+ }
+ },
+ "defaultProject": "ponyracer-lib"
+}
\ No newline at end of file
diff --git a/ponyracer/package.json b/ponyracer/package.json
new file mode 100644
index 00000000..7b8815f5
--- /dev/null
+++ b/ponyracer/package.json
@@ -0,0 +1,52 @@
+{
+ "name": "ponyracer",
+ "version": "0.0.0",
+ "scripts": {
+ "ng": "ng",
+ "start": "ng serve",
+ "build": "ng build",
+ "test": "ng test",
+ "lint": "ng lint",
+ "e2e": "ng e2e"
+ },
+ "private": true,
+ "dependencies": {
+ "@angular/animations": "~7.2.0",
+ "@angular/common": "~7.2.0",
+ "@angular/compiler": "~7.2.0",
+ "@angular/core": "~7.2.0",
+ "@angular/forms": "~7.2.0",
+ "@angular/platform-browser": "~7.2.0",
+ "@angular/platform-browser-dynamic": "~7.2.0",
+ "@angular/router": "~7.2.0",
+ "core-js": "^2.5.4",
+ "rxjs": "~6.3.3",
+ "tslib": "^1.9.0",
+ "zone.js": "~0.8.26"
+ },
+ "devDependencies": {
+ "@angular-devkit/build-angular": "~0.13.0",
+ "@angular-devkit/build-ng-packagr": "~0.13.0",
+ "@angular/cli": "~7.3.10",
+ "@angular/compiler-cli": "~7.2.0",
+ "@angular/language-service": "~7.2.0",
+ "@types/node": "~8.9.4",
+ "@types/jasmine": "~2.8.8",
+ "@types/jasminewd2": "~2.0.3",
+ "codelyzer": "~4.5.0",
+ "jasmine-core": "~2.99.1",
+ "jasmine-spec-reporter": "~4.2.1",
+ "karma": "~4.0.0",
+ "karma-chrome-launcher": "~2.2.0",
+ "karma-coverage-istanbul-reporter": "~2.0.1",
+ "karma-jasmine": "~1.1.2",
+ "karma-jasmine-html-reporter": "^0.2.2",
+ "ng-packagr": "^4.2.0",
+ "protractor": "~5.4.0",
+ "ts-node": "~7.0.0",
+ "tsickle": ">=0.34.0",
+ "tslib": "^1.9.0",
+ "tslint": "~5.11.0",
+ "typescript": "~3.2.2"
+ }
+}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
new file mode 100644
index 00000000..cbb647f7
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -0,0 +1,24 @@
+# PonyracerLib
+
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
+
+## Code scaffolding
+
+Run `ng generate component component-name --project ponyracer-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ponyracer-lib`.
+> Note: Don't forget to add `--project ponyracer-lib` or else it will be added to the default project in your `angular.json` file.
+
+## Build
+
+Run `ng build ponyracer-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
+
+## Publishing
+
+After building your library with `ng build ponyracer-lib`, go to the dist folder `cd dist/ponyracer-lib` and run `npm publish`.
+
+## Running unit tests
+
+Run `ng test ponyracer-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
+
+## Further help
+
+To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
new file mode 100644
index 00000000..cfdcd1cf
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -0,0 +1,32 @@
+// Karma configuration file, see link for more information
+// https://karma-runner.github.io/1.0/config/configuration-file.html
+
+module.exports = function (config) {
+ config.set({
+ basePath: '',
+ frameworks: ['jasmine', '@angular-devkit/build-angular'],
+ plugins: [
+ require('karma-jasmine'),
+ require('karma-chrome-launcher'),
+ require('karma-jasmine-html-reporter'),
+ require('karma-coverage-istanbul-reporter'),
+ require('@angular-devkit/build-angular/plugins/karma')
+ ],
+ client: {
+ clearContext: false // leave Jasmine Spec Runner output visible in browser
+ },
+ coverageIstanbulReporter: {
+ dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'),
+ reports: ['html', 'lcovonly'],
+ fixWebpackSourcePaths: true
+ },
+ reporters: ['progress', 'kjhtml'],
+ port: 9876,
+ colors: true,
+ logLevel: config.LOG_INFO,
+ autoWatch: true,
+ browsers: ['Chrome'],
+ singleRun: false,
+ restartOnFileChange: true
+ });
+};
diff --git a/ponyracer/projects/ponyracer-lib/ng-package.json b/ponyracer/projects/ponyracer-lib/ng-package.json
new file mode 100644
index 00000000..6d2ad4b6
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/ng-package.json
@@ -0,0 +1,7 @@
+{
+ "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
+ "dest": "../../dist/ponyracer-lib",
+ "lib": {
+ "entryFile": "src/public-api.ts"
+ }
+}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
new file mode 100644
index 00000000..5858ed55
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "ponyracer-lib",
+ "version": "0.0.1",
+ "peerDependencies": {
+ "@angular/common": "^7.2.0",
+ "@angular/core": "^7.2.0"
+ }
+}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
new file mode 100644
index 00000000..577d9b3f
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { PonyracerLibComponent } from './ponyracer-lib.component';
+
+describe('PonyracerLibComponent', () => {
+ let component: PonyracerLibComponent;
+ let fixture: ComponentFixture;
+
+ beforeEach(async(() => {
+ TestBed.configureTestingModule({
+ declarations: [ PonyracerLibComponent ]
+ })
+ .compileComponents();
+ }));
+
+ beforeEach(() => {
+ fixture = TestBed.createComponent(PonyracerLibComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
new file mode 100644
index 00000000..530534c2
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
@@ -0,0 +1,19 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'lib-ponyracer-lib',
+ template: `
+
+ ponyracer-lib works!
+
+ `,
+ styles: []
+})
+export class PonyracerLibComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit() {
+ }
+
+}
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
new file mode 100644
index 00000000..5fa12873
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
@@ -0,0 +1,10 @@
+import { NgModule } from '@angular/core';
+import { PonyracerLibComponent } from './ponyracer-lib.component';
+
+@NgModule({
+ declarations: [PonyracerLibComponent],
+ imports: [
+ ],
+ exports: [PonyracerLibComponent]
+})
+export class PonyracerLibModule { }
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts
new file mode 100644
index 00000000..124ea591
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts
@@ -0,0 +1,12 @@
+import { TestBed } from '@angular/core/testing';
+
+import { PonyracerLibService } from './ponyracer-lib.service';
+
+describe('PonyracerLibService', () => {
+ beforeEach(() => TestBed.configureTestingModule({}));
+
+ it('should be created', () => {
+ const service: PonyracerLibService = TestBed.get(PonyracerLibService);
+ expect(service).toBeTruthy();
+ });
+});
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts
new file mode 100644
index 00000000..107853cf
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts
@@ -0,0 +1,9 @@
+import { Injectable } from '@angular/core';
+
+@Injectable({
+ providedIn: 'root'
+})
+export class PonyracerLibService {
+
+ constructor() { }
+}
diff --git a/ponyracer/projects/ponyracer-lib/src/public-api.ts b/ponyracer/projects/ponyracer-lib/src/public-api.ts
new file mode 100644
index 00000000..e701d78e
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/public-api.ts
@@ -0,0 +1,7 @@
+/*
+ * Public API Surface of ponyracer-lib
+ */
+
+export * from './lib/ponyracer-lib.service';
+export * from './lib/ponyracer-lib.component';
+export * from './lib/ponyracer-lib.module';
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
new file mode 100644
index 00000000..e11ff1c9
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -0,0 +1,22 @@
+// This file is required by karma.conf.js and loads recursively all the .spec and framework files
+
+import 'core-js/es7/reflect';
+import 'zone.js/dist/zone';
+import 'zone.js/dist/zone-testing';
+import { getTestBed } from '@angular/core/testing';
+import {
+ BrowserDynamicTestingModule,
+ platformBrowserDynamicTesting
+} from '@angular/platform-browser-dynamic/testing';
+
+declare const require: any;
+
+// First, initialize the Angular testing environment.
+getTestBed().initTestEnvironment(
+ BrowserDynamicTestingModule,
+ platformBrowserDynamicTesting()
+);
+// Then we find all the tests.
+const context = require.context('./', true, /\.spec\.ts$/);
+// And load the modules.
+context.keys().map(context);
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
new file mode 100644
index 00000000..3fe337fc
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -0,0 +1,32 @@
+{
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "../../out-tsc/lib",
+ "target": "es2015",
+ "module": "es2015",
+ "moduleResolution": "node",
+ "declaration": true,
+ "sourceMap": true,
+ "inlineSources": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "importHelpers": true,
+ "types": [],
+ "lib": [
+ "dom",
+ "es2018"
+ ]
+ },
+ "angularCompilerOptions": {
+ "annotateForClosureCompiler": true,
+ "skipTemplateCodegen": true,
+ "strictMetadataEmit": true,
+ "fullTemplateTypeCheck": true,
+ "strictInjectionParameters": true,
+ "enableResourceInlining": true
+ },
+ "exclude": [
+ "src/test.ts",
+ "**/*.spec.ts"
+ ]
+}
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
new file mode 100644
index 00000000..16da33db
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
@@ -0,0 +1,17 @@
+{
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "../../out-tsc/spec",
+ "types": [
+ "jasmine",
+ "node"
+ ]
+ },
+ "files": [
+ "src/test.ts"
+ ],
+ "include": [
+ "**/*.spec.ts",
+ "**/*.d.ts"
+ ]
+}
diff --git a/ponyracer/projects/ponyracer-lib/tslint.json b/ponyracer/projects/ponyracer-lib/tslint.json
new file mode 100644
index 00000000..124133f8
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/tslint.json
@@ -0,0 +1,17 @@
+{
+ "extends": "../../tslint.json",
+ "rules": {
+ "directive-selector": [
+ true,
+ "attribute",
+ "lib",
+ "camelCase"
+ ],
+ "component-selector": [
+ true,
+ "element",
+ "lib",
+ "kebab-case"
+ ]
+ }
+}
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
new file mode 100644
index 00000000..068e5266
--- /dev/null
+++ b/ponyracer/tsconfig.json
@@ -0,0 +1,30 @@
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "baseUrl": "./",
+ "outDir": "./dist/out-tsc",
+ "sourceMap": true,
+ "declaration": false,
+ "module": "es2015",
+ "moduleResolution": "node",
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "importHelpers": true,
+ "target": "es5",
+ "typeRoots": [
+ "node_modules/@types"
+ ],
+ "lib": [
+ "es2018",
+ "dom"
+ ],
+ "paths": {
+ "ponyracer-lib": [
+ "dist/ponyracer-lib"
+ ],
+ "ponyracer-lib/*": [
+ "dist/ponyracer-lib/*"
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
new file mode 100644
index 00000000..868ecba0
--- /dev/null
+++ b/ponyracer/tslint.json
@@ -0,0 +1,75 @@
+{
+ "extends": "tslint:recommended",
+ "rulesDirectory": [
+ "codelyzer"
+ ],
+ "rules": {
+ "array-type": false,
+ "arrow-parens": false,
+ "deprecation": {
+ "severity": "warn"
+ },
+ "import-blacklist": [
+ true,
+ "rxjs/Rx"
+ ],
+ "interface-name": false,
+ "max-classes-per-file": false,
+ "max-line-length": [
+ true,
+ 140
+ ],
+ "member-access": false,
+ "member-ordering": [
+ true,
+ {
+ "order": [
+ "static-field",
+ "instance-field",
+ "static-method",
+ "instance-method"
+ ]
+ }
+ ],
+ "no-consecutive-blank-lines": false,
+ "no-console": [
+ true,
+ "debug",
+ "info",
+ "time",
+ "timeEnd",
+ "trace"
+ ],
+ "no-empty": false,
+ "no-inferrable-types": [
+ true,
+ "ignore-params"
+ ],
+ "no-non-null-assertion": true,
+ "no-redundant-jsdoc": true,
+ "no-switch-case-fall-through": true,
+ "no-use-before-declare": true,
+ "no-var-requires": false,
+ "object-literal-key-quotes": [
+ true,
+ "as-needed"
+ ],
+ "object-literal-sort-keys": false,
+ "ordered-imports": false,
+ "quotemark": [
+ true,
+ "single"
+ ],
+ "trailing-comma": false,
+ "no-output-on-prefix": true,
+ "use-input-property-decorator": true,
+ "use-output-property-decorator": true,
+ "use-host-property-decorator": true,
+ "no-input-rename": true,
+ "no-output-rename": true,
+ "use-life-cycle-interface": true,
+ "use-pipe-transform-interface": true,
+ "component-class-suffix": true,
+ "directive-class-suffix": true
+ }
+}
From 2c1185a68f4ff1f8a3f81dc37ccbc0b9e53b2afa Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:01:25 +0100
Subject: [PATCH 003/671] chore: version 8.0.0
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 5 +-
ponyracer/package.json | 52 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +-
ponyracer/projects/ponyracer-lib/src/test.ts | 1 -
.../projects/ponyracer-lib/tsconfig.lib.json | 6 ---
ponyracer/tsconfig.json | 4 +-
ponyracer/tslint.json | 23 ++++----
9 files changed, 47 insertions(+), 52 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index cc60b60e..a5d1dab4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index 581e7e37..76fcb9ff 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -4,9 +4,9 @@
"newProjectRoot": "projects",
"projects": {
"ponyracer-lib": {
+ "projectType": "library",
"root": "projects/ponyracer-lib",
"sourceRoot": "projects/ponyracer-lib/src",
- "projectType": "library",
"prefix": "lib",
"architect": {
"build": {
@@ -37,7 +37,6 @@
}
}
}
- }
- },
+ }},
"defaultProject": "ponyracer-lib"
}
\ No newline at end of file
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 7b8815f5..1be8b2df 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,42 +11,40 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~7.2.0",
- "@angular/common": "~7.2.0",
- "@angular/compiler": "~7.2.0",
- "@angular/core": "~7.2.0",
- "@angular/forms": "~7.2.0",
- "@angular/platform-browser": "~7.2.0",
- "@angular/platform-browser-dynamic": "~7.2.0",
- "@angular/router": "~7.2.0",
- "core-js": "^2.5.4",
- "rxjs": "~6.3.3",
+ "@angular/animations": "~8.0.0",
+ "@angular/common": "~8.0.0",
+ "@angular/compiler": "~8.0.0",
+ "@angular/core": "~8.0.0",
+ "@angular/forms": "~8.0.0",
+ "@angular/platform-browser": "~8.0.0",
+ "@angular/platform-browser-dynamic": "~8.0.0",
+ "@angular/router": "~8.0.0",
+ "rxjs": "~6.4.0",
"tslib": "^1.9.0",
- "zone.js": "~0.8.26"
+ "zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.13.0",
- "@angular-devkit/build-ng-packagr": "~0.13.0",
- "@angular/cli": "~7.3.10",
- "@angular/compiler-cli": "~7.2.0",
- "@angular/language-service": "~7.2.0",
+ "@angular-devkit/build-angular": "~0.800.6",
+ "@angular-devkit/build-ng-packagr": "~0.800.6",
+ "@angular/cli": "~8.0.0",
+ "@angular/compiler-cli": "~8.0.0",
+ "@angular/language-service": "~8.0.0",
"@types/node": "~8.9.4",
- "@types/jasmine": "~2.8.8",
+ "@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "~4.5.0",
- "jasmine-core": "~2.99.1",
+ "codelyzer": "^5.0.0",
+ "jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
- "karma": "~4.0.0",
+ "karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
- "karma-jasmine": "~1.1.2",
- "karma-jasmine-html-reporter": "^0.2.2",
- "ng-packagr": "^4.2.0",
+ "karma-jasmine": "~2.0.1",
+ "karma-jasmine-html-reporter": "^1.4.0",
+ "ng-packagr": "^5.1.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
- "tsickle": ">=0.34.0",
- "tslib": "^1.9.0",
- "tslint": "~5.11.0",
- "typescript": "~3.2.2"
+ "tsickle": "^0.35.0",
+ "tslint": "~5.15.0",
+ "typescript": "~3.4.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index cbb647f7..fd08a82a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 5858ed55..2845870a 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,7 +2,7 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^7.2.0",
- "@angular/core": "^7.2.0"
+ "@angular/common": "^8.0.3",
+ "@angular/core": "^8.0.3"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index e11ff1c9..978c64fb 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -1,6 +1,5 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
-import 'core-js/es7/reflect';
import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 3fe337fc..bd23948e 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -3,14 +3,8 @@
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
- "module": "es2015",
- "moduleResolution": "node",
"declaration": true,
- "sourceMap": true,
"inlineSources": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "importHelpers": true,
"types": [],
"lib": [
"dom",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 068e5266..a365cb57 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -5,12 +5,12 @@
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
- "module": "es2015",
+ "module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
- "target": "es5",
+ "target": "es2015",
"typeRoots": [
"node_modules/@types"
],
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 868ecba0..62a9cc5f 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -61,15 +61,20 @@
"single"
],
"trailing-comma": false,
- "no-output-on-prefix": true,
- "use-input-property-decorator": true,
- "use-output-property-decorator": true,
- "use-host-property-decorator": true,
+ "component-class-suffix": true,
+ "contextual-lifecycle": true,
+ "directive-class-suffix": true,
+ "no-conflicting-lifecycle": true,
+ "no-host-metadata-property": true,
"no-input-rename": true,
+ "no-inputs-metadata-property": true,
+ "no-output-native": true,
+ "no-output-on-prefix": true,
"no-output-rename": true,
- "use-life-cycle-interface": true,
- "use-pipe-transform-interface": true,
- "component-class-suffix": true,
- "directive-class-suffix": true
+ "no-outputs-metadata-property": true,
+ "template-banana-in-box": true,
+ "template-no-negated-async": true,
+ "use-lifecycle-interface": true,
+ "use-pipe-transform-interface": true
}
-}
+}
\ No newline at end of file
From e4f227d96331d2a1a3e815317c8133be99fafdce Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:02:43 +0100
Subject: [PATCH 004/671] chore: version 8.0.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a5d1dab4..5f185786 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1be8b2df..bf0b14a8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.0",
+ "@angular/cli": "~8.0.1",
"@angular/compiler-cli": "~8.0.0",
"@angular/language-service": "~8.0.0",
"@types/node": "~8.9.4",
From f0db202a194adf93813d274117ae1bfd805b31c9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:04:10 +0100
Subject: [PATCH 005/671] chore: version 8.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5f185786..d51cc26f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index bf0b14a8..f5106668 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.1",
+ "@angular/cli": "~8.0.2",
"@angular/compiler-cli": "~8.0.0",
"@angular/language-service": "~8.0.0",
"@types/node": "~8.9.4",
From 2c988c7fa8b8114171dec62c1a0046a454a37e91 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:07:44 +0100
Subject: [PATCH 006/671] chore: version 8.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
ponyracer/tsconfig.json | 5 +++--
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d51cc26f..453b5e45 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f5106668..2c2e9bda 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.0.0",
- "@angular/common": "~8.0.0",
- "@angular/compiler": "~8.0.0",
- "@angular/core": "~8.0.0",
- "@angular/forms": "~8.0.0",
- "@angular/platform-browser": "~8.0.0",
- "@angular/platform-browser-dynamic": "~8.0.0",
- "@angular/router": "~8.0.0",
+ "@angular/animations": "~8.0.1",
+ "@angular/common": "~8.0.1",
+ "@angular/compiler": "~8.0.1",
+ "@angular/core": "~8.0.1",
+ "@angular/forms": "~8.0.1",
+ "@angular/platform-browser": "~8.0.1",
+ "@angular/platform-browser-dynamic": "~8.0.1",
+ "@angular/router": "~8.0.1",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.2",
- "@angular/compiler-cli": "~8.0.0",
- "@angular/language-service": "~8.0.0",
+ "@angular/cli": "~8.0.3",
+ "@angular/compiler-cli": "~8.0.1",
+ "@angular/language-service": "~8.0.1",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index a365cb57..42d18279 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -5,10 +5,11 @@
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
- "module": "esnext",
- "moduleResolution": "node",
+ "downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
+ "module": "esnext",
+ "moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
From 3a48807d8d6c8b4cd41fc7cc960e1fe99b3bfa83 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:09:03 +0100
Subject: [PATCH 007/671] chore: version 8.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
ponyracer/tsconfig.json | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 453b5e45..45813120 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2c2e9bda..389df989 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.3",
+ "@angular/cli": "~8.0.4",
"@angular/compiler-cli": "~8.0.1",
"@angular/language-service": "~8.0.1",
"@types/node": "~8.9.4",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 42d18279..c06580a5 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -6,10 +6,9 @@
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
+ "experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"typeRoots": [
From 70291c2d3af754ab92430c7a2ec5154dee678238 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:11:16 +0100
Subject: [PATCH 008/671] chore: version 8.0.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
ponyracer/tsconfig.json | 2 +-
ponyracer/tslint.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 45813120..47c9c469 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 389df989..9b68f0c6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.0.1",
- "@angular/common": "~8.0.1",
- "@angular/compiler": "~8.0.1",
- "@angular/core": "~8.0.1",
- "@angular/forms": "~8.0.1",
- "@angular/platform-browser": "~8.0.1",
- "@angular/platform-browser-dynamic": "~8.0.1",
- "@angular/router": "~8.0.1",
+ "@angular/animations": "~8.0.3",
+ "@angular/common": "~8.0.3",
+ "@angular/compiler": "~8.0.3",
+ "@angular/core": "~8.0.3",
+ "@angular/forms": "~8.0.3",
+ "@angular/platform-browser": "~8.0.3",
+ "@angular/platform-browser-dynamic": "~8.0.3",
+ "@angular/router": "~8.0.3",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.4",
- "@angular/compiler-cli": "~8.0.1",
- "@angular/language-service": "~8.0.1",
+ "@angular/cli": "~8.0.5",
+ "@angular/compiler-cli": "~8.0.3",
+ "@angular/language-service": "~8.0.3",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index c06580a5..bc297686 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -6,9 +6,9 @@
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
+ "experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
- "experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"typeRoots": [
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 62a9cc5f..9c729f99 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -7,7 +7,7 @@
"array-type": false,
"arrow-parens": false,
"deprecation": {
- "severity": "warn"
+ "severity": "warning"
},
"import-blacklist": [
true,
@@ -77,4 +77,4 @@
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true
}
-}
\ No newline at end of file
+}
From aa4fe1cefe9aca6b8bfe62ef6ea5a0cb05f924cf Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:13:24 +0100
Subject: [PATCH 009/671] chore: version 8.0.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 47c9c469..b7c5fbee 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9b68f0c6..fc0bec91 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.5",
+ "@angular/cli": "~8.0.6",
"@angular/compiler-cli": "~8.0.3",
"@angular/language-service": "~8.0.3",
"@types/node": "~8.9.4",
From ae5d21c77a3dbc6408d45c58c7a3674ca7c23acc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:15:36 +0100
Subject: [PATCH 010/671] chore: version 8.1.0-beta.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
.../projects/ponyracer-lib/karma.conf.js | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
.../src/lib/ponyracer-lib.module.ts | 2 ++
ponyracer/tslint.json | 4 +--
7 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b7c5fbee..f1027655 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fc0bec91..a731d818 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.0.3",
- "@angular/common": "~8.0.3",
- "@angular/compiler": "~8.0.3",
- "@angular/core": "~8.0.3",
- "@angular/forms": "~8.0.3",
- "@angular/platform-browser": "~8.0.3",
- "@angular/platform-browser-dynamic": "~8.0.3",
- "@angular/router": "~8.0.3",
+ "@angular/animations": "~8.1.0-next.2",
+ "@angular/common": "~8.1.0-next.2",
+ "@angular/compiler": "~8.1.0-next.2",
+ "@angular/core": "~8.1.0-next.2",
+ "@angular/forms": "~8.1.0-next.2",
+ "@angular/platform-browser": "~8.1.0-next.2",
+ "@angular/platform-browser-dynamic": "~8.1.0-next.2",
+ "@angular/router": "~8.1.0-next.2",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.800.6",
- "@angular-devkit/build-ng-packagr": "~0.800.6",
- "@angular/cli": "~8.0.6",
- "@angular/compiler-cli": "~8.0.3",
- "@angular/language-service": "~8.0.3",
+ "@angular-devkit/build-angular": "~0.801.3",
+ "@angular-devkit/build-ng-packagr": "~0.801.3",
+ "@angular/cli": "~8.1.0-beta.0",
+ "@angular/compiler-cli": "~8.1.0-next.2",
+ "@angular/language-service": "~8.1.0-next.2",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fd08a82a..6f5d7078 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
index cfdcd1cf..9d3707f4 100644
--- a/ponyracer/projects/ponyracer-lib/karma.conf.js
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -17,7 +17,7 @@ module.exports = function (config) {
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'),
- reports: ['html', 'lcovonly'],
+ reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},
reporters: ['progress', 'kjhtml'],
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2845870a..99460f00 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,7 +2,7 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^8.0.3",
- "@angular/core": "^8.0.3"
+ "@angular/common": "^8.1.3",
+ "@angular/core": "^8.1.3"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
index 5fa12873..86e2652a 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
@@ -1,6 +1,8 @@
import { NgModule } from '@angular/core';
import { PonyracerLibComponent } from './ponyracer-lib.component';
+
+
@NgModule({
declarations: [PonyracerLibComponent],
imports: [
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 9c729f99..62a9cc5f 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -7,7 +7,7 @@
"array-type": false,
"arrow-parens": false,
"deprecation": {
- "severity": "warning"
+ "severity": "warn"
},
"import-blacklist": [
true,
@@ -77,4 +77,4 @@
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true
}
-}
+}
\ No newline at end of file
From 2556fddd45d3dd9ae5990444cca87041f290723e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:17:25 +0100
Subject: [PATCH 011/671] chore: version 8.1.0-beta.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f1027655..0f3ffbb7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a731d818..291b635c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.0-beta.0",
+ "@angular/cli": "~8.1.0-beta.1",
"@angular/compiler-cli": "~8.1.0-next.2",
"@angular/language-service": "~8.1.0-next.2",
"@types/node": "~8.9.4",
From 836bb84916c3d9430727be59257f001bb65396fd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:18:43 +0100
Subject: [PATCH 012/671] chore: version 8.1.0-beta.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0f3ffbb7..3b1f5404 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 291b635c..377001f2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.0-beta.1",
+ "@angular/cli": "~8.1.0-beta.2",
"@angular/compiler-cli": "~8.1.0-next.2",
"@angular/language-service": "~8.1.0-next.2",
"@types/node": "~8.9.4",
From ac7806c200191fc27c578c8a799b8f7e03a75d33 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:19:48 +0100
Subject: [PATCH 013/671] chore: version 8.1.0-beta.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
ponyracer/tsconfig.json | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3b1f5404..9f5bc312 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 377001f2..5685ac14 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.0-beta.2",
+ "@angular/cli": "~8.1.0-beta.3",
"@angular/compiler-cli": "~8.1.0-next.2",
"@angular/language-service": "~8.1.0-next.2",
"@types/node": "~8.9.4",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index bc297686..3531048e 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -26,5 +26,9 @@
"dist/ponyracer-lib/*"
]
}
+ },
+ "angularCompilerOptions": {
+ "fullTemplateTypeCheck": true,
+ "strictInjectionParameters": true
}
}
\ No newline at end of file
From f2df58f738b4cbc18087162db3254db89e900331 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:21:08 +0100
Subject: [PATCH 014/671] chore: version 8.1.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
ponyracer/tslint.json | 4 ++--
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9f5bc312..aec5dba2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-beta.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5685ac14..c6f84679 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.1.0-next.2",
- "@angular/common": "~8.1.0-next.2",
- "@angular/compiler": "~8.1.0-next.2",
- "@angular/core": "~8.1.0-next.2",
- "@angular/forms": "~8.1.0-next.2",
- "@angular/platform-browser": "~8.1.0-next.2",
- "@angular/platform-browser-dynamic": "~8.1.0-next.2",
- "@angular/router": "~8.1.0-next.2",
+ "@angular/animations": "~8.1.0-rc.0",
+ "@angular/common": "~8.1.0-rc.0",
+ "@angular/compiler": "~8.1.0-rc.0",
+ "@angular/core": "~8.1.0-rc.0",
+ "@angular/forms": "~8.1.0-rc.0",
+ "@angular/platform-browser": "~8.1.0-rc.0",
+ "@angular/platform-browser-dynamic": "~8.1.0-rc.0",
+ "@angular/router": "~8.1.0-rc.0",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.0-beta.3",
- "@angular/compiler-cli": "~8.1.0-next.2",
- "@angular/language-service": "~8.1.0-next.2",
+ "@angular/cli": "~8.1.0-rc.0",
+ "@angular/compiler-cli": "~8.1.0-rc.0",
+ "@angular/language-service": "~8.1.0-rc.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 62a9cc5f..9c729f99 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -7,7 +7,7 @@
"array-type": false,
"arrow-parens": false,
"deprecation": {
- "severity": "warn"
+ "severity": "warning"
},
"import-blacklist": [
true,
@@ -77,4 +77,4 @@
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true
}
-}
\ No newline at end of file
+}
From 1fa028791fcf39f0903d61c95a666e9c858d6c1f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:22:39 +0100
Subject: [PATCH 015/671] chore: version 8.1.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index aec5dba2..fc27e53d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c6f84679..6ae07900 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.1.0-rc.0",
- "@angular/common": "~8.1.0-rc.0",
- "@angular/compiler": "~8.1.0-rc.0",
- "@angular/core": "~8.1.0-rc.0",
- "@angular/forms": "~8.1.0-rc.0",
- "@angular/platform-browser": "~8.1.0-rc.0",
- "@angular/platform-browser-dynamic": "~8.1.0-rc.0",
- "@angular/router": "~8.1.0-rc.0",
+ "@angular/animations": "~8.1.0",
+ "@angular/common": "~8.1.0",
+ "@angular/compiler": "~8.1.0",
+ "@angular/core": "~8.1.0",
+ "@angular/forms": "~8.1.0",
+ "@angular/platform-browser": "~8.1.0",
+ "@angular/platform-browser-dynamic": "~8.1.0",
+ "@angular/router": "~8.1.0",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.0-rc.0",
- "@angular/compiler-cli": "~8.1.0-rc.0",
- "@angular/language-service": "~8.1.0-rc.0",
+ "@angular/cli": "~8.1.0",
+ "@angular/compiler-cli": "~8.1.0",
+ "@angular/language-service": "~8.1.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From e87e07a74f617acd50dcdcfb7b8cb09bae5f0fc3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:23:59 +0100
Subject: [PATCH 016/671] chore: version 8.1.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index fc27e53d..7432e616 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6ae07900..1a7dc0a8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.1.0",
- "@angular/common": "~8.1.0",
- "@angular/compiler": "~8.1.0",
- "@angular/core": "~8.1.0",
- "@angular/forms": "~8.1.0",
- "@angular/platform-browser": "~8.1.0",
- "@angular/platform-browser-dynamic": "~8.1.0",
- "@angular/router": "~8.1.0",
+ "@angular/animations": "~8.1.1",
+ "@angular/common": "~8.1.1",
+ "@angular/compiler": "~8.1.1",
+ "@angular/core": "~8.1.1",
+ "@angular/forms": "~8.1.1",
+ "@angular/platform-browser": "~8.1.1",
+ "@angular/platform-browser-dynamic": "~8.1.1",
+ "@angular/router": "~8.1.1",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.0",
- "@angular/compiler-cli": "~8.1.0",
- "@angular/language-service": "~8.1.0",
+ "@angular/cli": "~8.1.1",
+ "@angular/compiler-cli": "~8.1.1",
+ "@angular/language-service": "~8.1.1",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From fc5e06054f0873cc6f1e9c7bf4fb2a9fce5ff79d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:25:20 +0100
Subject: [PATCH 017/671] chore: version 8.1.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7432e616..c69c5aa9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1a7dc0a8..b2d51481 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.1.1",
- "@angular/common": "~8.1.1",
- "@angular/compiler": "~8.1.1",
- "@angular/core": "~8.1.1",
- "@angular/forms": "~8.1.1",
- "@angular/platform-browser": "~8.1.1",
- "@angular/platform-browser-dynamic": "~8.1.1",
- "@angular/router": "~8.1.1",
+ "@angular/animations": "~8.1.2",
+ "@angular/common": "~8.1.2",
+ "@angular/compiler": "~8.1.2",
+ "@angular/core": "~8.1.2",
+ "@angular/forms": "~8.1.2",
+ "@angular/platform-browser": "~8.1.2",
+ "@angular/platform-browser-dynamic": "~8.1.2",
+ "@angular/router": "~8.1.2",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.1",
- "@angular/compiler-cli": "~8.1.1",
- "@angular/language-service": "~8.1.1",
+ "@angular/cli": "~8.1.2",
+ "@angular/compiler-cli": "~8.1.2",
+ "@angular/language-service": "~8.1.2",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 6831fe07541fe69dbd206b8b688fad5abf7b0e01 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:26:36 +0100
Subject: [PATCH 018/671] chore: version 8.1.3
---
ponyracer/.gitignore | 4 ++--
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
index f4f46a5f..86d943a9 100644
--- a/ponyracer/.gitignore
+++ b/ponyracer/.gitignore
@@ -11,8 +11,8 @@
/node_modules
# profiling files
-chrome-profiler-events.json
-speed-measure-plugin.json
+chrome-profiler-events*.json
+speed-measure-plugin*.json
# IDEs and editors
/.idea
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c69c5aa9..85f97e2a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b2d51481..d834b28d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.1.2",
- "@angular/common": "~8.1.2",
- "@angular/compiler": "~8.1.2",
- "@angular/core": "~8.1.2",
- "@angular/forms": "~8.1.2",
- "@angular/platform-browser": "~8.1.2",
- "@angular/platform-browser-dynamic": "~8.1.2",
- "@angular/router": "~8.1.2",
+ "@angular/animations": "~8.1.3",
+ "@angular/common": "~8.1.3",
+ "@angular/compiler": "~8.1.3",
+ "@angular/core": "~8.1.3",
+ "@angular/forms": "~8.1.3",
+ "@angular/platform-browser": "~8.1.3",
+ "@angular/platform-browser-dynamic": "~8.1.3",
+ "@angular/router": "~8.1.3",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.3",
"@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.2",
- "@angular/compiler-cli": "~8.1.2",
- "@angular/language-service": "~8.1.2",
+ "@angular/cli": "~8.1.3",
+ "@angular/compiler-cli": "~8.1.3",
+ "@angular/language-service": "~8.1.3",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 27b541fdaefa44180f42d44aab99d9b30d88cef2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:28:05 +0100
Subject: [PATCH 019/671] chore: version 8.2.0-next.0
---
ponyracer/.gitignore | 4 +--
ponyracer/README.md | 2 +-
ponyracer/package.json | 30 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
5 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
index 86d943a9..f4f46a5f 100644
--- a/ponyracer/.gitignore
+++ b/ponyracer/.gitignore
@@ -11,8 +11,8 @@
/node_modules
# profiling files
-chrome-profiler-events*.json
-speed-measure-plugin*.json
+chrome-profiler-events.json
+speed-measure-plugin.json
# IDEs and editors
/.idea
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 85f97e2a..5079a95c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d834b28d..15845ab0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.1.3",
- "@angular/common": "~8.1.3",
- "@angular/compiler": "~8.1.3",
- "@angular/core": "~8.1.3",
- "@angular/forms": "~8.1.3",
- "@angular/platform-browser": "~8.1.3",
- "@angular/platform-browser-dynamic": "~8.1.3",
- "@angular/router": "~8.1.3",
+ "@angular/animations": "~8.2.0-next.0",
+ "@angular/common": "~8.2.0-next.0",
+ "@angular/compiler": "~8.2.0-next.0",
+ "@angular/core": "~8.2.0-next.0",
+ "@angular/forms": "~8.2.0-next.0",
+ "@angular/platform-browser": "~8.2.0-next.0",
+ "@angular/platform-browser-dynamic": "~8.2.0-next.0",
+ "@angular/router": "~8.2.0-next.0",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.801.3",
- "@angular-devkit/build-ng-packagr": "~0.801.3",
- "@angular/cli": "~8.1.3",
- "@angular/compiler-cli": "~8.1.3",
- "@angular/language-service": "~8.1.3",
+ "@angular-devkit/build-angular": "~0.802.2",
+ "@angular-devkit/build-ng-packagr": "~0.802.2",
+ "@angular/cli": "~8.2.0-next.0",
+ "@angular/compiler-cli": "~8.2.0-next.0",
+ "@angular/language-service": "~8.2.0-next.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
@@ -40,10 +40,10 @@
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
- "ng-packagr": "^5.1.0",
+ "ng-packagr": "^5.3.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
- "tsickle": "^0.35.0",
+ "tsickle": "^0.36.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 6f5d7078..42d053ff 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 99460f00..cf910808 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,7 +2,7 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^8.1.3",
- "@angular/core": "^8.1.3"
+ "@angular/common": "^8.2.0",
+ "@angular/core": "^8.2.0"
}
}
\ No newline at end of file
From c6e7feb9b36e158820fcfe1333b9f46fb063dd27 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:29:35 +0100
Subject: [PATCH 020/671] chore: version 8.2.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5079a95c..4ed2e002 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 15845ab0..6ebc8f51 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.0-next.0",
- "@angular/common": "~8.2.0-next.0",
- "@angular/compiler": "~8.2.0-next.0",
- "@angular/core": "~8.2.0-next.0",
- "@angular/forms": "~8.2.0-next.0",
- "@angular/platform-browser": "~8.2.0-next.0",
- "@angular/platform-browser-dynamic": "~8.2.0-next.0",
- "@angular/router": "~8.2.0-next.0",
+ "@angular/animations": "~8.2.0-next.2",
+ "@angular/common": "~8.2.0-next.2",
+ "@angular/compiler": "~8.2.0-next.2",
+ "@angular/core": "~8.2.0-next.2",
+ "@angular/forms": "~8.2.0-next.2",
+ "@angular/platform-browser": "~8.2.0-next.2",
+ "@angular/platform-browser-dynamic": "~8.2.0-next.2",
+ "@angular/router": "~8.2.0-next.2",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
- "@angular/cli": "~8.2.0-next.0",
- "@angular/compiler-cli": "~8.2.0-next.0",
- "@angular/language-service": "~8.2.0-next.0",
+ "@angular/cli": "~8.2.0-next.1",
+ "@angular/compiler-cli": "~8.2.0-next.2",
+ "@angular/language-service": "~8.2.0-next.2",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 849ecd93334e5fbaf213f29c952cfda9cc6865f1 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:31:09 +0100
Subject: [PATCH 021/671] chore: version 8.2.0-rc.0
---
ponyracer/.gitignore | 4 ++--
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++++++-------------
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
index f4f46a5f..86d943a9 100644
--- a/ponyracer/.gitignore
+++ b/ponyracer/.gitignore
@@ -11,8 +11,8 @@
/node_modules
# profiling files
-chrome-profiler-events.json
-speed-measure-plugin.json
+chrome-profiler-events*.json
+speed-measure-plugin*.json
# IDEs and editors
/.idea
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4ed2e002..6e055382 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6ebc8f51..ff89b2bb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.0-next.2",
- "@angular/common": "~8.2.0-next.2",
- "@angular/compiler": "~8.2.0-next.2",
- "@angular/core": "~8.2.0-next.2",
- "@angular/forms": "~8.2.0-next.2",
- "@angular/platform-browser": "~8.2.0-next.2",
- "@angular/platform-browser-dynamic": "~8.2.0-next.2",
- "@angular/router": "~8.2.0-next.2",
+ "@angular/animations": "~8.2.0-rc.0",
+ "@angular/common": "~8.2.0-rc.0",
+ "@angular/compiler": "~8.2.0-rc.0",
+ "@angular/core": "~8.2.0-rc.0",
+ "@angular/forms": "~8.2.0-rc.0",
+ "@angular/platform-browser": "~8.2.0-rc.0",
+ "@angular/platform-browser-dynamic": "~8.2.0-rc.0",
+ "@angular/router": "~8.2.0-rc.0",
"rxjs": "~6.4.0",
- "tslib": "^1.9.0",
+ "tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
- "@angular/cli": "~8.2.0-next.1",
- "@angular/compiler-cli": "~8.2.0-next.2",
- "@angular/language-service": "~8.2.0-next.2",
+ "@angular/cli": "~8.2.0-rc.0",
+ "@angular/compiler-cli": "~8.2.0-rc.0",
+ "@angular/language-service": "~8.2.0-rc.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
@@ -45,6 +45,6 @@
"ts-node": "~7.0.0",
"tsickle": "^0.36.0",
"tslint": "~5.15.0",
- "typescript": "~3.4.3"
+ "typescript": "~3.5.3"
}
}
From 4fcf8f0034f5f9acbd48c2984ab4fb672ef263bc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:32:39 +0100
Subject: [PATCH 022/671] chore: version 8.2.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6e055382..3c1097b9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ff89b2bb..b86d6b45 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.0-rc.0",
- "@angular/common": "~8.2.0-rc.0",
- "@angular/compiler": "~8.2.0-rc.0",
- "@angular/core": "~8.2.0-rc.0",
- "@angular/forms": "~8.2.0-rc.0",
- "@angular/platform-browser": "~8.2.0-rc.0",
- "@angular/platform-browser-dynamic": "~8.2.0-rc.0",
- "@angular/router": "~8.2.0-rc.0",
+ "@angular/animations": "~8.2.0",
+ "@angular/common": "~8.2.0",
+ "@angular/compiler": "~8.2.0",
+ "@angular/core": "~8.2.0",
+ "@angular/forms": "~8.2.0",
+ "@angular/platform-browser": "~8.2.0",
+ "@angular/platform-browser-dynamic": "~8.2.0",
+ "@angular/router": "~8.2.0",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
- "@angular/cli": "~8.2.0-rc.0",
- "@angular/compiler-cli": "~8.2.0-rc.0",
- "@angular/language-service": "~8.2.0-rc.0",
+ "@angular/cli": "~8.2.0",
+ "@angular/compiler-cli": "~8.2.0",
+ "@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 9860d095ce831bf402564565c98dccbd385fcd0b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:34:12 +0100
Subject: [PATCH 023/671] chore: version 8.2.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3c1097b9..d0109ce3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b86d6b45..87687295 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
- "@angular/cli": "~8.2.0",
+ "@angular/cli": "~8.2.1",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
From 2f2648627bfdcc986c83bf95b9b1af14be69e960 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:35:50 +0100
Subject: [PATCH 024/671] chore: version 8.2.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d0109ce3..4c0d99f1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 87687295..19a10883 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
- "@angular/cli": "~8.2.1",
+ "@angular/cli": "~8.2.2",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
From e9164a19d432f1f07d1a6ddf52345ee7a12ee47a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:37:28 +0100
Subject: [PATCH 025/671] chore: version 8.3.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 10 +++++-----
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4c0d99f1..5fb37bd8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 19a10883..611e51ee 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.802.2",
- "@angular-devkit/build-ng-packagr": "~0.802.2",
- "@angular/cli": "~8.2.2",
+ "@angular-devkit/build-angular": "~0.803.23",
+ "@angular-devkit/build-ng-packagr": "~0.803.23",
+ "@angular/cli": "~8.3.0-next.0",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
@@ -40,10 +40,10 @@
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
- "ng-packagr": "^5.3.0",
+ "ng-packagr": "^5.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
- "tsickle": "^0.36.0",
+ "tsickle": "^0.37.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 42d053ff..44c9b200 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index cf910808..0400996c 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,7 +2,7 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^8.2.0",
- "@angular/core": "^8.2.0"
+ "@angular/common": "^8.2.14",
+ "@angular/core": "^8.2.14"
}
}
\ No newline at end of file
From 90a364be843186abd47017b75389853094904f75 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:39:04 +0100
Subject: [PATCH 026/671] chore: version 8.3.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5fb37bd8..6de8efbb 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 611e51ee..c7762ba8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.0-next.0",
+ "@angular/cli": "~8.3.0-next.1",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
From 3f95bfaa6704f7d317ab9998bc17076ef63ea35f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:40:51 +0100
Subject: [PATCH 027/671] chore: version 8.3.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6de8efbb..b0190585 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c7762ba8..da8ac446 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.0-next.1",
+ "@angular/cli": "~8.3.0-next.2",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
From 844b7a4250f1d2722642edeef94ac558acafd016 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:43:08 +0100
Subject: [PATCH 028/671] chore: version 8.3.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b0190585..7816944d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index da8ac446..91a7f82d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.0-next.2",
+ "@angular/cli": "~8.3.0-rc.0",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
From 3a3f5f0fe0e4df61807f39dad580f91dd90f7ad4 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:44:51 +0100
Subject: [PATCH 029/671] chore: version 8.3.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7816944d..1dd776d4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 91a7f82d..d9dfb1c9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.0",
- "@angular/common": "~8.2.0",
- "@angular/compiler": "~8.2.0",
- "@angular/core": "~8.2.0",
- "@angular/forms": "~8.2.0",
- "@angular/platform-browser": "~8.2.0",
- "@angular/platform-browser-dynamic": "~8.2.0",
- "@angular/router": "~8.2.0",
+ "@angular/animations": "~8.2.3",
+ "@angular/common": "~8.2.3",
+ "@angular/compiler": "~8.2.3",
+ "@angular/core": "~8.2.3",
+ "@angular/forms": "~8.2.3",
+ "@angular/platform-browser": "~8.2.3",
+ "@angular/platform-browser-dynamic": "~8.2.3",
+ "@angular/router": "~8.2.3",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.0-rc.0",
- "@angular/compiler-cli": "~8.2.0",
- "@angular/language-service": "~8.2.0",
+ "@angular/cli": "~8.3.0",
+ "@angular/compiler-cli": "~8.2.3",
+ "@angular/language-service": "~8.2.3",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From dc65961091acf20f32275bea3ee741d3bdd4e9e1 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:46:18 +0100
Subject: [PATCH 030/671] chore: version 8.3.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1dd776d4..afe6de49 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d9dfb1c9..370faacb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.0",
+ "@angular/cli": "~8.3.1",
"@angular/compiler-cli": "~8.2.3",
"@angular/language-service": "~8.2.3",
"@types/node": "~8.9.4",
From 0195cc3b717c21b83d81bf2e4e628dfda3a967ca Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:47:37 +0100
Subject: [PATCH 031/671] chore: version 8.3.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index afe6de49..37945f8d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 370faacb..851727cb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.3",
- "@angular/common": "~8.2.3",
- "@angular/compiler": "~8.2.3",
- "@angular/core": "~8.2.3",
- "@angular/forms": "~8.2.3",
- "@angular/platform-browser": "~8.2.3",
- "@angular/platform-browser-dynamic": "~8.2.3",
- "@angular/router": "~8.2.3",
+ "@angular/animations": "~8.2.4",
+ "@angular/common": "~8.2.4",
+ "@angular/compiler": "~8.2.4",
+ "@angular/core": "~8.2.4",
+ "@angular/forms": "~8.2.4",
+ "@angular/platform-browser": "~8.2.4",
+ "@angular/platform-browser-dynamic": "~8.2.4",
+ "@angular/router": "~8.2.4",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.1",
- "@angular/compiler-cli": "~8.2.3",
- "@angular/language-service": "~8.2.3",
+ "@angular/cli": "~8.3.2",
+ "@angular/compiler-cli": "~8.2.4",
+ "@angular/language-service": "~8.2.4",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 420b0e0c7f9f2ef6d3758ba18f32a6b61207ac70 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:48:53 +0100
Subject: [PATCH 032/671] chore: version 8.3.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 37945f8d..aa3ab372 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 851727cb..fefd770f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.2",
+ "@angular/cli": "~8.3.3",
"@angular/compiler-cli": "~8.2.4",
"@angular/language-service": "~8.2.4",
"@types/node": "~8.9.4",
From 6596271edb58faebd2003037f2b07f36e75977eb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:50:45 +0100
Subject: [PATCH 033/671] chore: version 8.3.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index aa3ab372..059b0e65 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fefd770f..7592557a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.4",
- "@angular/common": "~8.2.4",
- "@angular/compiler": "~8.2.4",
- "@angular/core": "~8.2.4",
- "@angular/forms": "~8.2.4",
- "@angular/platform-browser": "~8.2.4",
- "@angular/platform-browser-dynamic": "~8.2.4",
- "@angular/router": "~8.2.4",
+ "@angular/animations": "~8.2.5",
+ "@angular/common": "~8.2.5",
+ "@angular/compiler": "~8.2.5",
+ "@angular/core": "~8.2.5",
+ "@angular/forms": "~8.2.5",
+ "@angular/platform-browser": "~8.2.5",
+ "@angular/platform-browser-dynamic": "~8.2.5",
+ "@angular/router": "~8.2.5",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.3",
- "@angular/compiler-cli": "~8.2.4",
- "@angular/language-service": "~8.2.4",
+ "@angular/cli": "~8.3.4",
+ "@angular/compiler-cli": "~8.2.5",
+ "@angular/language-service": "~8.2.5",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 47195d8f2ab16f9c39d7e6cf7ee0c076422f25ef Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:52:00 +0100
Subject: [PATCH 034/671] chore: version 8.3.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 059b0e65..a0ecb45a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 7592557a..65cfd585 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.5",
- "@angular/common": "~8.2.5",
- "@angular/compiler": "~8.2.5",
- "@angular/core": "~8.2.5",
- "@angular/forms": "~8.2.5",
- "@angular/platform-browser": "~8.2.5",
- "@angular/platform-browser-dynamic": "~8.2.5",
- "@angular/router": "~8.2.5",
+ "@angular/animations": "~8.2.7",
+ "@angular/common": "~8.2.7",
+ "@angular/compiler": "~8.2.7",
+ "@angular/core": "~8.2.7",
+ "@angular/forms": "~8.2.7",
+ "@angular/platform-browser": "~8.2.7",
+ "@angular/platform-browser-dynamic": "~8.2.7",
+ "@angular/router": "~8.2.7",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.4",
- "@angular/compiler-cli": "~8.2.5",
- "@angular/language-service": "~8.2.5",
+ "@angular/cli": "~8.3.5",
+ "@angular/compiler-cli": "~8.2.7",
+ "@angular/language-service": "~8.2.7",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From e62b34ad262e53098553a4020ab59576ef21e8f5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:53:34 +0100
Subject: [PATCH 035/671] chore: version 8.3.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a0ecb45a..8834b026 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 65cfd585..f907a0bf 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.7",
- "@angular/common": "~8.2.7",
- "@angular/compiler": "~8.2.7",
- "@angular/core": "~8.2.7",
- "@angular/forms": "~8.2.7",
- "@angular/platform-browser": "~8.2.7",
- "@angular/platform-browser-dynamic": "~8.2.7",
- "@angular/router": "~8.2.7",
+ "@angular/animations": "~8.2.8",
+ "@angular/common": "~8.2.8",
+ "@angular/compiler": "~8.2.8",
+ "@angular/core": "~8.2.8",
+ "@angular/forms": "~8.2.8",
+ "@angular/platform-browser": "~8.2.8",
+ "@angular/platform-browser-dynamic": "~8.2.8",
+ "@angular/router": "~8.2.8",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.5",
- "@angular/compiler-cli": "~8.2.7",
- "@angular/language-service": "~8.2.7",
+ "@angular/cli": "~8.3.6",
+ "@angular/compiler-cli": "~8.2.8",
+ "@angular/language-service": "~8.2.8",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 52d8d45cdcd93a907683c923a12b87629d67e727 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:54:46 +0100
Subject: [PATCH 036/671] chore: version 8.3.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
ponyracer/tslint.json | 1 -
3 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8834b026..0f438bcb 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f907a0bf..f4a8222f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.8",
- "@angular/common": "~8.2.8",
- "@angular/compiler": "~8.2.8",
- "@angular/core": "~8.2.8",
- "@angular/forms": "~8.2.8",
- "@angular/platform-browser": "~8.2.8",
- "@angular/platform-browser-dynamic": "~8.2.8",
- "@angular/router": "~8.2.8",
+ "@angular/animations": "~8.2.9",
+ "@angular/common": "~8.2.9",
+ "@angular/compiler": "~8.2.9",
+ "@angular/core": "~8.2.9",
+ "@angular/forms": "~8.2.9",
+ "@angular/platform-browser": "~8.2.9",
+ "@angular/platform-browser-dynamic": "~8.2.9",
+ "@angular/router": "~8.2.9",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.6",
- "@angular/compiler-cli": "~8.2.8",
- "@angular/language-service": "~8.2.8",
+ "@angular/cli": "~8.3.7",
+ "@angular/compiler-cli": "~8.2.9",
+ "@angular/language-service": "~8.2.9",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 9c729f99..e7709133 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -48,7 +48,6 @@
"no-non-null-assertion": true,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
- "no-use-before-declare": true,
"no-var-requires": false,
"object-literal-key-quotes": [
true,
From 13547263383c81a1e66cecd5aa07f2aab4b6e4af Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:56:11 +0100
Subject: [PATCH 037/671] chore: version 8.3.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0f438bcb..c6d630c7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f4a8222f..d74b3387 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.7",
+ "@angular/cli": "~8.3.8",
"@angular/compiler-cli": "~8.2.9",
"@angular/language-service": "~8.2.9",
"@types/node": "~8.9.4",
From 36f5c9d5710f2a596b7cf2ba4ed56aac82561dd3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:57:28 +0100
Subject: [PATCH 038/671] chore: version 8.3.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c6d630c7..d52d7ab8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d74b3387..f0b65985 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.8",
+ "@angular/cli": "~8.3.9",
"@angular/compiler-cli": "~8.2.9",
"@angular/language-service": "~8.2.9",
"@types/node": "~8.9.4",
From 1ffa1d2731cc2a4db27f0817f1f7eec693ac6531 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:58:55 +0100
Subject: [PATCH 039/671] chore: version 8.3.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d52d7ab8..adb99bf9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f0b65985..cb884684 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.9",
- "@angular/common": "~8.2.9",
- "@angular/compiler": "~8.2.9",
- "@angular/core": "~8.2.9",
- "@angular/forms": "~8.2.9",
- "@angular/platform-browser": "~8.2.9",
- "@angular/platform-browser-dynamic": "~8.2.9",
- "@angular/router": "~8.2.9",
+ "@angular/animations": "~8.2.11",
+ "@angular/common": "~8.2.11",
+ "@angular/compiler": "~8.2.11",
+ "@angular/core": "~8.2.11",
+ "@angular/forms": "~8.2.11",
+ "@angular/platform-browser": "~8.2.11",
+ "@angular/platform-browser-dynamic": "~8.2.11",
+ "@angular/router": "~8.2.11",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.9",
- "@angular/compiler-cli": "~8.2.9",
- "@angular/language-service": "~8.2.9",
+ "@angular/cli": "~8.3.10",
+ "@angular/compiler-cli": "~8.2.11",
+ "@angular/language-service": "~8.2.11",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 44c2a1c5fc0fc3cf5419a54258fa979dfb71597f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:00:33 +0100
Subject: [PATCH 040/671] chore: version 8.3.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index adb99bf9..c1c1f893 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cb884684..8cf7631a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.10",
+ "@angular/cli": "~8.3.12",
"@angular/compiler-cli": "~8.2.11",
"@angular/language-service": "~8.2.11",
"@types/node": "~8.9.4",
From 5bb88e0aa4a366ebed2a30f64956430cfab30f7a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:01:47 +0100
Subject: [PATCH 041/671] chore: version 8.3.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c1c1f893..144ce036 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8cf7631a..39631271 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.12",
+ "@angular/cli": "~8.3.13",
"@angular/compiler-cli": "~8.2.11",
"@angular/language-service": "~8.2.11",
"@types/node": "~8.9.4",
From 523ffa53d17c92721e15151ddd6a264b0d7928ad Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:03:06 +0100
Subject: [PATCH 042/671] chore: version 8.3.14
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 144ce036..1a4e59d4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.14.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 39631271..d0f4226d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.13",
+ "@angular/cli": "~8.3.14",
"@angular/compiler-cli": "~8.2.11",
"@angular/language-service": "~8.2.11",
"@types/node": "~8.9.4",
From 2f20afe4efd3b13e26d1cd398ccca569b210cffb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:04:26 +0100
Subject: [PATCH 043/671] chore: version 8.3.15
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1a4e59d4..ac1ae726 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.14.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.15.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d0f4226d..6d56e67d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.11",
- "@angular/common": "~8.2.11",
- "@angular/compiler": "~8.2.11",
- "@angular/core": "~8.2.11",
- "@angular/forms": "~8.2.11",
- "@angular/platform-browser": "~8.2.11",
- "@angular/platform-browser-dynamic": "~8.2.11",
- "@angular/router": "~8.2.11",
+ "@angular/animations": "~8.2.12",
+ "@angular/common": "~8.2.12",
+ "@angular/compiler": "~8.2.12",
+ "@angular/core": "~8.2.12",
+ "@angular/forms": "~8.2.12",
+ "@angular/platform-browser": "~8.2.12",
+ "@angular/platform-browser-dynamic": "~8.2.12",
+ "@angular/router": "~8.2.12",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.14",
- "@angular/compiler-cli": "~8.2.11",
- "@angular/language-service": "~8.2.11",
+ "@angular/cli": "~8.3.15",
+ "@angular/compiler-cli": "~8.2.12",
+ "@angular/language-service": "~8.2.12",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 335007d13d440bd9b6268fe9570280e4d0f45581 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:05:47 +0100
Subject: [PATCH 044/671] chore: version 8.3.16
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ac1ae726..2a32bf54 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.15.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.16.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6d56e67d..dffc3e9a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.12",
- "@angular/common": "~8.2.12",
- "@angular/compiler": "~8.2.12",
- "@angular/core": "~8.2.12",
- "@angular/forms": "~8.2.12",
- "@angular/platform-browser": "~8.2.12",
- "@angular/platform-browser-dynamic": "~8.2.12",
- "@angular/router": "~8.2.12",
+ "@angular/animations": "~8.2.13",
+ "@angular/common": "~8.2.13",
+ "@angular/compiler": "~8.2.13",
+ "@angular/core": "~8.2.13",
+ "@angular/forms": "~8.2.13",
+ "@angular/platform-browser": "~8.2.13",
+ "@angular/platform-browser-dynamic": "~8.2.13",
+ "@angular/router": "~8.2.13",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.15",
- "@angular/compiler-cli": "~8.2.12",
- "@angular/language-service": "~8.2.12",
+ "@angular/cli": "~8.3.16",
+ "@angular/compiler-cli": "~8.2.13",
+ "@angular/language-service": "~8.2.13",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From 253ab4896470cf40d0a204c88b55bdc5ad3b9c88 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 00:07:35 +0000
Subject: [PATCH 045/671] chore: version 8.3.17
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2a32bf54..f78a6767 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.16.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.17.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index dffc3e9a..2772d027 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.16",
+ "@angular/cli": "~8.3.17",
"@angular/compiler-cli": "~8.2.13",
"@angular/language-service": "~8.2.13",
"@types/node": "~8.9.4",
From d7a3ee5b4f7c10a4316015ad04c4c12561dd6c32 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:08:38 +0100
Subject: [PATCH 046/671] chore: version 8.3.18
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f78a6767..85c59cff 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.17.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.18.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2772d027..38deec16 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.17",
+ "@angular/cli": "~8.3.18",
"@angular/compiler-cli": "~8.2.13",
"@angular/language-service": "~8.2.13",
"@types/node": "~8.9.4",
From a79d1a8112def4e59159f5cfce402a740c438e19 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:10:04 +0100
Subject: [PATCH 047/671] chore: version 8.3.19
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 85c59cff..a3aa29af 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.18.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.19.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 38deec16..88e57962 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.13",
- "@angular/common": "~8.2.13",
- "@angular/compiler": "~8.2.13",
- "@angular/core": "~8.2.13",
- "@angular/forms": "~8.2.13",
- "@angular/platform-browser": "~8.2.13",
- "@angular/platform-browser-dynamic": "~8.2.13",
- "@angular/router": "~8.2.13",
+ "@angular/animations": "~8.2.14",
+ "@angular/common": "~8.2.14",
+ "@angular/compiler": "~8.2.14",
+ "@angular/core": "~8.2.14",
+ "@angular/forms": "~8.2.14",
+ "@angular/platform-browser": "~8.2.14",
+ "@angular/platform-browser-dynamic": "~8.2.14",
+ "@angular/router": "~8.2.14",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.18",
- "@angular/compiler-cli": "~8.2.13",
- "@angular/language-service": "~8.2.13",
+ "@angular/cli": "~8.3.19",
+ "@angular/compiler-cli": "~8.2.14",
+ "@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
From e9103c27a51e912ced06cd297166d5343604992d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:11:42 +0100
Subject: [PATCH 048/671] chore: version 8.3.20
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a3aa29af..25dad774 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.19.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.20.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 88e57962..454b4a70 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.19",
+ "@angular/cli": "~8.3.20",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From 5f0e91141370914e4c7e4d83b830ccb721dba2af Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:13:25 +0100
Subject: [PATCH 049/671] chore: version 8.3.21
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 25dad774..36c77882 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.20.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.21.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 454b4a70..720cf5d9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.20",
+ "@angular/cli": "~8.3.21",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From a4f42163bd0df4626ee9ff7b8be7eba212b3803a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:15:09 +0100
Subject: [PATCH 050/671] chore: version 8.3.22
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 36c77882..5a311d49 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.21.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.22.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 720cf5d9..6b9b5893 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.21",
+ "@angular/cli": "~8.3.22",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From cd7a028d7285dba57dd6a6322021f7d957b10a7a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:16:58 +0100
Subject: [PATCH 051/671] chore: version 8.3.23
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5a311d49..7e4112e2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.22.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.23.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6b9b5893..4d8fba6c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.22",
+ "@angular/cli": "~8.3.23",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From cc6338ac51ab40b41c77135b483568bb82345314 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:04:33 +0000
Subject: [PATCH 052/671] chore: version 8.3.24
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7e4112e2..182e7c1b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.23.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.24.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 4d8fba6c..afbf34e9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.803.23",
- "@angular-devkit/build-ng-packagr": "~0.803.23",
- "@angular/cli": "~8.3.23",
+ "@angular-devkit/build-angular": "~0.803.24",
+ "@angular-devkit/build-ng-packagr": "~0.803.24",
+ "@angular/cli": "~8.3.24",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From 0fc90476d96e6fc8c234cee7366f20ba2c48caec Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 6 Feb 2020 02:04:41 +0000
Subject: [PATCH 053/671] chore: version 8.3.25
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 182e7c1b..7a396d15 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.24.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.25.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index afbf34e9..5ea1ef39 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.803.24",
- "@angular-devkit/build-ng-packagr": "~0.803.24",
- "@angular/cli": "~8.3.24",
+ "@angular-devkit/build-angular": "~0.803.25",
+ "@angular-devkit/build-ng-packagr": "~0.803.25",
+ "@angular/cli": "~8.3.25",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From 200f8dd7fd096b1aa081114a345ff37fde07c70f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 31 Mar 2020 00:21:59 +0000
Subject: [PATCH 054/671] chore: version 8.3.26
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7a396d15..2c854b35 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.25.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.26.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5ea1ef39..5569e76c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.25",
"@angular-devkit/build-ng-packagr": "~0.803.25",
- "@angular/cli": "~8.3.25",
+ "@angular/cli": "~8.3.26",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From 3fe2c7ac93f715f36776a447e21419a50d32b817 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 11 Jun 2020 07:46:45 +0000
Subject: [PATCH 055/671] chore: version 8.3.27
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2c854b35..35fdc34a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.26.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.27.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5569e76c..e2845ebc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.803.25",
- "@angular-devkit/build-ng-packagr": "~0.803.25",
- "@angular/cli": "~8.3.26",
+ "@angular-devkit/build-angular": "~0.803.27",
+ "@angular-devkit/build-ng-packagr": "~0.803.27",
+ "@angular/cli": "~8.3.27",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
@@ -41,7 +41,7 @@
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^5.4.0",
- "protractor": "~5.4.0",
+ "protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tsickle": "^0.37.0",
"tslint": "~5.15.0",
From 55d357d4d104585f927aba19a05fc5e05d355094 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 23 Jun 2020 00:26:23 +0000
Subject: [PATCH 056/671] chore: version 8.3.28
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 35fdc34a..5117bf53 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.27.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.28.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e2845ebc..523085bb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.803.27",
- "@angular-devkit/build-ng-packagr": "~0.803.27",
- "@angular/cli": "~8.3.27",
+ "@angular-devkit/build-angular": "~0.803.28",
+ "@angular-devkit/build-ng-packagr": "~0.803.28",
+ "@angular/cli": "~8.3.28",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From d9f1896168c5e8f0a93cac6f96974b9075a5f66e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 22 Jul 2020 22:11:12 +0000
Subject: [PATCH 057/671] chore: version 8.3.29
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5117bf53..d0287ef9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.28.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.29.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 523085bb..d7b08502 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.803.28",
- "@angular-devkit/build-ng-packagr": "~0.803.28",
- "@angular/cli": "~8.3.28",
+ "@angular-devkit/build-angular": "~0.803.29",
+ "@angular-devkit/build-ng-packagr": "~0.803.29",
+ "@angular/cli": "~8.3.29",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~8.9.4",
From 7e5cae2b25a19bacd91488c71369748d625877a4 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:19:30 +0100
Subject: [PATCH 058/671] chore: version 9.0.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 5 ++
ponyracer/package.json | 49 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 5 +-
.../src/lib/ponyracer-lib.component.ts | 2 +-
.../src/lib/ponyracer-lib.service.spec.ts | 8 ++-
ponyracer/projects/ponyracer-lib/src/test.ts | 7 ++-
.../projects/ponyracer-lib/tsconfig.lib.json | 3 --
.../ponyracer-lib/tsconfig.lib.prod.json | 6 +++
ponyracer/tsconfig.json | 4 +-
ponyracer/tslint.json | 1 +
12 files changed, 55 insertions(+), 39 deletions(-)
create mode 100644 ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d0287ef9..ef5302ba 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.29.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.0.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index 76fcb9ff..d23fc5c8 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -14,6 +14,11 @@
"options": {
"tsConfig": "projects/ponyracer-lib/tsconfig.lib.json",
"project": "projects/ponyracer-lib/ng-package.json"
+ },
+ "configurations": {
+ "production": {
+ "tsConfig": "projects/ponyracer-lib/tsconfig.lib.prod.json"
+ }
}
},
"test": {
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d7b08502..dc115708 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,40 +11,39 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~8.2.14",
- "@angular/common": "~8.2.14",
- "@angular/compiler": "~8.2.14",
- "@angular/core": "~8.2.14",
- "@angular/forms": "~8.2.14",
- "@angular/platform-browser": "~8.2.14",
- "@angular/platform-browser-dynamic": "~8.2.14",
- "@angular/router": "~8.2.14",
+ "@angular/animations": "~9.0.0-next.3",
+ "@angular/common": "~9.0.0-next.3",
+ "@angular/compiler": "~9.0.0-next.3",
+ "@angular/core": "~9.0.0-next.3",
+ "@angular/forms": "~9.0.0-next.3",
+ "@angular/platform-browser": "~9.0.0-next.3",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.3",
+ "@angular/router": "~9.0.0-next.3",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
- "zone.js": "~0.9.1"
+ "zone.js": "~0.10.1"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.803.29",
- "@angular-devkit/build-ng-packagr": "~0.803.29",
- "@angular/cli": "~8.3.29",
- "@angular/compiler-cli": "~8.2.14",
- "@angular/language-service": "~8.2.14",
+ "@angular-devkit/build-angular": "~0.900.0-rc.11",
+ "@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
+ "@angular/cli": "~9.0.0-next.0",
+ "@angular/compiler-cli": "~9.0.0-next.3",
+ "@angular/language-service": "~9.0.0-next.3",
"@types/node": "~8.9.4",
- "@types/jasmine": "~3.3.8",
+ "@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "^5.0.0",
+ "codelyzer": "^5.1.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
- "karma": "~4.1.0",
- "karma-chrome-launcher": "~2.2.0",
- "karma-coverage-istanbul-reporter": "~2.0.1",
+ "karma": "~4.2.0",
+ "karma-chrome-launcher": "~3.1.0",
+ "karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
- "karma-jasmine-html-reporter": "^1.4.0",
- "ng-packagr": "^5.4.0",
- "protractor": "~7.0.0",
- "ts-node": "~7.0.0",
- "tsickle": "^0.37.0",
- "tslint": "~5.15.0",
+ "karma-jasmine-html-reporter": "^1.4.2",
+ "ng-packagr": "^9.0.0-rc.7",
+ "protractor": "~5.4.2",
+ "ts-node": "~8.3.0",
+ "tslint": "~5.18.0",
"typescript": "~3.5.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 44c9b200..2c39f10f 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.11.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 0400996c..cc544c41 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,7 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^8.2.14",
- "@angular/core": "^8.2.14"
+ "@angular/common": "^9.0.0-rc.11",
+ "@angular/core": "^9.0.0-rc.11",
+ "tslib": "^1.10.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
index 530534c2..84939ac9 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
@@ -13,7 +13,7 @@ export class PonyracerLibComponent implements OnInit {
constructor() { }
- ngOnInit() {
+ ngOnInit(): void {
}
}
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts
index 124ea591..74c543ea 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts
@@ -3,10 +3,14 @@ import { TestBed } from '@angular/core/testing';
import { PonyracerLibService } from './ponyracer-lib.service';
describe('PonyracerLibService', () => {
- beforeEach(() => TestBed.configureTestingModule({}));
+ let service: PonyracerLibService;
+
+ beforeEach(() => {
+ TestBed.configureTestingModule({});
+ service = TestBed.inject(PonyracerLibService);
+ });
it('should be created', () => {
- const service: PonyracerLibService = TestBed.get(PonyracerLibService);
expect(service).toBeTruthy();
});
});
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index 978c64fb..303b32a2 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -8,7 +8,12 @@ import {
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
-declare const require: any;
+declare const require: {
+ context(path: string, deep?: boolean, filter?: RegExp): {
+ keys(): string[];
+ (id: string): T;
+ };
+};
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index bd23948e..4b5d4afd 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -12,11 +12,8 @@
]
},
"angularCompilerOptions": {
- "annotateForClosureCompiler": true,
"skipTemplateCodegen": true,
"strictMetadataEmit": true,
- "fullTemplateTypeCheck": true,
- "strictInjectionParameters": true,
"enableResourceInlining": true
},
"exclude": [
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
new file mode 100644
index 00000000..cbae7942
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
@@ -0,0 +1,6 @@
+{
+ "extends": "./tsconfig.lib.json",
+ "angularCompilerOptions": {
+ "enableIvy": false
+ }
+}
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 3531048e..f3ddfbdb 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -20,10 +20,8 @@
],
"paths": {
"ponyracer-lib": [
+ "dist/ponyracer-lib/ponyracer-lib",
"dist/ponyracer-lib"
- ],
- "ponyracer-lib/*": [
- "dist/ponyracer-lib/*"
]
}
},
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index e7709133..9c729f99 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -48,6 +48,7 @@
"no-non-null-assertion": true,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
+ "no-use-before-declare": true,
"no-var-requires": false,
"object-literal-key-quotes": [
true,
From 9f3ee53d85035bf560ebe2013b6035fe5dad1377 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:21:01 +0100
Subject: [PATCH 059/671] chore: version 9.0.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ef5302ba..d5ae7c45 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index dc115708..97402014 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.0",
+ "@angular/cli": "~9.0.0-next.1",
"@angular/compiler-cli": "~9.0.0-next.3",
"@angular/language-service": "~9.0.0-next.3",
"@types/node": "~8.9.4",
From b4b11c86d6828cd6b5ced532654a64a06e7c6a3a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:22:58 +0100
Subject: [PATCH 060/671] chore: version 9.0.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d5ae7c45..89accbc8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 97402014..e1ac394c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.3",
- "@angular/common": "~9.0.0-next.3",
- "@angular/compiler": "~9.0.0-next.3",
- "@angular/core": "~9.0.0-next.3",
- "@angular/forms": "~9.0.0-next.3",
- "@angular/platform-browser": "~9.0.0-next.3",
- "@angular/platform-browser-dynamic": "~9.0.0-next.3",
- "@angular/router": "~9.0.0-next.3",
+ "@angular/animations": "~9.0.0-next.4",
+ "@angular/common": "~9.0.0-next.4",
+ "@angular/compiler": "~9.0.0-next.4",
+ "@angular/core": "~9.0.0-next.4",
+ "@angular/forms": "~9.0.0-next.4",
+ "@angular/platform-browser": "~9.0.0-next.4",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.4",
+ "@angular/router": "~9.0.0-next.4",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.1",
- "@angular/compiler-cli": "~9.0.0-next.3",
- "@angular/language-service": "~9.0.0-next.3",
+ "@angular/cli": "~9.0.0-next.2",
+ "@angular/compiler-cli": "~9.0.0-next.4",
+ "@angular/language-service": "~9.0.0-next.4",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From e7932f8d6e70596cd82cbd35f7d8ca744cec9d6c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:24:40 +0100
Subject: [PATCH 061/671] chore: version 9.0.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 89accbc8..3d2eeeab 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e1ac394c..2008535f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.4",
- "@angular/common": "~9.0.0-next.4",
- "@angular/compiler": "~9.0.0-next.4",
- "@angular/core": "~9.0.0-next.4",
- "@angular/forms": "~9.0.0-next.4",
- "@angular/platform-browser": "~9.0.0-next.4",
- "@angular/platform-browser-dynamic": "~9.0.0-next.4",
- "@angular/router": "~9.0.0-next.4",
+ "@angular/animations": "~9.0.0-next.5",
+ "@angular/common": "~9.0.0-next.5",
+ "@angular/compiler": "~9.0.0-next.5",
+ "@angular/core": "~9.0.0-next.5",
+ "@angular/forms": "~9.0.0-next.5",
+ "@angular/platform-browser": "~9.0.0-next.5",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.5",
+ "@angular/router": "~9.0.0-next.5",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.1"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.2",
- "@angular/compiler-cli": "~9.0.0-next.4",
- "@angular/language-service": "~9.0.0-next.4",
+ "@angular/cli": "~9.0.0-next.3",
+ "@angular/compiler-cli": "~9.0.0-next.5",
+ "@angular/language-service": "~9.0.0-next.5",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From 9b6b0cd52b46df943361713bc2563eb064ab0a1a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:26:28 +0100
Subject: [PATCH 062/671] chore: version 9.0.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3d2eeeab..5c9b53bc 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2008535f..caf65990 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.3",
+ "@angular/cli": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.5",
"@angular/language-service": "~9.0.0-next.5",
"@types/node": "~8.9.4",
From 8cb21584f523adb51be30bd9e525b264b0aab3e0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:28:31 +0100
Subject: [PATCH 063/671] chore: version 9.0.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5c9b53bc..bc12c6b9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index caf65990..d0480e5b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.5",
- "@angular/common": "~9.0.0-next.5",
- "@angular/compiler": "~9.0.0-next.5",
- "@angular/core": "~9.0.0-next.5",
- "@angular/forms": "~9.0.0-next.5",
- "@angular/platform-browser": "~9.0.0-next.5",
- "@angular/platform-browser-dynamic": "~9.0.0-next.5",
- "@angular/router": "~9.0.0-next.5",
+ "@angular/animations": "~9.0.0-next.7",
+ "@angular/common": "~9.0.0-next.7",
+ "@angular/compiler": "~9.0.0-next.7",
+ "@angular/core": "~9.0.0-next.7",
+ "@angular/forms": "~9.0.0-next.7",
+ "@angular/platform-browser": "~9.0.0-next.7",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.7",
+ "@angular/router": "~9.0.0-next.7",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
- "zone.js": "~0.10.1"
+ "zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.4",
- "@angular/compiler-cli": "~9.0.0-next.5",
- "@angular/language-service": "~9.0.0-next.5",
+ "@angular/cli": "~9.0.0-next.5",
+ "@angular/compiler-cli": "~9.0.0-next.7",
+ "@angular/language-service": "~9.0.0-next.7",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From 2abbb12f8ccb18eac34ca88c9bee302028b9745a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:30:31 +0100
Subject: [PATCH 064/671] chore: version 9.0.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index bc12c6b9..063e1088 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d0480e5b..9b55a6ab 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.7",
- "@angular/common": "~9.0.0-next.7",
- "@angular/compiler": "~9.0.0-next.7",
- "@angular/core": "~9.0.0-next.7",
- "@angular/forms": "~9.0.0-next.7",
- "@angular/platform-browser": "~9.0.0-next.7",
- "@angular/platform-browser-dynamic": "~9.0.0-next.7",
- "@angular/router": "~9.0.0-next.7",
- "rxjs": "~6.4.0",
+ "@angular/animations": "~9.0.0-next.8",
+ "@angular/common": "~9.0.0-next.8",
+ "@angular/compiler": "~9.0.0-next.8",
+ "@angular/core": "~9.0.0-next.8",
+ "@angular/forms": "~9.0.0-next.8",
+ "@angular/platform-browser": "~9.0.0-next.8",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.8",
+ "@angular/router": "~9.0.0-next.8",
+ "rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.5",
- "@angular/compiler-cli": "~9.0.0-next.7",
- "@angular/language-service": "~9.0.0-next.7",
+ "@angular/cli": "~9.0.0-next.6",
+ "@angular/compiler-cli": "~9.0.0-next.8",
+ "@angular/language-service": "~9.0.0-next.8",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From 280a33d07fe00c4c0fa8568b86b56f8c72be94c5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:32:24 +0100
Subject: [PATCH 065/671] chore: version 9.0.0-next.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 ++++++++++++------------
ponyracer/tslint.json | 1 -
3 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 063e1088..90ba1b96 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9b55a6ab..ca9a6884 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.8",
- "@angular/common": "~9.0.0-next.8",
- "@angular/compiler": "~9.0.0-next.8",
- "@angular/core": "~9.0.0-next.8",
- "@angular/forms": "~9.0.0-next.8",
- "@angular/platform-browser": "~9.0.0-next.8",
- "@angular/platform-browser-dynamic": "~9.0.0-next.8",
- "@angular/router": "~9.0.0-next.8",
+ "@angular/animations": "~9.0.0-next.9",
+ "@angular/common": "~9.0.0-next.9",
+ "@angular/compiler": "~9.0.0-next.9",
+ "@angular/core": "~9.0.0-next.9",
+ "@angular/forms": "~9.0.0-next.9",
+ "@angular/platform-browser": "~9.0.0-next.9",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.9",
+ "@angular/router": "~9.0.0-next.9",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,13 +26,13 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.6",
- "@angular/compiler-cli": "~9.0.0-next.8",
- "@angular/language-service": "~9.0.0-next.8",
+ "@angular/cli": "~9.0.0-next.7",
+ "@angular/compiler-cli": "~9.0.0-next.9",
+ "@angular/language-service": "~9.0.0-next.9",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "^5.1.0",
+ "codelyzer": "^5.1.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.2.0",
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 9c729f99..e7709133 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -48,7 +48,6 @@
"no-non-null-assertion": true,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
- "no-use-before-declare": true,
"no-var-requires": false,
"object-literal-key-quotes": [
true,
From d7fcd7a3ee5f9819911758c81494b3d193063fdb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:34:03 +0100
Subject: [PATCH 066/671] chore: version 9.0.0-next.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 90ba1b96..6cf31895 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ca9a6884..fbb465b8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -26,7 +26,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.7",
+ "@angular/cli": "~9.0.0-next.8",
"@angular/compiler-cli": "~9.0.0-next.9",
"@angular/language-service": "~9.0.0-next.9",
"@types/node": "~8.9.4",
From e40f7b98e9999e5a0e4fefd7044112e712d22377 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:36:16 +0100
Subject: [PATCH 067/671] chore: version 9.0.0-next.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 31 ++++++++++++++++---------------
2 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6cf31895..c6eee4d4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fbb465b8..71da1017 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -7,18 +7,19 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
- "e2e": "ng e2e"
+ "e2e": "ng e2e",
+ "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.9",
- "@angular/common": "~9.0.0-next.9",
- "@angular/compiler": "~9.0.0-next.9",
- "@angular/core": "~9.0.0-next.9",
- "@angular/forms": "~9.0.0-next.9",
- "@angular/platform-browser": "~9.0.0-next.9",
- "@angular/platform-browser-dynamic": "~9.0.0-next.9",
- "@angular/router": "~9.0.0-next.9",
+ "@angular/animations": "~9.0.0-next.11",
+ "@angular/common": "~9.0.0-next.11",
+ "@angular/compiler": "~9.0.0-next.11",
+ "@angular/core": "~9.0.0-next.11",
+ "@angular/forms": "~9.0.0-next.11",
+ "@angular/platform-browser": "~9.0.0-next.11",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.11",
+ "@angular/router": "~9.0.0-next.11",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,16 +27,16 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.8",
- "@angular/compiler-cli": "~9.0.0-next.9",
- "@angular/language-service": "~9.0.0-next.9",
- "@types/node": "~8.9.4",
+ "@angular/cli": "~9.0.0-next.10",
+ "@angular/compiler-cli": "~9.0.0-next.11",
+ "@angular/language-service": "~9.0.0-next.11",
+ "@types/node": "~10.14.0",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
- "jasmine-core": "~3.4.0",
+ "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
- "karma": "~4.2.0",
+ "karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
From e7a5ad0922cf8312195f366cf82d650f01fd241c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:38:30 +0100
Subject: [PATCH 068/671] chore: version 9.0.0-next.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c6eee4d4..a0ae2bf6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 71da1017..d40c7809 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.10",
+ "@angular/cli": "~9.0.0-next.11",
"@angular/compiler-cli": "~9.0.0-next.11",
"@angular/language-service": "~9.0.0-next.11",
"@types/node": "~10.14.0",
From 96302a718093ce0d8ab730e5fe9f71453da7f164 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:40:09 +0100
Subject: [PATCH 069/671] chore: version 9.0.0-next.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a0ae2bf6..978a2c27 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d40c7809..5a8bc2cd 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.11",
+ "@angular/cli": "~9.0.0-next.12",
"@angular/compiler-cli": "~9.0.0-next.11",
"@angular/language-service": "~9.0.0-next.11",
"@types/node": "~10.14.0",
From d606e30dd84ba58250613babc3d5b191b4a22adc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:41:48 +0100
Subject: [PATCH 070/671] chore: version 9.0.0-next.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++++++-------------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 978a2c27..e11aeb2b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5a8bc2cd..522078d4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.11",
- "@angular/common": "~9.0.0-next.11",
- "@angular/compiler": "~9.0.0-next.11",
- "@angular/core": "~9.0.0-next.11",
- "@angular/forms": "~9.0.0-next.11",
- "@angular/platform-browser": "~9.0.0-next.11",
- "@angular/platform-browser-dynamic": "~9.0.0-next.11",
- "@angular/router": "~9.0.0-next.11",
+ "@angular/animations": "~9.0.0-next.12",
+ "@angular/common": "~9.0.0-next.12",
+ "@angular/compiler": "~9.0.0-next.12",
+ "@angular/core": "~9.0.0-next.12",
+ "@angular/forms": "~9.0.0-next.12",
+ "@angular/platform-browser": "~9.0.0-next.12",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.12",
+ "@angular/router": "~9.0.0-next.12",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -27,10 +27,10 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.12",
- "@angular/compiler-cli": "~9.0.0-next.11",
- "@angular/language-service": "~9.0.0-next.11",
- "@types/node": "~10.14.0",
+ "@angular/cli": "~9.0.0-next.13",
+ "@angular/compiler-cli": "~9.0.0-next.12",
+ "@angular/language-service": "~9.0.0-next.12",
+ "@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
@@ -45,6 +45,6 @@
"protractor": "~5.4.2",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
- "typescript": "~3.5.3"
+ "typescript": "~3.6.4"
}
}
From ce998a54197a23fc00a83d5f0c8fb7ab5f97fa75 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:43:30 +0100
Subject: [PATCH 071/671] chore: version 9.0.0-next.14
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e11aeb2b..4d89b134 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.14.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 522078d4..535091d1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.13",
+ "@angular/cli": "~9.0.0-next.14",
"@angular/compiler-cli": "~9.0.0-next.12",
"@angular/language-service": "~9.0.0-next.12",
"@types/node": "^12.11.1",
From d38f35f70c437dea656735d734eeb4f59fc379d4 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:45:19 +0100
Subject: [PATCH 072/671] chore: version 9.0.0-next.15
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4d89b134..53724db6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.14.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.15.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 535091d1..fd1de61a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.14",
+ "@angular/cli": "~9.0.0-next.15",
"@angular/compiler-cli": "~9.0.0-next.12",
"@angular/language-service": "~9.0.0-next.12",
"@types/node": "^12.11.1",
From 577da184106542fb02d1058d1193725ed6df90f4 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:47:00 +0100
Subject: [PATCH 073/671] chore: version 9.0.0-next.16
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 4 ++--
ponyracer/package.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 53724db6..adc14da7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.15.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.16.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index d23fc5c8..37b39202 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
+ "version": 1,
"newProjectRoot": "projects",
"projects": {
"ponyracer-lib": {
@@ -44,4 +44,4 @@
}
}},
"defaultProject": "ponyracer-lib"
-}
\ No newline at end of file
+}
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fd1de61a..cf08a60b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.15",
+ "@angular/cli": "~9.0.0-next.16",
"@angular/compiler-cli": "~9.0.0-next.12",
"@angular/language-service": "~9.0.0-next.12",
"@types/node": "^12.11.1",
From 7a6e1c9c9b1330f17fd4736d587a496a844828b2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:48:44 +0100
Subject: [PATCH 074/671] chore: version 9.0.0-next.17
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index adc14da7..de7d534f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.16.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.17.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cf08a60b..08442d4e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.12",
- "@angular/common": "~9.0.0-next.12",
- "@angular/compiler": "~9.0.0-next.12",
- "@angular/core": "~9.0.0-next.12",
- "@angular/forms": "~9.0.0-next.12",
- "@angular/platform-browser": "~9.0.0-next.12",
- "@angular/platform-browser-dynamic": "~9.0.0-next.12",
- "@angular/router": "~9.0.0-next.12",
+ "@angular/animations": "~9.0.0-next.14",
+ "@angular/common": "~9.0.0-next.14",
+ "@angular/compiler": "~9.0.0-next.14",
+ "@angular/core": "~9.0.0-next.14",
+ "@angular/forms": "~9.0.0-next.14",
+ "@angular/platform-browser": "~9.0.0-next.14",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.14",
+ "@angular/router": "~9.0.0-next.14",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -27,9 +27,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.16",
- "@angular/compiler-cli": "~9.0.0-next.12",
- "@angular/language-service": "~9.0.0-next.12",
+ "@angular/cli": "~9.0.0-next.17",
+ "@angular/compiler-cli": "~9.0.0-next.14",
+ "@angular/language-service": "~9.0.0-next.14",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From 292537199090f6a996ea031b1f6ce00c1274595c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:50:26 +0100
Subject: [PATCH 075/671] chore: version 9.0.0-next.18
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index de7d534f..9468dc6c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.17.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.18.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 08442d4e..68b643d2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -27,7 +27,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.17",
+ "@angular/cli": "~9.0.0-next.18",
"@angular/compiler-cli": "~9.0.0-next.14",
"@angular/language-service": "~9.0.0-next.14",
"@types/node": "^12.11.1",
From f5f07934e77a17f2c35cd07498c5b846375d176b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:52:11 +0100
Subject: [PATCH 076/671] chore: version 9.0.0-next.19
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9468dc6c..660044ea 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.18.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.19.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 68b643d2..ebad0e4a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.14",
- "@angular/common": "~9.0.0-next.14",
- "@angular/compiler": "~9.0.0-next.14",
- "@angular/core": "~9.0.0-next.14",
- "@angular/forms": "~9.0.0-next.14",
- "@angular/platform-browser": "~9.0.0-next.14",
- "@angular/platform-browser-dynamic": "~9.0.0-next.14",
- "@angular/router": "~9.0.0-next.14",
+ "@angular/animations": "~9.0.0-next.15",
+ "@angular/common": "~9.0.0-next.15",
+ "@angular/compiler": "~9.0.0-next.15",
+ "@angular/core": "~9.0.0-next.15",
+ "@angular/forms": "~9.0.0-next.15",
+ "@angular/platform-browser": "~9.0.0-next.15",
+ "@angular/platform-browser-dynamic": "~9.0.0-next.15",
+ "@angular/router": "~9.0.0-next.15",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -27,9 +27,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.18",
- "@angular/compiler-cli": "~9.0.0-next.14",
- "@angular/language-service": "~9.0.0-next.14",
+ "@angular/cli": "~9.0.0-next.19",
+ "@angular/compiler-cli": "~9.0.0-next.15",
+ "@angular/language-service": "~9.0.0-next.15",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From ed7c0af55c6c9a8e55f97322a7f40218e40b1605 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:53:55 +0100
Subject: [PATCH 077/671] chore: version 9.0.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 660044ea..b7a5f26a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-next.19.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ebad0e4a..db6d0638 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-next.15",
- "@angular/common": "~9.0.0-next.15",
- "@angular/compiler": "~9.0.0-next.15",
- "@angular/core": "~9.0.0-next.15",
- "@angular/forms": "~9.0.0-next.15",
- "@angular/platform-browser": "~9.0.0-next.15",
- "@angular/platform-browser-dynamic": "~9.0.0-next.15",
- "@angular/router": "~9.0.0-next.15",
+ "@angular/animations": "~9.0.0-rc.0",
+ "@angular/common": "~9.0.0-rc.0",
+ "@angular/compiler": "~9.0.0-rc.0",
+ "@angular/core": "~9.0.0-rc.0",
+ "@angular/forms": "~9.0.0-rc.0",
+ "@angular/platform-browser": "~9.0.0-rc.0",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.0",
+ "@angular/router": "~9.0.0-rc.0",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -27,9 +27,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-next.19",
- "@angular/compiler-cli": "~9.0.0-next.15",
- "@angular/language-service": "~9.0.0-next.15",
+ "@angular/cli": "~9.0.0-rc.0",
+ "@angular/compiler-cli": "~9.0.0-rc.0",
+ "@angular/language-service": "~9.0.0-rc.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From 7d0abbe5e3567899c51cf7ebb51d656805be41f0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:55:36 +0100
Subject: [PATCH 078/671] chore: version 9.0.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b7a5f26a..beabdde4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index db6d0638..6b097f06 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.0",
- "@angular/common": "~9.0.0-rc.0",
- "@angular/compiler": "~9.0.0-rc.0",
- "@angular/core": "~9.0.0-rc.0",
- "@angular/forms": "~9.0.0-rc.0",
- "@angular/platform-browser": "~9.0.0-rc.0",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.0",
- "@angular/router": "~9.0.0-rc.0",
+ "@angular/animations": "~9.0.0-rc.1",
+ "@angular/common": "~9.0.0-rc.1",
+ "@angular/compiler": "~9.0.0-rc.1",
+ "@angular/core": "~9.0.0-rc.1",
+ "@angular/forms": "~9.0.0-rc.1",
+ "@angular/platform-browser": "~9.0.0-rc.1",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.1",
+ "@angular/router": "~9.0.0-rc.1",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -27,9 +27,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.0",
- "@angular/compiler-cli": "~9.0.0-rc.0",
- "@angular/language-service": "~9.0.0-rc.0",
+ "@angular/cli": "~9.0.0-rc.1",
+ "@angular/compiler-cli": "~9.0.0-rc.1",
+ "@angular/language-service": "~9.0.0-rc.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From f703ae4b845c78974e141fec06350a8b1659125e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:56:56 +0100
Subject: [PATCH 079/671] chore: version 9.0.0-rc.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 25 ++++++++++++-------------
2 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index beabdde4..1a46b520 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6b097f06..cf6131f3 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -7,19 +7,18 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
- "e2e": "ng e2e",
- "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
+ "e2e": "ng e2e"
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.1",
- "@angular/common": "~9.0.0-rc.1",
- "@angular/compiler": "~9.0.0-rc.1",
- "@angular/core": "~9.0.0-rc.1",
- "@angular/forms": "~9.0.0-rc.1",
- "@angular/platform-browser": "~9.0.0-rc.1",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.1",
- "@angular/router": "~9.0.0-rc.1",
+ "@angular/animations": "~9.0.0-rc.2",
+ "@angular/common": "~9.0.0-rc.2",
+ "@angular/compiler": "~9.0.0-rc.2",
+ "@angular/core": "~9.0.0-rc.2",
+ "@angular/forms": "~9.0.0-rc.2",
+ "@angular/platform-browser": "~9.0.0-rc.2",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.2",
+ "@angular/router": "~9.0.0-rc.2",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -27,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.1",
- "@angular/compiler-cli": "~9.0.0-rc.1",
- "@angular/language-service": "~9.0.0-rc.1",
+ "@angular/cli": "~9.0.0-rc.2",
+ "@angular/compiler-cli": "~9.0.0-rc.2",
+ "@angular/language-service": "~9.0.0-rc.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From d370ed216f603cb92f4d57e58591ec2ae8985b48 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:58:17 +0100
Subject: [PATCH 080/671] chore: version 9.0.0-rc.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1a46b520..f074287b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cf6131f3..33c7cd9f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.2",
- "@angular/common": "~9.0.0-rc.2",
- "@angular/compiler": "~9.0.0-rc.2",
- "@angular/core": "~9.0.0-rc.2",
- "@angular/forms": "~9.0.0-rc.2",
- "@angular/platform-browser": "~9.0.0-rc.2",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.2",
- "@angular/router": "~9.0.0-rc.2",
+ "@angular/animations": "~9.0.0-rc.3",
+ "@angular/common": "~9.0.0-rc.3",
+ "@angular/compiler": "~9.0.0-rc.3",
+ "@angular/core": "~9.0.0-rc.3",
+ "@angular/forms": "~9.0.0-rc.3",
+ "@angular/platform-browser": "~9.0.0-rc.3",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.3",
+ "@angular/router": "~9.0.0-rc.3",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.2",
- "@angular/compiler-cli": "~9.0.0-rc.2",
- "@angular/language-service": "~9.0.0-rc.2",
+ "@angular/cli": "~9.0.0-rc.3",
+ "@angular/compiler-cli": "~9.0.0-rc.3",
+ "@angular/language-service": "~9.0.0-rc.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From c7ef7e67fb3419e5a8b3356b3c7b0f08e817c85a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 01:59:43 +0100
Subject: [PATCH 081/671] chore: version 9.0.0-rc.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f074287b..497c6fc8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 33c7cd9f..1737176a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.3",
- "@angular/common": "~9.0.0-rc.3",
- "@angular/compiler": "~9.0.0-rc.3",
- "@angular/core": "~9.0.0-rc.3",
- "@angular/forms": "~9.0.0-rc.3",
- "@angular/platform-browser": "~9.0.0-rc.3",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.3",
- "@angular/router": "~9.0.0-rc.3",
+ "@angular/animations": "~9.0.0-rc.4",
+ "@angular/common": "~9.0.0-rc.4",
+ "@angular/compiler": "~9.0.0-rc.4",
+ "@angular/core": "~9.0.0-rc.4",
+ "@angular/forms": "~9.0.0-rc.4",
+ "@angular/platform-browser": "~9.0.0-rc.4",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.4",
+ "@angular/router": "~9.0.0-rc.4",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.3",
- "@angular/compiler-cli": "~9.0.0-rc.3",
- "@angular/language-service": "~9.0.0-rc.3",
+ "@angular/cli": "~9.0.0-rc.4",
+ "@angular/compiler-cli": "~9.0.0-rc.4",
+ "@angular/language-service": "~9.0.0-rc.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.4.0",
"@types/jasminewd2": "~2.0.3",
From d1244d2e00c68cd55f2de0cb3640dde8a3d5da3b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:00:58 +0100
Subject: [PATCH 082/671] chore: version 9.0.0-rc.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 ++++++++++++------------
ponyracer/tsconfig.json | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 497c6fc8..b0ce8228 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1737176a..2ed48551 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.4",
- "@angular/common": "~9.0.0-rc.4",
- "@angular/compiler": "~9.0.0-rc.4",
- "@angular/core": "~9.0.0-rc.4",
- "@angular/forms": "~9.0.0-rc.4",
- "@angular/platform-browser": "~9.0.0-rc.4",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.4",
- "@angular/router": "~9.0.0-rc.4",
+ "@angular/animations": "~9.0.0-rc.5",
+ "@angular/common": "~9.0.0-rc.5",
+ "@angular/compiler": "~9.0.0-rc.5",
+ "@angular/core": "~9.0.0-rc.5",
+ "@angular/forms": "~9.0.0-rc.5",
+ "@angular/platform-browser": "~9.0.0-rc.5",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.5",
+ "@angular/router": "~9.0.0-rc.5",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,11 +26,11 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.4",
- "@angular/compiler-cli": "~9.0.0-rc.4",
- "@angular/language-service": "~9.0.0-rc.4",
+ "@angular/cli": "~9.0.0-rc.5",
+ "@angular/compiler-cli": "~9.0.0-rc.5",
+ "@angular/language-service": "~9.0.0-rc.5",
"@types/node": "^12.11.1",
- "@types/jasmine": "~3.4.0",
+ "@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index f3ddfbdb..3662db7a 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -2,7 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
- "outDir": "./dist/out-tsc",
+ "outDir": "./dist",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
From e3c403d742a57a5900eae2f38f5c301e9fd7c93a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:02:13 +0100
Subject: [PATCH 083/671] chore: version 9.0.0-rc.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b0ce8228..a19eafd9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2ed48551..5a6ff033 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.5",
- "@angular/common": "~9.0.0-rc.5",
- "@angular/compiler": "~9.0.0-rc.5",
- "@angular/core": "~9.0.0-rc.5",
- "@angular/forms": "~9.0.0-rc.5",
- "@angular/platform-browser": "~9.0.0-rc.5",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.5",
- "@angular/router": "~9.0.0-rc.5",
+ "@angular/animations": "~9.0.0-rc.6",
+ "@angular/common": "~9.0.0-rc.6",
+ "@angular/compiler": "~9.0.0-rc.6",
+ "@angular/core": "~9.0.0-rc.6",
+ "@angular/forms": "~9.0.0-rc.6",
+ "@angular/platform-browser": "~9.0.0-rc.6",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.6",
+ "@angular/router": "~9.0.0-rc.6",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.5",
- "@angular/compiler-cli": "~9.0.0-rc.5",
- "@angular/language-service": "~9.0.0-rc.5",
+ "@angular/cli": "~9.0.0-rc.6",
+ "@angular/compiler-cli": "~9.0.0-rc.6",
+ "@angular/language-service": "~9.0.0-rc.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
From c679199c121c05c558c1ab17046df1e07769618a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:03:29 +0100
Subject: [PATCH 084/671] chore: version 9.0.0-rc.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a19eafd9..e50b0a1f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5a6ff033..1831d079 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.6",
- "@angular/common": "~9.0.0-rc.6",
- "@angular/compiler": "~9.0.0-rc.6",
- "@angular/core": "~9.0.0-rc.6",
- "@angular/forms": "~9.0.0-rc.6",
- "@angular/platform-browser": "~9.0.0-rc.6",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.6",
- "@angular/router": "~9.0.0-rc.6",
+ "@angular/animations": "~9.0.0-rc.7",
+ "@angular/common": "~9.0.0-rc.7",
+ "@angular/compiler": "~9.0.0-rc.7",
+ "@angular/core": "~9.0.0-rc.7",
+ "@angular/forms": "~9.0.0-rc.7",
+ "@angular/platform-browser": "~9.0.0-rc.7",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.7",
+ "@angular/router": "~9.0.0-rc.7",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.6",
- "@angular/compiler-cli": "~9.0.0-rc.6",
- "@angular/language-service": "~9.0.0-rc.6",
+ "@angular/cli": "~9.0.0-rc.7",
+ "@angular/compiler-cli": "~9.0.0-rc.7",
+ "@angular/language-service": "~9.0.0-rc.7",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
From 380f4714023a6ca8209cffc19d06d52a3fa554fb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:04:46 +0100
Subject: [PATCH 085/671] chore: version 9.0.0-rc.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e50b0a1f..45384450 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1831d079..36d455bd 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.7",
- "@angular/common": "~9.0.0-rc.7",
- "@angular/compiler": "~9.0.0-rc.7",
- "@angular/core": "~9.0.0-rc.7",
- "@angular/forms": "~9.0.0-rc.7",
- "@angular/platform-browser": "~9.0.0-rc.7",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.7",
- "@angular/router": "~9.0.0-rc.7",
+ "@angular/animations": "~9.0.0-rc.8",
+ "@angular/common": "~9.0.0-rc.8",
+ "@angular/compiler": "~9.0.0-rc.8",
+ "@angular/core": "~9.0.0-rc.8",
+ "@angular/forms": "~9.0.0-rc.8",
+ "@angular/platform-browser": "~9.0.0-rc.8",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.8",
+ "@angular/router": "~9.0.0-rc.8",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.7",
- "@angular/compiler-cli": "~9.0.0-rc.7",
- "@angular/language-service": "~9.0.0-rc.7",
+ "@angular/cli": "~9.0.0-rc.8",
+ "@angular/compiler-cli": "~9.0.0-rc.8",
+ "@angular/language-service": "~9.0.0-rc.8",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
From f86ce87e5280e2cca356b2d5b3eaeefab1007237 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:06:02 +0100
Subject: [PATCH 086/671] chore: version 9.0.0-rc.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 45384450..6b1f8d4d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 36d455bd..a40aae62 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.8",
- "@angular/common": "~9.0.0-rc.8",
- "@angular/compiler": "~9.0.0-rc.8",
- "@angular/core": "~9.0.0-rc.8",
- "@angular/forms": "~9.0.0-rc.8",
- "@angular/platform-browser": "~9.0.0-rc.8",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.8",
- "@angular/router": "~9.0.0-rc.8",
+ "@angular/animations": "~9.0.0-rc.9",
+ "@angular/common": "~9.0.0-rc.9",
+ "@angular/compiler": "~9.0.0-rc.9",
+ "@angular/core": "~9.0.0-rc.9",
+ "@angular/forms": "~9.0.0-rc.9",
+ "@angular/platform-browser": "~9.0.0-rc.9",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.9",
+ "@angular/router": "~9.0.0-rc.9",
"rxjs": "~6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.8",
- "@angular/compiler-cli": "~9.0.0-rc.8",
- "@angular/language-service": "~9.0.0-rc.8",
+ "@angular/cli": "~9.0.0-rc.9",
+ "@angular/compiler-cli": "~9.0.0-rc.9",
+ "@angular/language-service": "~9.0.0-rc.9",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
From 59e71b176e0ddacd97d83c553106d6ff86c17688 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:07:15 +0100
Subject: [PATCH 087/671] chore: version 9.0.0-rc.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
ponyracer/tsconfig.json | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6b1f8d4d..bf041f6d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a40aae62..8b729a06 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -19,14 +19,14 @@
"@angular/platform-browser": "~9.0.0-rc.9",
"@angular/platform-browser-dynamic": "~9.0.0-rc.9",
"@angular/router": "~9.0.0-rc.9",
- "rxjs": "~6.5.3",
+ "rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.9",
+ "@angular/cli": "~9.0.0-rc.10",
"@angular/compiler-cli": "~9.0.0-rc.9",
"@angular/language-service": "~9.0.0-rc.9",
"@types/node": "^12.11.1",
@@ -44,6 +44,6 @@
"protractor": "~5.4.2",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
- "typescript": "~3.6.4"
+ "typescript": "~3.7.4"
}
}
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 3662db7a..7305a491 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -3,6 +3,7 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
+ "skipLibCheck": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
From 534522b2f42d63f87227b285ea07f42cb817fba7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:08:32 +0100
Subject: [PATCH 088/671] chore: version 9.0.0-rc.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 ++++++++++++------------
ponyracer/tsconfig.json | 3 +--
3 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index bf041f6d..ecce23e5 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8b729a06..a568ca50 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.9",
- "@angular/common": "~9.0.0-rc.9",
- "@angular/compiler": "~9.0.0-rc.9",
- "@angular/core": "~9.0.0-rc.9",
- "@angular/forms": "~9.0.0-rc.9",
- "@angular/platform-browser": "~9.0.0-rc.9",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.9",
- "@angular/router": "~9.0.0-rc.9",
+ "@angular/animations": "~9.0.0-rc.11",
+ "@angular/common": "~9.0.0-rc.11",
+ "@angular/compiler": "~9.0.0-rc.11",
+ "@angular/core": "~9.0.0-rc.11",
+ "@angular/forms": "~9.0.0-rc.11",
+ "@angular/platform-browser": "~9.0.0-rc.11",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.11",
+ "@angular/router": "~9.0.0-rc.11",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
@@ -26,9 +26,9 @@
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.11",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.10",
- "@angular/compiler-cli": "~9.0.0-rc.9",
- "@angular/language-service": "~9.0.0-rc.9",
+ "@angular/cli": "~9.0.0-rc.11",
+ "@angular/compiler-cli": "~9.0.0-rc.11",
+ "@angular/language-service": "~9.0.0-rc.11",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -41,7 +41,7 @@
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "^9.0.0-rc.7",
- "protractor": "~5.4.2",
+ "protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.4"
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 7305a491..f3ddfbdb 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -2,8 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
- "outDir": "./dist",
- "skipLibCheck": true,
+ "outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
From 6e48fcbc8d932fd280e4c2212ce2170ea584b3eb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jan 2020 02:07:22 +0000
Subject: [PATCH 089/671] chore: version 9.0.0-rc.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ecce23e5..f51ebee9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a568ca50..77d6c488 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.11",
- "@angular/common": "~9.0.0-rc.11",
- "@angular/compiler": "~9.0.0-rc.11",
- "@angular/core": "~9.0.0-rc.11",
- "@angular/forms": "~9.0.0-rc.11",
- "@angular/platform-browser": "~9.0.0-rc.11",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.11",
- "@angular/router": "~9.0.0-rc.11",
+ "@angular/animations": "~9.0.0-rc.12",
+ "@angular/common": "~9.0.0-rc.12",
+ "@angular/compiler": "~9.0.0-rc.12",
+ "@angular/core": "~9.0.0-rc.12",
+ "@angular/forms": "~9.0.0-rc.12",
+ "@angular/platform-browser": "~9.0.0-rc.12",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.12",
+ "@angular/router": "~9.0.0-rc.12",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.0-rc.11",
- "@angular-devkit/build-ng-packagr": "~0.900.0-rc.11",
- "@angular/cli": "~9.0.0-rc.11",
- "@angular/compiler-cli": "~9.0.0-rc.11",
- "@angular/language-service": "~9.0.0-rc.11",
+ "@angular-devkit/build-angular": "~0.900.0-rc.12",
+ "@angular-devkit/build-ng-packagr": "~0.900.0-rc.12",
+ "@angular/cli": "~9.0.0-rc.12",
+ "@angular/compiler-cli": "~9.0.0-rc.12",
+ "@angular/language-service": "~9.0.0-rc.12",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 2c39f10f..a45300d5 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.11.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.12.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index cc544c41..194dcd29 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.0-rc.11",
- "@angular/core": "^9.0.0-rc.11",
+ "@angular/common": "^9.0.0-rc.12",
+ "@angular/core": "^9.0.0-rc.12",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 8635239a13f8751821116bd3f920315573bcf556 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 5 Feb 2020 00:07:47 +0000
Subject: [PATCH 090/671] chore: version 9.0.0-rc.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 30 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f51ebee9..2fc5bccc 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 77d6c488..9ffedeea 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.12",
- "@angular/common": "~9.0.0-rc.12",
- "@angular/compiler": "~9.0.0-rc.12",
- "@angular/core": "~9.0.0-rc.12",
- "@angular/forms": "~9.0.0-rc.12",
- "@angular/platform-browser": "~9.0.0-rc.12",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.12",
- "@angular/router": "~9.0.0-rc.12",
+ "@angular/animations": "~9.0.0-rc.14",
+ "@angular/common": "~9.0.0-rc.14",
+ "@angular/compiler": "~9.0.0-rc.14",
+ "@angular/core": "~9.0.0-rc.14",
+ "@angular/forms": "~9.0.0-rc.14",
+ "@angular/platform-browser": "~9.0.0-rc.14",
+ "@angular/platform-browser-dynamic": "~9.0.0-rc.14",
+ "@angular/router": "~9.0.0-rc.14",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.0-rc.12",
- "@angular-devkit/build-ng-packagr": "~0.900.0-rc.12",
- "@angular/cli": "~9.0.0-rc.12",
- "@angular/compiler-cli": "~9.0.0-rc.12",
- "@angular/language-service": "~9.0.0-rc.12",
+ "@angular-devkit/build-angular": "~0.900.0-rc.13",
+ "@angular-devkit/build-ng-packagr": "~0.900.0-rc.13",
+ "@angular/cli": "~9.0.0-rc.13",
+ "@angular/compiler-cli": "~9.0.0-rc.14",
+ "@angular/language-service": "~9.0.0-rc.14",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -40,10 +40,10 @@
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
- "ng-packagr": "^9.0.0-rc.7",
+ "ng-packagr": "^9.0.0-rc.8",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
- "typescript": "~3.7.4"
+ "typescript": "~3.7.5"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index a45300d5..2de8ac40 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.12.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.14.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 194dcd29..06609a7d 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.0-rc.12",
- "@angular/core": "^9.0.0-rc.12",
+ "@angular/common": "^9.0.0-rc.14",
+ "@angular/core": "^9.0.0-rc.14",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 5cc06bf881c206d748e13b8dc3aad03ff17b38e2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 5 Feb 2020 02:04:54 +0000
Subject: [PATCH 091/671] chore: version 9.0.0-rc.14
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2fc5bccc..b065d97b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.14.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9ffedeea..e3453f42 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.0-rc.13",
- "@angular-devkit/build-ng-packagr": "~0.900.0-rc.13",
- "@angular/cli": "~9.0.0-rc.13",
+ "@angular-devkit/build-angular": "~0.900.0-rc.14",
+ "@angular-devkit/build-ng-packagr": "~0.900.0-rc.14",
+ "@angular/cli": "~9.0.0-rc.14",
"@angular/compiler-cli": "~9.0.0-rc.14",
"@angular/language-service": "~9.0.0-rc.14",
"@types/node": "^12.11.1",
From 6995267677cac4edc165d94c130e382b3b256f0f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 6 Feb 2020 18:04:35 +0000
Subject: [PATCH 092/671] chore: version 9.0.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b065d97b..c9d6797d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.14.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e3453f42..437101fb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0-rc.14",
- "@angular/common": "~9.0.0-rc.14",
- "@angular/compiler": "~9.0.0-rc.14",
- "@angular/core": "~9.0.0-rc.14",
- "@angular/forms": "~9.0.0-rc.14",
- "@angular/platform-browser": "~9.0.0-rc.14",
- "@angular/platform-browser-dynamic": "~9.0.0-rc.14",
- "@angular/router": "~9.0.0-rc.14",
+ "@angular/animations": "~9.0.0",
+ "@angular/common": "~9.0.0",
+ "@angular/compiler": "~9.0.0",
+ "@angular/core": "~9.0.0",
+ "@angular/forms": "~9.0.0",
+ "@angular/platform-browser": "~9.0.0",
+ "@angular/platform-browser-dynamic": "~9.0.0",
+ "@angular/router": "~9.0.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.0-rc.14",
- "@angular-devkit/build-ng-packagr": "~0.900.0-rc.14",
- "@angular/cli": "~9.0.0-rc.14",
- "@angular/compiler-cli": "~9.0.0-rc.14",
- "@angular/language-service": "~9.0.0-rc.14",
+ "@angular-devkit/build-angular": "~0.900.0",
+ "@angular-devkit/build-ng-packagr": "~0.900.0",
+ "@angular/cli": "~9.0.0",
+ "@angular/compiler-cli": "~9.0.0",
+ "@angular/language-service": "~9.0.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -40,7 +40,7 @@
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
- "ng-packagr": "^9.0.0-rc.8",
+ "ng-packagr": "^9.0.0",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 2de8ac40..076d10eb 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.14.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 06609a7d..eaddf3ab 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.0-rc.14",
- "@angular/core": "^9.0.0-rc.14",
+ "@angular/common": "^9.0.0",
+ "@angular/core": "^9.0.0",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 7db6195bb3a5c33aeabee71d7a01ff1fec8a7e06 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 7 Feb 2020 02:04:32 +0000
Subject: [PATCH 093/671] chore: version 9.0.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c9d6797d..32418c48 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 437101fb..b8821bbe 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.0",
- "@angular-devkit/build-ng-packagr": "~0.900.0",
- "@angular/cli": "~9.0.0",
+ "@angular-devkit/build-angular": "~0.900.1",
+ "@angular-devkit/build-ng-packagr": "~0.900.1",
+ "@angular/cli": "~9.0.1",
"@angular/compiler-cli": "~9.0.0",
"@angular/language-service": "~9.0.0",
"@types/node": "^12.11.1",
From 86406570e5a212355e76808c168bf72f773a3d9d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 13 Feb 2020 00:14:46 +0000
Subject: [PATCH 094/671] chore: version 9.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 32418c48..f6b66308 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b8821bbe..bf783acf 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.0",
- "@angular/common": "~9.0.0",
- "@angular/compiler": "~9.0.0",
- "@angular/core": "~9.0.0",
- "@angular/forms": "~9.0.0",
- "@angular/platform-browser": "~9.0.0",
- "@angular/platform-browser-dynamic": "~9.0.0",
- "@angular/router": "~9.0.0",
+ "@angular/animations": "~9.0.1",
+ "@angular/common": "~9.0.1",
+ "@angular/compiler": "~9.0.1",
+ "@angular/core": "~9.0.1",
+ "@angular/forms": "~9.0.1",
+ "@angular/platform-browser": "~9.0.1",
+ "@angular/platform-browser-dynamic": "~9.0.1",
+ "@angular/router": "~9.0.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.1",
- "@angular-devkit/build-ng-packagr": "~0.900.1",
- "@angular/cli": "~9.0.1",
- "@angular/compiler-cli": "~9.0.0",
- "@angular/language-service": "~9.0.0",
+ "@angular-devkit/build-angular": "~0.900.2",
+ "@angular-devkit/build-ng-packagr": "~0.900.2",
+ "@angular/cli": "~9.0.2",
+ "@angular/compiler-cli": "~9.0.1",
+ "@angular/language-service": "~9.0.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 076d10eb..ed450b49 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index eaddf3ab..fd0b3cb2 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.0",
- "@angular/core": "^9.0.0",
+ "@angular/common": "^9.0.1",
+ "@angular/core": "^9.0.1",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From dddb6dd3e4401e9b2b7163535221b25b432ff2dc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 20 Feb 2020 00:13:29 +0000
Subject: [PATCH 095/671] chore: version 9.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f6b66308..c4cb80b8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index bf783acf..908b4cad 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.1",
- "@angular/common": "~9.0.1",
- "@angular/compiler": "~9.0.1",
- "@angular/core": "~9.0.1",
- "@angular/forms": "~9.0.1",
- "@angular/platform-browser": "~9.0.1",
- "@angular/platform-browser-dynamic": "~9.0.1",
- "@angular/router": "~9.0.1",
+ "@angular/animations": "~9.0.2",
+ "@angular/common": "~9.0.2",
+ "@angular/compiler": "~9.0.2",
+ "@angular/core": "~9.0.2",
+ "@angular/forms": "~9.0.2",
+ "@angular/platform-browser": "~9.0.2",
+ "@angular/platform-browser-dynamic": "~9.0.2",
+ "@angular/router": "~9.0.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.2",
- "@angular-devkit/build-ng-packagr": "~0.900.2",
- "@angular/cli": "~9.0.2",
- "@angular/compiler-cli": "~9.0.1",
- "@angular/language-service": "~9.0.1",
+ "@angular-devkit/build-angular": "~0.900.3",
+ "@angular-devkit/build-ng-packagr": "~0.900.3",
+ "@angular/cli": "~9.0.3",
+ "@angular/compiler-cli": "~9.0.2",
+ "@angular/language-service": "~9.0.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index ed450b49..a534a986 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index fd0b3cb2..834923a5 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.1",
- "@angular/core": "^9.0.1",
+ "@angular/common": "^9.0.2",
+ "@angular/core": "^9.0.2",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 05bf76957c1130a66c8796657328374832d84cbb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 28 Feb 2020 00:11:29 +0000
Subject: [PATCH 096/671] chore: version 9.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c4cb80b8..a75bf569 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 908b4cad..e2f6bee6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.2",
- "@angular/common": "~9.0.2",
- "@angular/compiler": "~9.0.2",
- "@angular/core": "~9.0.2",
- "@angular/forms": "~9.0.2",
- "@angular/platform-browser": "~9.0.2",
- "@angular/platform-browser-dynamic": "~9.0.2",
- "@angular/router": "~9.0.2",
+ "@angular/animations": "~9.0.3",
+ "@angular/common": "~9.0.3",
+ "@angular/compiler": "~9.0.3",
+ "@angular/core": "~9.0.3",
+ "@angular/forms": "~9.0.3",
+ "@angular/platform-browser": "~9.0.3",
+ "@angular/platform-browser-dynamic": "~9.0.3",
+ "@angular/router": "~9.0.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.3",
- "@angular-devkit/build-ng-packagr": "~0.900.3",
- "@angular/cli": "~9.0.3",
- "@angular/compiler-cli": "~9.0.2",
- "@angular/language-service": "~9.0.2",
+ "@angular-devkit/build-angular": "~0.900.4",
+ "@angular-devkit/build-ng-packagr": "~0.900.4",
+ "@angular/cli": "~9.0.4",
+ "@angular/compiler-cli": "~9.0.3",
+ "@angular/language-service": "~9.0.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index a534a986..491f5cbe 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 834923a5..6edbe5f8 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.2",
- "@angular/core": "^9.0.2",
+ "@angular/common": "^9.0.3",
+ "@angular/core": "^9.0.3",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From b60fde71815ecc1e7419be3d580cbf4332f75f27 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 5 Mar 2020 00:11:25 +0000
Subject: [PATCH 097/671] chore: version 9.0.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
ponyracer/tsconfig.json | 3 ---
5 files changed, 17 insertions(+), 20 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a75bf569..4a78d27a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e2f6bee6..c5d75f23 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.3",
- "@angular/common": "~9.0.3",
- "@angular/compiler": "~9.0.3",
- "@angular/core": "~9.0.3",
- "@angular/forms": "~9.0.3",
- "@angular/platform-browser": "~9.0.3",
- "@angular/platform-browser-dynamic": "~9.0.3",
- "@angular/router": "~9.0.3",
+ "@angular/animations": "~9.0.5",
+ "@angular/common": "~9.0.5",
+ "@angular/compiler": "~9.0.5",
+ "@angular/core": "~9.0.5",
+ "@angular/forms": "~9.0.5",
+ "@angular/platform-browser": "~9.0.5",
+ "@angular/platform-browser-dynamic": "~9.0.5",
+ "@angular/router": "~9.0.5",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.4",
- "@angular-devkit/build-ng-packagr": "~0.900.4",
- "@angular/cli": "~9.0.4",
- "@angular/compiler-cli": "~9.0.3",
- "@angular/language-service": "~9.0.3",
+ "@angular-devkit/build-angular": "~0.900.5",
+ "@angular-devkit/build-ng-packagr": "~0.900.5",
+ "@angular/cli": "~9.0.5",
+ "@angular/compiler-cli": "~9.0.5",
+ "@angular/language-service": "~9.0.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 491f5cbe..89a97bd1 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 6edbe5f8..45343044 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.3",
- "@angular/core": "^9.0.3",
+ "@angular/common": "^9.0.5",
+ "@angular/core": "^9.0.5",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index f3ddfbdb..20494983 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -11,9 +11,6 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
- "typeRoots": [
- "node_modules/@types"
- ],
"lib": [
"es2018",
"dom"
From 6a5dbd8665a29508fe2637bfa9ed0006586c4ff6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 11 Mar 2020 20:08:33 +0000
Subject: [PATCH 098/671] chore: version 9.0.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4a78d27a..93531ea6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c5d75f23..76055d38 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.5",
- "@angular/common": "~9.0.5",
- "@angular/compiler": "~9.0.5",
- "@angular/core": "~9.0.5",
- "@angular/forms": "~9.0.5",
- "@angular/platform-browser": "~9.0.5",
- "@angular/platform-browser-dynamic": "~9.0.5",
- "@angular/router": "~9.0.5",
+ "@angular/animations": "~9.0.6",
+ "@angular/common": "~9.0.6",
+ "@angular/compiler": "~9.0.6",
+ "@angular/core": "~9.0.6",
+ "@angular/forms": "~9.0.6",
+ "@angular/platform-browser": "~9.0.6",
+ "@angular/platform-browser-dynamic": "~9.0.6",
+ "@angular/router": "~9.0.6",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.5",
- "@angular-devkit/build-ng-packagr": "~0.900.5",
- "@angular/cli": "~9.0.5",
- "@angular/compiler-cli": "~9.0.5",
- "@angular/language-service": "~9.0.5",
+ "@angular-devkit/build-angular": "~0.900.6",
+ "@angular-devkit/build-ng-packagr": "~0.900.6",
+ "@angular/cli": "~9.0.6",
+ "@angular/compiler-cli": "~9.0.6",
+ "@angular/language-service": "~9.0.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 89a97bd1..34696dc5 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 45343044..1416fe5a 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.5",
- "@angular/core": "^9.0.5",
+ "@angular/common": "^9.0.6",
+ "@angular/core": "^9.0.6",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From c496557934c1f9673416ab1f0673b2c8c342b6cc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 19 Mar 2020 04:05:12 +0000
Subject: [PATCH 099/671] chore: version 9.0.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 93531ea6..9a1c965b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 76055d38..e445b173 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.6",
- "@angular/common": "~9.0.6",
- "@angular/compiler": "~9.0.6",
- "@angular/core": "~9.0.6",
- "@angular/forms": "~9.0.6",
- "@angular/platform-browser": "~9.0.6",
- "@angular/platform-browser-dynamic": "~9.0.6",
- "@angular/router": "~9.0.6",
+ "@angular/animations": "~9.0.7",
+ "@angular/common": "~9.0.7",
+ "@angular/compiler": "~9.0.7",
+ "@angular/core": "~9.0.7",
+ "@angular/forms": "~9.0.7",
+ "@angular/platform-browser": "~9.0.7",
+ "@angular/platform-browser-dynamic": "~9.0.7",
+ "@angular/router": "~9.0.7",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.6",
- "@angular-devkit/build-ng-packagr": "~0.900.6",
- "@angular/cli": "~9.0.6",
- "@angular/compiler-cli": "~9.0.6",
- "@angular/language-service": "~9.0.6",
+ "@angular-devkit/build-angular": "~0.900.7",
+ "@angular-devkit/build-ng-packagr": "~0.900.7",
+ "@angular/cli": "~9.0.7",
+ "@angular/compiler-cli": "~9.0.7",
+ "@angular/language-service": "~9.0.7",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 34696dc5..084f4552 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 1416fe5a..a1cb6b23 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.6",
- "@angular/core": "^9.0.6",
+ "@angular/common": "^9.0.7",
+ "@angular/core": "^9.0.7",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From ccf189710c456a88df1d49f25b1e9633773e5f28 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 20 Feb 2020 00:14:24 +0000
Subject: [PATCH 100/671] chore: version 9.1.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 30 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
.../src/lib/ponyracer-lib.component.ts | 3 +-
5 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9a1c965b..4344eabf 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e445b173..3051c631 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,34 +11,34 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.0.7",
- "@angular/common": "~9.0.7",
- "@angular/compiler": "~9.0.7",
- "@angular/core": "~9.0.7",
- "@angular/forms": "~9.0.7",
- "@angular/platform-browser": "~9.0.7",
- "@angular/platform-browser-dynamic": "~9.0.7",
- "@angular/router": "~9.0.7",
+ "@angular/animations": "~9.1.0-next.1",
+ "@angular/common": "~9.1.0-next.1",
+ "@angular/compiler": "~9.1.0-next.1",
+ "@angular/core": "~9.1.0-next.1",
+ "@angular/forms": "~9.1.0-next.1",
+ "@angular/platform-browser": "~9.1.0-next.1",
+ "@angular/platform-browser-dynamic": "~9.1.0-next.1",
+ "@angular/router": "~9.1.0-next.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.900.7",
- "@angular-devkit/build-ng-packagr": "~0.900.7",
- "@angular/cli": "~9.0.7",
- "@angular/compiler-cli": "~9.0.7",
- "@angular/language-service": "~9.0.7",
+ "@angular-devkit/build-angular": "~0.901.0-next.0",
+ "@angular-devkit/build-ng-packagr": "~0.901.0-next.0",
+ "@angular/cli": "~9.1.0-next.0",
+ "@angular/compiler-cli": "~9.1.0-next.1",
+ "@angular/language-service": "~9.1.0-next.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
- "karma": "~4.3.0",
+ "karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
- "karma-jasmine": "~2.0.1",
+ "karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "^9.0.0",
"protractor": "~5.4.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 084f4552..e354b1a9 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index a1cb6b23..993a7898 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.0.7",
- "@angular/core": "^9.0.7",
+ "@angular/common": "^9.1.0-next.1",
+ "@angular/core": "^9.1.0-next.1",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
index 84939ac9..fe39fdb4 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
@@ -7,7 +7,8 @@ import { Component, OnInit } from '@angular/core';
ponyracer-lib works!
`,
- styles: []
+ styles: [
+ ],
})
export class PonyracerLibComponent implements OnInit {
From 6532d95762116087b53ca883af6868595a7507d0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 28 Feb 2020 00:12:42 +0000
Subject: [PATCH 101/671] chore: version 9.1.0-next.1
---
ponyracer/.editorconfig | 3 +++
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
5 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig
index e89330a6..59d9a3a3 100644
--- a/ponyracer/.editorconfig
+++ b/ponyracer/.editorconfig
@@ -8,6 +8,9 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
+[*.ts]
+quote_type = single
+
[*.md]
max_line_length = off
trim_trailing_whitespace = false
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4344eabf..5414b772 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3051c631..e9798238 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0-next.1",
- "@angular/common": "~9.1.0-next.1",
- "@angular/compiler": "~9.1.0-next.1",
- "@angular/core": "~9.1.0-next.1",
- "@angular/forms": "~9.1.0-next.1",
- "@angular/platform-browser": "~9.1.0-next.1",
- "@angular/platform-browser-dynamic": "~9.1.0-next.1",
- "@angular/router": "~9.1.0-next.1",
+ "@angular/animations": "~9.1.0-next.2",
+ "@angular/common": "~9.1.0-next.2",
+ "@angular/compiler": "~9.1.0-next.2",
+ "@angular/core": "~9.1.0-next.2",
+ "@angular/forms": "~9.1.0-next.2",
+ "@angular/platform-browser": "~9.1.0-next.2",
+ "@angular/platform-browser-dynamic": "~9.1.0-next.2",
+ "@angular/router": "~9.1.0-next.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0-next.0",
- "@angular-devkit/build-ng-packagr": "~0.901.0-next.0",
- "@angular/cli": "~9.1.0-next.0",
- "@angular/compiler-cli": "~9.1.0-next.1",
- "@angular/language-service": "~9.1.0-next.1",
+ "@angular-devkit/build-angular": "~0.901.0-next.1",
+ "@angular-devkit/build-ng-packagr": "~0.901.0-next.1",
+ "@angular/cli": "~9.1.0-next.1",
+ "@angular/compiler-cli": "~9.1.0-next.2",
+ "@angular/language-service": "~9.1.0-next.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index e354b1a9..8524e86f 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 993a7898..2f47e53f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0-next.1",
- "@angular/core": "^9.1.0-next.1",
+ "@angular/common": "^9.1.0-next.2",
+ "@angular/core": "^9.1.0-next.2",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 3724d0c12e04cf0c740671e04b3e972542eb67d7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 5 Mar 2020 00:12:26 +0000
Subject: [PATCH 102/671] chore: version 9.1.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5414b772..2652e993 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e9798238..6a9088f9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0-next.2",
- "@angular/common": "~9.1.0-next.2",
- "@angular/compiler": "~9.1.0-next.2",
- "@angular/core": "~9.1.0-next.2",
- "@angular/forms": "~9.1.0-next.2",
- "@angular/platform-browser": "~9.1.0-next.2",
- "@angular/platform-browser-dynamic": "~9.1.0-next.2",
- "@angular/router": "~9.1.0-next.2",
+ "@angular/animations": "~9.1.0-next.3",
+ "@angular/common": "~9.1.0-next.3",
+ "@angular/compiler": "~9.1.0-next.3",
+ "@angular/core": "~9.1.0-next.3",
+ "@angular/forms": "~9.1.0-next.3",
+ "@angular/platform-browser": "~9.1.0-next.3",
+ "@angular/platform-browser-dynamic": "~9.1.0-next.3",
+ "@angular/router": "~9.1.0-next.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0-next.1",
- "@angular-devkit/build-ng-packagr": "~0.901.0-next.1",
- "@angular/cli": "~9.1.0-next.1",
- "@angular/compiler-cli": "~9.1.0-next.2",
- "@angular/language-service": "~9.1.0-next.2",
+ "@angular-devkit/build-angular": "~0.901.0-next.2",
+ "@angular-devkit/build-ng-packagr": "~0.901.0-next.2",
+ "@angular/cli": "~9.1.0-next.2",
+ "@angular/compiler-cli": "~9.1.0-next.3",
+ "@angular/language-service": "~9.1.0-next.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8524e86f..52292133 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2f47e53f..7c358bcb 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0-next.2",
- "@angular/core": "^9.1.0-next.2",
+ "@angular/common": "^9.1.0-next.3",
+ "@angular/core": "^9.1.0-next.3",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From e5e4b7e04235d4cecea4c82cede6da66c50436ee Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 11 Mar 2020 20:09:46 +0000
Subject: [PATCH 103/671] chore: version 9.1.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2652e993..8fe149a7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6a9088f9..caee4c56 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0-next.3",
- "@angular/common": "~9.1.0-next.3",
- "@angular/compiler": "~9.1.0-next.3",
- "@angular/core": "~9.1.0-next.3",
- "@angular/forms": "~9.1.0-next.3",
- "@angular/platform-browser": "~9.1.0-next.3",
- "@angular/platform-browser-dynamic": "~9.1.0-next.3",
- "@angular/router": "~9.1.0-next.3",
+ "@angular/animations": "~9.1.0-next.4",
+ "@angular/common": "~9.1.0-next.4",
+ "@angular/compiler": "~9.1.0-next.4",
+ "@angular/core": "~9.1.0-next.4",
+ "@angular/forms": "~9.1.0-next.4",
+ "@angular/platform-browser": "~9.1.0-next.4",
+ "@angular/platform-browser-dynamic": "~9.1.0-next.4",
+ "@angular/router": "~9.1.0-next.4",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0-next.2",
- "@angular-devkit/build-ng-packagr": "~0.901.0-next.2",
- "@angular/cli": "~9.1.0-next.2",
- "@angular/compiler-cli": "~9.1.0-next.3",
- "@angular/language-service": "~9.1.0-next.3",
+ "@angular-devkit/build-angular": "~0.901.0-next.3",
+ "@angular-devkit/build-ng-packagr": "~0.901.0-next.3",
+ "@angular/cli": "~9.1.0-next.3",
+ "@angular/compiler-cli": "~9.1.0-next.4",
+ "@angular/language-service": "~9.1.0-next.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -44,6 +44,6 @@
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
- "typescript": "~3.7.5"
+ "typescript": "~3.8.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 52292133..84ea667c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 7c358bcb..6e949b83 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0-next.3",
- "@angular/core": "^9.1.0-next.3",
+ "@angular/common": "^9.1.0-next.4",
+ "@angular/core": "^9.1.0-next.4",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 9197aab16743939541e3301691ee529f2d762d65 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 19 Mar 2020 04:06:28 +0000
Subject: [PATCH 104/671] chore: version 9.1.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 ++++----
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +-
ponyracer/tslint.json | 71 +++++++++++++++++--
5 files changed, 82 insertions(+), 25 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8fe149a7..cca30ce5 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index caee4c56..9d0f9e7b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0-next.4",
- "@angular/common": "~9.1.0-next.4",
- "@angular/compiler": "~9.1.0-next.4",
- "@angular/core": "~9.1.0-next.4",
- "@angular/forms": "~9.1.0-next.4",
- "@angular/platform-browser": "~9.1.0-next.4",
- "@angular/platform-browser-dynamic": "~9.1.0-next.4",
- "@angular/router": "~9.1.0-next.4",
+ "@angular/animations": "~9.1.0-next.5",
+ "@angular/common": "~9.1.0-next.5",
+ "@angular/compiler": "~9.1.0-next.5",
+ "@angular/core": "~9.1.0-next.5",
+ "@angular/forms": "~9.1.0-next.5",
+ "@angular/platform-browser": "~9.1.0-next.5",
+ "@angular/platform-browser-dynamic": "~9.1.0-next.5",
+ "@angular/router": "~9.1.0-next.5",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0-next.3",
- "@angular-devkit/build-ng-packagr": "~0.901.0-next.3",
- "@angular/cli": "~9.1.0-next.3",
- "@angular/compiler-cli": "~9.1.0-next.4",
- "@angular/language-service": "~9.1.0-next.4",
+ "@angular-devkit/build-angular": "~0.901.0-next.4",
+ "@angular-devkit/build-ng-packagr": "~0.901.0-next.4",
+ "@angular/cli": "~9.1.0-next.4",
+ "@angular/compiler-cli": "~9.1.0-next.5",
+ "@angular/language-service": "~9.1.0-next.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -43,7 +43,7 @@
"ng-packagr": "^9.0.0",
"protractor": "~5.4.3",
"ts-node": "~8.3.0",
- "tslint": "~5.18.0",
+ "tslint": "~6.1.0",
"typescript": "~3.8.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 84ea667c..7bcfd088 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 6e949b83..0d8cf576 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0-next.4",
- "@angular/core": "^9.1.0-next.4",
+ "@angular/common": "^9.1.0-next.5",
+ "@angular/core": "^9.1.0-next.5",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index e7709133..def88d1c 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -4,22 +4,34 @@
"codelyzer"
],
"rules": {
+ "align": {
+ "options": [
+ "parameters",
+ "statements"
+ ]
+ },
"array-type": false,
- "arrow-parens": false,
+ "arrow-return-shorthand": true,
+ "curly": true,
"deprecation": {
"severity": "warning"
},
+ "eofline": true,
"import-blacklist": [
true,
"rxjs/Rx"
],
- "interface-name": false,
+ "import-spacing": true,
+ "indent": {
+ "options": [
+ "spaces"
+ ]
+ },
"max-classes-per-file": false,
"max-line-length": [
true,
140
],
- "member-access": false,
"member-ordering": [
true,
{
@@ -31,7 +43,6 @@
]
}
],
- "no-consecutive-blank-lines": false,
"no-console": [
true,
"debug",
@@ -53,13 +64,59 @@
true,
"as-needed"
],
- "object-literal-sort-keys": false,
- "ordered-imports": false,
"quotemark": [
true,
"single"
],
- "trailing-comma": false,
+ "semicolon": {
+ "options": [
+ "always"
+ ]
+ },
+ "space-before-function-paren": {
+ "options": {
+ "anonymous": "never",
+ "asyncArrow": "always",
+ "constructor": "never",
+ "method": "never",
+ "named": "never"
+ }
+ },
+ "typedef-whitespace": {
+ "options": [
+ {
+ "call-signature": "nospace",
+ "index-signature": "nospace",
+ "parameter": "nospace",
+ "property-declaration": "nospace",
+ "variable-declaration": "nospace"
+ },
+ {
+ "call-signature": "onespace",
+ "index-signature": "onespace",
+ "parameter": "onespace",
+ "property-declaration": "onespace",
+ "variable-declaration": "onespace"
+ }
+ ]
+ },
+ "variable-name": {
+ "options": [
+ "ban-keywords",
+ "check-format",
+ "allow-pascal-case"
+ ]
+ },
+ "whitespace": {
+ "options": [
+ "check-branch",
+ "check-decl",
+ "check-operator",
+ "check-separator",
+ "check-type",
+ "check-typecast"
+ ]
+ },
"component-class-suffix": true,
"contextual-lifecycle": true,
"directive-class-suffix": true,
From 82272f42a6de696320c15c5e6a256032269dbbe3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 24 Mar 2020 02:05:13 +0000
Subject: [PATCH 105/671] chore: version 9.1.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
5 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index cca30ce5..83bddd03 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-rc.0.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index 37b39202..2a76dccb 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
+ "version": 1,
"newProjectRoot": "projects",
"projects": {
"ponyracer-lib": {
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9d0f9e7b..561ec06d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0-next.5",
- "@angular/common": "~9.1.0-next.5",
- "@angular/compiler": "~9.1.0-next.5",
- "@angular/core": "~9.1.0-next.5",
- "@angular/forms": "~9.1.0-next.5",
- "@angular/platform-browser": "~9.1.0-next.5",
- "@angular/platform-browser-dynamic": "~9.1.0-next.5",
- "@angular/router": "~9.1.0-next.5",
+ "@angular/animations": "~9.1.0-rc.1",
+ "@angular/common": "~9.1.0-rc.1",
+ "@angular/compiler": "~9.1.0-rc.1",
+ "@angular/core": "~9.1.0-rc.1",
+ "@angular/forms": "~9.1.0-rc.1",
+ "@angular/platform-browser": "~9.1.0-rc.1",
+ "@angular/platform-browser-dynamic": "~9.1.0-rc.1",
+ "@angular/router": "~9.1.0-rc.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0-next.4",
- "@angular-devkit/build-ng-packagr": "~0.901.0-next.4",
- "@angular/cli": "~9.1.0-next.4",
- "@angular/compiler-cli": "~9.1.0-next.5",
- "@angular/language-service": "~9.1.0-next.5",
+ "@angular-devkit/build-angular": "~0.901.0-rc.0",
+ "@angular-devkit/build-ng-packagr": "~0.901.0-rc.0",
+ "@angular/cli": "~9.1.0-rc.0",
+ "@angular/compiler-cli": "~9.1.0-rc.1",
+ "@angular/language-service": "~9.1.0-rc.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 7bcfd088..63c1e651 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-next.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-rc.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 0d8cf576..7d9fca94 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0-next.5",
- "@angular/core": "^9.1.0-next.5",
+ "@angular/common": "^9.1.0-rc.1",
+ "@angular/core": "^9.1.0-rc.1",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 1e66e4c35fe4381d9a7c79609d2ddb88f6c95c79 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 25 Mar 2020 22:04:58 +0000
Subject: [PATCH 106/671] chore: version 9.1.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 83bddd03..df23d105 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 561ec06d..6d7f38f6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0-rc.1",
- "@angular/common": "~9.1.0-rc.1",
- "@angular/compiler": "~9.1.0-rc.1",
- "@angular/core": "~9.1.0-rc.1",
- "@angular/forms": "~9.1.0-rc.1",
- "@angular/platform-browser": "~9.1.0-rc.1",
- "@angular/platform-browser-dynamic": "~9.1.0-rc.1",
- "@angular/router": "~9.1.0-rc.1",
+ "@angular/animations": "~9.1.0",
+ "@angular/common": "~9.1.0",
+ "@angular/compiler": "~9.1.0",
+ "@angular/core": "~9.1.0",
+ "@angular/forms": "~9.1.0",
+ "@angular/platform-browser": "~9.1.0",
+ "@angular/platform-browser-dynamic": "~9.1.0",
+ "@angular/router": "~9.1.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0-rc.0",
- "@angular-devkit/build-ng-packagr": "~0.901.0-rc.0",
- "@angular/cli": "~9.1.0-rc.0",
- "@angular/compiler-cli": "~9.1.0-rc.1",
- "@angular/language-service": "~9.1.0-rc.1",
+ "@angular-devkit/build-angular": "~0.901.0",
+ "@angular-devkit/build-ng-packagr": "~0.901.0",
+ "@angular/cli": "~9.1.0",
+ "@angular/compiler-cli": "~9.1.0",
+ "@angular/language-service": "~9.1.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 63c1e651..8ceacf1e 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0-rc.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 7d9fca94..5f116461 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0-rc.1",
- "@angular/core": "^9.1.0-rc.1",
+ "@angular/common": "^9.1.0",
+ "@angular/core": "^9.1.0",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From fc7544cfa627d348d908cd1781944c919fc9b018 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 8 Apr 2020 20:10:34 +0000
Subject: [PATCH 107/671] chore: version 9.1.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
.../src/lib/ponyracer-lib.component.ts | 2 +-
5 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index df23d105..50e4321c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6d7f38f6..75dc1d81 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.0",
- "@angular/common": "~9.1.0",
- "@angular/compiler": "~9.1.0",
- "@angular/core": "~9.1.0",
- "@angular/forms": "~9.1.0",
- "@angular/platform-browser": "~9.1.0",
- "@angular/platform-browser-dynamic": "~9.1.0",
- "@angular/router": "~9.1.0",
+ "@angular/animations": "~9.1.1",
+ "@angular/common": "~9.1.1",
+ "@angular/compiler": "~9.1.1",
+ "@angular/core": "~9.1.1",
+ "@angular/forms": "~9.1.1",
+ "@angular/platform-browser": "~9.1.1",
+ "@angular/platform-browser-dynamic": "~9.1.1",
+ "@angular/router": "~9.1.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.0",
- "@angular-devkit/build-ng-packagr": "~0.901.0",
- "@angular/cli": "~9.1.0",
- "@angular/compiler-cli": "~9.1.0",
- "@angular/language-service": "~9.1.0",
+ "@angular-devkit/build-angular": "~0.901.1",
+ "@angular-devkit/build-ng-packagr": "~0.901.1",
+ "@angular/cli": "~9.1.1",
+ "@angular/compiler-cli": "~9.1.1",
+ "@angular/language-service": "~9.1.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8ceacf1e..ed87587d 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 5f116461..c3366729 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.0",
- "@angular/core": "^9.1.0",
+ "@angular/common": "^9.1.1",
+ "@angular/core": "^9.1.1",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
index fe39fdb4..8cb86e17 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts
@@ -8,7 +8,7 @@ import { Component, OnInit } from '@angular/core';
`,
styles: [
- ],
+ ]
})
export class PonyracerLibComponent implements OnInit {
From 8c0f39377e3c963cf4b2f4dd340409b248b9436c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 21 Apr 2020 20:05:46 +0000
Subject: [PATCH 108/671] chore: version 9.1.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 50e4321c..2e4b2cca 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 75dc1d81..334891da 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.1",
- "@angular/common": "~9.1.1",
- "@angular/compiler": "~9.1.1",
- "@angular/core": "~9.1.1",
- "@angular/forms": "~9.1.1",
- "@angular/platform-browser": "~9.1.1",
- "@angular/platform-browser-dynamic": "~9.1.1",
- "@angular/router": "~9.1.1",
+ "@angular/animations": "~9.1.2",
+ "@angular/common": "~9.1.2",
+ "@angular/compiler": "~9.1.2",
+ "@angular/core": "~9.1.2",
+ "@angular/forms": "~9.1.2",
+ "@angular/platform-browser": "~9.1.2",
+ "@angular/platform-browser-dynamic": "~9.1.2",
+ "@angular/router": "~9.1.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.1",
- "@angular-devkit/build-ng-packagr": "~0.901.1",
- "@angular/cli": "~9.1.1",
- "@angular/compiler-cli": "~9.1.1",
- "@angular/language-service": "~9.1.1",
+ "@angular-devkit/build-angular": "~0.901.2",
+ "@angular-devkit/build-ng-packagr": "~0.901.2",
+ "@angular/cli": "~9.1.2",
+ "@angular/compiler-cli": "~9.1.2",
+ "@angular/language-service": "~9.1.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index ed87587d..92c0ca78 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c3366729..e61fd74f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.1",
- "@angular/core": "^9.1.1",
+ "@angular/common": "^9.1.2",
+ "@angular/core": "^9.1.2",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From e2ffb94c7dea045ced2302ab242f581fa56d31da Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 22 Apr 2020 22:06:42 +0000
Subject: [PATCH 109/671] chore: version 9.1.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2e4b2cca..ab38ddad 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 334891da..1d14acac 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,31 +11,31 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.2",
- "@angular/common": "~9.1.2",
- "@angular/compiler": "~9.1.2",
- "@angular/core": "~9.1.2",
- "@angular/forms": "~9.1.2",
- "@angular/platform-browser": "~9.1.2",
- "@angular/platform-browser-dynamic": "~9.1.2",
- "@angular/router": "~9.1.2",
+ "@angular/animations": "~9.1.3",
+ "@angular/common": "~9.1.3",
+ "@angular/compiler": "~9.1.3",
+ "@angular/core": "~9.1.3",
+ "@angular/forms": "~9.1.3",
+ "@angular/platform-browser": "~9.1.3",
+ "@angular/platform-browser-dynamic": "~9.1.3",
+ "@angular/router": "~9.1.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.2",
- "@angular-devkit/build-ng-packagr": "~0.901.2",
- "@angular/cli": "~9.1.2",
- "@angular/compiler-cli": "~9.1.2",
- "@angular/language-service": "~9.1.2",
+ "@angular-devkit/build-angular": "~0.901.3",
+ "@angular-devkit/build-ng-packagr": "~0.901.3",
+ "@angular/cli": "~9.1.3",
+ "@angular/compiler-cli": "~9.1.3",
+ "@angular/language-service": "~9.1.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
- "karma": "~4.4.1",
+ "karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 92c0ca78..65ed9355 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index e61fd74f..d93ade7b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.2",
- "@angular/core": "^9.1.2",
+ "@angular/common": "^9.1.3",
+ "@angular/core": "^9.1.3",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 384c3504438853cb173b08588a34c07d20b075b9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 30 Apr 2020 00:09:42 +0000
Subject: [PATCH 110/671] chore: version 9.1.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ab38ddad..1efff18b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1d14acac..dacda8c8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.3",
- "@angular/common": "~9.1.3",
- "@angular/compiler": "~9.1.3",
- "@angular/core": "~9.1.3",
- "@angular/forms": "~9.1.3",
- "@angular/platform-browser": "~9.1.3",
- "@angular/platform-browser-dynamic": "~9.1.3",
- "@angular/router": "~9.1.3",
+ "@angular/animations": "~9.1.4",
+ "@angular/common": "~9.1.4",
+ "@angular/compiler": "~9.1.4",
+ "@angular/core": "~9.1.4",
+ "@angular/forms": "~9.1.4",
+ "@angular/platform-browser": "~9.1.4",
+ "@angular/platform-browser-dynamic": "~9.1.4",
+ "@angular/router": "~9.1.4",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.3",
- "@angular-devkit/build-ng-packagr": "~0.901.3",
- "@angular/cli": "~9.1.3",
- "@angular/compiler-cli": "~9.1.3",
- "@angular/language-service": "~9.1.3",
+ "@angular-devkit/build-angular": "~0.901.4",
+ "@angular-devkit/build-ng-packagr": "~0.901.4",
+ "@angular/cli": "~9.1.4",
+ "@angular/compiler-cli": "~9.1.4",
+ "@angular/language-service": "~9.1.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 65ed9355..5372d27c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index d93ade7b..a90b052b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.3",
- "@angular/core": "^9.1.3",
+ "@angular/common": "^9.1.4",
+ "@angular/core": "^9.1.4",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 276a6f984512b56eb4c41469b2fb45e4968a0de5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 8 May 2020 20:06:05 +0000
Subject: [PATCH 111/671] chore: version 9.1.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 25 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1efff18b..a30d4230 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index dacda8c8..e24a6c01 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.4",
- "@angular/common": "~9.1.4",
- "@angular/compiler": "~9.1.4",
- "@angular/core": "~9.1.4",
- "@angular/forms": "~9.1.4",
- "@angular/platform-browser": "~9.1.4",
- "@angular/platform-browser-dynamic": "~9.1.4",
- "@angular/router": "~9.1.4",
+ "@angular/animations": "~9.1.6",
+ "@angular/common": "~9.1.6",
+ "@angular/compiler": "~9.1.6",
+ "@angular/core": "~9.1.6",
+ "@angular/forms": "~9.1.6",
+ "@angular/platform-browser": "~9.1.6",
+ "@angular/platform-browser-dynamic": "~9.1.6",
+ "@angular/router": "~9.1.6",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.4",
- "@angular-devkit/build-ng-packagr": "~0.901.4",
- "@angular/cli": "~9.1.4",
- "@angular/compiler-cli": "~9.1.4",
- "@angular/language-service": "~9.1.4",
+ "@angular-devkit/build-angular": "~0.901.5",
+ "@angular-devkit/build-ng-packagr": "~0.901.5",
+ "@angular/cli": "~9.1.5",
+ "@angular/compiler-cli": "~9.1.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 5372d27c..050a46de 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index a90b052b..c4d90835 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.4",
- "@angular/core": "^9.1.4",
+ "@angular/common": "^9.1.6",
+ "@angular/core": "^9.1.6",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 0fcd927613f5568957b8c49dc4e802521e854b91 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 14 May 2020 00:18:31 +0000
Subject: [PATCH 112/671] chore: version 9.1.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a30d4230..802cbdba 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e24a6c01..c26afc67 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.6",
- "@angular/common": "~9.1.6",
- "@angular/compiler": "~9.1.6",
- "@angular/core": "~9.1.6",
- "@angular/forms": "~9.1.6",
- "@angular/platform-browser": "~9.1.6",
- "@angular/platform-browser-dynamic": "~9.1.6",
- "@angular/router": "~9.1.6",
+ "@angular/animations": "~9.1.7",
+ "@angular/common": "~9.1.7",
+ "@angular/compiler": "~9.1.7",
+ "@angular/core": "~9.1.7",
+ "@angular/forms": "~9.1.7",
+ "@angular/platform-browser": "~9.1.7",
+ "@angular/platform-browser-dynamic": "~9.1.7",
+ "@angular/router": "~9.1.7",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.5",
- "@angular-devkit/build-ng-packagr": "~0.901.5",
- "@angular/cli": "~9.1.5",
- "@angular/compiler-cli": "~9.1.6",
+ "@angular-devkit/build-angular": "~0.901.6",
+ "@angular-devkit/build-ng-packagr": "~0.901.6",
+ "@angular/cli": "~9.1.6",
+ "@angular/compiler-cli": "~9.1.7",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 050a46de..3babc62a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c4d90835..b1b5f6cb 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.6",
- "@angular/core": "^9.1.6",
+ "@angular/common": "^9.1.7",
+ "@angular/core": "^9.1.7",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 71750956a834d8252db5024577ae4a1f63f8732b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 21 May 2020 22:06:26 +0000
Subject: [PATCH 113/671] chore: version 9.1.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 6 +++--
4 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 802cbdba..1a043e55 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c26afc67..11a55932 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.7",
- "@angular/common": "~9.1.7",
- "@angular/compiler": "~9.1.7",
- "@angular/core": "~9.1.7",
- "@angular/forms": "~9.1.7",
- "@angular/platform-browser": "~9.1.7",
- "@angular/platform-browser-dynamic": "~9.1.7",
- "@angular/router": "~9.1.7",
+ "@angular/animations": "~9.1.9",
+ "@angular/common": "~9.1.9",
+ "@angular/compiler": "~9.1.9",
+ "@angular/core": "~9.1.9",
+ "@angular/forms": "~9.1.9",
+ "@angular/platform-browser": "~9.1.9",
+ "@angular/platform-browser-dynamic": "~9.1.9",
+ "@angular/router": "~9.1.9",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.6",
- "@angular-devkit/build-ng-packagr": "~0.901.6",
- "@angular/cli": "~9.1.6",
- "@angular/compiler-cli": "~9.1.7",
+ "@angular-devkit/build-angular": "~0.901.7",
+ "@angular-devkit/build-ng-packagr": "~0.901.7",
+ "@angular/cli": "~9.1.7",
+ "@angular/compiler-cli": "~9.1.9",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -40,7 +40,7 @@
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "^9.0.0",
- "protractor": "~5.4.3",
+ "protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.8.3"
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3babc62a..3f4ac108 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b1b5f6cb..82dcf6fa 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,10 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.7",
- "@angular/core": "^9.1.7",
+ "@angular/common": "^9.1.9",
+ "@angular/core": "^9.1.9"
+ },
+ "dependencies": {
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From d5b5e91610973eda101e30aa08a8b48c244f7742 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 11 Jun 2020 07:51:10 +0000
Subject: [PATCH 114/671] chore: version 9.1.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1a043e55..f2dee746 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 11a55932..9d9076f0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.9",
- "@angular/common": "~9.1.9",
- "@angular/compiler": "~9.1.9",
- "@angular/core": "~9.1.9",
- "@angular/forms": "~9.1.9",
- "@angular/platform-browser": "~9.1.9",
- "@angular/platform-browser-dynamic": "~9.1.9",
- "@angular/router": "~9.1.9",
+ "@angular/animations": "~9.1.11",
+ "@angular/common": "~9.1.11",
+ "@angular/compiler": "~9.1.11",
+ "@angular/core": "~9.1.11",
+ "@angular/forms": "~9.1.11",
+ "@angular/platform-browser": "~9.1.11",
+ "@angular/platform-browser-dynamic": "~9.1.11",
+ "@angular/router": "~9.1.11",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.7",
- "@angular-devkit/build-ng-packagr": "~0.901.7",
- "@angular/cli": "~9.1.7",
- "@angular/compiler-cli": "~9.1.9",
+ "@angular-devkit/build-angular": "~0.901.8",
+ "@angular-devkit/build-ng-packagr": "~0.901.8",
+ "@angular/cli": "~9.1.8",
+ "@angular/compiler-cli": "~9.1.11",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3f4ac108..91a0081a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.11.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 82dcf6fa..fee0aece 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.9",
- "@angular/core": "^9.1.9"
+ "@angular/common": "^9.1.11",
+ "@angular/core": "^9.1.11"
},
"dependencies": {
"tslib": "^1.10.0"
From e9922c768a76a775f9fd1d918df2056801e45855 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 18 Jun 2020 00:18:51 +0000
Subject: [PATCH 115/671] chore: version 9.1.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f2dee746..f17c5c14 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9d9076f0..b964d49e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.8",
- "@angular-devkit/build-ng-packagr": "~0.901.8",
- "@angular/cli": "~9.1.8",
+ "@angular-devkit/build-angular": "~0.901.9",
+ "@angular-devkit/build-ng-packagr": "~0.901.9",
+ "@angular/cli": "~9.1.9",
"@angular/compiler-cli": "~9.1.11",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From 4d7a11174114bf33c83994ac828af3f93e561146 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 2 Jul 2020 00:24:26 +0000
Subject: [PATCH 116/671] chore: version 9.1.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f17c5c14..dcbfafd2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b964d49e..013d553a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.9",
- "@angular-devkit/build-ng-packagr": "~0.901.9",
- "@angular/cli": "~9.1.9",
+ "@angular-devkit/build-angular": "~0.901.10",
+ "@angular-devkit/build-ng-packagr": "~0.901.10",
+ "@angular/cli": "~9.1.10",
"@angular/compiler-cli": "~9.1.11",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From c29c3b3e1c2a02968016997dff7c206a31fe7b6c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 9 Jul 2020 22:09:07 +0000
Subject: [PATCH 117/671] chore: version 9.1.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index dcbfafd2..df0b80cb 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 013d553a..e05bd56e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.11",
- "@angular/common": "~9.1.11",
- "@angular/compiler": "~9.1.11",
- "@angular/core": "~9.1.11",
- "@angular/forms": "~9.1.11",
- "@angular/platform-browser": "~9.1.11",
- "@angular/platform-browser-dynamic": "~9.1.11",
- "@angular/router": "~9.1.11",
+ "@angular/animations": "~9.1.12",
+ "@angular/common": "~9.1.12",
+ "@angular/compiler": "~9.1.12",
+ "@angular/core": "~9.1.12",
+ "@angular/forms": "~9.1.12",
+ "@angular/platform-browser": "~9.1.12",
+ "@angular/platform-browser-dynamic": "~9.1.12",
+ "@angular/router": "~9.1.12",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.10",
- "@angular-devkit/build-ng-packagr": "~0.901.10",
- "@angular/cli": "~9.1.10",
- "@angular/compiler-cli": "~9.1.11",
+ "@angular-devkit/build-angular": "~0.901.11",
+ "@angular-devkit/build-ng-packagr": "~0.901.11",
+ "@angular/cli": "~9.1.11",
+ "@angular/compiler-cli": "~9.1.12",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 91a0081a..d80b79b3 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.11.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.12.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index fee0aece..f55ec288 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.11",
- "@angular/core": "^9.1.11"
+ "@angular/common": "^9.1.12",
+ "@angular/core": "^9.1.12"
},
"dependencies": {
"tslib": "^1.10.0"
From 2ae8ab3996635f00564d2e895dc2a8a6291558a1 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 22 Jul 2020 22:15:52 +0000
Subject: [PATCH 118/671] chore: version 9.1.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index df0b80cb..31c035f4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e05bd56e..87351a4c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.11",
- "@angular-devkit/build-ng-packagr": "~0.901.11",
- "@angular/cli": "~9.1.11",
+ "@angular-devkit/build-angular": "~0.901.12",
+ "@angular-devkit/build-ng-packagr": "~0.901.12",
+ "@angular/cli": "~9.1.12",
"@angular/compiler-cli": "~9.1.12",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From f75383803d3a26b2791d38a1e0fd5716d99ffe6c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Dec 2020 18:16:51 +0000
Subject: [PATCH 119/671] chore: version 9.1.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 31c035f4..8ae1b5b5 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 87351a4c..d98fc0e2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.12",
- "@angular/common": "~9.1.12",
- "@angular/compiler": "~9.1.12",
- "@angular/core": "~9.1.12",
- "@angular/forms": "~9.1.12",
- "@angular/platform-browser": "~9.1.12",
- "@angular/platform-browser-dynamic": "~9.1.12",
- "@angular/router": "~9.1.12",
+ "@angular/animations": "~9.1.13",
+ "@angular/common": "~9.1.13",
+ "@angular/compiler": "~9.1.13",
+ "@angular/core": "~9.1.13",
+ "@angular/forms": "~9.1.13",
+ "@angular/platform-browser": "~9.1.13",
+ "@angular/platform-browser-dynamic": "~9.1.13",
+ "@angular/router": "~9.1.13",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.12",
- "@angular-devkit/build-ng-packagr": "~0.901.12",
- "@angular/cli": "~9.1.12",
- "@angular/compiler-cli": "~9.1.12",
+ "@angular-devkit/build-angular": "~0.901.13",
+ "@angular-devkit/build-ng-packagr": "~0.901.13",
+ "@angular/cli": "~9.1.13",
+ "@angular/compiler-cli": "~9.1.13",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index d80b79b3..aed1e840 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.12.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index f55ec288..ba612dc7 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.12",
- "@angular/core": "^9.1.12"
+ "@angular/common": "^9.1.13",
+ "@angular/core": "^9.1.13"
},
"dependencies": {
"tslib": "^1.10.0"
From 786c44a739b15b92c73e738d9929536b264dc963 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 5 Feb 2021 22:15:55 +0000
Subject: [PATCH 120/671] chore: version 9.1.14
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8ae1b5b5..df3fa5fe 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.14.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d98fc0e2..3c46343f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.13",
- "@angular-devkit/build-ng-packagr": "~0.901.13",
- "@angular/cli": "~9.1.13",
+ "@angular-devkit/build-angular": "~0.901.14",
+ "@angular-devkit/build-ng-packagr": "~0.901.14",
+ "@angular/cli": "~9.1.14",
"@angular/compiler-cli": "~9.1.13",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From e92afbf1f7442abdccf860df759f09b84a552970 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 25 Feb 2021 20:15:53 +0000
Subject: [PATCH 121/671] chore: version 9.1.15
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index df3fa5fe..5b8af41b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.14.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.15.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3c46343f..b8553d01 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.14",
- "@angular-devkit/build-ng-packagr": "~0.901.14",
- "@angular/cli": "~9.1.14",
+ "@angular-devkit/build-angular": "~0.901.15",
+ "@angular-devkit/build-ng-packagr": "~0.901.15",
+ "@angular/cli": "~9.1.15",
"@angular/compiler-cli": "~9.1.13",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From 9e99fd0ec27b0de9f602d13c1b49d28dae86c81a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 8 Apr 2020 22:05:04 +0000
Subject: [PATCH 122/671] chore: version 10.0.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 29 ++++++++++---------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 6 ++--
4 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5b8af41b..e297d02f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.15.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b8553d01..ade68f0a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,30 +11,31 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~9.1.13",
- "@angular/common": "~9.1.13",
- "@angular/compiler": "~9.1.13",
- "@angular/core": "~9.1.13",
- "@angular/forms": "~9.1.13",
- "@angular/platform-browser": "~9.1.13",
- "@angular/platform-browser-dynamic": "~9.1.13",
- "@angular/router": "~9.1.13",
+ "@angular/animations": "~10.0.0-next.0",
+ "@angular/common": "~10.0.0-next.0",
+ "@angular/compiler": "~10.0.0-next.0",
+ "@angular/core": "~10.0.0-next.0",
+ "@angular/forms": "~10.0.0-next.0",
+ "@angular/platform-browser": "~10.0.0-next.0",
+ "@angular/platform-browser-dynamic": "~10.0.0-next.0",
+ "@angular/router": "~10.0.0-next.0",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.901.15",
- "@angular-devkit/build-ng-packagr": "~0.901.15",
- "@angular/cli": "~9.1.15",
- "@angular/compiler-cli": "~9.1.13",
+ "@angular-devkit/build-angular": "~0.1000.0-next.0",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-next.0",
+ "@angular/cli": "~10.0.0-next.0",
+ "@angular/compiler-cli": "~10.0.0-next.0",
+ "@angular/language-service": "~10.0.0-next.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
- "jasmine-spec-reporter": "~4.2.1",
- "karma": "~5.0.0",
+ "jasmine-spec-reporter": "~5.0.0",
+ "karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index aed1e840..83743fa9 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index ba612dc7..5a353d69 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,10 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^9.1.13",
- "@angular/core": "^9.1.13"
- },
- "dependencies": {
+ "@angular/common": "^10.0.0-next.0",
+ "@angular/core": "^10.0.0-next.0",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 4a8ec1d2d3a7e48c7323aa026bd315089943c408 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 21 Apr 2020 20:06:57 +0000
Subject: [PATCH 123/671] chore: version 10.0.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e297d02f..2c6f4c10 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ade68f0a..f6ffa2ae 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,31 +11,31 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-next.0",
- "@angular/common": "~10.0.0-next.0",
- "@angular/compiler": "~10.0.0-next.0",
- "@angular/core": "~10.0.0-next.0",
- "@angular/forms": "~10.0.0-next.0",
- "@angular/platform-browser": "~10.0.0-next.0",
- "@angular/platform-browser-dynamic": "~10.0.0-next.0",
- "@angular/router": "~10.0.0-next.0",
+ "@angular/animations": "~10.0.0-next.2",
+ "@angular/common": "~10.0.0-next.2",
+ "@angular/compiler": "~10.0.0-next.2",
+ "@angular/core": "~10.0.0-next.2",
+ "@angular/forms": "~10.0.0-next.2",
+ "@angular/platform-browser": "~10.0.0-next.2",
+ "@angular/platform-browser-dynamic": "~10.0.0-next.2",
+ "@angular/router": "~10.0.0-next.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-next.0",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-next.0",
- "@angular/cli": "~10.0.0-next.0",
- "@angular/compiler-cli": "~10.0.0-next.0",
- "@angular/language-service": "~10.0.0-next.0",
+ "@angular-devkit/build-angular": "~0.1000.0-next.1",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-next.1",
+ "@angular/cli": "~10.0.0-next.1",
+ "@angular/compiler-cli": "~10.0.0-next.2",
+ "@angular/language-service": "~10.0.0-next.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
- "karma": "~4.4.1",
+ "karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 83743fa9..204d2723 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 5a353d69..f5b4452b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-next.0",
- "@angular/core": "^10.0.0-next.0",
+ "@angular/common": "^10.0.0-next.2",
+ "@angular/core": "^10.0.0-next.2",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 93ccf78478fcfbc92031fabc64add3b731deedc5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 22 Apr 2020 22:08:02 +0000
Subject: [PATCH 124/671] chore: version 10.0.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2c6f4c10..897b1ce2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f6ffa2ae..11366370 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-next.2",
- "@angular/common": "~10.0.0-next.2",
- "@angular/compiler": "~10.0.0-next.2",
- "@angular/core": "~10.0.0-next.2",
- "@angular/forms": "~10.0.0-next.2",
- "@angular/platform-browser": "~10.0.0-next.2",
- "@angular/platform-browser-dynamic": "~10.0.0-next.2",
- "@angular/router": "~10.0.0-next.2",
+ "@angular/animations": "~10.0.0-next.3",
+ "@angular/common": "~10.0.0-next.3",
+ "@angular/compiler": "~10.0.0-next.3",
+ "@angular/core": "~10.0.0-next.3",
+ "@angular/forms": "~10.0.0-next.3",
+ "@angular/platform-browser": "~10.0.0-next.3",
+ "@angular/platform-browser-dynamic": "~10.0.0-next.3",
+ "@angular/router": "~10.0.0-next.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-next.1",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-next.1",
- "@angular/cli": "~10.0.0-next.1",
- "@angular/compiler-cli": "~10.0.0-next.2",
- "@angular/language-service": "~10.0.0-next.2",
+ "@angular-devkit/build-angular": "~0.1000.0-next.2",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-next.2",
+ "@angular/cli": "~10.0.0-next.2",
+ "@angular/compiler-cli": "~10.0.0-next.3",
+ "@angular/language-service": "~10.0.0-next.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 204d2723..485178e1 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index f5b4452b..14e11a68 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-next.2",
- "@angular/core": "^10.0.0-next.2",
+ "@angular/common": "^10.0.0-next.3",
+ "@angular/core": "^10.0.0-next.3",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 167a309dd486f4b92efa7916f235bf912dcde869 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 30 Apr 2020 00:10:59 +0000
Subject: [PATCH 125/671] chore: version 10.0.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 897b1ce2..eec32567 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 11366370..d08f714e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,28 +11,28 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-next.3",
- "@angular/common": "~10.0.0-next.3",
- "@angular/compiler": "~10.0.0-next.3",
- "@angular/core": "~10.0.0-next.3",
- "@angular/forms": "~10.0.0-next.3",
- "@angular/platform-browser": "~10.0.0-next.3",
- "@angular/platform-browser-dynamic": "~10.0.0-next.3",
- "@angular/router": "~10.0.0-next.3",
+ "@angular/animations": "~10.0.0-next.4",
+ "@angular/common": "~10.0.0-next.4",
+ "@angular/compiler": "~10.0.0-next.4",
+ "@angular/core": "~10.0.0-next.4",
+ "@angular/forms": "~10.0.0-next.4",
+ "@angular/platform-browser": "~10.0.0-next.4",
+ "@angular/platform-browser-dynamic": "~10.0.0-next.4",
+ "@angular/router": "~10.0.0-next.4",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-next.2",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-next.2",
- "@angular/cli": "~10.0.0-next.2",
- "@angular/compiler-cli": "~10.0.0-next.3",
- "@angular/language-service": "~10.0.0-next.3",
+ "@angular-devkit/build-angular": "~0.1000.0-next.3",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-next.3",
+ "@angular/cli": "~10.0.0-next.3",
+ "@angular/compiler-cli": "~10.0.0-next.4",
+ "@angular/language-service": "~10.0.0-next.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "^5.1.2",
+ "codelyzer": "^6.0.0-next.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 485178e1..c7bf9f69 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 14e11a68..b6add886 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-next.3",
- "@angular/core": "^10.0.0-next.3",
+ "@angular/common": "^10.0.0-next.4",
+ "@angular/core": "^10.0.0-next.4",
"tslib": "^1.10.0"
}
}
\ No newline at end of file
From 860526fff5da64aa14df8fb8bc9497a2100b6a47 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 2 Jun 2020 12:07:11 +0000
Subject: [PATCH 126/671] chore: version 10.0.0-rc.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 37 +++++++++---------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 8 ++--
.../projects/ponyracer-lib/tsconfig.lib.json | 2 +-
.../projects/ponyracer-lib/tsconfig.spec.json | 5 +--
ponyracer/tsconfig.base.json | 33 ++++++++++++++++
ponyracer/tsconfig.json | 38 ++++++-------------
ponyracer/tslint.json | 5 +++
9 files changed, 77 insertions(+), 55 deletions(-)
create mode 100644 ponyracer/tsconfig.base.json
diff --git a/ponyracer/README.md b/ponyracer/README.md
index eec32567..215d2eae 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d08f714e..98461348 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,24 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-next.4",
- "@angular/common": "~10.0.0-next.4",
- "@angular/compiler": "~10.0.0-next.4",
- "@angular/core": "~10.0.0-next.4",
- "@angular/forms": "~10.0.0-next.4",
- "@angular/platform-browser": "~10.0.0-next.4",
- "@angular/platform-browser-dynamic": "~10.0.0-next.4",
- "@angular/router": "~10.0.0-next.4",
+ "@angular/animations": "~10.0.0-rc.2",
+ "@angular/common": "~10.0.0-rc.2",
+ "@angular/compiler": "~10.0.0-rc.2",
+ "@angular/core": "~10.0.0-rc.2",
+ "@angular/forms": "~10.0.0-rc.2",
+ "@angular/platform-browser": "~10.0.0-rc.2",
+ "@angular/platform-browser-dynamic": "~10.0.0-rc.2",
+ "@angular/router": "~10.0.0-rc.2",
"rxjs": "~6.5.4",
- "tslib": "^1.10.0",
+ "tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-next.3",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-next.3",
- "@angular/cli": "~10.0.0-next.3",
- "@angular/compiler-cli": "~10.0.0-next.4",
- "@angular/language-service": "~10.0.0-next.4",
+ "@angular-devkit/build-angular": "~0.1000.0-rc.2",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.2",
+ "@angular/cli": "~10.0.0-rc.2",
+ "@angular/compiler-cli": "~10.0.0-rc.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -37,13 +36,13 @@
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
- "karma-coverage-istanbul-reporter": "~2.1.0",
- "karma-jasmine": "~3.0.1",
- "karma-jasmine-html-reporter": "^1.4.2",
- "ng-packagr": "^9.0.0",
+ "karma-coverage-istanbul-reporter": "~3.0.2",
+ "karma-jasmine": "~3.3.0",
+ "karma-jasmine-html-reporter": "^1.5.0",
+ "ng-packagr": "^10.0.0-rc.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
- "typescript": "~3.8.3"
+ "typescript": "~3.9.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index c7bf9f69..0243da46 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b6add886..8eb42ba9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,10 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-next.4",
- "@angular/core": "^10.0.0-next.4",
- "tslib": "^1.10.0"
+ "@angular/common": "^10.0.0-rc.2",
+ "@angular/core": "^10.0.0-rc.2"
+ },
+ "dependencies": {
+ "tslib": "^2.0.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 4b5d4afd..29a368d5 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -1,5 +1,5 @@
{
- "extends": "../../tsconfig.json",
+ "extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
index 16da33db..f684a8b0 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
@@ -1,10 +1,9 @@
{
- "extends": "../../tsconfig.json",
+ "extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
- "jasmine",
- "node"
+ "jasmine"
]
},
"files": [
diff --git a/ponyracer/tsconfig.base.json b/ponyracer/tsconfig.base.json
new file mode 100644
index 00000000..2363f88e
--- /dev/null
+++ b/ponyracer/tsconfig.base.json
@@ -0,0 +1,33 @@
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "baseUrl": "./",
+ "outDir": "./dist/out-tsc",
+ "forceConsistentCasingInFileNames": true,
+ "strict": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
+ "sourceMap": true,
+ "declaration": false,
+ "downlevelIteration": true,
+ "experimentalDecorators": true,
+ "moduleResolution": "node",
+ "importHelpers": true,
+ "target": "es2015",
+ "module": "es2020",
+ "lib": [
+ "es2018",
+ "dom"
+ ],
+ "paths": {
+ "ponyracer-lib": [
+ "dist/ponyracer-lib/ponyracer-lib",
+ "dist/ponyracer-lib"
+ ]
+ }
+ },
+ "angularCompilerOptions": {
+ "strictInjectionParameters": true,
+ "strictTemplates": true
+ }
+}
\ No newline at end of file
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 20494983..004e534a 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -1,29 +1,13 @@
+// This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
+// It is not intended to be used to perform a compilation.
{
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "downlevelIteration": true,
- "experimentalDecorators": true,
- "module": "esnext",
- "moduleResolution": "node",
- "importHelpers": true,
- "target": "es2015",
- "lib": [
- "es2018",
- "dom"
- ],
- "paths": {
- "ponyracer-lib": [
- "dist/ponyracer-lib/ponyracer-lib",
- "dist/ponyracer-lib"
- ]
+ "files": [],
+ "references": [
+ {
+ "path": "./projects/ponyracer-lib/tsconfig.lib.json"
+ },
+ {
+ "path": "./projects/ponyracer-lib/tsconfig.spec.json"
}
- },
- "angularCompilerOptions": {
- "fullTemplateTypeCheck": true,
- "strictInjectionParameters": true
- }
-}
\ No newline at end of file
+]
+}
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index def88d1c..09fdf016 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -43,6 +43,7 @@
]
}
],
+ "no-any": true,
"no-console": [
true,
"debug",
@@ -82,6 +83,10 @@
"named": "never"
}
},
+ "typedef": [
+ true,
+ "call-signature"
+ ],
"typedef-whitespace": {
"options": [
{
From c15041d1fd3bab2462b80877b09ed9061312f77d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 11 Jun 2020 07:52:42 +0000
Subject: [PATCH 127/671] chore: version 10.0.0-rc.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 30 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 215d2eae..dead9d87 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 98461348..1a9ab9c0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-rc.2",
- "@angular/common": "~10.0.0-rc.2",
- "@angular/compiler": "~10.0.0-rc.2",
- "@angular/core": "~10.0.0-rc.2",
- "@angular/forms": "~10.0.0-rc.2",
- "@angular/platform-browser": "~10.0.0-rc.2",
- "@angular/platform-browser-dynamic": "~10.0.0-rc.2",
- "@angular/router": "~10.0.0-rc.2",
- "rxjs": "~6.5.4",
+ "@angular/animations": "~10.0.0-rc.4",
+ "@angular/common": "~10.0.0-rc.4",
+ "@angular/compiler": "~10.0.0-rc.4",
+ "@angular/core": "~10.0.0-rc.4",
+ "@angular/forms": "~10.0.0-rc.4",
+ "@angular/platform-browser": "~10.0.0-rc.4",
+ "@angular/platform-browser-dynamic": "~10.0.0-rc.4",
+ "@angular/router": "~10.0.0-rc.4",
+ "rxjs": "~6.5.5",
"tslib": "^2.0.0",
- "zone.js": "~0.10.2"
+ "zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-rc.2",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.2",
- "@angular/cli": "~10.0.0-rc.2",
- "@angular/compiler-cli": "~10.0.0-rc.2",
+ "@angular-devkit/build-angular": "~0.1000.0-rc.3",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.3",
+ "@angular/cli": "~10.0.0-rc.3",
+ "@angular/compiler-cli": "~10.0.0-rc.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -43,6 +43,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
- "typescript": "~3.9.3"
+ "typescript": "~3.9.5"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0243da46..f3a866e1 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 8eb42ba9..512bc238 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-rc.2",
- "@angular/core": "^10.0.0-rc.2"
+ "@angular/common": "^10.0.0-rc.4",
+ "@angular/core": "^10.0.0-rc.4"
},
"dependencies": {
"tslib": "^2.0.0"
From 12fdf4977dcb4d8f66a5b6a867dd63b695e02b8f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 16 Jun 2020 04:07:46 +0000
Subject: [PATCH 128/671] chore: version 10.0.0-rc.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index dead9d87..3751b5fa 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1a9ab9c0..93e774c5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-rc.4",
- "@angular/common": "~10.0.0-rc.4",
- "@angular/compiler": "~10.0.0-rc.4",
- "@angular/core": "~10.0.0-rc.4",
- "@angular/forms": "~10.0.0-rc.4",
- "@angular/platform-browser": "~10.0.0-rc.4",
- "@angular/platform-browser-dynamic": "~10.0.0-rc.4",
- "@angular/router": "~10.0.0-rc.4",
+ "@angular/animations": "~10.0.0-rc.6",
+ "@angular/common": "~10.0.0-rc.6",
+ "@angular/compiler": "~10.0.0-rc.6",
+ "@angular/core": "~10.0.0-rc.6",
+ "@angular/forms": "~10.0.0-rc.6",
+ "@angular/platform-browser": "~10.0.0-rc.6",
+ "@angular/platform-browser-dynamic": "~10.0.0-rc.6",
+ "@angular/router": "~10.0.0-rc.6",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-rc.3",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.3",
- "@angular/cli": "~10.0.0-rc.3",
- "@angular/compiler-cli": "~10.0.0-rc.4",
+ "@angular-devkit/build-angular": "~0.1000.0-rc.4",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.4",
+ "@angular/cli": "~10.0.0-rc.4",
+ "@angular/compiler-cli": "~10.0.0-rc.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index f3a866e1..0117b3d5 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 512bc238..bfd22bc8 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-rc.4",
- "@angular/core": "^10.0.0-rc.4"
+ "@angular/common": "^10.0.0-rc.6",
+ "@angular/core": "^10.0.0-rc.6"
},
"dependencies": {
"tslib": "^2.0.0"
From a15046dd82914e4e0cf4bc43527242a50d549799 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 17 Jun 2020 00:34:45 +0000
Subject: [PATCH 129/671] chore: version 10.0.0-rc.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
ponyracer/projects/ponyracer-lib/tsconfig.lib.json | 1 +
ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json | 1 +
ponyracer/projects/ponyracer-lib/tsconfig.spec.json | 1 +
ponyracer/tsconfig.json | 8 ++++++--
6 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3751b5fa..a344ce23 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 93e774c5..5bee7901 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,9 +24,9 @@
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-rc.4",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.4",
- "@angular/cli": "~10.0.0-rc.4",
+ "@angular-devkit/build-angular": "~0.1000.0-rc.5",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.5",
+ "@angular/cli": "~10.0.0-rc.5",
"@angular/compiler-cli": "~10.0.0-rc.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 29a368d5..7fc64f3d 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -1,3 +1,4 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
index cbae7942..8f78def6 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
@@ -1,3 +1,4 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"angularCompilerOptions": {
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
index f684a8b0..96730b03 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
@@ -1,3 +1,4 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 004e534a..ca8e5ec3 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -1,5 +1,9 @@
-// This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
-// It is not intended to be used to perform a compilation.
+/*
+ This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
+ It is not intended to be used to perform a compilation.
+
+ To learn more about this file see: https://angular.io/config/solution-tsconfig.
+*/
{
"files": [],
"references": [
From c4179d771d8ba79336088a80b1d018eae3de0faa Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 24 Jun 2020 22:07:13 +0000
Subject: [PATCH 130/671] chore: version 10.0.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a344ce23..379dcf14 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5bee7901..24b072d5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0-rc.6",
- "@angular/common": "~10.0.0-rc.6",
- "@angular/compiler": "~10.0.0-rc.6",
- "@angular/core": "~10.0.0-rc.6",
- "@angular/forms": "~10.0.0-rc.6",
- "@angular/platform-browser": "~10.0.0-rc.6",
- "@angular/platform-browser-dynamic": "~10.0.0-rc.6",
- "@angular/router": "~10.0.0-rc.6",
+ "@angular/animations": "~10.0.0",
+ "@angular/common": "~10.0.0",
+ "@angular/compiler": "~10.0.0",
+ "@angular/core": "~10.0.0",
+ "@angular/forms": "~10.0.0",
+ "@angular/platform-browser": "~10.0.0",
+ "@angular/platform-browser-dynamic": "~10.0.0",
+ "@angular/router": "~10.0.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0-rc.5",
- "@angular-devkit/build-ng-packagr": "~0.1000.0-rc.5",
- "@angular/cli": "~10.0.0-rc.5",
- "@angular/compiler-cli": "~10.0.0-rc.6",
+ "@angular-devkit/build-angular": "~0.1000.0",
+ "@angular-devkit/build-ng-packagr": "~0.1000.0",
+ "@angular/cli": "~10.0.0",
+ "@angular/compiler-cli": "~10.0.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -39,7 +39,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^10.0.0-rc.0",
+ "ng-packagr": "^10.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0117b3d5..93479a2d 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0-rc.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index bfd22bc8..8546641c 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0-rc.6",
- "@angular/core": "^10.0.0-rc.6"
+ "@angular/common": "^10.0.0",
+ "@angular/core": "^10.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
From a5f4b3559955969830b50d701ffed00e6748ae3a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 1 Jul 2020 22:08:38 +0000
Subject: [PATCH 131/671] chore: version 10.0.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 379dcf14..5442ad63 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 24b072d5..35d1fa7e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.0",
- "@angular/common": "~10.0.0",
- "@angular/compiler": "~10.0.0",
- "@angular/core": "~10.0.0",
- "@angular/forms": "~10.0.0",
- "@angular/platform-browser": "~10.0.0",
- "@angular/platform-browser-dynamic": "~10.0.0",
- "@angular/router": "~10.0.0",
+ "@angular/animations": "~10.0.2",
+ "@angular/common": "~10.0.2",
+ "@angular/compiler": "~10.0.2",
+ "@angular/core": "~10.0.2",
+ "@angular/forms": "~10.0.2",
+ "@angular/platform-browser": "~10.0.2",
+ "@angular/platform-browser-dynamic": "~10.0.2",
+ "@angular/router": "~10.0.2",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.0",
- "@angular-devkit/build-ng-packagr": "~0.1000.0",
- "@angular/cli": "~10.0.0",
- "@angular/compiler-cli": "~10.0.0",
+ "@angular-devkit/build-angular": "~0.1000.1",
+ "@angular-devkit/build-ng-packagr": "~0.1000.1",
+ "@angular/cli": "~10.0.1",
+ "@angular/compiler-cli": "~10.0.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 93479a2d..24e0ee5c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 8546641c..003f51e1 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.0",
- "@angular/core": "^10.0.0"
+ "@angular/common": "^10.0.2",
+ "@angular/core": "^10.0.2"
},
"dependencies": {
"tslib": "^2.0.0"
From 21f04b4f6bb9f3419b99a4433951492981549042 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 9 Jul 2020 22:10:54 +0000
Subject: [PATCH 132/671] chore: version 10.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5442ad63..c80aec80 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 35d1fa7e..48a97ed7 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,27 +11,27 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.2",
- "@angular/common": "~10.0.2",
- "@angular/compiler": "~10.0.2",
- "@angular/core": "~10.0.2",
- "@angular/forms": "~10.0.2",
- "@angular/platform-browser": "~10.0.2",
- "@angular/platform-browser-dynamic": "~10.0.2",
- "@angular/router": "~10.0.2",
+ "@angular/animations": "~10.0.3",
+ "@angular/common": "~10.0.3",
+ "@angular/compiler": "~10.0.3",
+ "@angular/core": "~10.0.3",
+ "@angular/forms": "~10.0.3",
+ "@angular/platform-browser": "~10.0.3",
+ "@angular/platform-browser-dynamic": "~10.0.3",
+ "@angular/router": "~10.0.3",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.1",
- "@angular-devkit/build-ng-packagr": "~0.1000.1",
- "@angular/cli": "~10.0.1",
- "@angular/compiler-cli": "~10.0.2",
+ "@angular-devkit/build-angular": "~0.1000.2",
+ "@angular-devkit/build-ng-packagr": "~0.1000.2",
+ "@angular/cli": "~10.0.2",
+ "@angular/compiler-cli": "~10.0.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "^6.0.0-next.1",
+ "codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 24e0ee5c..49a68df8 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 003f51e1..5481fec0 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.2",
- "@angular/core": "^10.0.2"
+ "@angular/common": "^10.0.3",
+ "@angular/core": "^10.0.3"
},
"dependencies": {
"tslib": "^2.0.0"
From 946f41ef6111b7a72ccd12bd10375ff1cf143dba Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Jul 2020 22:09:25 +0000
Subject: [PATCH 133/671] chore: version 10.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c80aec80..e25200ec 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 48a97ed7..d1d9cc04 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.3",
- "@angular/common": "~10.0.3",
- "@angular/compiler": "~10.0.3",
- "@angular/core": "~10.0.3",
- "@angular/forms": "~10.0.3",
- "@angular/platform-browser": "~10.0.3",
- "@angular/platform-browser-dynamic": "~10.0.3",
- "@angular/router": "~10.0.3",
+ "@angular/animations": "~10.0.4",
+ "@angular/common": "~10.0.4",
+ "@angular/compiler": "~10.0.4",
+ "@angular/core": "~10.0.4",
+ "@angular/forms": "~10.0.4",
+ "@angular/platform-browser": "~10.0.4",
+ "@angular/platform-browser-dynamic": "~10.0.4",
+ "@angular/router": "~10.0.4",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.2",
- "@angular-devkit/build-ng-packagr": "~0.1000.2",
- "@angular/cli": "~10.0.2",
- "@angular/compiler-cli": "~10.0.3",
+ "@angular-devkit/build-angular": "~0.1000.3",
+ "@angular-devkit/build-ng-packagr": "~0.1000.3",
+ "@angular/cli": "~10.0.3",
+ "@angular/compiler-cli": "~10.0.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 49a68df8..38bbe186 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 5481fec0..2238670f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.3",
- "@angular/core": "^10.0.3"
+ "@angular/common": "^10.0.4",
+ "@angular/core": "^10.0.4"
},
"dependencies": {
"tslib": "^2.0.0"
From 86b6fa3b4d4ddf16a0b48eff5ea58fe2ce3f7bfc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 23 Jul 2020 00:26:36 +0000
Subject: [PATCH 134/671] chore: version 10.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e25200ec..89473abc 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d1d9cc04..17d5b652 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.4",
- "@angular/common": "~10.0.4",
- "@angular/compiler": "~10.0.4",
- "@angular/core": "~10.0.4",
- "@angular/forms": "~10.0.4",
- "@angular/platform-browser": "~10.0.4",
- "@angular/platform-browser-dynamic": "~10.0.4",
- "@angular/router": "~10.0.4",
+ "@angular/animations": "~10.0.5",
+ "@angular/common": "~10.0.5",
+ "@angular/compiler": "~10.0.5",
+ "@angular/core": "~10.0.5",
+ "@angular/forms": "~10.0.5",
+ "@angular/platform-browser": "~10.0.5",
+ "@angular/platform-browser-dynamic": "~10.0.5",
+ "@angular/router": "~10.0.5",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.3",
- "@angular-devkit/build-ng-packagr": "~0.1000.3",
- "@angular/cli": "~10.0.3",
- "@angular/compiler-cli": "~10.0.4",
+ "@angular-devkit/build-angular": "~0.1000.4",
+ "@angular-devkit/build-ng-packagr": "~0.1000.4",
+ "@angular/cli": "~10.0.4",
+ "@angular/compiler-cli": "~10.0.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 38bbe186..0c5d93da 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2238670f..b7081cc8 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.4",
- "@angular/core": "^10.0.4"
+ "@angular/common": "^10.0.5",
+ "@angular/core": "^10.0.5"
},
"dependencies": {
"tslib": "^2.0.0"
From 052210d8420fda9f4e7ce6b860be8c4ee4fd52cf Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jul 2020 22:10:25 +0000
Subject: [PATCH 135/671] chore: version 10.0.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 89473abc..fac2f06a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 17d5b652..451a94da 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.5",
- "@angular/common": "~10.0.5",
- "@angular/compiler": "~10.0.5",
- "@angular/core": "~10.0.5",
- "@angular/forms": "~10.0.5",
- "@angular/platform-browser": "~10.0.5",
- "@angular/platform-browser-dynamic": "~10.0.5",
- "@angular/router": "~10.0.5",
+ "@angular/animations": "~10.0.6",
+ "@angular/common": "~10.0.6",
+ "@angular/compiler": "~10.0.6",
+ "@angular/core": "~10.0.6",
+ "@angular/forms": "~10.0.6",
+ "@angular/platform-browser": "~10.0.6",
+ "@angular/platform-browser-dynamic": "~10.0.6",
+ "@angular/router": "~10.0.6",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.4",
- "@angular-devkit/build-ng-packagr": "~0.1000.4",
- "@angular/cli": "~10.0.4",
- "@angular/compiler-cli": "~10.0.5",
+ "@angular-devkit/build-angular": "~0.1000.5",
+ "@angular-devkit/build-ng-packagr": "~0.1000.5",
+ "@angular/cli": "~10.0.5",
+ "@angular/compiler-cli": "~10.0.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0c5d93da..7d2eca08 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b7081cc8..a91f46a3 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.5",
- "@angular/core": "^10.0.5"
+ "@angular/common": "^10.0.6",
+ "@angular/core": "^10.0.6"
},
"dependencies": {
"tslib": "^2.0.0"
From af39b35cf8ec81f3f1046e5165355933b8ef692d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 13 Aug 2020 18:27:10 +0000
Subject: [PATCH 136/671] chore: version 10.0.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index fac2f06a..e1567523 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 451a94da..fb56b5d5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.6",
- "@angular/common": "~10.0.6",
- "@angular/compiler": "~10.0.6",
- "@angular/core": "~10.0.6",
- "@angular/forms": "~10.0.6",
- "@angular/platform-browser": "~10.0.6",
- "@angular/platform-browser-dynamic": "~10.0.6",
- "@angular/router": "~10.0.6",
+ "@angular/animations": "~10.0.9",
+ "@angular/common": "~10.0.9",
+ "@angular/compiler": "~10.0.9",
+ "@angular/core": "~10.0.9",
+ "@angular/forms": "~10.0.9",
+ "@angular/platform-browser": "~10.0.9",
+ "@angular/platform-browser-dynamic": "~10.0.9",
+ "@angular/router": "~10.0.9",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.5",
- "@angular-devkit/build-ng-packagr": "~0.1000.5",
- "@angular/cli": "~10.0.5",
- "@angular/compiler-cli": "~10.0.6",
+ "@angular-devkit/build-angular": "~0.1000.6",
+ "@angular-devkit/build-ng-packagr": "~0.1000.6",
+ "@angular/cli": "~10.0.6",
+ "@angular/compiler-cli": "~10.0.9",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 7d2eca08..e9e0cb37 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.9.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index a91f46a3..b7d1ce61 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.6",
- "@angular/core": "^10.0.6"
+ "@angular/common": "^10.0.9",
+ "@angular/core": "^10.0.9"
},
"dependencies": {
"tslib": "^2.0.0"
From a519c5032a05ba60cccdb2104f8941ac1288f9ce Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 21 Aug 2020 00:31:02 +0000
Subject: [PATCH 137/671] chore: version 10.0.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e1567523..1eb2793a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fb56b5d5..b0a77876 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.9",
- "@angular/common": "~10.0.9",
- "@angular/compiler": "~10.0.9",
- "@angular/core": "~10.0.9",
- "@angular/forms": "~10.0.9",
- "@angular/platform-browser": "~10.0.9",
- "@angular/platform-browser-dynamic": "~10.0.9",
- "@angular/router": "~10.0.9",
+ "@angular/animations": "~10.0.11",
+ "@angular/common": "~10.0.11",
+ "@angular/compiler": "~10.0.11",
+ "@angular/core": "~10.0.11",
+ "@angular/forms": "~10.0.11",
+ "@angular/platform-browser": "~10.0.11",
+ "@angular/platform-browser-dynamic": "~10.0.11",
+ "@angular/router": "~10.0.11",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.6",
- "@angular-devkit/build-ng-packagr": "~0.1000.6",
- "@angular/cli": "~10.0.6",
- "@angular/compiler-cli": "~10.0.9",
+ "@angular-devkit/build-angular": "~0.1000.7",
+ "@angular-devkit/build-ng-packagr": "~0.1000.7",
+ "@angular/cli": "~10.0.7",
+ "@angular/compiler-cli": "~10.0.11",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index e9e0cb37..8ec51993 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.9.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.11.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b7d1ce61..639f6c50 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.9",
- "@angular/core": "^10.0.9"
+ "@angular/common": "^10.0.11",
+ "@angular/core": "^10.0.11"
},
"dependencies": {
"tslib": "^2.0.0"
From 54c1be069af4c80f113280b9a862e26aacea2de8 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 27 Aug 2020 00:40:40 +0000
Subject: [PATCH 138/671] chore: version 10.0.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1eb2793a..20edeb4d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b0a77876..83a0f628 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.11",
- "@angular/common": "~10.0.11",
- "@angular/compiler": "~10.0.11",
- "@angular/core": "~10.0.11",
- "@angular/forms": "~10.0.11",
- "@angular/platform-browser": "~10.0.11",
- "@angular/platform-browser-dynamic": "~10.0.11",
- "@angular/router": "~10.0.11",
+ "@angular/animations": "~10.0.14",
+ "@angular/common": "~10.0.14",
+ "@angular/compiler": "~10.0.14",
+ "@angular/core": "~10.0.14",
+ "@angular/forms": "~10.0.14",
+ "@angular/platform-browser": "~10.0.14",
+ "@angular/platform-browser-dynamic": "~10.0.14",
+ "@angular/router": "~10.0.14",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.7",
- "@angular-devkit/build-ng-packagr": "~0.1000.7",
- "@angular/cli": "~10.0.7",
- "@angular/compiler-cli": "~10.0.11",
+ "@angular-devkit/build-angular": "~0.1000.8",
+ "@angular-devkit/build-ng-packagr": "~0.1000.8",
+ "@angular/cli": "~10.0.8",
+ "@angular/compiler-cli": "~10.0.14",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8ec51993..842a10e4 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.11.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.14.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 639f6c50..23d975e3 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.11",
- "@angular/core": "^10.0.11"
+ "@angular/common": "^10.0.14",
+ "@angular/core": "^10.0.14"
},
"dependencies": {
"tslib": "^2.0.0"
From a7505e6a47dd644cbb2d5efc49125b68203c085c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 10 Jul 2020 06:46:10 +0000
Subject: [PATCH 139/671] chore: version 10.1.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 30 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
.../projects/ponyracer-lib/tsconfig.lib.json | 1 +
.../ponyracer-lib/tsconfig.lib.prod.json | 3 ++
6 files changed, 23 insertions(+), 19 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 20edeb4d..c886da43 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 83a0f628..63a37457 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,27 +11,27 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.0.14",
- "@angular/common": "~10.0.14",
- "@angular/compiler": "~10.0.14",
- "@angular/core": "~10.0.14",
- "@angular/forms": "~10.0.14",
- "@angular/platform-browser": "~10.0.14",
- "@angular/platform-browser-dynamic": "~10.0.14",
- "@angular/router": "~10.0.14",
- "rxjs": "~6.5.5",
+ "@angular/animations": "~10.1.0-next.0",
+ "@angular/common": "~10.1.0-next.0",
+ "@angular/compiler": "~10.1.0-next.0",
+ "@angular/core": "~10.1.0-next.0",
+ "@angular/forms": "~10.1.0-next.0",
+ "@angular/platform-browser": "~10.1.0-next.0",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.0",
+ "@angular/router": "~10.1.0-next.0",
+ "rxjs": "~6.6.0",
"tslib": "^2.0.0",
- "zone.js": "~0.10.3"
+ "zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1000.8",
- "@angular-devkit/build-ng-packagr": "~0.1000.8",
- "@angular/cli": "~10.0.8",
- "@angular/compiler-cli": "~10.0.14",
+ "@angular-devkit/build-angular": "~0.1001.0-next.0",
+ "@angular-devkit/build-ng-packagr": "~0.1001.0-next.0",
+ "@angular/cli": "~10.1.0-next.0",
+ "@angular/compiler-cli": "~10.1.0-next.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "^6.0.0",
+ "codelyzer": "^6.0.0-next.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 842a10e4..f8757086 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.14.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 23d975e3..8ca97366 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.0.14",
- "@angular/core": "^10.0.14"
+ "@angular/common": "^10.1.0-next.0",
+ "@angular/core": "^10.1.0-next.0"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 7fc64f3d..32eb61b1 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -5,6 +5,7 @@
"outDir": "../../out-tsc/lib",
"target": "es2015",
"declaration": true,
+ "declarationMap": true,
"inlineSources": true,
"types": [],
"lib": [
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
index 8f78def6..5615c27d 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
@@ -1,6 +1,9 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
+ "compilerOptions": {
+ "declarationMap": false
+ },
"angularCompilerOptions": {
"enableIvy": false
}
From 917f7d355e3b35bb2f38cdc64fc94afa877b6e07 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Jul 2020 22:10:40 +0000
Subject: [PATCH 140/671] chore: version 10.1.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
.../src/lib/ponyracer-lib.component.spec.ts | 8 +++----
5 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c886da43..e507821e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 63a37457..ccd63b59 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.0",
- "@angular/common": "~10.1.0-next.0",
- "@angular/compiler": "~10.1.0-next.0",
- "@angular/core": "~10.1.0-next.0",
- "@angular/forms": "~10.1.0-next.0",
- "@angular/platform-browser": "~10.1.0-next.0",
- "@angular/platform-browser-dynamic": "~10.1.0-next.0",
- "@angular/router": "~10.1.0-next.0",
+ "@angular/animations": "~10.1.0-next.1",
+ "@angular/common": "~10.1.0-next.1",
+ "@angular/compiler": "~10.1.0-next.1",
+ "@angular/core": "~10.1.0-next.1",
+ "@angular/forms": "~10.1.0-next.1",
+ "@angular/platform-browser": "~10.1.0-next.1",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.1",
+ "@angular/router": "~10.1.0-next.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.0",
- "@angular-devkit/build-ng-packagr": "~0.1001.0-next.0",
- "@angular/cli": "~10.1.0-next.0",
- "@angular/compiler-cli": "~10.1.0-next.0",
+ "@angular-devkit/build-angular": "~0.1001.0-next.1",
+ "@angular-devkit/build-ng-packagr": "~0.1001.0-next.1",
+ "@angular/cli": "~10.1.0-next.1",
+ "@angular/compiler-cli": "~10.1.0-next.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index f8757086..da94a91f 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 8ca97366..c3f5aab2 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.0",
- "@angular/core": "^10.1.0-next.0"
+ "@angular/common": "^10.1.0-next.1",
+ "@angular/core": "^10.1.0-next.1"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
index 577d9b3f..d45352fa 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
@@ -1,4 +1,4 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PonyracerLibComponent } from './ponyracer-lib.component';
@@ -6,12 +6,12 @@ describe('PonyracerLibComponent', () => {
let component: PonyracerLibComponent;
let fixture: ComponentFixture;
- beforeEach(async(() => {
- TestBed.configureTestingModule({
+ beforeEach(async () => {
+ await TestBed.configureTestingModule({
declarations: [ PonyracerLibComponent ]
})
.compileComponents();
- }));
+ });
beforeEach(() => {
fixture = TestBed.createComponent(PonyracerLibComponent);
From 548e881065709d039ff0fe79fb2980a09091dfb9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 23 Jul 2020 00:28:52 +0000
Subject: [PATCH 141/671] chore: version 10.1.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e507821e..d99a6e62 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ccd63b59..f2cb1299 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.1",
- "@angular/common": "~10.1.0-next.1",
- "@angular/compiler": "~10.1.0-next.1",
- "@angular/core": "~10.1.0-next.1",
- "@angular/forms": "~10.1.0-next.1",
- "@angular/platform-browser": "~10.1.0-next.1",
- "@angular/platform-browser-dynamic": "~10.1.0-next.1",
- "@angular/router": "~10.1.0-next.1",
+ "@angular/animations": "~10.1.0-next.2",
+ "@angular/common": "~10.1.0-next.2",
+ "@angular/compiler": "~10.1.0-next.2",
+ "@angular/core": "~10.1.0-next.2",
+ "@angular/forms": "~10.1.0-next.2",
+ "@angular/platform-browser": "~10.1.0-next.2",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.2",
+ "@angular/router": "~10.1.0-next.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.1",
- "@angular-devkit/build-ng-packagr": "~0.1001.0-next.1",
- "@angular/cli": "~10.1.0-next.1",
- "@angular/compiler-cli": "~10.1.0-next.1",
+ "@angular-devkit/build-angular": "~0.1001.0-next.2",
+ "@angular-devkit/build-ng-packagr": "~0.1001.0-next.2",
+ "@angular/cli": "~10.1.0-next.2",
+ "@angular/compiler-cli": "~10.1.0-next.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index da94a91f..a52337c7 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c3f5aab2..b30c5ecc 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.1",
- "@angular/core": "^10.1.0-next.1"
+ "@angular/common": "^10.1.0-next.2",
+ "@angular/core": "^10.1.0-next.2"
},
"dependencies": {
"tslib": "^2.0.0"
From 1a5b83ab8913d7cf0171307b91d0271396e5eb1c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 31 Jul 2020 22:11:22 +0000
Subject: [PATCH 142/671] chore: version 10.1.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d99a6e62..6f8411c3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f2cb1299..a8ca0013 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,28 +11,28 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.2",
- "@angular/common": "~10.1.0-next.2",
- "@angular/compiler": "~10.1.0-next.2",
- "@angular/core": "~10.1.0-next.2",
- "@angular/forms": "~10.1.0-next.2",
- "@angular/platform-browser": "~10.1.0-next.2",
- "@angular/platform-browser-dynamic": "~10.1.0-next.2",
- "@angular/router": "~10.1.0-next.2",
+ "@angular/animations": "~10.1.0-next.3",
+ "@angular/common": "~10.1.0-next.3",
+ "@angular/compiler": "~10.1.0-next.3",
+ "@angular/core": "~10.1.0-next.3",
+ "@angular/forms": "~10.1.0-next.3",
+ "@angular/platform-browser": "~10.1.0-next.3",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.3",
+ "@angular/router": "~10.1.0-next.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.2",
- "@angular-devkit/build-ng-packagr": "~0.1001.0-next.2",
- "@angular/cli": "~10.1.0-next.2",
- "@angular/compiler-cli": "~10.1.0-next.2",
+ "@angular-devkit/build-angular": "~0.1001.0-next.3",
+ "@angular-devkit/build-ng-packagr": "~0.1001.0-next.3",
+ "@angular/cli": "~10.1.0-next.3",
+ "@angular/compiler-cli": "~10.1.0-next.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
- "codelyzer": "^6.0.0-next.1",
- "jasmine-core": "~3.5.0",
+ "codelyzer": "^6.0.0",
+ "jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index a52337c7..3c17ebae 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b30c5ecc..87192045 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.2",
- "@angular/core": "^10.1.0-next.2"
+ "@angular/common": "^10.1.0-next.3",
+ "@angular/core": "^10.1.0-next.3"
},
"dependencies": {
"tslib": "^2.0.0"
From 3dc2b36be19423965c06326233f1377137f74677 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 6 Aug 2020 02:11:42 +0000
Subject: [PATCH 143/671] chore: version 10.1.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6f8411c3..602e7480 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a8ca0013..3d2a9f80 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.3",
- "@angular/common": "~10.1.0-next.3",
- "@angular/compiler": "~10.1.0-next.3",
- "@angular/core": "~10.1.0-next.3",
- "@angular/forms": "~10.1.0-next.3",
- "@angular/platform-browser": "~10.1.0-next.3",
- "@angular/platform-browser-dynamic": "~10.1.0-next.3",
- "@angular/router": "~10.1.0-next.3",
+ "@angular/animations": "~10.1.0-next.4",
+ "@angular/common": "~10.1.0-next.4",
+ "@angular/compiler": "~10.1.0-next.4",
+ "@angular/core": "~10.1.0-next.4",
+ "@angular/forms": "~10.1.0-next.4",
+ "@angular/platform-browser": "~10.1.0-next.4",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.4",
+ "@angular/router": "~10.1.0-next.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.3",
- "@angular-devkit/build-ng-packagr": "~0.1001.0-next.3",
- "@angular/cli": "~10.1.0-next.3",
- "@angular/compiler-cli": "~10.1.0-next.3",
+ "@angular-devkit/build-angular": "~0.1001.0-next.4",
+ "@angular-devkit/build-ng-packagr": "~0.1001.0-next.4",
+ "@angular/cli": "~10.1.0-next.4",
+ "@angular/compiler-cli": "~10.1.0-next.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3c17ebae..cab272d6 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 87192045..2913b2b0 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.3",
- "@angular/core": "^10.1.0-next.3"
+ "@angular/common": "^10.1.0-next.4",
+ "@angular/core": "^10.1.0-next.4"
},
"dependencies": {
"tslib": "^2.0.0"
From 60d2a09edc2d5e8c7633a21e3f61895ad17298c0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 13 Aug 2020 18:28:35 +0000
Subject: [PATCH 144/671] chore: version 10.1.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +-
.../projects/ponyracer-lib/tsconfig.lib.json | 2 +-
.../projects/ponyracer-lib/tsconfig.spec.json | 2 +-
ponyracer/tsconfig.base.json | 33 -------------
ponyracer/tsconfig.json | 46 +++++++++++++------
8 files changed, 50 insertions(+), 67 deletions(-)
delete mode 100644 ponyracer/tsconfig.base.json
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 602e7480..40388fc0 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3d2a9f80..1ec3a374 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,23 +11,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.4",
- "@angular/common": "~10.1.0-next.4",
- "@angular/compiler": "~10.1.0-next.4",
- "@angular/core": "~10.1.0-next.4",
- "@angular/forms": "~10.1.0-next.4",
- "@angular/platform-browser": "~10.1.0-next.4",
- "@angular/platform-browser-dynamic": "~10.1.0-next.4",
- "@angular/router": "~10.1.0-next.4",
+ "@angular/animations": "~10.1.0-next.5",
+ "@angular/common": "~10.1.0-next.5",
+ "@angular/compiler": "~10.1.0-next.5",
+ "@angular/core": "~10.1.0-next.5",
+ "@angular/forms": "~10.1.0-next.5",
+ "@angular/platform-browser": "~10.1.0-next.5",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.5",
+ "@angular/router": "~10.1.0-next.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.4",
- "@angular-devkit/build-ng-packagr": "~0.1001.0-next.4",
- "@angular/cli": "~10.1.0-next.4",
- "@angular/compiler-cli": "~10.1.0-next.4",
+ "@angular-devkit/build-angular": "~0.1001.0-next.5",
+ "@angular-devkit/build-ng-packagr": "~0.1001.0-next.5",
+ "@angular/cli": "~10.1.0-next.5",
+ "@angular/compiler-cli": "~10.1.0-next.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -37,7 +37,7 @@
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
- "karma-jasmine": "~3.3.0",
+ "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.0.0",
"protractor": "~7.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index cab272d6..1b5711fe 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2913b2b0..e8fdab4e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.4",
- "@angular/core": "^10.1.0-next.4"
+ "@angular/common": "^10.1.0-next.5",
+ "@angular/core": "^10.1.0-next.5"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 32eb61b1..6e06ad54 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -1,6 +1,6 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
- "extends": "../../tsconfig.base.json",
+ "extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
index 96730b03..715dd0a5 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json
@@ -1,6 +1,6 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
- "extends": "../../tsconfig.base.json",
+ "extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": [
diff --git a/ponyracer/tsconfig.base.json b/ponyracer/tsconfig.base.json
deleted file mode 100644
index 2363f88e..00000000
--- a/ponyracer/tsconfig.base.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",
- "forceConsistentCasingInFileNames": true,
- "strict": true,
- "noImplicitReturns": true,
- "noFallthroughCasesInSwitch": true,
- "sourceMap": true,
- "declaration": false,
- "downlevelIteration": true,
- "experimentalDecorators": true,
- "moduleResolution": "node",
- "importHelpers": true,
- "target": "es2015",
- "module": "es2020",
- "lib": [
- "es2018",
- "dom"
- ],
- "paths": {
- "ponyracer-lib": [
- "dist/ponyracer-lib/ponyracer-lib",
- "dist/ponyracer-lib"
- ]
- }
- },
- "angularCompilerOptions": {
- "strictInjectionParameters": true,
- "strictTemplates": true
- }
-}
\ No newline at end of file
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index ca8e5ec3..2363f88e 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -1,17 +1,33 @@
-/*
- This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
- It is not intended to be used to perform a compilation.
-
- To learn more about this file see: https://angular.io/config/solution-tsconfig.
-*/
{
- "files": [],
- "references": [
- {
- "path": "./projects/ponyracer-lib/tsconfig.lib.json"
- },
- {
- "path": "./projects/ponyracer-lib/tsconfig.spec.json"
+ "compileOnSave": false,
+ "compilerOptions": {
+ "baseUrl": "./",
+ "outDir": "./dist/out-tsc",
+ "forceConsistentCasingInFileNames": true,
+ "strict": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true,
+ "sourceMap": true,
+ "declaration": false,
+ "downlevelIteration": true,
+ "experimentalDecorators": true,
+ "moduleResolution": "node",
+ "importHelpers": true,
+ "target": "es2015",
+ "module": "es2020",
+ "lib": [
+ "es2018",
+ "dom"
+ ],
+ "paths": {
+ "ponyracer-lib": [
+ "dist/ponyracer-lib/ponyracer-lib",
+ "dist/ponyracer-lib"
+ ]
}
-]
-}
+ },
+ "angularCompilerOptions": {
+ "strictInjectionParameters": true,
+ "strictTemplates": true
+ }
+}
\ No newline at end of file
From 4cf45ccfe0df7496aff02c5c901b44c3c7a87d44 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 21 Aug 2020 00:35:13 +0000
Subject: [PATCH 145/671] chore: version 10.1.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
ponyracer/tsconfig.json | 1 +
6 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 40388fc0..132a83f4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.6.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index 2a76dccb..5114ee25 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -10,7 +10,7 @@
"prefix": "lib",
"architect": {
"build": {
- "builder": "@angular-devkit/build-ng-packagr:build",
+ "builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/ponyracer-lib/tsconfig.lib.json",
"project": "projects/ponyracer-lib/ng-package.json"
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1ec3a374..5bee6656 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -6,28 +6,26 @@
"start": "ng serve",
"build": "ng build",
"test": "ng test",
- "lint": "ng lint",
- "e2e": "ng e2e"
+ "lint": "ng lint"
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.5",
- "@angular/common": "~10.1.0-next.5",
- "@angular/compiler": "~10.1.0-next.5",
- "@angular/core": "~10.1.0-next.5",
- "@angular/forms": "~10.1.0-next.5",
- "@angular/platform-browser": "~10.1.0-next.5",
- "@angular/platform-browser-dynamic": "~10.1.0-next.5",
- "@angular/router": "~10.1.0-next.5",
+ "@angular/animations": "~10.1.0-next.7",
+ "@angular/common": "~10.1.0-next.7",
+ "@angular/compiler": "~10.1.0-next.7",
+ "@angular/core": "~10.1.0-next.7",
+ "@angular/forms": "~10.1.0-next.7",
+ "@angular/platform-browser": "~10.1.0-next.7",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.7",
+ "@angular/router": "~10.1.0-next.7",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.5",
- "@angular-devkit/build-ng-packagr": "~0.1001.0-next.5",
- "@angular/cli": "~10.1.0-next.5",
- "@angular/compiler-cli": "~10.1.0-next.5",
+ "@angular-devkit/build-angular": "~0.1001.0-next.6",
+ "@angular/cli": "~10.1.0-next.6",
+ "@angular/compiler-cli": "~10.1.0-next.7",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 1b5711fe..4ea79c8f 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.7.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index e8fdab4e..cd96a1ac 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.5",
- "@angular/core": "^10.1.0-next.5"
+ "@angular/common": "^10.1.0-next.7",
+ "@angular/core": "^10.1.0-next.7"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 2363f88e..3488a167 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -28,6 +28,7 @@
},
"angularCompilerOptions": {
"strictInjectionParameters": true,
+ "strictInputAccessModifiers": true,
"strictTemplates": true
}
}
\ No newline at end of file
From 0a9ca5985df1cebc52dac3baf885586176d9d8fb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 25 Aug 2020 18:24:14 +0000
Subject: [PATCH 146/671] chore: version 10.1.0-next.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 132a83f4..5b0cd0f7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5bee6656..a15b3d24 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.7",
- "@angular/common": "~10.1.0-next.7",
- "@angular/compiler": "~10.1.0-next.7",
- "@angular/core": "~10.1.0-next.7",
- "@angular/forms": "~10.1.0-next.7",
- "@angular/platform-browser": "~10.1.0-next.7",
- "@angular/platform-browser-dynamic": "~10.1.0-next.7",
- "@angular/router": "~10.1.0-next.7",
+ "@angular/animations": "~10.1.0-next.8",
+ "@angular/common": "~10.1.0-next.8",
+ "@angular/compiler": "~10.1.0-next.8",
+ "@angular/core": "~10.1.0-next.8",
+ "@angular/forms": "~10.1.0-next.8",
+ "@angular/platform-browser": "~10.1.0-next.8",
+ "@angular/platform-browser-dynamic": "~10.1.0-next.8",
+ "@angular/router": "~10.1.0-next.8",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.6",
- "@angular/cli": "~10.1.0-next.6",
- "@angular/compiler-cli": "~10.1.0-next.7",
+ "@angular-devkit/build-angular": "~0.1001.0-next.7",
+ "@angular/cli": "~10.1.0-next.7",
+ "@angular/compiler-cli": "~10.1.0-next.8",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -41,6 +41,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
- "typescript": "~3.9.5"
+ "typescript": "~4.0.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 4ea79c8f..bf3a31ef 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.7.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.8.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index cd96a1ac..f5045576 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.7",
- "@angular/core": "^10.1.0-next.7"
+ "@angular/common": "^10.1.0-next.8",
+ "@angular/core": "^10.1.0-next.8"
},
"dependencies": {
"tslib": "^2.0.0"
From 083916050af92583b81aa818dcc615d5da93edb3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 27 Aug 2020 00:42:24 +0000
Subject: [PATCH 147/671] chore: version 10.1.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5b0cd0f7..507c711a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a15b3d24..3b08dc01 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-next.8",
- "@angular/common": "~10.1.0-next.8",
- "@angular/compiler": "~10.1.0-next.8",
- "@angular/core": "~10.1.0-next.8",
- "@angular/forms": "~10.1.0-next.8",
- "@angular/platform-browser": "~10.1.0-next.8",
- "@angular/platform-browser-dynamic": "~10.1.0-next.8",
- "@angular/router": "~10.1.0-next.8",
+ "@angular/animations": "~10.1.0-rc.0",
+ "@angular/common": "~10.1.0-rc.0",
+ "@angular/compiler": "~10.1.0-rc.0",
+ "@angular/core": "~10.1.0-rc.0",
+ "@angular/forms": "~10.1.0-rc.0",
+ "@angular/platform-browser": "~10.1.0-rc.0",
+ "@angular/platform-browser-dynamic": "~10.1.0-rc.0",
+ "@angular/router": "~10.1.0-rc.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-next.7",
- "@angular/cli": "~10.1.0-next.7",
- "@angular/compiler-cli": "~10.1.0-next.8",
+ "@angular-devkit/build-angular": "~0.1001.0-rc.0",
+ "@angular/cli": "~10.1.0-rc.0",
+ "@angular/compiler-cli": "~10.1.0-rc.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index bf3a31ef..7d23c80f 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-next.8.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index f5045576..e6c4b7c0 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-next.8",
- "@angular/core": "^10.1.0-next.8"
+ "@angular/common": "^10.1.0-rc.0",
+ "@angular/core": "^10.1.0-rc.0"
},
"dependencies": {
"tslib": "^2.0.0"
From c8695b47d1a3614e9236080eea99646b485d191d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Sep 2020 00:42:07 +0000
Subject: [PATCH 148/671] chore: version 10.1.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 507c711a..613bce6c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3b08dc01..327e56b4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0-rc.0",
- "@angular/common": "~10.1.0-rc.0",
- "@angular/compiler": "~10.1.0-rc.0",
- "@angular/core": "~10.1.0-rc.0",
- "@angular/forms": "~10.1.0-rc.0",
- "@angular/platform-browser": "~10.1.0-rc.0",
- "@angular/platform-browser-dynamic": "~10.1.0-rc.0",
- "@angular/router": "~10.1.0-rc.0",
+ "@angular/animations": "~10.1.0",
+ "@angular/common": "~10.1.0",
+ "@angular/compiler": "~10.1.0",
+ "@angular/core": "~10.1.0",
+ "@angular/forms": "~10.1.0",
+ "@angular/platform-browser": "~10.1.0",
+ "@angular/platform-browser-dynamic": "~10.1.0",
+ "@angular/router": "~10.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0-rc.0",
- "@angular/cli": "~10.1.0-rc.0",
- "@angular/compiler-cli": "~10.1.0-rc.0",
+ "@angular-devkit/build-angular": "~0.1001.0",
+ "@angular/cli": "~10.1.0",
+ "@angular/compiler-cli": "~10.1.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -37,7 +37,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^10.0.0",
+ "ng-packagr": "^10.1.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 7d23c80f..d805ce62 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index e6c4b7c0..3044f3f7 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0-rc.0",
- "@angular/core": "^10.1.0-rc.0"
+ "@angular/common": "^10.1.0",
+ "@angular/core": "^10.1.0"
},
"dependencies": {
"tslib": "^2.0.0"
From 4d7a832ee0bc1e9f91fbdeb0f0d9e8f45177e91e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 10 Sep 2020 20:24:08 +0000
Subject: [PATCH 149/671] chore: version 10.1.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 613bce6c..fda3d69f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 327e56b4..83fa7b0e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.0",
- "@angular/common": "~10.1.0",
- "@angular/compiler": "~10.1.0",
- "@angular/core": "~10.1.0",
- "@angular/forms": "~10.1.0",
- "@angular/platform-browser": "~10.1.0",
- "@angular/platform-browser-dynamic": "~10.1.0",
- "@angular/router": "~10.1.0",
+ "@angular/animations": "~10.1.1",
+ "@angular/common": "~10.1.1",
+ "@angular/compiler": "~10.1.1",
+ "@angular/core": "~10.1.1",
+ "@angular/forms": "~10.1.1",
+ "@angular/platform-browser": "~10.1.1",
+ "@angular/platform-browser-dynamic": "~10.1.1",
+ "@angular/router": "~10.1.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.0",
- "@angular/cli": "~10.1.0",
- "@angular/compiler-cli": "~10.1.0",
+ "@angular-devkit/build-angular": "~0.1001.1",
+ "@angular/cli": "~10.1.1",
+ "@angular/compiler-cli": "~10.1.1",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index d805ce62..8ef41f59 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 3044f3f7..fe42d040 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.0",
- "@angular/core": "^10.1.0"
+ "@angular/common": "^10.1.1",
+ "@angular/core": "^10.1.1"
},
"dependencies": {
"tslib": "^2.0.0"
From b8b3747455e2bf8e0d8b704d9af6a275eed78363 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Sep 2020 04:14:05 +0000
Subject: [PATCH 150/671] chore: version 10.1.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index fda3d69f..7d728a3d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 83fa7b0e..f5f824a1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.1",
- "@angular/common": "~10.1.1",
- "@angular/compiler": "~10.1.1",
- "@angular/core": "~10.1.1",
- "@angular/forms": "~10.1.1",
- "@angular/platform-browser": "~10.1.1",
- "@angular/platform-browser-dynamic": "~10.1.1",
- "@angular/router": "~10.1.1",
+ "@angular/animations": "~10.1.2",
+ "@angular/common": "~10.1.2",
+ "@angular/compiler": "~10.1.2",
+ "@angular/core": "~10.1.2",
+ "@angular/forms": "~10.1.2",
+ "@angular/platform-browser": "~10.1.2",
+ "@angular/platform-browser-dynamic": "~10.1.2",
+ "@angular/router": "~10.1.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.1",
- "@angular/cli": "~10.1.1",
- "@angular/compiler-cli": "~10.1.1",
+ "@angular-devkit/build-angular": "~0.1001.2",
+ "@angular/cli": "~10.1.2",
+ "@angular/compiler-cli": "~10.1.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8ef41f59..02983ec4 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index fe42d040..70482dae 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.1",
- "@angular/core": "^10.1.1"
+ "@angular/common": "^10.1.2",
+ "@angular/core": "^10.1.2"
},
"dependencies": {
"tslib": "^2.0.0"
From 5e207c203505e31ceece321e292452aa8b7bd617 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 24 Sep 2020 00:50:45 +0000
Subject: [PATCH 151/671] chore: version 10.1.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7d728a3d..868709ba 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f5f824a1..e8effcdc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.2",
- "@angular/common": "~10.1.2",
- "@angular/compiler": "~10.1.2",
- "@angular/core": "~10.1.2",
- "@angular/forms": "~10.1.2",
- "@angular/platform-browser": "~10.1.2",
- "@angular/platform-browser-dynamic": "~10.1.2",
- "@angular/router": "~10.1.2",
+ "@angular/animations": "~10.1.3",
+ "@angular/common": "~10.1.3",
+ "@angular/compiler": "~10.1.3",
+ "@angular/core": "~10.1.3",
+ "@angular/forms": "~10.1.3",
+ "@angular/platform-browser": "~10.1.3",
+ "@angular/platform-browser-dynamic": "~10.1.3",
+ "@angular/router": "~10.1.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.2",
- "@angular/cli": "~10.1.2",
- "@angular/compiler-cli": "~10.1.2",
+ "@angular-devkit/build-angular": "~0.1001.3",
+ "@angular/cli": "~10.1.3",
+ "@angular/compiler-cli": "~10.1.3",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 02983ec4..3ced5d29 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 70482dae..462cd94b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.2",
- "@angular/core": "^10.1.2"
+ "@angular/common": "^10.1.3",
+ "@angular/core": "^10.1.3"
},
"dependencies": {
"tslib": "^2.0.0"
From 97f4230c7d9c3fb015ba4d01388cdcbc6c37e7bd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 1 Oct 2020 00:48:34 +0000
Subject: [PATCH 152/671] chore: version 10.1.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 868709ba..9ab7095f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e8effcdc..c38c0343 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.3",
- "@angular/common": "~10.1.3",
- "@angular/compiler": "~10.1.3",
- "@angular/core": "~10.1.3",
- "@angular/forms": "~10.1.3",
- "@angular/platform-browser": "~10.1.3",
- "@angular/platform-browser-dynamic": "~10.1.3",
- "@angular/router": "~10.1.3",
+ "@angular/animations": "~10.1.4",
+ "@angular/common": "~10.1.4",
+ "@angular/compiler": "~10.1.4",
+ "@angular/core": "~10.1.4",
+ "@angular/forms": "~10.1.4",
+ "@angular/platform-browser": "~10.1.4",
+ "@angular/platform-browser-dynamic": "~10.1.4",
+ "@angular/router": "~10.1.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.3",
- "@angular/cli": "~10.1.3",
- "@angular/compiler-cli": "~10.1.3",
+ "@angular-devkit/build-angular": "~0.1001.4",
+ "@angular/cli": "~10.1.4",
+ "@angular/compiler-cli": "~10.1.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3ced5d29..4f57edfd 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 462cd94b..a6668215 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.3",
- "@angular/core": "^10.1.3"
+ "@angular/common": "^10.1.4",
+ "@angular/core": "^10.1.4"
},
"dependencies": {
"tslib": "^2.0.0"
From ef5dfea1452c99278c698e372a19aa378ad15732 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 8 Oct 2020 04:16:01 +0000
Subject: [PATCH 153/671] chore: version 10.1.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9ab7095f..4666d235 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c38c0343..18d182a1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.4",
- "@angular/common": "~10.1.4",
- "@angular/compiler": "~10.1.4",
- "@angular/core": "~10.1.4",
- "@angular/forms": "~10.1.4",
- "@angular/platform-browser": "~10.1.4",
- "@angular/platform-browser-dynamic": "~10.1.4",
- "@angular/router": "~10.1.4",
+ "@angular/animations": "~10.1.5",
+ "@angular/common": "~10.1.5",
+ "@angular/compiler": "~10.1.5",
+ "@angular/core": "~10.1.5",
+ "@angular/forms": "~10.1.5",
+ "@angular/platform-browser": "~10.1.5",
+ "@angular/platform-browser-dynamic": "~10.1.5",
+ "@angular/router": "~10.1.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.4",
- "@angular/cli": "~10.1.4",
- "@angular/compiler-cli": "~10.1.4",
+ "@angular-devkit/build-angular": "~0.1001.5",
+ "@angular/cli": "~10.1.5",
+ "@angular/compiler-cli": "~10.1.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 4f57edfd..f1280987 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index a6668215..06d3a30e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.4",
- "@angular/core": "^10.1.4"
+ "@angular/common": "^10.1.5",
+ "@angular/core": "^10.1.5"
},
"dependencies": {
"tslib": "^2.0.0"
From febb3c5152c9de494199ccab4b1b41488c1d54bc Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 8 Oct 2020 22:17:28 +0000
Subject: [PATCH 154/671] chore: version 10.1.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4666d235..357aede1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 18d182a1..a07d14ce 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.5",
- "@angular/cli": "~10.1.5",
+ "@angular-devkit/build-angular": "~0.1001.6",
+ "@angular/cli": "~10.1.6",
"@angular/compiler-cli": "~10.1.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From 12f865d6d12673809a23f26b5381667b41cb5fc5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 15 Oct 2020 02:26:33 +0000
Subject: [PATCH 155/671] chore: version 10.1.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 357aede1..44e660a6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a07d14ce..727b1265 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.5",
- "@angular/common": "~10.1.5",
- "@angular/compiler": "~10.1.5",
- "@angular/core": "~10.1.5",
- "@angular/forms": "~10.1.5",
- "@angular/platform-browser": "~10.1.5",
- "@angular/platform-browser-dynamic": "~10.1.5",
- "@angular/router": "~10.1.5",
+ "@angular/animations": "~10.1.6",
+ "@angular/common": "~10.1.6",
+ "@angular/compiler": "~10.1.6",
+ "@angular/core": "~10.1.6",
+ "@angular/forms": "~10.1.6",
+ "@angular/platform-browser": "~10.1.6",
+ "@angular/platform-browser-dynamic": "~10.1.6",
+ "@angular/router": "~10.1.6",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.6",
- "@angular/cli": "~10.1.6",
- "@angular/compiler-cli": "~10.1.5",
+ "@angular-devkit/build-angular": "~0.1001.7",
+ "@angular/cli": "~10.1.7",
+ "@angular/compiler-cli": "~10.1.6",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index f1280987..22b97b75 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 06d3a30e..7e13bfc4 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.5",
- "@angular/core": "^10.1.5"
+ "@angular/common": "^10.1.6",
+ "@angular/core": "^10.1.6"
},
"dependencies": {
"tslib": "^2.0.0"
From b2730734c2f7bad90366dfd22e17d7044e429c0a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 22 Oct 2020 22:19:44 +0000
Subject: [PATCH 156/671] chore: version 10.2.0
---
ponyracer/README.md | 4 ++--
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 4 ++--
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 44e660a6..591016a8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
## Development server
@@ -24,4 +24,4 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac
## Further help
-To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
+To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 727b1265..d740ca1f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.1.6",
- "@angular/common": "~10.1.6",
- "@angular/compiler": "~10.1.6",
- "@angular/core": "~10.1.6",
- "@angular/forms": "~10.1.6",
- "@angular/platform-browser": "~10.1.6",
- "@angular/platform-browser-dynamic": "~10.1.6",
- "@angular/router": "~10.1.6",
+ "@angular/animations": "~10.2.0",
+ "@angular/common": "~10.2.0",
+ "@angular/compiler": "~10.2.0",
+ "@angular/core": "~10.2.0",
+ "@angular/forms": "~10.2.0",
+ "@angular/platform-browser": "~10.2.0",
+ "@angular/platform-browser-dynamic": "~10.2.0",
+ "@angular/router": "~10.2.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1001.7",
- "@angular/cli": "~10.1.7",
- "@angular/compiler-cli": "~10.1.6",
+ "@angular-devkit/build-angular": "~0.1002.0",
+ "@angular/cli": "~10.2.0",
+ "@angular/compiler-cli": "~10.2.0",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 22b97b75..18d64414 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
## Code scaffolding
@@ -21,4 +21,4 @@ Run `ng test ponyracer-lib` to execute the unit tests via [Karma](https://karma-
## Further help
-To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
+To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 7e13bfc4..205b803e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.1.6",
- "@angular/core": "^10.1.6"
+ "@angular/common": "^10.2.0",
+ "@angular/core": "^10.2.0"
},
"dependencies": {
"tslib": "^2.0.0"
From 54547f79c92c873cc2408ab7a9377533c46d0d49 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Dec 2020 18:19:51 +0000
Subject: [PATCH 157/671] chore: version 10.2.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 591016a8..acfd13db 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d740ca1f..94e2bfca 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.2.0",
- "@angular/common": "~10.2.0",
- "@angular/compiler": "~10.2.0",
- "@angular/core": "~10.2.0",
- "@angular/forms": "~10.2.0",
- "@angular/platform-browser": "~10.2.0",
- "@angular/platform-browser-dynamic": "~10.2.0",
- "@angular/router": "~10.2.0",
+ "@angular/animations": "~10.2.4",
+ "@angular/common": "~10.2.4",
+ "@angular/compiler": "~10.2.4",
+ "@angular/core": "~10.2.4",
+ "@angular/forms": "~10.2.4",
+ "@angular/platform-browser": "~10.2.4",
+ "@angular/platform-browser-dynamic": "~10.2.4",
+ "@angular/router": "~10.2.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1002.0",
- "@angular/cli": "~10.2.0",
- "@angular/compiler-cli": "~10.2.0",
+ "@angular-devkit/build-angular": "~0.1002.1",
+ "@angular/cli": "~10.2.1",
+ "@angular/compiler-cli": "~10.2.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 18d64414..6483bfd4 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 205b803e..2283a6c1 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.2.0",
- "@angular/core": "^10.2.0"
+ "@angular/common": "^10.2.4",
+ "@angular/core": "^10.2.4"
},
"dependencies": {
"tslib": "^2.0.0"
From a00d8bdf4876796b24adca6a5ee22ac37acc6d60 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 5 Feb 2021 22:21:14 +0000
Subject: [PATCH 158/671] chore: version 10.2.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index acfd13db..49725602 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 94e2bfca..eb2a36d3 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1002.1",
- "@angular/cli": "~10.2.1",
+ "@angular-devkit/build-angular": "~0.1002.2",
+ "@angular/cli": "~10.2.2",
"@angular/compiler-cli": "~10.2.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From fc077990e5cd77fa8ccdc324232055dc7c170601 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 25 Feb 2021 08:20:37 +0000
Subject: [PATCH 159/671] chore: version 10.2.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 49725602..acc37e08 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index eb2a36d3..6b4b1364 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1002.2",
- "@angular/cli": "~10.2.2",
+ "@angular-devkit/build-angular": "~0.1002.3",
+ "@angular/cli": "~10.2.3",
"@angular/compiler-cli": "~10.2.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
From 7b7b2fa106eb4958a5b07021744672c243ef9a3d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 16 Dec 2021 00:53:04 +0000
Subject: [PATCH 160/671] chore: version 10.2.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index acc37e08..20e4af44 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6b4b1364..b6845be9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.2.4",
- "@angular/common": "~10.2.4",
- "@angular/compiler": "~10.2.4",
- "@angular/core": "~10.2.4",
- "@angular/forms": "~10.2.4",
- "@angular/platform-browser": "~10.2.4",
- "@angular/platform-browser-dynamic": "~10.2.4",
- "@angular/router": "~10.2.4",
+ "@angular/animations": "~10.2.5",
+ "@angular/common": "~10.2.5",
+ "@angular/compiler": "~10.2.5",
+ "@angular/core": "~10.2.5",
+ "@angular/forms": "~10.2.5",
+ "@angular/platform-browser": "~10.2.5",
+ "@angular/platform-browser-dynamic": "~10.2.5",
+ "@angular/router": "~10.2.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1002.3",
- "@angular/cli": "~10.2.3",
- "@angular/compiler-cli": "~10.2.4",
+ "@angular-devkit/build-angular": "~0.1002.4",
+ "@angular/cli": "~10.2.4",
+ "@angular/compiler-cli": "~10.2.5",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
@@ -36,7 +36,7 @@
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "^1.5.0",
+ "karma-jasmine-html-reporter": "~1.5.0",
"ng-packagr": "^10.1.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 6483bfd4..b9802201 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2283a6c1..2955c000 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.2.4",
- "@angular/core": "^10.2.4"
+ "@angular/common": "^10.2.5",
+ "@angular/core": "^10.2.5"
},
"dependencies": {
"tslib": "^2.0.0"
From 1b14b0f32139c3231abee8e591674d154b02c904 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Sep 2020 00:43:08 +0000
Subject: [PATCH 161/671] chore: version 11.0.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 20e4af44..55f23bc7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b6845be9..f6b280a5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,29 +10,29 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~10.2.5",
- "@angular/common": "~10.2.5",
- "@angular/compiler": "~10.2.5",
- "@angular/core": "~10.2.5",
- "@angular/forms": "~10.2.5",
- "@angular/platform-browser": "~10.2.5",
- "@angular/platform-browser-dynamic": "~10.2.5",
- "@angular/router": "~10.2.5",
+ "@angular/animations": "~11.0.0-next.0",
+ "@angular/common": "~11.0.0-next.0",
+ "@angular/compiler": "~11.0.0-next.0",
+ "@angular/core": "~11.0.0-next.0",
+ "@angular/forms": "~11.0.0-next.0",
+ "@angular/platform-browser": "~11.0.0-next.0",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.0",
+ "@angular/router": "~11.0.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1002.4",
- "@angular/cli": "~10.2.4",
- "@angular/compiler-cli": "~10.2.5",
- "@types/node": "^12.11.1",
+ "@angular-devkit/build-angular": "~0.1100.0-next.0",
+ "@angular/cli": "~11.0.0-next.0",
+ "@angular/compiler-cli": "~11.0.0-next.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
+ "@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
- "karma": "~5.0.0",
+ "karma": "~5.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index b9802201..6a4f3d82 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2955c000..5fc9daa0 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^10.2.5",
- "@angular/core": "^10.2.5"
+ "@angular/common": "^11.0.0-next.0",
+ "@angular/core": "^11.0.0-next.0"
},
"dependencies": {
"tslib": "^2.0.0"
From 94fbcbe825b20c903c45e25a8e5ae5bf72e1fa0c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 10 Sep 2020 20:25:13 +0000
Subject: [PATCH 162/671] chore: version 11.0.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 3 ++-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
.../projects/ponyracer-lib/karma.conf.js | 12 ++++++----
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
6 files changed, 26 insertions(+), 21 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 55f23bc7..b0362375 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.1.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index 5114ee25..625bd0b2 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -42,6 +42,7 @@
}
}
}
- }},
+ }
+ },
"defaultProject": "ponyracer-lib"
}
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f6b280a5..53e10c62 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.0",
- "@angular/common": "~11.0.0-next.0",
- "@angular/compiler": "~11.0.0-next.0",
- "@angular/core": "~11.0.0-next.0",
- "@angular/forms": "~11.0.0-next.0",
- "@angular/platform-browser": "~11.0.0-next.0",
- "@angular/platform-browser-dynamic": "~11.0.0-next.0",
- "@angular/router": "~11.0.0-next.0",
+ "@angular/animations": "~11.0.0-next.1",
+ "@angular/common": "~11.0.0-next.1",
+ "@angular/compiler": "~11.0.0-next.1",
+ "@angular/core": "~11.0.0-next.1",
+ "@angular/forms": "~11.0.0-next.1",
+ "@angular/platform-browser": "~11.0.0-next.1",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.1",
+ "@angular/router": "~11.0.0-next.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.0",
- "@angular/cli": "~11.0.0-next.0",
- "@angular/compiler-cli": "~11.0.0-next.0",
+ "@angular-devkit/build-angular": "~0.1100.0-next.1",
+ "@angular/cli": "~11.0.0-next.1",
+ "@angular/compiler-cli": "~11.0.0-next.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
@@ -34,7 +34,7 @@
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.2.0",
"karma-chrome-launcher": "~3.1.0",
- "karma-coverage-istanbul-reporter": "~3.0.2",
+ "karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.5.0",
"ng-packagr": "^10.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 6a4f3d82..62f6373b 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
index 9d3707f4..d5604fc2 100644
--- a/ponyracer/projects/ponyracer-lib/karma.conf.js
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -9,16 +9,20 @@ module.exports = function (config) {
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter'),
- require('karma-coverage-istanbul-reporter'),
+ require('karma-coverage'),
require('@angular-devkit/build-angular/plugins/karma')
],
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
- coverageIstanbulReporter: {
+ coverageReporter: {
dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'),
- reports: ['html', 'lcovonly', 'text-summary'],
- fixWebpackSourcePaths: true
+ subdir: '.',
+ reporters: [
+ {type: 'html'},
+ {type: 'lcov'},
+ {type: 'text-summary'},
+ ],
},
reporters: ['progress', 'kjhtml'],
port: 9876,
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 5fc9daa0..c36629b3 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.0",
- "@angular/core": "^11.0.0-next.0"
+ "@angular/common": "^11.0.0-next.1",
+ "@angular/core": "^11.0.0-next.1"
},
"dependencies": {
"tslib": "^2.0.0"
From 95d064942651821587e0f467b6791d6e5911aa49 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Sep 2020 04:15:00 +0000
Subject: [PATCH 163/671] chore: version 11.0.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
.../projects/ponyracer-lib/karma.conf.js | 5 ++---
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
5 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b0362375..2188ade2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 53e10c62..facb3ab3 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.1",
- "@angular/common": "~11.0.0-next.1",
- "@angular/compiler": "~11.0.0-next.1",
- "@angular/core": "~11.0.0-next.1",
- "@angular/forms": "~11.0.0-next.1",
- "@angular/platform-browser": "~11.0.0-next.1",
- "@angular/platform-browser-dynamic": "~11.0.0-next.1",
- "@angular/router": "~11.0.0-next.1",
+ "@angular/animations": "~11.0.0-next.2",
+ "@angular/common": "~11.0.0-next.2",
+ "@angular/compiler": "~11.0.0-next.2",
+ "@angular/core": "~11.0.0-next.2",
+ "@angular/forms": "~11.0.0-next.2",
+ "@angular/platform-browser": "~11.0.0-next.2",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.2",
+ "@angular/router": "~11.0.0-next.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.1",
- "@angular/cli": "~11.0.0-next.1",
- "@angular/compiler-cli": "~11.0.0-next.1",
+ "@angular-devkit/build-angular": "~0.1100.0-next.2",
+ "@angular/cli": "~11.0.0-next.2",
+ "@angular/compiler-cli": "~11.0.0-next.2",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 62f6373b..82a0f560 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
index d5604fc2..1e963051 100644
--- a/ponyracer/projects/ponyracer-lib/karma.conf.js
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -19,9 +19,8 @@ module.exports = function (config) {
dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'),
subdir: '.',
reporters: [
- {type: 'html'},
- {type: 'lcov'},
- {type: 'text-summary'},
+ { type: 'html' },
+ { type: 'text-summary' }
],
},
reporters: ['progress', 'kjhtml'],
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c36629b3..cb098226 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.1",
- "@angular/core": "^11.0.0-next.1"
+ "@angular/common": "^11.0.0-next.2",
+ "@angular/core": "^11.0.0-next.2"
},
"dependencies": {
"tslib": "^2.0.0"
From 3028a79a45c615eb13357b75e8a3766739d8e3c9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 24 Sep 2020 00:51:53 +0000
Subject: [PATCH 164/671] chore: version 11.0.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2188ade2..284f1ffe 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index facb3ab3..c39e872c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.2",
- "@angular/common": "~11.0.0-next.2",
- "@angular/compiler": "~11.0.0-next.2",
- "@angular/core": "~11.0.0-next.2",
- "@angular/forms": "~11.0.0-next.2",
- "@angular/platform-browser": "~11.0.0-next.2",
- "@angular/platform-browser-dynamic": "~11.0.0-next.2",
- "@angular/router": "~11.0.0-next.2",
+ "@angular/animations": "~11.0.0-next.3",
+ "@angular/common": "~11.0.0-next.3",
+ "@angular/compiler": "~11.0.0-next.3",
+ "@angular/core": "~11.0.0-next.3",
+ "@angular/forms": "~11.0.0-next.3",
+ "@angular/platform-browser": "~11.0.0-next.3",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.3",
+ "@angular/router": "~11.0.0-next.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.2",
- "@angular/cli": "~11.0.0-next.2",
- "@angular/compiler-cli": "~11.0.0-next.2",
+ "@angular-devkit/build-angular": "~0.1100.0-next.3",
+ "@angular/cli": "~11.0.0-next.3",
+ "@angular/compiler-cli": "~11.0.0-next.3",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 82a0f560..fdf87392 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index cb098226..fca0a9bb 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.2",
- "@angular/core": "^11.0.0-next.2"
+ "@angular/common": "^11.0.0-next.3",
+ "@angular/core": "^11.0.0-next.3"
},
"dependencies": {
"tslib": "^2.0.0"
From e0fe5e929afd10e064d943a6610de40880e5bce8 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 1 Oct 2020 04:15:31 +0000
Subject: [PATCH 165/671] chore: version 11.0.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
ponyracer/tslint.json | 1 -
5 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 284f1ffe..4584201e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c39e872c..89d23a46 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.3",
- "@angular/common": "~11.0.0-next.3",
- "@angular/compiler": "~11.0.0-next.3",
- "@angular/core": "~11.0.0-next.3",
- "@angular/forms": "~11.0.0-next.3",
- "@angular/platform-browser": "~11.0.0-next.3",
- "@angular/platform-browser-dynamic": "~11.0.0-next.3",
- "@angular/router": "~11.0.0-next.3",
+ "@angular/animations": "~11.0.0-next.4",
+ "@angular/common": "~11.0.0-next.4",
+ "@angular/compiler": "~11.0.0-next.4",
+ "@angular/core": "~11.0.0-next.4",
+ "@angular/forms": "~11.0.0-next.4",
+ "@angular/platform-browser": "~11.0.0-next.4",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.4",
+ "@angular/router": "~11.0.0-next.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.3",
- "@angular/cli": "~11.0.0-next.3",
- "@angular/compiler-cli": "~11.0.0-next.3",
+ "@angular-devkit/build-angular": "~0.1100.0-next.4",
+ "@angular/cli": "~11.0.0-next.4",
+ "@angular/compiler-cli": "~11.0.0-next.4",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fdf87392..5de48e36 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index fca0a9bb..91de88c1 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.3",
- "@angular/core": "^11.0.0-next.3"
+ "@angular/common": "^11.0.0-next.4",
+ "@angular/core": "^11.0.0-next.4"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
index 09fdf016..733008b7 100644
--- a/ponyracer/tslint.json
+++ b/ponyracer/tslint.json
@@ -43,7 +43,6 @@
]
}
],
- "no-any": true,
"no-console": [
true,
"debug",
From 715ed450793069687c01439b4475d1599822c978 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 8 Oct 2020 04:17:09 +0000
Subject: [PATCH 166/671] chore: version 11.0.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 23 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4584201e..7c443562 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 89d23a46..903d8e90 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,24 +10,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.4",
- "@angular/common": "~11.0.0-next.4",
- "@angular/compiler": "~11.0.0-next.4",
- "@angular/core": "~11.0.0-next.4",
- "@angular/forms": "~11.0.0-next.4",
- "@angular/platform-browser": "~11.0.0-next.4",
- "@angular/platform-browser-dynamic": "~11.0.0-next.4",
- "@angular/router": "~11.0.0-next.4",
+ "@angular/animations": "~11.0.0-next.5",
+ "@angular/common": "~11.0.0-next.5",
+ "@angular/compiler": "~11.0.0-next.5",
+ "@angular/core": "~11.0.0-next.5",
+ "@angular/forms": "~11.0.0-next.5",
+ "@angular/platform-browser": "~11.0.0-next.5",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.5",
+ "@angular/router": "~11.0.0-next.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.4",
- "@angular/cli": "~11.0.0-next.4",
- "@angular/compiler-cli": "~11.0.0-next.4",
+ "@angular-devkit/build-angular": "~0.1100.0-next.5",
+ "@angular/cli": "~11.0.0-next.5",
+ "@angular/compiler-cli": "~11.0.0-next.5",
"@types/jasmine": "~3.5.0",
- "@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 5de48e36..ba72c680 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 91de88c1..bc81b6a9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.4",
- "@angular/core": "^11.0.0-next.4"
+ "@angular/common": "^11.0.0-next.5",
+ "@angular/core": "^11.0.0-next.5"
},
"dependencies": {
"tslib": "^2.0.0"
From 099e11cdb1e33490218e4c925900790c45f719dd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 8 Oct 2020 22:18:40 +0000
Subject: [PATCH 167/671] chore: version 11.0.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7c443562..7066663c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 903d8e90..5649d0cd 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.5",
- "@angular/cli": "~11.0.0-next.5",
+ "@angular-devkit/build-angular": "~0.1100.0-next.6",
+ "@angular/cli": "~11.0.0-next.6",
"@angular/compiler-cli": "~11.0.0-next.5",
"@types/jasmine": "~3.5.0",
"@types/node": "^12.11.1",
From c12b6194c9fde64dc5442bd621582b764f8b6f20 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 15 Oct 2020 02:31:06 +0000
Subject: [PATCH 168/671] chore: version 11.0.0-next.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7066663c..32c5cd17 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5649d0cd..7b643279 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.5",
- "@angular/common": "~11.0.0-next.5",
- "@angular/compiler": "~11.0.0-next.5",
- "@angular/core": "~11.0.0-next.5",
- "@angular/forms": "~11.0.0-next.5",
- "@angular/platform-browser": "~11.0.0-next.5",
- "@angular/platform-browser-dynamic": "~11.0.0-next.5",
- "@angular/router": "~11.0.0-next.5",
+ "@angular/animations": "~11.0.0-next.6",
+ "@angular/common": "~11.0.0-next.6",
+ "@angular/compiler": "~11.0.0-next.6",
+ "@angular/core": "~11.0.0-next.6",
+ "@angular/forms": "~11.0.0-next.6",
+ "@angular/platform-browser": "~11.0.0-next.6",
+ "@angular/platform-browser-dynamic": "~11.0.0-next.6",
+ "@angular/router": "~11.0.0-next.6",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.6",
- "@angular/cli": "~11.0.0-next.6",
- "@angular/compiler-cli": "~11.0.0-next.5",
+ "@angular-devkit/build-angular": "~0.1100.0-next.7",
+ "@angular/cli": "~11.0.0-next.7",
+ "@angular/compiler-cli": "~11.0.0-next.6",
"@types/jasmine": "~3.5.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -35,8 +35,8 @@
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "~1.5.0",
- "ng-packagr": "^10.1.0",
+ "karma-jasmine-html-reporter": "^1.5.0",
+ "ng-packagr": "^11.0.0-next.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index ba72c680..3fe6451b 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index bc81b6a9..45f23650 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.5",
- "@angular/core": "^11.0.0-next.5"
+ "@angular/common": "^11.0.0-next.6",
+ "@angular/core": "^11.0.0-next.6"
},
"dependencies": {
"tslib": "^2.0.0"
From 72f358dd5c07636e7bd04fe1b5e434dc73c47498 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 22 Oct 2020 22:21:05 +0000
Subject: [PATCH 169/671] chore: version 11.0.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 32c5cd17..66c4daf1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 7b643279..ce08e1f8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-next.6",
- "@angular/common": "~11.0.0-next.6",
- "@angular/compiler": "~11.0.0-next.6",
- "@angular/core": "~11.0.0-next.6",
- "@angular/forms": "~11.0.0-next.6",
- "@angular/platform-browser": "~11.0.0-next.6",
- "@angular/platform-browser-dynamic": "~11.0.0-next.6",
- "@angular/router": "~11.0.0-next.6",
+ "@angular/animations": "~11.0.0-rc.0",
+ "@angular/common": "~11.0.0-rc.0",
+ "@angular/compiler": "~11.0.0-rc.0",
+ "@angular/core": "~11.0.0-rc.0",
+ "@angular/forms": "~11.0.0-rc.0",
+ "@angular/platform-browser": "~11.0.0-rc.0",
+ "@angular/platform-browser-dynamic": "~11.0.0-rc.0",
+ "@angular/router": "~11.0.0-rc.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-next.7",
- "@angular/cli": "~11.0.0-next.7",
- "@angular/compiler-cli": "~11.0.0-next.6",
+ "@angular-devkit/build-angular": "~0.1100.0-rc.0",
+ "@angular/cli": "~11.0.0-rc.0",
+ "@angular/compiler-cli": "~11.0.0-rc.0",
"@types/jasmine": "~3.5.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3fe6451b..42610ad1 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-next.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 45f23650..f18351db 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-next.6",
- "@angular/core": "^11.0.0-next.6"
+ "@angular/common": "^11.0.0-rc.0",
+ "@angular/core": "^11.0.0-rc.0"
},
"dependencies": {
"tslib": "^2.0.0"
From 658d6c9255d1b2bbcc1040216533b5f4af0c3c48 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 28 Oct 2020 22:17:43 +0000
Subject: [PATCH 170/671] chore: version 11.0.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 66c4daf1..9a13da26 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ce08e1f8..21a98bdc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,23 +10,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-rc.0",
- "@angular/common": "~11.0.0-rc.0",
- "@angular/compiler": "~11.0.0-rc.0",
- "@angular/core": "~11.0.0-rc.0",
- "@angular/forms": "~11.0.0-rc.0",
- "@angular/platform-browser": "~11.0.0-rc.0",
- "@angular/platform-browser-dynamic": "~11.0.0-rc.0",
- "@angular/router": "~11.0.0-rc.0",
+ "@angular/animations": "~11.0.0-rc.1",
+ "@angular/common": "~11.0.0-rc.1",
+ "@angular/compiler": "~11.0.0-rc.1",
+ "@angular/core": "~11.0.0-rc.1",
+ "@angular/forms": "~11.0.0-rc.1",
+ "@angular/platform-browser": "~11.0.0-rc.1",
+ "@angular/platform-browser-dynamic": "~11.0.0-rc.1",
+ "@angular/router": "~11.0.0-rc.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-rc.0",
- "@angular/cli": "~11.0.0-rc.0",
- "@angular/compiler-cli": "~11.0.0-rc.0",
- "@types/jasmine": "~3.5.0",
+ "@angular-devkit/build-angular": "~0.1100.0-rc.1",
+ "@angular/cli": "~11.0.0-rc.1",
+ "@angular/compiler-cli": "~11.0.0-rc.1",
+ "@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 42610ad1..449be7c3 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index f18351db..064ddd56 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-rc.0",
- "@angular/core": "^11.0.0-rc.0"
+ "@angular/common": "^11.0.0-rc.1",
+ "@angular/core": "^11.0.0-rc.1"
},
"dependencies": {
"tslib": "^2.0.0"
From 67344a3174bf95d369933f6d9678013fea6a39df Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 5 Nov 2020 16:37:02 +0000
Subject: [PATCH 171/671] chore: version 11.0.0-rc.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9a13da26..84d94b87 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 21a98bdc..5f1702f3 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-rc.1",
- "@angular/common": "~11.0.0-rc.1",
- "@angular/compiler": "~11.0.0-rc.1",
- "@angular/core": "~11.0.0-rc.1",
- "@angular/forms": "~11.0.0-rc.1",
- "@angular/platform-browser": "~11.0.0-rc.1",
- "@angular/platform-browser-dynamic": "~11.0.0-rc.1",
- "@angular/router": "~11.0.0-rc.1",
+ "@angular/animations": "~11.0.0-rc.2",
+ "@angular/common": "~11.0.0-rc.2",
+ "@angular/compiler": "~11.0.0-rc.2",
+ "@angular/core": "~11.0.0-rc.2",
+ "@angular/forms": "~11.0.0-rc.2",
+ "@angular/platform-browser": "~11.0.0-rc.2",
+ "@angular/platform-browser-dynamic": "~11.0.0-rc.2",
+ "@angular/router": "~11.0.0-rc.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-rc.1",
- "@angular/cli": "~11.0.0-rc.1",
- "@angular/compiler-cli": "~11.0.0-rc.1",
+ "@angular-devkit/build-angular": "~0.1100.0-rc.2",
+ "@angular/cli": "~11.0.0-rc.2",
+ "@angular/compiler-cli": "~11.0.0-rc.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -36,7 +36,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^11.0.0-next.0",
+ "ng-packagr": "^11.0.0-next.3",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 449be7c3..6d564ddd 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 064ddd56..248d1e7e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-rc.1",
- "@angular/core": "^11.0.0-rc.1"
+ "@angular/common": "^11.0.0-rc.2",
+ "@angular/core": "^11.0.0-rc.2"
},
"dependencies": {
"tslib": "^2.0.0"
From 58e559656c49aa3126d1ce50c660038783e1d63f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 10 Nov 2020 02:14:35 +0000
Subject: [PATCH 172/671] chore: version 11.0.0-rc.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 84d94b87..5fcdc13a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5f1702f3..5a97d966 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-rc.2",
- "@angular/common": "~11.0.0-rc.2",
- "@angular/compiler": "~11.0.0-rc.2",
- "@angular/core": "~11.0.0-rc.2",
- "@angular/forms": "~11.0.0-rc.2",
- "@angular/platform-browser": "~11.0.0-rc.2",
- "@angular/platform-browser-dynamic": "~11.0.0-rc.2",
- "@angular/router": "~11.0.0-rc.2",
+ "@angular/animations": "~11.0.0-rc.3",
+ "@angular/common": "~11.0.0-rc.3",
+ "@angular/compiler": "~11.0.0-rc.3",
+ "@angular/core": "~11.0.0-rc.3",
+ "@angular/forms": "~11.0.0-rc.3",
+ "@angular/platform-browser": "~11.0.0-rc.3",
+ "@angular/platform-browser-dynamic": "~11.0.0-rc.3",
+ "@angular/router": "~11.0.0-rc.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-rc.2",
- "@angular/cli": "~11.0.0-rc.2",
- "@angular/compiler-cli": "~11.0.0-rc.2",
+ "@angular-devkit/build-angular": "~0.1100.0-rc.3",
+ "@angular/cli": "~11.0.0-rc.3",
+ "@angular/compiler-cli": "~11.0.0-rc.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 6d564ddd..5d3d190d 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 248d1e7e..65c15c2d 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-rc.2",
- "@angular/core": "^11.0.0-rc.2"
+ "@angular/common": "^11.0.0-rc.3",
+ "@angular/core": "^11.0.0-rc.3"
},
"dependencies": {
"tslib": "^2.0.0"
From b66e6c585721e98be543ae736c1d9da8213160b5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 12 Nov 2020 00:28:43 +0000
Subject: [PATCH 173/671] chore: version 11.0.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5fcdc13a..035bbca9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5a97d966..100abefe 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,33 +10,33 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0-rc.3",
- "@angular/common": "~11.0.0-rc.3",
- "@angular/compiler": "~11.0.0-rc.3",
- "@angular/core": "~11.0.0-rc.3",
- "@angular/forms": "~11.0.0-rc.3",
- "@angular/platform-browser": "~11.0.0-rc.3",
- "@angular/platform-browser-dynamic": "~11.0.0-rc.3",
- "@angular/router": "~11.0.0-rc.3",
+ "@angular/animations": "~11.0.0",
+ "@angular/common": "~11.0.0",
+ "@angular/compiler": "~11.0.0",
+ "@angular/core": "~11.0.0",
+ "@angular/forms": "~11.0.0",
+ "@angular/platform-browser": "~11.0.0",
+ "@angular/platform-browser-dynamic": "~11.0.0",
+ "@angular/router": "~11.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0-rc.3",
- "@angular/cli": "~11.0.0-rc.3",
- "@angular/compiler-cli": "~11.0.0-rc.3",
+ "@angular-devkit/build-angular": "~0.1100.0",
+ "@angular/cli": "~11.0.0",
+ "@angular/compiler-cli": "~11.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
- "karma": "~5.2.0",
+ "karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^11.0.0-next.3",
+ "ng-packagr": "^11.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 5d3d190d..8bd18436 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0-rc.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 65c15c2d..625aeecf 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0-rc.3",
- "@angular/core": "^11.0.0-rc.3"
+ "@angular/common": "^11.0.0",
+ "@angular/core": "^11.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
From afd1e2b286835488626afcb58a9585ea8e6d9c51 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 12 Nov 2020 22:12:58 +0000
Subject: [PATCH 174/671] chore: version 11.0.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/karma.conf.js | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 035bbca9..3f9c83d9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 100abefe..5ff769a1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.0",
- "@angular/cli": "~11.0.0",
+ "@angular-devkit/build-angular": "~0.1100.1",
+ "@angular/cli": "~11.0.1",
"@angular/compiler-cli": "~11.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
index 1e963051..ab3927fd 100644
--- a/ponyracer/projects/ponyracer-lib/karma.conf.js
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -21,7 +21,7 @@ module.exports = function (config) {
reporters: [
{ type: 'html' },
{ type: 'text-summary' }
- ],
+ ]
},
reporters: ['progress', 'kjhtml'],
port: 9876,
From 3a22ab0abd3a04daf8df62757dfb2752e0d51340 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 18 Nov 2020 20:11:34 +0000
Subject: [PATCH 175/671] chore: version 11.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
.../projects/ponyracer-lib/karma.conf.js | 3 +++
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
5 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3f9c83d9..07c363a1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5ff769a1..c9e65249 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.0",
- "@angular/common": "~11.0.0",
- "@angular/compiler": "~11.0.0",
- "@angular/core": "~11.0.0",
- "@angular/forms": "~11.0.0",
- "@angular/platform-browser": "~11.0.0",
- "@angular/platform-browser-dynamic": "~11.0.0",
- "@angular/router": "~11.0.0",
+ "@angular/animations": "~11.0.1",
+ "@angular/common": "~11.0.1",
+ "@angular/compiler": "~11.0.1",
+ "@angular/core": "~11.0.1",
+ "@angular/forms": "~11.0.1",
+ "@angular/platform-browser": "~11.0.1",
+ "@angular/platform-browser-dynamic": "~11.0.1",
+ "@angular/router": "~11.0.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.1",
- "@angular/cli": "~11.0.1",
- "@angular/compiler-cli": "~11.0.0",
+ "@angular-devkit/build-angular": "~0.1100.2",
+ "@angular/cli": "~11.0.2",
+ "@angular/compiler-cli": "~11.0.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8bd18436..59283636 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
index ab3927fd..594ee34a 100644
--- a/ponyracer/projects/ponyracer-lib/karma.conf.js
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -15,6 +15,9 @@ module.exports = function (config) {
client: {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
+ jasmineHtmlReporter: {
+ suppressAll: true // removes the duplicated traces
+ },
coverageReporter: {
dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'),
subdir: '.',
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 625aeecf..3e85cec2 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.0",
- "@angular/core": "^11.0.0"
+ "@angular/common": "^11.0.1",
+ "@angular/core": "^11.0.1"
},
"dependencies": {
"tslib": "^2.0.0"
From 11700bef081223348d7e70160bbcfa22e0e0673e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 2 Dec 2020 22:25:24 +0000
Subject: [PATCH 176/671] chore: version 11.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
.../projects/ponyracer-lib/karma.conf.js | 6 +++++
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
5 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 07c363a1..e84944b6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c9e65249..02727738 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.1",
- "@angular/common": "~11.0.1",
- "@angular/compiler": "~11.0.1",
- "@angular/core": "~11.0.1",
- "@angular/forms": "~11.0.1",
- "@angular/platform-browser": "~11.0.1",
- "@angular/platform-browser-dynamic": "~11.0.1",
- "@angular/router": "~11.0.1",
+ "@angular/animations": "~11.0.3",
+ "@angular/common": "~11.0.3",
+ "@angular/compiler": "~11.0.3",
+ "@angular/core": "~11.0.3",
+ "@angular/forms": "~11.0.3",
+ "@angular/platform-browser": "~11.0.3",
+ "@angular/platform-browser-dynamic": "~11.0.3",
+ "@angular/router": "~11.0.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.2",
- "@angular/cli": "~11.0.2",
- "@angular/compiler-cli": "~11.0.1",
+ "@angular-devkit/build-angular": "~0.1100.3",
+ "@angular/cli": "~11.0.3",
+ "@angular/compiler-cli": "~11.0.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 59283636..7f9be018 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js
index 594ee34a..eaf42c8c 100644
--- a/ponyracer/projects/ponyracer-lib/karma.conf.js
+++ b/ponyracer/projects/ponyracer-lib/karma.conf.js
@@ -13,6 +13,12 @@ module.exports = function (config) {
require('@angular-devkit/build-angular/plugins/karma')
],
client: {
+ jasmine: {
+ // you can add configuration options for Jasmine here
+ // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
+ // for example, you can disable the random execution with `random: false`
+ // or set a specific seed with `seed: 4321`
+ },
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
jasmineHtmlReporter: {
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 3e85cec2..599db0cc 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.1",
- "@angular/core": "^11.0.1"
+ "@angular/common": "^11.0.3",
+ "@angular/core": "^11.0.3"
},
"dependencies": {
"tslib": "^2.0.0"
From 862eaf4cbb3081a5a334194db6fd8f754889ce3e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 9 Dec 2020 22:26:35 +0000
Subject: [PATCH 177/671] chore: version 11.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e84944b6..09269d89 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 02727738..86cbd6b5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.3",
- "@angular/common": "~11.0.3",
- "@angular/compiler": "~11.0.3",
- "@angular/core": "~11.0.3",
- "@angular/forms": "~11.0.3",
- "@angular/platform-browser": "~11.0.3",
- "@angular/platform-browser-dynamic": "~11.0.3",
- "@angular/router": "~11.0.3",
+ "@angular/animations": "~11.0.4",
+ "@angular/common": "~11.0.4",
+ "@angular/compiler": "~11.0.4",
+ "@angular/core": "~11.0.4",
+ "@angular/forms": "~11.0.4",
+ "@angular/platform-browser": "~11.0.4",
+ "@angular/platform-browser-dynamic": "~11.0.4",
+ "@angular/router": "~11.0.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.3",
- "@angular/cli": "~11.0.3",
- "@angular/compiler-cli": "~11.0.3",
+ "@angular-devkit/build-angular": "~0.1100.4",
+ "@angular/cli": "~11.0.4",
+ "@angular/compiler-cli": "~11.0.4",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 7f9be018..eac88f4c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 599db0cc..de60a72e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.3",
- "@angular/core": "^11.0.3"
+ "@angular/common": "^11.0.4",
+ "@angular/core": "^11.0.4"
},
"dependencies": {
"tslib": "^2.0.0"
From 74eb38e9eef684ad491f92c0ed25aad88cc6d8f7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Dec 2020 18:21:48 +0000
Subject: [PATCH 178/671] chore: version 11.0.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 09269d89..0e59aecf 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 86cbd6b5..39fb5335 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.4",
- "@angular/common": "~11.0.4",
- "@angular/compiler": "~11.0.4",
- "@angular/core": "~11.0.4",
- "@angular/forms": "~11.0.4",
- "@angular/platform-browser": "~11.0.4",
- "@angular/platform-browser-dynamic": "~11.0.4",
- "@angular/router": "~11.0.4",
+ "@angular/animations": "~11.0.5",
+ "@angular/common": "~11.0.5",
+ "@angular/compiler": "~11.0.5",
+ "@angular/core": "~11.0.5",
+ "@angular/forms": "~11.0.5",
+ "@angular/platform-browser": "~11.0.5",
+ "@angular/platform-browser-dynamic": "~11.0.5",
+ "@angular/router": "~11.0.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.4",
- "@angular/cli": "~11.0.4",
- "@angular/compiler-cli": "~11.0.4",
+ "@angular-devkit/build-angular": "~0.1100.5",
+ "@angular/cli": "~11.0.5",
+ "@angular/compiler-cli": "~11.0.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index eac88f4c..daf823e8 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index de60a72e..c3d47776 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.4",
- "@angular/core": "^11.0.4"
+ "@angular/common": "^11.0.5",
+ "@angular/core": "^11.0.5"
},
"dependencies": {
"tslib": "^2.0.0"
From 0b98433ff083329ff7408294dd299d686273f89e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 6 Jan 2021 22:28:07 +0000
Subject: [PATCH 179/671] chore: version 11.0.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0e59aecf..04c4777a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 39fb5335..d7f66b2a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.5",
- "@angular/common": "~11.0.5",
- "@angular/compiler": "~11.0.5",
- "@angular/core": "~11.0.5",
- "@angular/forms": "~11.0.5",
- "@angular/platform-browser": "~11.0.5",
- "@angular/platform-browser-dynamic": "~11.0.5",
- "@angular/router": "~11.0.5",
+ "@angular/animations": "~11.0.6",
+ "@angular/common": "~11.0.6",
+ "@angular/compiler": "~11.0.6",
+ "@angular/core": "~11.0.6",
+ "@angular/forms": "~11.0.6",
+ "@angular/platform-browser": "~11.0.6",
+ "@angular/platform-browser-dynamic": "~11.0.6",
+ "@angular/router": "~11.0.6",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.5",
- "@angular/cli": "~11.0.5",
- "@angular/compiler-cli": "~11.0.5",
+ "@angular-devkit/build-angular": "~0.1100.6",
+ "@angular/cli": "~11.0.6",
+ "@angular/compiler-cli": "~11.0.6",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index daf823e8..d6355304 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c3d47776..e128b7c9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.5",
- "@angular/core": "^11.0.5"
+ "@angular/common": "^11.0.6",
+ "@angular/core": "^11.0.6"
},
"dependencies": {
"tslib": "^2.0.0"
From 28fe7a779bf337db9b6f2ffc84ca109ab2501b4b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 14 Jan 2021 03:13:20 +0000
Subject: [PATCH 180/671] chore: version 11.0.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 04c4777a..4cd44a54 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d7f66b2a..c2676d56 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.6",
- "@angular/common": "~11.0.6",
- "@angular/compiler": "~11.0.6",
- "@angular/core": "~11.0.6",
- "@angular/forms": "~11.0.6",
- "@angular/platform-browser": "~11.0.6",
- "@angular/platform-browser-dynamic": "~11.0.6",
- "@angular/router": "~11.0.6",
+ "@angular/animations": "~11.0.9",
+ "@angular/common": "~11.0.9",
+ "@angular/compiler": "~11.0.9",
+ "@angular/core": "~11.0.9",
+ "@angular/forms": "~11.0.9",
+ "@angular/platform-browser": "~11.0.9",
+ "@angular/platform-browser-dynamic": "~11.0.9",
+ "@angular/router": "~11.0.9",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.6",
- "@angular/cli": "~11.0.6",
- "@angular/compiler-cli": "~11.0.6",
+ "@angular-devkit/build-angular": "~0.1100.7",
+ "@angular/cli": "~11.0.7",
+ "@angular/compiler-cli": "~11.0.9",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index d6355304..ff6387b5 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.9.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index e128b7c9..2f82c8cb 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.6",
- "@angular/core": "^11.0.6"
+ "@angular/common": "^11.0.9",
+ "@angular/core": "^11.0.9"
},
"dependencies": {
"tslib": "^2.0.0"
From 2fa58b4e6e9f1f60b8b1ea2b3c5321bdf0205526 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 18 Nov 2020 20:15:35 +0000
Subject: [PATCH 181/671] chore: version 11.1.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
ponyracer/tsconfig.json | 18 +++++++-------
5 files changed, 26 insertions(+), 24 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4cd44a54..36de47f7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c2676d56..23c57dec 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,28 +10,28 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.0.9",
- "@angular/common": "~11.0.9",
- "@angular/compiler": "~11.0.9",
- "@angular/core": "~11.0.9",
- "@angular/forms": "~11.0.9",
- "@angular/platform-browser": "~11.0.9",
- "@angular/platform-browser-dynamic": "~11.0.9",
- "@angular/router": "~11.0.9",
+ "@angular/animations": "~11.1.0-next.0",
+ "@angular/common": "~11.1.0-next.0",
+ "@angular/compiler": "~11.1.0-next.0",
+ "@angular/core": "~11.1.0-next.0",
+ "@angular/forms": "~11.1.0-next.0",
+ "@angular/platform-browser": "~11.1.0-next.0",
+ "@angular/platform-browser-dynamic": "~11.1.0-next.0",
+ "@angular/router": "~11.1.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1100.7",
- "@angular/cli": "~11.0.7",
- "@angular/compiler-cli": "~11.0.9",
+ "@angular-devkit/build-angular": "~0.1101.0-next.0",
+ "@angular/cli": "~11.1.0-next.0",
+ "@angular/compiler-cli": "~11.1.0-next.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
- "karma": "~5.1.0",
+ "karma": "~5.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index ff6387b5..1d835e78 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.9.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2f82c8cb..2b5cebe2 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.0.9",
- "@angular/core": "^11.0.9"
+ "@angular/common": "^11.1.0-next.0",
+ "@angular/core": "^11.1.0-next.0"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 3488a167..fa9e0c16 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -1,3 +1,4 @@
+/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"compileOnSave": false,
"compilerOptions": {
@@ -13,22 +14,23 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
- "target": "es2015",
- "module": "es2020",
- "lib": [
- "es2018",
- "dom"
- ],
"paths": {
"ponyracer-lib": [
"dist/ponyracer-lib/ponyracer-lib",
"dist/ponyracer-lib"
]
- }
+ },
+ "target": "es2015",
+ "module": "es2020",
+ "lib": [
+ "es2018",
+ "dom"
+ ]
},
"angularCompilerOptions": {
+ "enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
-}
\ No newline at end of file
+}
From ae293bc5dd3c5931da0073ff39f1c475fb949d26 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Dec 2020 00:44:48 +0000
Subject: [PATCH 182/671] chore: version 11.1.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 36de47f7..6303607c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 23c57dec..3e1bb0ed 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0-next.0",
- "@angular/common": "~11.1.0-next.0",
- "@angular/compiler": "~11.1.0-next.0",
- "@angular/core": "~11.1.0-next.0",
- "@angular/forms": "~11.1.0-next.0",
- "@angular/platform-browser": "~11.1.0-next.0",
- "@angular/platform-browser-dynamic": "~11.1.0-next.0",
- "@angular/router": "~11.1.0-next.0",
+ "@angular/animations": "~11.1.0-next.1",
+ "@angular/common": "~11.1.0-next.1",
+ "@angular/compiler": "~11.1.0-next.1",
+ "@angular/core": "~11.1.0-next.1",
+ "@angular/forms": "~11.1.0-next.1",
+ "@angular/platform-browser": "~11.1.0-next.1",
+ "@angular/platform-browser-dynamic": "~11.1.0-next.1",
+ "@angular/router": "~11.1.0-next.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
- "zone.js": "~0.10.2"
+ "zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0-next.0",
- "@angular/cli": "~11.1.0-next.0",
- "@angular/compiler-cli": "~11.1.0-next.0",
+ "@angular-devkit/build-angular": "~0.1101.0-next.1",
+ "@angular/cli": "~11.1.0-next.1",
+ "@angular/compiler-cli": "~11.1.0-next.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 1d835e78..5796160a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2b5cebe2..9a552d19 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0-next.0",
- "@angular/core": "^11.1.0-next.0"
+ "@angular/common": "^11.1.0-next.1",
+ "@angular/core": "^11.1.0-next.1"
},
"dependencies": {
"tslib": "^2.0.0"
From f7949ea0e7da6fddc011064b7e233cc9c47825c6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 9 Dec 2020 22:27:41 +0000
Subject: [PATCH 183/671] chore: version 11.1.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6303607c..95f9298d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3e1bb0ed..71544fab 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0-next.1",
- "@angular/common": "~11.1.0-next.1",
- "@angular/compiler": "~11.1.0-next.1",
- "@angular/core": "~11.1.0-next.1",
- "@angular/forms": "~11.1.0-next.1",
- "@angular/platform-browser": "~11.1.0-next.1",
- "@angular/platform-browser-dynamic": "~11.1.0-next.1",
- "@angular/router": "~11.1.0-next.1",
+ "@angular/animations": "~11.1.0-next.2",
+ "@angular/common": "~11.1.0-next.2",
+ "@angular/compiler": "~11.1.0-next.2",
+ "@angular/core": "~11.1.0-next.2",
+ "@angular/forms": "~11.1.0-next.2",
+ "@angular/platform-browser": "~11.1.0-next.2",
+ "@angular/platform-browser-dynamic": "~11.1.0-next.2",
+ "@angular/router": "~11.1.0-next.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0-next.1",
- "@angular/cli": "~11.1.0-next.1",
- "@angular/compiler-cli": "~11.1.0-next.1",
+ "@angular-devkit/build-angular": "~0.1101.0-next.2",
+ "@angular/cli": "~11.1.0-next.2",
+ "@angular/compiler-cli": "~11.1.0-next.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -40,6 +40,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
- "typescript": "~4.0.2"
+ "typescript": "~4.1.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 5796160a..45155cce 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 9a552d19..d3c7da9a 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0-next.1",
- "@angular/core": "^11.1.0-next.1"
+ "@angular/common": "^11.1.0-next.2",
+ "@angular/core": "^11.1.0-next.2"
},
"dependencies": {
"tslib": "^2.0.0"
From 88d6afa0f911d36c255a99d06f51bc961c0f3e31 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Dec 2020 18:22:54 +0000
Subject: [PATCH 184/671] chore: version 11.1.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 95f9298d..6d68e2d0 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 71544fab..23eb9ce4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0-next.2",
- "@angular/common": "~11.1.0-next.2",
- "@angular/compiler": "~11.1.0-next.2",
- "@angular/core": "~11.1.0-next.2",
- "@angular/forms": "~11.1.0-next.2",
- "@angular/platform-browser": "~11.1.0-next.2",
- "@angular/platform-browser-dynamic": "~11.1.0-next.2",
- "@angular/router": "~11.1.0-next.2",
+ "@angular/animations": "~11.1.0-next.3",
+ "@angular/common": "~11.1.0-next.3",
+ "@angular/compiler": "~11.1.0-next.3",
+ "@angular/core": "~11.1.0-next.3",
+ "@angular/forms": "~11.1.0-next.3",
+ "@angular/platform-browser": "~11.1.0-next.3",
+ "@angular/platform-browser-dynamic": "~11.1.0-next.3",
+ "@angular/router": "~11.1.0-next.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0-next.2",
- "@angular/cli": "~11.1.0-next.2",
- "@angular/compiler-cli": "~11.1.0-next.2",
+ "@angular-devkit/build-angular": "~0.1101.0-next.3",
+ "@angular/cli": "~11.1.0-next.3",
+ "@angular/compiler-cli": "~11.1.0-next.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 45155cce..0d23bdf5 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index d3c7da9a..4d9d7381 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0-next.2",
- "@angular/core": "^11.1.0-next.2"
+ "@angular/common": "^11.1.0-next.3",
+ "@angular/core": "^11.1.0-next.3"
},
"dependencies": {
"tslib": "^2.0.0"
From d2dd5de25e6736e430b18d6b83b493df10671194 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 6 Jan 2021 22:29:17 +0000
Subject: [PATCH 185/671] chore: version 11.1.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6d68e2d0..6a06b947 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 23eb9ce4..8f4c32e0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0-next.3",
- "@angular/common": "~11.1.0-next.3",
- "@angular/compiler": "~11.1.0-next.3",
- "@angular/core": "~11.1.0-next.3",
- "@angular/forms": "~11.1.0-next.3",
- "@angular/platform-browser": "~11.1.0-next.3",
- "@angular/platform-browser-dynamic": "~11.1.0-next.3",
- "@angular/router": "~11.1.0-next.3",
+ "@angular/animations": "~11.1.0-next.4",
+ "@angular/common": "~11.1.0-next.4",
+ "@angular/compiler": "~11.1.0-next.4",
+ "@angular/core": "~11.1.0-next.4",
+ "@angular/forms": "~11.1.0-next.4",
+ "@angular/platform-browser": "~11.1.0-next.4",
+ "@angular/platform-browser-dynamic": "~11.1.0-next.4",
+ "@angular/router": "~11.1.0-next.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0-next.3",
- "@angular/cli": "~11.1.0-next.3",
- "@angular/compiler-cli": "~11.1.0-next.3",
+ "@angular-devkit/build-angular": "~0.1101.0-next.4",
+ "@angular/cli": "~11.1.0-next.4",
+ "@angular/compiler-cli": "~11.1.0-next.4",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0d23bdf5..3b2beb96 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 4d9d7381..a5dd1633 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0-next.3",
- "@angular/core": "^11.1.0-next.3"
+ "@angular/common": "^11.1.0-next.4",
+ "@angular/core": "^11.1.0-next.4"
},
"dependencies": {
"tslib": "^2.0.0"
From 99e843103241d27ae752274b31bb50c38c8ee3a7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 14 Jan 2021 19:06:06 +0000
Subject: [PATCH 186/671] chore: version 11.1.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6a06b947..30337463 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8f4c32e0..80b426fa 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0-next.4",
- "@angular/common": "~11.1.0-next.4",
- "@angular/compiler": "~11.1.0-next.4",
- "@angular/core": "~11.1.0-next.4",
- "@angular/forms": "~11.1.0-next.4",
- "@angular/platform-browser": "~11.1.0-next.4",
- "@angular/platform-browser-dynamic": "~11.1.0-next.4",
- "@angular/router": "~11.1.0-next.4",
+ "@angular/animations": "~11.1.0-rc.0",
+ "@angular/common": "~11.1.0-rc.0",
+ "@angular/compiler": "~11.1.0-rc.0",
+ "@angular/core": "~11.1.0-rc.0",
+ "@angular/forms": "~11.1.0-rc.0",
+ "@angular/platform-browser": "~11.1.0-rc.0",
+ "@angular/platform-browser-dynamic": "~11.1.0-rc.0",
+ "@angular/router": "~11.1.0-rc.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0-next.4",
- "@angular/cli": "~11.1.0-next.4",
- "@angular/compiler-cli": "~11.1.0-next.4",
+ "@angular-devkit/build-angular": "~0.1101.0-rc.0",
+ "@angular/cli": "~11.1.0-rc.0",
+ "@angular/compiler-cli": "~11.1.0-rc.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3b2beb96..c9f0d5ad 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index a5dd1633..3d70c30b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0-next.4",
- "@angular/core": "^11.1.0-next.4"
+ "@angular/common": "^11.1.0-rc.0",
+ "@angular/core": "^11.1.0-rc.0"
},
"dependencies": {
"tslib": "^2.0.0"
From e909db44466da4d334fa5daf92ad983f195512d5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 20 Jan 2021 20:45:50 +0000
Subject: [PATCH 187/671] chore: version 11.1.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 30337463..cdce24b3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 80b426fa..a2463dfe 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0-rc.0",
- "@angular/common": "~11.1.0-rc.0",
- "@angular/compiler": "~11.1.0-rc.0",
- "@angular/core": "~11.1.0-rc.0",
- "@angular/forms": "~11.1.0-rc.0",
- "@angular/platform-browser": "~11.1.0-rc.0",
- "@angular/platform-browser-dynamic": "~11.1.0-rc.0",
- "@angular/router": "~11.1.0-rc.0",
+ "@angular/animations": "~11.1.0",
+ "@angular/common": "~11.1.0",
+ "@angular/compiler": "~11.1.0",
+ "@angular/core": "~11.1.0",
+ "@angular/forms": "~11.1.0",
+ "@angular/platform-browser": "~11.1.0",
+ "@angular/platform-browser-dynamic": "~11.1.0",
+ "@angular/router": "~11.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0-rc.0",
- "@angular/cli": "~11.1.0-rc.0",
- "@angular/compiler-cli": "~11.1.0-rc.0",
+ "@angular-devkit/build-angular": "~0.1101.0",
+ "@angular/cli": "~11.1.0",
+ "@angular/compiler-cli": "~11.1.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index c9f0d5ad..a2f6107b 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 3d70c30b..9ba9d327 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0-rc.0",
- "@angular/core": "^11.1.0-rc.0"
+ "@angular/common": "^11.1.0",
+ "@angular/core": "^11.1.0"
},
"dependencies": {
"tslib": "^2.0.0"
From d5adaa69a76de5c995ef56236e0f8d9b4abd3cab Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 22 Jan 2021 22:37:17 +0000
Subject: [PATCH 188/671] chore: version 11.1.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index cdce24b3..aaa2f63e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a2463dfe..d811169d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.0",
- "@angular/cli": "~11.1.0",
+ "@angular-devkit/build-angular": "~0.1101.1",
+ "@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From c8cc06f1bedc027cab984af20e667d8ab5b70380 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 28 Jan 2021 20:23:03 +0000
Subject: [PATCH 189/671] chore: version 11.1.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index aaa2f63e..882dda75 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d811169d..e25078dd 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.0",
- "@angular/common": "~11.1.0",
- "@angular/compiler": "~11.1.0",
- "@angular/core": "~11.1.0",
- "@angular/forms": "~11.1.0",
- "@angular/platform-browser": "~11.1.0",
- "@angular/platform-browser-dynamic": "~11.1.0",
- "@angular/router": "~11.1.0",
+ "@angular/animations": "~11.1.1",
+ "@angular/common": "~11.1.1",
+ "@angular/compiler": "~11.1.1",
+ "@angular/core": "~11.1.1",
+ "@angular/forms": "~11.1.1",
+ "@angular/platform-browser": "~11.1.1",
+ "@angular/platform-browser-dynamic": "~11.1.1",
+ "@angular/router": "~11.1.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.1",
- "@angular/cli": "~11.1.1",
- "@angular/compiler-cli": "~11.1.0",
+ "@angular-devkit/build-angular": "~0.1101.2",
+ "@angular/cli": "~11.1.2",
+ "@angular/compiler-cli": "~11.1.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index a2f6107b..3a8305d2 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 9ba9d327..8f24deb5 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.0",
- "@angular/core": "^11.1.0"
+ "@angular/common": "^11.1.1",
+ "@angular/core": "^11.1.1"
},
"dependencies": {
"tslib": "^2.0.0"
From c7bf2d439ec2fa83b4c27800a6e26468d6aeed72 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 5 Feb 2021 02:22:24 +0000
Subject: [PATCH 190/671] chore: version 11.1.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 882dda75..9373a0fd 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e25078dd..ff43fdd6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.1",
- "@angular/common": "~11.1.1",
- "@angular/compiler": "~11.1.1",
- "@angular/core": "~11.1.1",
- "@angular/forms": "~11.1.1",
- "@angular/platform-browser": "~11.1.1",
- "@angular/platform-browser-dynamic": "~11.1.1",
- "@angular/router": "~11.1.1",
+ "@angular/animations": "~11.1.2",
+ "@angular/common": "~11.1.2",
+ "@angular/compiler": "~11.1.2",
+ "@angular/core": "~11.1.2",
+ "@angular/forms": "~11.1.2",
+ "@angular/platform-browser": "~11.1.2",
+ "@angular/platform-browser-dynamic": "~11.1.2",
+ "@angular/router": "~11.1.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.2",
- "@angular/cli": "~11.1.2",
- "@angular/compiler-cli": "~11.1.1",
+ "@angular-devkit/build-angular": "~0.1101.3",
+ "@angular/cli": "~11.1.3",
+ "@angular/compiler-cli": "~11.1.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3a8305d2..d8da1908 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 8f24deb5..c9a50104 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.1",
- "@angular/core": "^11.1.1"
+ "@angular/common": "^11.1.2",
+ "@angular/core": "^11.1.2"
},
"dependencies": {
"tslib": "^2.0.0"
From a9e799d068a17e112fbed6e38dc11d5f6de0b1fa Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 5 Feb 2021 20:21:56 +0000
Subject: [PATCH 191/671] chore: version 11.1.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9373a0fd..9d3505d4 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ff43fdd6..68f26b55 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.3",
- "@angular/cli": "~11.1.3",
+ "@angular-devkit/build-angular": "~0.1101.4",
+ "@angular/cli": "~11.1.4",
"@angular/compiler-cli": "~11.1.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From 4383797be5d814167693db3f151a0527c1d719e5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 28 Jan 2021 02:48:41 +0000
Subject: [PATCH 192/671] chore: version 11.2.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9d3505d4..7e93737b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 68f26b55..9349cb77 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,28 +10,28 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.1.2",
- "@angular/common": "~11.1.2",
- "@angular/compiler": "~11.1.2",
- "@angular/core": "~11.1.2",
- "@angular/forms": "~11.1.2",
- "@angular/platform-browser": "~11.1.2",
- "@angular/platform-browser-dynamic": "~11.1.2",
- "@angular/router": "~11.1.2",
+ "@angular/animations": "~11.2.0-next.0",
+ "@angular/common": "~11.2.0-next.0",
+ "@angular/compiler": "~11.2.0-next.0",
+ "@angular/core": "~11.2.0-next.0",
+ "@angular/forms": "~11.2.0-next.0",
+ "@angular/platform-browser": "~11.2.0-next.0",
+ "@angular/platform-browser-dynamic": "~11.2.0-next.0",
+ "@angular/router": "~11.2.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1101.4",
- "@angular/cli": "~11.1.4",
- "@angular/compiler-cli": "~11.1.2",
+ "@angular-devkit/build-angular": "~0.1102.0-next.0",
+ "@angular/cli": "~11.2.0-next.0",
+ "@angular/compiler-cli": "~11.2.0-next.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
- "karma": "~5.2.0",
+ "karma": "~6.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index d8da1908..b7811bf3 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c9a50104..4ed09139 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.1.2",
- "@angular/core": "^11.1.2"
+ "@angular/common": "^11.2.0-next.0",
+ "@angular/core": "^11.2.0-next.0"
},
"dependencies": {
"tslib": "^2.0.0"
From ff5eff0ed29b9ae85d15bfc17216d4a2194fb471 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 5 Feb 2021 00:34:35 +0000
Subject: [PATCH 193/671] chore: version 11.2.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7e93737b..c144c12e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9349cb77..2308d5f4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,28 +10,28 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.0-next.0",
- "@angular/common": "~11.2.0-next.0",
- "@angular/compiler": "~11.2.0-next.0",
- "@angular/core": "~11.2.0-next.0",
- "@angular/forms": "~11.2.0-next.0",
- "@angular/platform-browser": "~11.2.0-next.0",
- "@angular/platform-browser-dynamic": "~11.2.0-next.0",
- "@angular/router": "~11.2.0-next.0",
+ "@angular/animations": "~11.2.0-rc.0",
+ "@angular/common": "~11.2.0-rc.0",
+ "@angular/compiler": "~11.2.0-rc.0",
+ "@angular/core": "~11.2.0-rc.0",
+ "@angular/forms": "~11.2.0-rc.0",
+ "@angular/platform-browser": "~11.2.0-rc.0",
+ "@angular/platform-browser-dynamic": "~11.2.0-rc.0",
+ "@angular/router": "~11.2.0-rc.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.0-next.0",
- "@angular/cli": "~11.2.0-next.0",
- "@angular/compiler-cli": "~11.2.0-next.0",
+ "@angular-devkit/build-angular": "~0.1102.0-rc.0",
+ "@angular/cli": "~11.2.0-rc.0",
+ "@angular/compiler-cli": "~11.2.0-rc.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
- "karma": "~6.0.0",
+ "karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index b7811bf3..68af79d9 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 4ed09139..b157f2d9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.0-next.0",
- "@angular/core": "^11.2.0-next.0"
+ "@angular/common": "^11.2.0-rc.0",
+ "@angular/core": "^11.2.0-rc.0"
},
"dependencies": {
"tslib": "^2.0.0"
From 6bbd2212fa17936963aef039b3792691f83af149 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 5 Feb 2021 20:23:02 +0000
Subject: [PATCH 194/671] chore: version 11.2.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c144c12e..b03f16fa 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2308d5f4..baf5cd1a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.0-rc.0",
- "@angular/cli": "~11.2.0-rc.0",
+ "@angular-devkit/build-angular": "~0.1102.0-rc.1",
+ "@angular/cli": "~11.2.0-rc.1",
"@angular/compiler-cli": "~11.2.0-rc.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From d3bcfff262a2ff676ef317cbe010d1fbac7fa276 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 11 Feb 2021 22:58:37 +0000
Subject: [PATCH 195/671] chore: version 11.2.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b03f16fa..8cba19c7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index baf5cd1a..0b61b651 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.0-rc.0",
- "@angular/common": "~11.2.0-rc.0",
- "@angular/compiler": "~11.2.0-rc.0",
- "@angular/core": "~11.2.0-rc.0",
- "@angular/forms": "~11.2.0-rc.0",
- "@angular/platform-browser": "~11.2.0-rc.0",
- "@angular/platform-browser-dynamic": "~11.2.0-rc.0",
- "@angular/router": "~11.2.0-rc.0",
+ "@angular/animations": "~11.2.0",
+ "@angular/common": "~11.2.0",
+ "@angular/compiler": "~11.2.0",
+ "@angular/core": "~11.2.0",
+ "@angular/forms": "~11.2.0",
+ "@angular/platform-browser": "~11.2.0",
+ "@angular/platform-browser-dynamic": "~11.2.0",
+ "@angular/router": "~11.2.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.0-rc.1",
- "@angular/cli": "~11.2.0-rc.1",
- "@angular/compiler-cli": "~11.2.0-rc.0",
+ "@angular-devkit/build-angular": "~0.1102.0",
+ "@angular/cli": "~11.2.0",
+ "@angular/compiler-cli": "~11.2.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 68af79d9..eeb0307f 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b157f2d9..2a50acd0 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.0-rc.0",
- "@angular/core": "^11.2.0-rc.0"
+ "@angular/common": "^11.2.0",
+ "@angular/core": "^11.2.0"
},
"dependencies": {
"tslib": "^2.0.0"
From 45b9f8c66ca99d7fa4bf34219a73a5604a471466 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 17 Feb 2021 20:15:20 +0000
Subject: [PATCH 196/671] chore: version 11.2.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8cba19c7..67fd323f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 0b61b651..1137e784 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.0",
- "@angular/common": "~11.2.0",
- "@angular/compiler": "~11.2.0",
- "@angular/core": "~11.2.0",
- "@angular/forms": "~11.2.0",
- "@angular/platform-browser": "~11.2.0",
- "@angular/platform-browser-dynamic": "~11.2.0",
- "@angular/router": "~11.2.0",
+ "@angular/animations": "~11.2.1",
+ "@angular/common": "~11.2.1",
+ "@angular/compiler": "~11.2.1",
+ "@angular/core": "~11.2.1",
+ "@angular/forms": "~11.2.1",
+ "@angular/platform-browser": "~11.2.1",
+ "@angular/platform-browser-dynamic": "~11.2.1",
+ "@angular/router": "~11.2.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.0",
- "@angular/cli": "~11.2.0",
- "@angular/compiler-cli": "~11.2.0",
+ "@angular-devkit/build-angular": "~0.1102.1",
+ "@angular/cli": "~11.2.1",
+ "@angular/compiler-cli": "~11.2.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index eeb0307f..a9a359b3 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2a50acd0..64ae8bc1 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.0",
- "@angular/core": "^11.2.0"
+ "@angular/common": "^11.2.1",
+ "@angular/core": "^11.2.1"
},
"dependencies": {
"tslib": "^2.0.0"
From 539f1700d11a079f7e647d646a0d295ad7cc8ad7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 25 Feb 2021 00:36:05 +0000
Subject: [PATCH 197/671] chore: version 11.2.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 67fd323f..7862f023 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1137e784..ace600f1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.1",
- "@angular/common": "~11.2.1",
- "@angular/compiler": "~11.2.1",
- "@angular/core": "~11.2.1",
- "@angular/forms": "~11.2.1",
- "@angular/platform-browser": "~11.2.1",
- "@angular/platform-browser-dynamic": "~11.2.1",
- "@angular/router": "~11.2.1",
+ "@angular/animations": "~11.2.3",
+ "@angular/common": "~11.2.3",
+ "@angular/compiler": "~11.2.3",
+ "@angular/core": "~11.2.3",
+ "@angular/forms": "~11.2.3",
+ "@angular/platform-browser": "~11.2.3",
+ "@angular/platform-browser-dynamic": "~11.2.3",
+ "@angular/router": "~11.2.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.1",
- "@angular/cli": "~11.2.1",
- "@angular/compiler-cli": "~11.2.1",
+ "@angular-devkit/build-angular": "~0.1102.2",
+ "@angular/cli": "~11.2.2",
+ "@angular/compiler-cli": "~11.2.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index a9a359b3..47f4be25 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 64ae8bc1..2a1c49c9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.1",
- "@angular/core": "^11.2.1"
+ "@angular/common": "^11.2.3",
+ "@angular/core": "^11.2.3"
},
"dependencies": {
"tslib": "^2.0.0"
From 860cf98ccec59af6ff4df1bd48d9bafde0db3a8d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 4 Mar 2021 00:36:28 +0000
Subject: [PATCH 198/671] chore: version 11.2.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7862f023..5c2a9ada 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ace600f1..69591afa 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.3",
- "@angular/common": "~11.2.3",
- "@angular/compiler": "~11.2.3",
- "@angular/core": "~11.2.3",
- "@angular/forms": "~11.2.3",
- "@angular/platform-browser": "~11.2.3",
- "@angular/platform-browser-dynamic": "~11.2.3",
- "@angular/router": "~11.2.3",
+ "@angular/animations": "~11.2.4",
+ "@angular/common": "~11.2.4",
+ "@angular/compiler": "~11.2.4",
+ "@angular/core": "~11.2.4",
+ "@angular/forms": "~11.2.4",
+ "@angular/platform-browser": "~11.2.4",
+ "@angular/platform-browser-dynamic": "~11.2.4",
+ "@angular/router": "~11.2.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.2",
- "@angular/cli": "~11.2.2",
- "@angular/compiler-cli": "~11.2.3",
+ "@angular-devkit/build-angular": "~0.1102.3",
+ "@angular/cli": "~11.2.3",
+ "@angular/compiler-cli": "~11.2.4",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -40,6 +40,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
- "typescript": "~4.1.2"
+ "typescript": "~4.1.5"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 47f4be25..3f7a349b 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 2a1c49c9..36b4796e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.3",
- "@angular/core": "^11.2.3"
+ "@angular/common": "^11.2.4",
+ "@angular/core": "^11.2.4"
},
"dependencies": {
"tslib": "^2.0.0"
From 566a1d438f71820edf457ee4745d107fa15db007 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 10 Mar 2021 22:17:55 +0000
Subject: [PATCH 199/671] chore: version 11.2.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 20 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5c2a9ada..96bc3996 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 69591afa..25e8512d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.4",
- "@angular/common": "~11.2.4",
- "@angular/compiler": "~11.2.4",
- "@angular/core": "~11.2.4",
- "@angular/forms": "~11.2.4",
- "@angular/platform-browser": "~11.2.4",
- "@angular/platform-browser-dynamic": "~11.2.4",
- "@angular/router": "~11.2.4",
+ "@angular/animations": "~11.2.5",
+ "@angular/common": "~11.2.5",
+ "@angular/compiler": "~11.2.5",
+ "@angular/core": "~11.2.5",
+ "@angular/forms": "~11.2.5",
+ "@angular/platform-browser": "~11.2.5",
+ "@angular/platform-browser-dynamic": "~11.2.5",
+ "@angular/router": "~11.2.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.3",
- "@angular/cli": "~11.2.3",
- "@angular/compiler-cli": "~11.2.4",
+ "@angular/cli": "~11.2.4",
+ "@angular/compiler-cli": "~11.2.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3f7a349b..8dce8c43 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 36b4796e..181be043 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.4",
- "@angular/core": "^11.2.4"
+ "@angular/common": "^11.2.5",
+ "@angular/core": "^11.2.5"
},
"dependencies": {
"tslib": "^2.0.0"
From 099b295da30307081433026e5e4609fd695b8e0b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 17 Mar 2021 22:17:02 +0000
Subject: [PATCH 200/671] chore: version 11.2.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 96bc3996..0987558d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 25e8512d..895a8cb9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.5",
- "@angular/common": "~11.2.5",
- "@angular/compiler": "~11.2.5",
- "@angular/core": "~11.2.5",
- "@angular/forms": "~11.2.5",
- "@angular/platform-browser": "~11.2.5",
- "@angular/platform-browser-dynamic": "~11.2.5",
- "@angular/router": "~11.2.5",
+ "@angular/animations": "~11.2.6",
+ "@angular/common": "~11.2.6",
+ "@angular/compiler": "~11.2.6",
+ "@angular/core": "~11.2.6",
+ "@angular/forms": "~11.2.6",
+ "@angular/platform-browser": "~11.2.6",
+ "@angular/platform-browser-dynamic": "~11.2.6",
+ "@angular/router": "~11.2.6",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.3",
- "@angular/cli": "~11.2.4",
- "@angular/compiler-cli": "~11.2.5",
+ "@angular-devkit/build-angular": "~0.1102.5",
+ "@angular/cli": "~11.2.5",
+ "@angular/compiler-cli": "~11.2.6",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8dce8c43..b29b438c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 181be043..fd487f05 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.5",
- "@angular/core": "^11.2.5"
+ "@angular/common": "^11.2.6",
+ "@angular/core": "^11.2.6"
},
"dependencies": {
"tslib": "^2.0.0"
From 077e92b9f427d5732413cd880c98b17904d15660 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 24 Mar 2021 20:13:44 +0000
Subject: [PATCH 201/671] chore: version 11.2.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0987558d..2314a6af 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 895a8cb9..12ada7e4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.6",
- "@angular/common": "~11.2.6",
- "@angular/compiler": "~11.2.6",
- "@angular/core": "~11.2.6",
- "@angular/forms": "~11.2.6",
- "@angular/platform-browser": "~11.2.6",
- "@angular/platform-browser-dynamic": "~11.2.6",
- "@angular/router": "~11.2.6",
+ "@angular/animations": "~11.2.7",
+ "@angular/common": "~11.2.7",
+ "@angular/compiler": "~11.2.7",
+ "@angular/core": "~11.2.7",
+ "@angular/forms": "~11.2.7",
+ "@angular/platform-browser": "~11.2.7",
+ "@angular/platform-browser-dynamic": "~11.2.7",
+ "@angular/router": "~11.2.7",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.5",
- "@angular/cli": "~11.2.5",
- "@angular/compiler-cli": "~11.2.6",
+ "@angular-devkit/build-angular": "~0.1102.6",
+ "@angular/cli": "~11.2.6",
+ "@angular/compiler-cli": "~11.2.7",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index b29b438c..7a1ac332 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.7.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index fd487f05..ac963748 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.6",
- "@angular/core": "^11.2.6"
+ "@angular/common": "^11.2.7",
+ "@angular/core": "^11.2.7"
},
"dependencies": {
"tslib": "^2.0.0"
From 19845f0c0c939244a798727d26f543b354960729 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 2 Apr 2021 18:33:49 +0000
Subject: [PATCH 202/671] chore: version 11.2.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
.../src/lib/ponyracer-lib.module.ts | 8 +++++--
5 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2314a6af..381e0f05 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 12ada7e4..9da57e25 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.7",
- "@angular/common": "~11.2.7",
- "@angular/compiler": "~11.2.7",
- "@angular/core": "~11.2.7",
- "@angular/forms": "~11.2.7",
- "@angular/platform-browser": "~11.2.7",
- "@angular/platform-browser-dynamic": "~11.2.7",
- "@angular/router": "~11.2.7",
+ "@angular/animations": "~11.2.8",
+ "@angular/common": "~11.2.8",
+ "@angular/compiler": "~11.2.8",
+ "@angular/core": "~11.2.8",
+ "@angular/forms": "~11.2.8",
+ "@angular/platform-browser": "~11.2.8",
+ "@angular/platform-browser-dynamic": "~11.2.8",
+ "@angular/router": "~11.2.8",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.6",
- "@angular/cli": "~11.2.6",
- "@angular/compiler-cli": "~11.2.7",
+ "@angular-devkit/build-angular": "~0.1102.7",
+ "@angular/cli": "~11.2.7",
+ "@angular/compiler-cli": "~11.2.8",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 7a1ac332..22d5180b 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.7.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.8.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index ac963748..6c0e1ba9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.7",
- "@angular/core": "^11.2.7"
+ "@angular/common": "^11.2.8",
+ "@angular/core": "^11.2.8"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
index 86e2652a..bdb7eded 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts
@@ -4,9 +4,13 @@ import { PonyracerLibComponent } from './ponyracer-lib.component';
@NgModule({
- declarations: [PonyracerLibComponent],
+ declarations: [
+ PonyracerLibComponent
+ ],
imports: [
],
- exports: [PonyracerLibComponent]
+ exports: [
+ PonyracerLibComponent
+ ]
})
export class PonyracerLibModule { }
From f7592d11cf433b6893ce01ebdb15c7f3b25b1318 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 8 Apr 2021 01:01:31 +0000
Subject: [PATCH 203/671] chore: version 11.2.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 381e0f05..84763556 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9da57e25..8aeb99fc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.8",
- "@angular/common": "~11.2.8",
- "@angular/compiler": "~11.2.8",
- "@angular/core": "~11.2.8",
- "@angular/forms": "~11.2.8",
- "@angular/platform-browser": "~11.2.8",
- "@angular/platform-browser-dynamic": "~11.2.8",
- "@angular/router": "~11.2.8",
+ "@angular/animations": "~11.2.9",
+ "@angular/common": "~11.2.9",
+ "@angular/compiler": "~11.2.9",
+ "@angular/core": "~11.2.9",
+ "@angular/forms": "~11.2.9",
+ "@angular/platform-browser": "~11.2.9",
+ "@angular/platform-browser-dynamic": "~11.2.9",
+ "@angular/router": "~11.2.9",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.7",
- "@angular/cli": "~11.2.7",
- "@angular/compiler-cli": "~11.2.8",
+ "@angular-devkit/build-angular": "~0.1102.8",
+ "@angular/cli": "~11.2.8",
+ "@angular/compiler-cli": "~11.2.9",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 22d5180b..f18b3c4d 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.8.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.9.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 6c0e1ba9..47382aa8 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.8",
- "@angular/core": "^11.2.8"
+ "@angular/common": "^11.2.9",
+ "@angular/core": "^11.2.9"
},
"dependencies": {
"tslib": "^2.0.0"
From a7fc5de5fddb763abc8a03bdb16c5b4314d464a2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 14 Apr 2021 22:21:59 +0000
Subject: [PATCH 204/671] chore: version 11.2.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 84763556..a1589d6b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8aeb99fc..107aadf8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.9",
- "@angular/common": "~11.2.9",
- "@angular/compiler": "~11.2.9",
- "@angular/core": "~11.2.9",
- "@angular/forms": "~11.2.9",
- "@angular/platform-browser": "~11.2.9",
- "@angular/platform-browser-dynamic": "~11.2.9",
- "@angular/router": "~11.2.9",
+ "@angular/animations": "~11.2.10",
+ "@angular/common": "~11.2.10",
+ "@angular/compiler": "~11.2.10",
+ "@angular/core": "~11.2.10",
+ "@angular/forms": "~11.2.10",
+ "@angular/platform-browser": "~11.2.10",
+ "@angular/platform-browser-dynamic": "~11.2.10",
+ "@angular/router": "~11.2.10",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.8",
- "@angular/cli": "~11.2.8",
- "@angular/compiler-cli": "~11.2.9",
+ "@angular-devkit/build-angular": "~0.1102.9",
+ "@angular/cli": "~11.2.9",
+ "@angular/compiler-cli": "~11.2.10",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index f18b3c4d..eeeefdbc 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.9.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.10.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 47382aa8..cc646429 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.9",
- "@angular/core": "^11.2.9"
+ "@angular/common": "^11.2.10",
+ "@angular/core": "^11.2.10"
},
"dependencies": {
"tslib": "^2.0.0"
From acc107b600f18dc786e1c42806654a0cd4f4ea05 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 21 Apr 2021 22:26:01 +0000
Subject: [PATCH 205/671] chore: version 11.2.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a1589d6b..86d9f7ca 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 107aadf8..3304ffb9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.10",
- "@angular/common": "~11.2.10",
- "@angular/compiler": "~11.2.10",
- "@angular/core": "~11.2.10",
- "@angular/forms": "~11.2.10",
- "@angular/platform-browser": "~11.2.10",
- "@angular/platform-browser-dynamic": "~11.2.10",
- "@angular/router": "~11.2.10",
+ "@angular/animations": "~11.2.11",
+ "@angular/common": "~11.2.11",
+ "@angular/compiler": "~11.2.11",
+ "@angular/core": "~11.2.11",
+ "@angular/forms": "~11.2.11",
+ "@angular/platform-browser": "~11.2.11",
+ "@angular/platform-browser-dynamic": "~11.2.11",
+ "@angular/router": "~11.2.11",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.9",
- "@angular/cli": "~11.2.9",
- "@angular/compiler-cli": "~11.2.10",
+ "@angular-devkit/build-angular": "~0.1102.10",
+ "@angular/cli": "~11.2.10",
+ "@angular/compiler-cli": "~11.2.11",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index eeeefdbc..7c89e44e 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.10.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.11.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index cc646429..95f616e3 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.10",
- "@angular/core": "^11.2.10"
+ "@angular/common": "^11.2.11",
+ "@angular/core": "^11.2.11"
},
"dependencies": {
"tslib": "^2.0.0"
From 62b7f916f48c0dfff25886065f9062ae4a0e98b9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 29 Apr 2021 00:58:34 +0000
Subject: [PATCH 206/671] chore: version 11.2.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 86d9f7ca..f8b6ab08 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3304ffb9..0fa58bd2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.11",
- "@angular/common": "~11.2.11",
- "@angular/compiler": "~11.2.11",
- "@angular/core": "~11.2.11",
- "@angular/forms": "~11.2.11",
- "@angular/platform-browser": "~11.2.11",
- "@angular/platform-browser-dynamic": "~11.2.11",
- "@angular/router": "~11.2.11",
+ "@angular/animations": "~11.2.12",
+ "@angular/common": "~11.2.12",
+ "@angular/compiler": "~11.2.12",
+ "@angular/core": "~11.2.12",
+ "@angular/forms": "~11.2.12",
+ "@angular/platform-browser": "~11.2.12",
+ "@angular/platform-browser-dynamic": "~11.2.12",
+ "@angular/router": "~11.2.12",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.10",
- "@angular/cli": "~11.2.10",
- "@angular/compiler-cli": "~11.2.11",
+ "@angular-devkit/build-angular": "~0.1102.11",
+ "@angular/cli": "~11.2.11",
+ "@angular/compiler-cli": "~11.2.12",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 7c89e44e..fac18593 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.11.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 95f616e3..067b910a 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.11",
- "@angular/core": "^11.2.11"
+ "@angular/common": "^11.2.12",
+ "@angular/core": "^11.2.12"
},
"dependencies": {
"tslib": "^2.0.0"
From 21be75caa67e2ed957e64938cf9025dd46401832 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 6 May 2021 00:45:02 +0000
Subject: [PATCH 207/671] chore: version 11.2.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f8b6ab08..05fdf959 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 0fa58bd2..e9a73d39 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.12",
- "@angular/common": "~11.2.12",
- "@angular/compiler": "~11.2.12",
- "@angular/core": "~11.2.12",
- "@angular/forms": "~11.2.12",
- "@angular/platform-browser": "~11.2.12",
- "@angular/platform-browser-dynamic": "~11.2.12",
- "@angular/router": "~11.2.12",
+ "@angular/animations": "~11.2.13",
+ "@angular/common": "~11.2.13",
+ "@angular/compiler": "~11.2.13",
+ "@angular/core": "~11.2.13",
+ "@angular/forms": "~11.2.13",
+ "@angular/platform-browser": "~11.2.13",
+ "@angular/platform-browser-dynamic": "~11.2.13",
+ "@angular/router": "~11.2.13",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.11",
- "@angular/cli": "~11.2.11",
- "@angular/compiler-cli": "~11.2.12",
+ "@angular-devkit/build-angular": "~0.1102.12",
+ "@angular/cli": "~11.2.12",
+ "@angular/compiler-cli": "~11.2.13",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fac18593..8a3a5ab9 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.13.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 067b910a..cc1e4c36 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.12",
- "@angular/core": "^11.2.12"
+ "@angular/common": "^11.2.13",
+ "@angular/core": "^11.2.13"
},
"dependencies": {
"tslib": "^2.0.0"
From d8a1135c02b749e7af398fa9b66e02fdf8bf7269 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 12 May 2021 22:21:39 +0000
Subject: [PATCH 208/671] chore: version 11.2.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 05fdf959..ff8c93ee 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e9a73d39..793b536b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.13",
- "@angular/common": "~11.2.13",
- "@angular/compiler": "~11.2.13",
- "@angular/core": "~11.2.13",
- "@angular/forms": "~11.2.13",
- "@angular/platform-browser": "~11.2.13",
- "@angular/platform-browser-dynamic": "~11.2.13",
- "@angular/router": "~11.2.13",
+ "@angular/animations": "~11.2.14",
+ "@angular/common": "~11.2.14",
+ "@angular/compiler": "~11.2.14",
+ "@angular/core": "~11.2.14",
+ "@angular/forms": "~11.2.14",
+ "@angular/platform-browser": "~11.2.14",
+ "@angular/platform-browser-dynamic": "~11.2.14",
+ "@angular/router": "~11.2.14",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.12",
- "@angular/cli": "~11.2.12",
- "@angular/compiler-cli": "~11.2.13",
+ "@angular-devkit/build-angular": "~0.1102.13",
+ "@angular/cli": "~11.2.13",
+ "@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -35,7 +35,7 @@
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "^1.5.0",
+ "karma-jasmine-html-reporter": "~1.5.0",
"ng-packagr": "^11.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8a3a5ab9..f113fd86 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.13.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index cc1e4c36..111bc4d5 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.13",
- "@angular/core": "^11.2.13"
+ "@angular/common": "^11.2.14",
+ "@angular/core": "^11.2.14"
},
"dependencies": {
"tslib": "^2.0.0"
From 4d58e087bd8456abf1161cc3f5a9b5c58c1af82a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Jun 2021 22:51:11 +0000
Subject: [PATCH 209/671] chore: version 11.2.14
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ff8c93ee..ef53dac2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 793b536b..d958a223 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.13",
- "@angular/cli": "~11.2.13",
+ "@angular/cli": "~11.2.14",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From 7308062732373c507b87c4f93b0ee7508f160fec Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 27 Oct 2021 20:16:38 +0000
Subject: [PATCH 210/671] chore: version 11.2.15
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ef53dac2..a96ce53f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.15.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d958a223..ff9a879c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.13",
- "@angular/cli": "~11.2.14",
+ "@angular/cli": "~11.2.15",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From 72a3e232b7e9d6038a83bd29492c97a30b3f961b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Dec 2021 22:20:59 +0000
Subject: [PATCH 211/671] chore: version 11.2.16
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a96ce53f..c1ae1241 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.15.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.16.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ff9a879c..dc60e8eb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.13",
- "@angular/cli": "~11.2.15",
+ "@angular/cli": "~11.2.16",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From 8cc76090913aa55a470517f652b37815c10c321b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 16 Dec 2021 22:16:23 +0000
Subject: [PATCH 212/671] chore: version 11.2.17
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c1ae1241..1496e91e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.16.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.17.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index dc60e8eb..1d01acf4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.13",
- "@angular/cli": "~11.2.16",
+ "@angular-devkit/build-angular": "~0.1102.17",
+ "@angular/cli": "~11.2.17",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From 2bf94d3e893d91b33962c670dd20b31e94cefb68 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 13 Jan 2022 00:58:29 +0000
Subject: [PATCH 213/671] chore: version 11.2.18
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1496e91e..e8b48c4a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.17.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.18.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1d01acf4..d7841762 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.17",
- "@angular/cli": "~11.2.17",
+ "@angular-devkit/build-angular": "~0.1102.18",
+ "@angular/cli": "~11.2.18",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From 5efc612ab570b3da2ed66dc9cf1a67ab6ff32eea Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 31 Mar 2022 01:12:08 +0000
Subject: [PATCH 214/671] chore: version 11.2.19
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e8b48c4a..620c00f6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.18.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.19.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d7841762..d4275f12 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.18",
- "@angular/cli": "~11.2.18",
+ "@angular/cli": "~11.2.19",
"@angular/compiler-cli": "~11.2.14",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
From faa5a6e991f467407a955e0747bdbbf8dd38864e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 12 Feb 2021 06:50:30 +0000
Subject: [PATCH 215/671] chore: version 12.0.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 620c00f6..5f2c8993 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.19.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d4275f12..b1b6a065 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~11.2.14",
- "@angular/common": "~11.2.14",
- "@angular/compiler": "~11.2.14",
- "@angular/core": "~11.2.14",
- "@angular/forms": "~11.2.14",
- "@angular/platform-browser": "~11.2.14",
- "@angular/platform-browser-dynamic": "~11.2.14",
- "@angular/router": "~11.2.14",
+ "@angular/animations": "~12.0.0-next.0",
+ "@angular/common": "~12.0.0-next.0",
+ "@angular/compiler": "~12.0.0-next.0",
+ "@angular/core": "~12.0.0-next.0",
+ "@angular/forms": "~12.0.0-next.0",
+ "@angular/platform-browser": "~12.0.0-next.0",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.0",
+ "@angular/router": "~12.0.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1102.18",
- "@angular/cli": "~11.2.19",
- "@angular/compiler-cli": "~11.2.14",
+ "@angular-devkit/build-angular": "~0.1200.0-next.0",
+ "@angular/cli": "~12.0.0-next.0",
+ "@angular/compiler-cli": "~12.0.0-next.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index f113fd86..c07fdc61 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 111bc4d5..81a3a93f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^11.2.14",
- "@angular/core": "^11.2.14"
+ "@angular/common": "^12.0.0-next.0",
+ "@angular/core": "^12.0.0-next.0"
},
"dependencies": {
"tslib": "^2.0.0"
From c8352b75c5576ea0c30fba9f96202479361bd65d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 17 Feb 2021 20:16:19 +0000
Subject: [PATCH 216/671] chore: version 12.0.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
ponyracer/projects/ponyracer-lib/src/test.ts | 4 +--
5 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 5f2c8993..cd3b162b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b1b6a065..8da9b3e1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.0",
- "@angular/common": "~12.0.0-next.0",
- "@angular/compiler": "~12.0.0-next.0",
- "@angular/core": "~12.0.0-next.0",
- "@angular/forms": "~12.0.0-next.0",
- "@angular/platform-browser": "~12.0.0-next.0",
- "@angular/platform-browser-dynamic": "~12.0.0-next.0",
- "@angular/router": "~12.0.0-next.0",
+ "@angular/animations": "~12.0.0-next.1",
+ "@angular/common": "~12.0.0-next.1",
+ "@angular/compiler": "~12.0.0-next.1",
+ "@angular/core": "~12.0.0-next.1",
+ "@angular/forms": "~12.0.0-next.1",
+ "@angular/platform-browser": "~12.0.0-next.1",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.1",
+ "@angular/router": "~12.0.0-next.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
- "zone.js": "~0.11.3"
+ "zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.0",
- "@angular/cli": "~12.0.0-next.0",
- "@angular/compiler-cli": "~12.0.0-next.0",
+ "@angular-devkit/build-angular": "~0.1200.0-next.1",
+ "@angular/cli": "~12.0.0-next.1",
+ "@angular/compiler-cli": "~12.0.0-next.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -35,8 +35,8 @@
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "~1.5.0",
- "ng-packagr": "^11.0.0",
+ "karma-jasmine-html-reporter": "^1.5.0",
+ "ng-packagr": "^12.0.0-next.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index c07fdc61..c330bcd2 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 81a3a93f..51e56a94 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.0",
- "@angular/core": "^12.0.0-next.0"
+ "@angular/common": "^12.0.0-next.1",
+ "@angular/core": "^12.0.0-next.1"
},
"dependencies": {
"tslib": "^2.0.0"
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index 303b32a2..52e55168 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -1,7 +1,7 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
-import 'zone.js/dist/zone';
-import 'zone.js/dist/zone-testing';
+import 'zone.js';
+import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
From 45011b60b41146ab86e92f278c59fd3d79f4c337 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 25 Feb 2021 00:37:20 +0000
Subject: [PATCH 217/671] chore: version 12.0.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index cd3b162b..285c08eb 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8da9b3e1..515d1cfd 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,27 +10,27 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.1",
- "@angular/common": "~12.0.0-next.1",
- "@angular/compiler": "~12.0.0-next.1",
- "@angular/core": "~12.0.0-next.1",
- "@angular/forms": "~12.0.0-next.1",
- "@angular/platform-browser": "~12.0.0-next.1",
- "@angular/platform-browser-dynamic": "~12.0.0-next.1",
- "@angular/router": "~12.0.0-next.1",
+ "@angular/animations": "~12.0.0-next.2",
+ "@angular/common": "~12.0.0-next.2",
+ "@angular/compiler": "~12.0.0-next.2",
+ "@angular/core": "~12.0.0-next.2",
+ "@angular/forms": "~12.0.0-next.2",
+ "@angular/platform-browser": "~12.0.0-next.2",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.2",
+ "@angular/router": "~12.0.0-next.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.1",
- "@angular/cli": "~12.0.0-next.1",
- "@angular/compiler-cli": "~12.0.0-next.1",
+ "@angular-devkit/build-angular": "~0.1200.0-next.2",
+ "@angular/cli": "~12.0.0-next.2",
+ "@angular/compiler-cli": "~12.0.0-next.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
- "jasmine-spec-reporter": "~5.0.0",
+ "jasmine-spec-reporter": "~6.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
@@ -38,7 +38,7 @@
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.0.0-next.0",
"protractor": "~7.0.0",
- "ts-node": "~8.3.0",
+ "ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index c330bcd2..0c05cc7e 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 51e56a94..3380f690 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.1",
- "@angular/core": "^12.0.0-next.1"
+ "@angular/common": "^12.0.0-next.2",
+ "@angular/core": "^12.0.0-next.2"
},
"dependencies": {
"tslib": "^2.0.0"
From e97b69040e3d27fef88ad43aa3b24d39b556362a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 4 Mar 2021 00:37:34 +0000
Subject: [PATCH 218/671] chore: version 12.0.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 285c08eb..c09e7516 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 515d1cfd..32e5f53d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.2",
- "@angular/common": "~12.0.0-next.2",
- "@angular/compiler": "~12.0.0-next.2",
- "@angular/core": "~12.0.0-next.2",
- "@angular/forms": "~12.0.0-next.2",
- "@angular/platform-browser": "~12.0.0-next.2",
- "@angular/platform-browser-dynamic": "~12.0.0-next.2",
- "@angular/router": "~12.0.0-next.2",
+ "@angular/animations": "~12.0.0-next.3",
+ "@angular/common": "~12.0.0-next.3",
+ "@angular/compiler": "~12.0.0-next.3",
+ "@angular/core": "~12.0.0-next.3",
+ "@angular/forms": "~12.0.0-next.3",
+ "@angular/platform-browser": "~12.0.0-next.3",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.3",
+ "@angular/router": "~12.0.0-next.3",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.2",
- "@angular/cli": "~12.0.0-next.2",
- "@angular/compiler-cli": "~12.0.0-next.2",
+ "@angular-devkit/build-angular": "~0.1200.0-next.3",
+ "@angular/cli": "~12.0.0-next.3",
+ "@angular/compiler-cli": "~12.0.0-next.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
@@ -40,6 +40,6 @@
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
- "typescript": "~4.1.5"
+ "typescript": "~4.1.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0c05cc7e..00bb0389 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 3380f690..63ba6ea7 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.2",
- "@angular/core": "^12.0.0-next.2"
+ "@angular/common": "^12.0.0-next.3",
+ "@angular/core": "^12.0.0-next.3"
},
"dependencies": {
"tslib": "^2.0.0"
From 7925c93bdde2d7aebbef798e1b5d06792b11691c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 10 Mar 2021 22:22:27 +0000
Subject: [PATCH 219/671] chore: version 12.0.0-next.4
---
ponyracer/.gitignore | 1 -
ponyracer/README.md | 2 +-
ponyracer/angular.json | 7 +++++--
ponyracer/package.json | 21 ++++++++++---------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
6 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
index 86d943a9..de51f68a 100644
--- a/ponyracer/.gitignore
+++ b/ponyracer/.gitignore
@@ -12,7 +12,6 @@
# profiling files
chrome-profiler-events*.json
-speed-measure-plugin*.json
# IDEs and editors
/.idea
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c09e7516..d4326116 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.4.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index 625bd0b2..c9da1902 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -12,14 +12,17 @@
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
- "tsConfig": "projects/ponyracer-lib/tsconfig.lib.json",
"project": "projects/ponyracer-lib/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ponyracer-lib/tsconfig.lib.prod.json"
+ },
+ "development": {
+ "tsConfig": "projects/ponyracer-lib/tsconfig.lib.json"
}
- }
+ },
+ "defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 32e5f53d..c18ac2ad 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -5,27 +5,28 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
+ "watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.3",
- "@angular/common": "~12.0.0-next.3",
- "@angular/compiler": "~12.0.0-next.3",
- "@angular/core": "~12.0.0-next.3",
- "@angular/forms": "~12.0.0-next.3",
- "@angular/platform-browser": "~12.0.0-next.3",
- "@angular/platform-browser-dynamic": "~12.0.0-next.3",
- "@angular/router": "~12.0.0-next.3",
+ "@angular/animations": "~12.0.0-next.4",
+ "@angular/common": "~12.0.0-next.4",
+ "@angular/compiler": "~12.0.0-next.4",
+ "@angular/core": "~12.0.0-next.4",
+ "@angular/forms": "~12.0.0-next.4",
+ "@angular/platform-browser": "~12.0.0-next.4",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.4",
+ "@angular/router": "~12.0.0-next.4",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1200.0-next.3",
- "@angular/cli": "~12.0.0-next.3",
- "@angular/compiler-cli": "~12.0.0-next.3",
+ "@angular/cli": "~12.0.0-next.4",
+ "@angular/compiler-cli": "~12.0.0-next.4",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 00bb0389..79463e7c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 63ba6ea7..ba620794 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.3",
- "@angular/core": "^12.0.0-next.3"
+ "@angular/common": "^12.0.0-next.4",
+ "@angular/core": "^12.0.0-next.4"
},
"dependencies": {
"tslib": "^2.0.0"
From b30bfd365509c1f66ab1e0511c621a047823239f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 18 Mar 2021 22:17:31 +0000
Subject: [PATCH 220/671] chore: version 12.0.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 12 -------
ponyracer/package.json | 32 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 6 ++--
ponyracer/projects/ponyracer-lib/tslint.json | 17 ----------
ponyracer/tsconfig.json | 2 +-
7 files changed, 21 insertions(+), 52 deletions(-)
delete mode 100644 ponyracer/projects/ponyracer-lib/tslint.json
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d4326116..13ede5fa 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.5.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index c9da1902..f819e84c 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -31,18 +31,6 @@
"tsConfig": "projects/ponyracer-lib/tsconfig.spec.json",
"karmaConfig": "projects/ponyracer-lib/karma.conf.js"
}
- },
- "lint": {
- "builder": "@angular-devkit/build-angular:tslint",
- "options": {
- "tsConfig": [
- "projects/ponyracer-lib/tsconfig.lib.json",
- "projects/ponyracer-lib/tsconfig.spec.json"
- ],
- "exclude": [
- "**/node_modules/**"
- ]
- }
}
}
}
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c18ac2ad..1e64d821 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,28 +11,27 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.4",
- "@angular/common": "~12.0.0-next.4",
- "@angular/compiler": "~12.0.0-next.4",
- "@angular/core": "~12.0.0-next.4",
- "@angular/forms": "~12.0.0-next.4",
- "@angular/platform-browser": "~12.0.0-next.4",
- "@angular/platform-browser-dynamic": "~12.0.0-next.4",
- "@angular/router": "~12.0.0-next.4",
+ "@angular/animations": "~12.0.0-next.5",
+ "@angular/common": "~12.0.0-next.5",
+ "@angular/compiler": "~12.0.0-next.5",
+ "@angular/core": "~12.0.0-next.5",
+ "@angular/forms": "~12.0.0-next.5",
+ "@angular/platform-browser": "~12.0.0-next.5",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.5",
+ "@angular/router": "~12.0.0-next.5",
"rxjs": "~6.6.0",
- "tslib": "^2.0.0",
+ "tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.3",
- "@angular/cli": "~12.0.0-next.4",
- "@angular/compiler-cli": "~12.0.0-next.4",
+ "@angular-devkit/build-angular": "~0.1200.0-next.5",
+ "@angular/cli": "~12.0.0-next.5",
+ "@angular/compiler-cli": "~12.0.0-next.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
- "codelyzer": "^6.0.0",
- "jasmine-core": "~3.6.0",
+ "jasmine-core": "~3.7.0",
"jasmine-spec-reporter": "~6.0.0",
- "karma": "~6.1.0",
+ "karma": "~6.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
@@ -40,7 +39,6 @@
"ng-packagr": "^12.0.0-next.0",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
- "tslint": "~6.1.0",
- "typescript": "~4.1.2"
+ "typescript": "~4.2.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 79463e7c..796eb00e 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index ba620794..de477670 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,10 +2,10 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.4",
- "@angular/core": "^12.0.0-next.4"
+ "@angular/common": "^12.0.0-next.5",
+ "@angular/core": "^12.0.0-next.5"
},
"dependencies": {
- "tslib": "^2.0.0"
+ "tslib": "^2.1.0"
}
}
\ No newline at end of file
diff --git a/ponyracer/projects/ponyracer-lib/tslint.json b/ponyracer/projects/ponyracer-lib/tslint.json
deleted file mode 100644
index 124133f8..00000000
--- a/ponyracer/projects/ponyracer-lib/tslint.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "extends": "../../tslint.json",
- "rules": {
- "directive-selector": [
- true,
- "attribute",
- "lib",
- "camelCase"
- ],
- "component-selector": [
- true,
- "element",
- "lib",
- "kebab-case"
- ]
- }
-}
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index fa9e0c16..91d5adfe 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -20,7 +20,7 @@
"dist/ponyracer-lib"
]
},
- "target": "es2015",
+ "target": "es2017",
"module": "es2020",
"lib": [
"es2018",
From f57e59876c241dccd5452fe55a9f0774140eac21 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 24 Mar 2021 18:22:55 +0000
Subject: [PATCH 221/671] chore: version 12.0.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +--
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +-
ponyracer/tslint.json | 140 ------------------
5 files changed, 16 insertions(+), 156 deletions(-)
delete mode 100644 ponyracer/tslint.json
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 13ede5fa..2692ba79 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1e64d821..695b9d8b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,27 +11,27 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.5",
- "@angular/common": "~12.0.0-next.5",
- "@angular/compiler": "~12.0.0-next.5",
- "@angular/core": "~12.0.0-next.5",
- "@angular/forms": "~12.0.0-next.5",
- "@angular/platform-browser": "~12.0.0-next.5",
- "@angular/platform-browser-dynamic": "~12.0.0-next.5",
- "@angular/router": "~12.0.0-next.5",
+ "@angular/animations": "~12.0.0-next.6",
+ "@angular/common": "~12.0.0-next.6",
+ "@angular/compiler": "~12.0.0-next.6",
+ "@angular/core": "~12.0.0-next.6",
+ "@angular/forms": "~12.0.0-next.6",
+ "@angular/platform-browser": "~12.0.0-next.6",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.6",
+ "@angular/router": "~12.0.0-next.6",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.5",
- "@angular/cli": "~12.0.0-next.5",
- "@angular/compiler-cli": "~12.0.0-next.5",
+ "@angular-devkit/build-angular": "~0.1200.0-next.6",
+ "@angular/cli": "~12.0.0-next.6",
+ "@angular/compiler-cli": "~12.0.0-next.6",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
"jasmine-spec-reporter": "~6.0.0",
- "karma": "~6.2.0",
+ "karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 796eb00e..fa44bf12 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index de477670..24a0d9b5 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.5",
- "@angular/core": "^12.0.0-next.5"
+ "@angular/common": "^12.0.0-next.6",
+ "@angular/core": "^12.0.0-next.6"
},
"dependencies": {
"tslib": "^2.1.0"
diff --git a/ponyracer/tslint.json b/ponyracer/tslint.json
deleted file mode 100644
index 733008b7..00000000
--- a/ponyracer/tslint.json
+++ /dev/null
@@ -1,140 +0,0 @@
-{
- "extends": "tslint:recommended",
- "rulesDirectory": [
- "codelyzer"
- ],
- "rules": {
- "align": {
- "options": [
- "parameters",
- "statements"
- ]
- },
- "array-type": false,
- "arrow-return-shorthand": true,
- "curly": true,
- "deprecation": {
- "severity": "warning"
- },
- "eofline": true,
- "import-blacklist": [
- true,
- "rxjs/Rx"
- ],
- "import-spacing": true,
- "indent": {
- "options": [
- "spaces"
- ]
- },
- "max-classes-per-file": false,
- "max-line-length": [
- true,
- 140
- ],
- "member-ordering": [
- true,
- {
- "order": [
- "static-field",
- "instance-field",
- "static-method",
- "instance-method"
- ]
- }
- ],
- "no-console": [
- true,
- "debug",
- "info",
- "time",
- "timeEnd",
- "trace"
- ],
- "no-empty": false,
- "no-inferrable-types": [
- true,
- "ignore-params"
- ],
- "no-non-null-assertion": true,
- "no-redundant-jsdoc": true,
- "no-switch-case-fall-through": true,
- "no-var-requires": false,
- "object-literal-key-quotes": [
- true,
- "as-needed"
- ],
- "quotemark": [
- true,
- "single"
- ],
- "semicolon": {
- "options": [
- "always"
- ]
- },
- "space-before-function-paren": {
- "options": {
- "anonymous": "never",
- "asyncArrow": "always",
- "constructor": "never",
- "method": "never",
- "named": "never"
- }
- },
- "typedef": [
- true,
- "call-signature"
- ],
- "typedef-whitespace": {
- "options": [
- {
- "call-signature": "nospace",
- "index-signature": "nospace",
- "parameter": "nospace",
- "property-declaration": "nospace",
- "variable-declaration": "nospace"
- },
- {
- "call-signature": "onespace",
- "index-signature": "onespace",
- "parameter": "onespace",
- "property-declaration": "onespace",
- "variable-declaration": "onespace"
- }
- ]
- },
- "variable-name": {
- "options": [
- "ban-keywords",
- "check-format",
- "allow-pascal-case"
- ]
- },
- "whitespace": {
- "options": [
- "check-branch",
- "check-decl",
- "check-operator",
- "check-separator",
- "check-type",
- "check-typecast"
- ]
- },
- "component-class-suffix": true,
- "contextual-lifecycle": true,
- "directive-class-suffix": true,
- "no-conflicting-lifecycle": true,
- "no-host-metadata-property": true,
- "no-input-rename": true,
- "no-inputs-metadata-property": true,
- "no-output-native": true,
- "no-output-on-prefix": true,
- "no-output-rename": true,
- "no-outputs-metadata-property": true,
- "template-banana-in-box": true,
- "template-no-negated-async": true,
- "use-lifecycle-interface": true,
- "use-pipe-transform-interface": true
- }
-}
From 903f036bdd8369bc1665852835f95d9ddd6a172f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 2 Apr 2021 18:35:06 +0000
Subject: [PATCH 222/671] chore: version 12.0.0-next.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2692ba79..8bd3c6cf 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 695b9d8b..a45f6613 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,22 +11,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.6",
- "@angular/common": "~12.0.0-next.6",
- "@angular/compiler": "~12.0.0-next.6",
- "@angular/core": "~12.0.0-next.6",
- "@angular/forms": "~12.0.0-next.6",
- "@angular/platform-browser": "~12.0.0-next.6",
- "@angular/platform-browser-dynamic": "~12.0.0-next.6",
- "@angular/router": "~12.0.0-next.6",
+ "@angular/animations": "~12.0.0-next.7",
+ "@angular/common": "~12.0.0-next.7",
+ "@angular/compiler": "~12.0.0-next.7",
+ "@angular/core": "~12.0.0-next.7",
+ "@angular/forms": "~12.0.0-next.7",
+ "@angular/platform-browser": "~12.0.0-next.7",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.7",
+ "@angular/router": "~12.0.0-next.7",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.6",
- "@angular/cli": "~12.0.0-next.6",
- "@angular/compiler-cli": "~12.0.0-next.6",
+ "@angular-devkit/build-angular": "~0.1200.0-next.7",
+ "@angular/cli": "~12.0.0-next.7",
+ "@angular/compiler-cli": "~12.0.0-next.7",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fa44bf12..b8a9525a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.7.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 24a0d9b5..afa5bdb7 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.6",
- "@angular/core": "^12.0.0-next.6"
+ "@angular/common": "^12.0.0-next.7",
+ "@angular/core": "^12.0.0-next.7"
},
"dependencies": {
"tslib": "^2.1.0"
From 74d800bc30770fb3bd014198c7df0cc60ffd65e2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 8 Apr 2021 01:02:45 +0000
Subject: [PATCH 223/671] chore: version 12.0.0-next.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8bd3c6cf..6d5bc8fd 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a45f6613..af495941 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,22 +11,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.7",
- "@angular/common": "~12.0.0-next.7",
- "@angular/compiler": "~12.0.0-next.7",
- "@angular/core": "~12.0.0-next.7",
- "@angular/forms": "~12.0.0-next.7",
- "@angular/platform-browser": "~12.0.0-next.7",
- "@angular/platform-browser-dynamic": "~12.0.0-next.7",
- "@angular/router": "~12.0.0-next.7",
+ "@angular/animations": "~12.0.0-next.8",
+ "@angular/common": "~12.0.0-next.8",
+ "@angular/compiler": "~12.0.0-next.8",
+ "@angular/core": "~12.0.0-next.8",
+ "@angular/forms": "~12.0.0-next.8",
+ "@angular/platform-browser": "~12.0.0-next.8",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.8",
+ "@angular/router": "~12.0.0-next.8",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.7",
- "@angular/cli": "~12.0.0-next.7",
- "@angular/compiler-cli": "~12.0.0-next.7",
+ "@angular-devkit/build-angular": "~0.1200.0-next.8",
+ "@angular/cli": "~12.0.0-next.8",
+ "@angular/compiler-cli": "~12.0.0-next.8",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index b8a9525a..e1b8676c 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.7.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.8.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index afa5bdb7..3a9eb854 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.7",
- "@angular/core": "^12.0.0-next.7"
+ "@angular/common": "^12.0.0-next.8",
+ "@angular/core": "^12.0.0-next.8"
},
"dependencies": {
"tslib": "^2.1.0"
From 184240d219fee6dfb07d931cb381cfa0468628d2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 15 Apr 2021 00:55:42 +0000
Subject: [PATCH 224/671] chore: version 12.0.0-next.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
.../projects/ponyracer-lib/tsconfig.lib.json | 5 ----
.../ponyracer-lib/tsconfig.lib.prod.json | 2 +-
6 files changed, 18 insertions(+), 23 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6d5bc8fd..b6dcc6e8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index af495941..2699c122 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,32 +11,32 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.8",
- "@angular/common": "~12.0.0-next.8",
- "@angular/compiler": "~12.0.0-next.8",
- "@angular/core": "~12.0.0-next.8",
- "@angular/forms": "~12.0.0-next.8",
- "@angular/platform-browser": "~12.0.0-next.8",
- "@angular/platform-browser-dynamic": "~12.0.0-next.8",
- "@angular/router": "~12.0.0-next.8",
+ "@angular/animations": "~12.0.0-next.9",
+ "@angular/common": "~12.0.0-next.9",
+ "@angular/compiler": "~12.0.0-next.9",
+ "@angular/core": "~12.0.0-next.9",
+ "@angular/forms": "~12.0.0-next.9",
+ "@angular/platform-browser": "~12.0.0-next.9",
+ "@angular/platform-browser-dynamic": "~12.0.0-next.9",
+ "@angular/router": "~12.0.0-next.9",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~0.1200.0-next.8",
- "@angular/cli": "~12.0.0-next.8",
- "@angular/compiler-cli": "~12.0.0-next.8",
+ "@angular-devkit/build-angular": "~12.0.0-next.9",
+ "@angular/cli": "~12.0.0-next.9",
+ "@angular/compiler-cli": "~12.0.0-next.9",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
- "jasmine-spec-reporter": "~6.0.0",
+ "jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^12.0.0-next.0",
+ "ng-packagr": "^12.0.0-next.8",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"typescript": "~4.2.3"
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index e1b8676c..2b616563 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.8.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.9.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 3a9eb854..e3447cc7 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.8",
- "@angular/core": "^12.0.0-next.8"
+ "@angular/common": "^12.0.0-next.9",
+ "@angular/core": "^12.0.0-next.9"
},
"dependencies": {
"tslib": "^2.1.0"
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 6e06ad54..1407202d 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -13,11 +13,6 @@
"es2018"
]
},
- "angularCompilerOptions": {
- "skipTemplateCodegen": true,
- "strictMetadataEmit": true,
- "enableResourceInlining": true
- },
"exclude": [
"src/test.ts",
"**/*.spec.ts"
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
index 5615c27d..06de549e 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json
@@ -5,6 +5,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
- "enableIvy": false
+ "compilationMode": "partial"
}
}
From 0def68d529a184637017ea406e6895986d2a2287 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 21 Apr 2021 22:27:22 +0000
Subject: [PATCH 225/671] chore: version 12.0.0-rc.0
---
ponyracer/README.md | 4 ++--
ponyracer/package.json | 23 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b6dcc6e8..7f12ccba 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.0.
## Development server
@@ -20,7 +20,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests
-Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
+Run `ng e2e` to execute the end-to-end tests via a platform of your choice.
## Further help
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2699c122..c0a5742d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -11,22 +11,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-next.9",
- "@angular/common": "~12.0.0-next.9",
- "@angular/compiler": "~12.0.0-next.9",
- "@angular/core": "~12.0.0-next.9",
- "@angular/forms": "~12.0.0-next.9",
- "@angular/platform-browser": "~12.0.0-next.9",
- "@angular/platform-browser-dynamic": "~12.0.0-next.9",
- "@angular/router": "~12.0.0-next.9",
+ "@angular/animations": "~12.0.0-rc.0",
+ "@angular/common": "~12.0.0-rc.0",
+ "@angular/compiler": "~12.0.0-rc.0",
+ "@angular/core": "~12.0.0-rc.0",
+ "@angular/forms": "~12.0.0-rc.0",
+ "@angular/platform-browser": "~12.0.0-rc.0",
+ "@angular/platform-browser-dynamic": "~12.0.0-rc.0",
+ "@angular/router": "~12.0.0-rc.0",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.0-next.9",
- "@angular/cli": "~12.0.0-next.9",
- "@angular/compiler-cli": "~12.0.0-next.9",
+ "@angular-devkit/build-angular": "~12.0.0-rc.0",
+ "@angular/cli": "~12.0.0-rc.0",
+ "@angular/compiler-cli": "~12.0.0-rc.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
@@ -37,7 +37,6 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.0.0-next.8",
- "protractor": "~7.0.0",
"ts-node": "~9.1.1",
"typescript": "~4.2.3"
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 2b616563..cd90c14a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-next.9.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index e3447cc7..b07421a9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-next.9",
- "@angular/core": "^12.0.0-next.9"
+ "@angular/common": "^12.0.0-rc.0",
+ "@angular/core": "^12.0.0-rc.0"
},
"dependencies": {
"tslib": "^2.1.0"
From 0583d58a927b504781a5bab9adc0e88fd413388a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 29 Apr 2021 00:59:53 +0000
Subject: [PATCH 226/671] chore: version 12.0.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 27 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 16 insertions(+), 19 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7f12ccba..ff72bd9d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c0a5742d..d4fa9e7e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -6,38 +6,35 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
- "test": "ng test",
- "lint": "ng lint"
+ "test": "ng test"
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-rc.0",
- "@angular/common": "~12.0.0-rc.0",
- "@angular/compiler": "~12.0.0-rc.0",
- "@angular/core": "~12.0.0-rc.0",
- "@angular/forms": "~12.0.0-rc.0",
- "@angular/platform-browser": "~12.0.0-rc.0",
- "@angular/platform-browser-dynamic": "~12.0.0-rc.0",
- "@angular/router": "~12.0.0-rc.0",
+ "@angular/animations": "~12.0.0-rc.1",
+ "@angular/common": "~12.0.0-rc.1",
+ "@angular/compiler": "~12.0.0-rc.1",
+ "@angular/core": "~12.0.0-rc.1",
+ "@angular/forms": "~12.0.0-rc.1",
+ "@angular/platform-browser": "~12.0.0-rc.1",
+ "@angular/platform-browser-dynamic": "~12.0.0-rc.1",
+ "@angular/router": "~12.0.0-rc.1",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.0-rc.0",
- "@angular/cli": "~12.0.0-rc.0",
- "@angular/compiler-cli": "~12.0.0-rc.0",
+ "@angular-devkit/build-angular": "~12.0.0-rc.1",
+ "@angular/cli": "~12.0.0-rc.1",
+ "@angular/compiler-cli": "~12.0.0-rc.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
- "jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.0.0-next.8",
- "ts-node": "~9.1.1",
"typescript": "~4.2.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index cd90c14a..cc1b667d 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index b07421a9..c57a6144 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-rc.0",
- "@angular/core": "^12.0.0-rc.0"
+ "@angular/common": "^12.0.0-rc.1",
+ "@angular/core": "^12.0.0-rc.1"
},
"dependencies": {
"tslib": "^2.1.0"
From 3e178d4374bf81ef0a46a4d1dabe5bce7c328dde Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 6 May 2021 00:46:21 +0000
Subject: [PATCH 227/671] chore: version 12.0.0-rc.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ff72bd9d..297f1d5a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d4fa9e7e..fa093b0c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-rc.1",
- "@angular/common": "~12.0.0-rc.1",
- "@angular/compiler": "~12.0.0-rc.1",
- "@angular/core": "~12.0.0-rc.1",
- "@angular/forms": "~12.0.0-rc.1",
- "@angular/platform-browser": "~12.0.0-rc.1",
- "@angular/platform-browser-dynamic": "~12.0.0-rc.1",
- "@angular/router": "~12.0.0-rc.1",
+ "@angular/animations": "~12.0.0-rc.2",
+ "@angular/common": "~12.0.0-rc.2",
+ "@angular/compiler": "~12.0.0-rc.2",
+ "@angular/core": "~12.0.0-rc.2",
+ "@angular/forms": "~12.0.0-rc.2",
+ "@angular/platform-browser": "~12.0.0-rc.2",
+ "@angular/platform-browser-dynamic": "~12.0.0-rc.2",
+ "@angular/router": "~12.0.0-rc.2",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.0-rc.1",
- "@angular/cli": "~12.0.0-rc.1",
- "@angular/compiler-cli": "~12.0.0-rc.1",
+ "@angular-devkit/build-angular": "~12.0.0-rc.2",
+ "@angular/cli": "~12.0.0-rc.2",
+ "@angular/compiler-cli": "~12.0.0-rc.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index cc1b667d..cb7efd9a 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index c57a6144..6a481dbb 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-rc.1",
- "@angular/core": "^12.0.0-rc.1"
+ "@angular/common": "^12.0.0-rc.2",
+ "@angular/core": "^12.0.0-rc.2"
},
"dependencies": {
"tslib": "^2.1.0"
From 083eeef0b5a7f268a322b7a7d8ac3f2dfa60ea98 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 11 May 2021 06:20:00 +0000
Subject: [PATCH 228/671] chore: version 12.0.0-rc.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 297f1d5a..2218db24 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fa093b0c..d678202e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-rc.2",
- "@angular/common": "~12.0.0-rc.2",
- "@angular/compiler": "~12.0.0-rc.2",
- "@angular/core": "~12.0.0-rc.2",
- "@angular/forms": "~12.0.0-rc.2",
- "@angular/platform-browser": "~12.0.0-rc.2",
- "@angular/platform-browser-dynamic": "~12.0.0-rc.2",
- "@angular/router": "~12.0.0-rc.2",
+ "@angular/animations": "~12.0.0-rc.3",
+ "@angular/common": "~12.0.0-rc.3",
+ "@angular/compiler": "~12.0.0-rc.3",
+ "@angular/core": "~12.0.0-rc.3",
+ "@angular/forms": "~12.0.0-rc.3",
+ "@angular/platform-browser": "~12.0.0-rc.3",
+ "@angular/platform-browser-dynamic": "~12.0.0-rc.3",
+ "@angular/router": "~12.0.0-rc.3",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.0-rc.2",
- "@angular/cli": "~12.0.0-rc.2",
- "@angular/compiler-cli": "~12.0.0-rc.2",
+ "@angular-devkit/build-angular": "~12.0.0-rc.3",
+ "@angular/cli": "~12.0.0-rc.3",
+ "@angular/compiler-cli": "~12.0.0-rc.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index cb7efd9a..57618042 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 6a481dbb..3799ab6f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-rc.2",
- "@angular/core": "^12.0.0-rc.2"
+ "@angular/common": "^12.0.0-rc.3",
+ "@angular/core": "^12.0.0-rc.3"
},
"dependencies": {
"tslib": "^2.1.0"
From 53cc841e2c1c294f8f8afafe63cd15937d4aec7a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 12 May 2021 20:19:18 +0000
Subject: [PATCH 229/671] chore: version 12.0.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2218db24..8ad5aaff 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d678202e..cf6dc8bb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0-rc.3",
- "@angular/common": "~12.0.0-rc.3",
- "@angular/compiler": "~12.0.0-rc.3",
- "@angular/core": "~12.0.0-rc.3",
- "@angular/forms": "~12.0.0-rc.3",
- "@angular/platform-browser": "~12.0.0-rc.3",
- "@angular/platform-browser-dynamic": "~12.0.0-rc.3",
- "@angular/router": "~12.0.0-rc.3",
+ "@angular/animations": "~12.0.0",
+ "@angular/common": "~12.0.0",
+ "@angular/compiler": "~12.0.0",
+ "@angular/core": "~12.0.0",
+ "@angular/forms": "~12.0.0",
+ "@angular/platform-browser": "~12.0.0",
+ "@angular/platform-browser-dynamic": "~12.0.0",
+ "@angular/router": "~12.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.0-rc.3",
- "@angular/cli": "~12.0.0-rc.3",
- "@angular/compiler-cli": "~12.0.0-rc.3",
+ "@angular-devkit/build-angular": "~12.0.0",
+ "@angular/cli": "~12.0.0",
+ "@angular/compiler-cli": "~12.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^12.0.0-next.8",
+ "ng-packagr": "^12.0.0",
"typescript": "~4.2.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 57618042..5554c474 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0-rc.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 3799ab6f..99e32a8b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0-rc.3",
- "@angular/core": "^12.0.0-rc.3"
+ "@angular/common": "^12.0.0",
+ "@angular/core": "^12.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
From ac86bd256678f9859aad2fe703353e3cc327712e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 20 May 2021 00:54:05 +0000
Subject: [PATCH 230/671] chore: version 12.0.1
---
ponyracer/README.md | 6 ++---
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8ad5aaff..7a796e7c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
## Development server
@@ -12,7 +12,7 @@ Run `ng generate component component-name` to generate a new component. You can
## Build
-Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
+Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
@@ -20,7 +20,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests
-Run `ng e2e` to execute the end-to-end tests via a platform of your choice.
+Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cf6dc8bb..05ca251b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.0",
- "@angular/common": "~12.0.0",
- "@angular/compiler": "~12.0.0",
- "@angular/core": "~12.0.0",
- "@angular/forms": "~12.0.0",
- "@angular/platform-browser": "~12.0.0",
- "@angular/platform-browser-dynamic": "~12.0.0",
- "@angular/router": "~12.0.0",
+ "@angular/animations": "~12.0.1",
+ "@angular/common": "~12.0.1",
+ "@angular/compiler": "~12.0.1",
+ "@angular/core": "~12.0.1",
+ "@angular/forms": "~12.0.1",
+ "@angular/platform-browser": "~12.0.1",
+ "@angular/platform-browser-dynamic": "~12.0.1",
+ "@angular/router": "~12.0.1",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.0",
- "@angular/cli": "~12.0.0",
- "@angular/compiler-cli": "~12.0.0",
+ "@angular-devkit/build-angular": "~12.0.1",
+ "@angular/cli": "~12.0.1",
+ "@angular/compiler-cli": "~12.0.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 5554c474..a61b60d7 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 99e32a8b..72103223 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.0",
- "@angular/core": "^12.0.0"
+ "@angular/common": "^12.0.1",
+ "@angular/core": "^12.0.1"
},
"dependencies": {
"tslib": "^2.1.0"
From bb01bf3c75b51725807452a547239100dd9cbfbf Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 26 May 2021 22:24:14 +0000
Subject: [PATCH 231/671] chore: version 12.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7a796e7c..1d637be7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 05ca251b..acf751a9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.1",
- "@angular/common": "~12.0.1",
- "@angular/compiler": "~12.0.1",
- "@angular/core": "~12.0.1",
- "@angular/forms": "~12.0.1",
- "@angular/platform-browser": "~12.0.1",
- "@angular/platform-browser-dynamic": "~12.0.1",
- "@angular/router": "~12.0.1",
+ "@angular/animations": "~12.0.2",
+ "@angular/common": "~12.0.2",
+ "@angular/compiler": "~12.0.2",
+ "@angular/core": "~12.0.2",
+ "@angular/forms": "~12.0.2",
+ "@angular/platform-browser": "~12.0.2",
+ "@angular/platform-browser-dynamic": "~12.0.2",
+ "@angular/router": "~12.0.2",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.1",
- "@angular/cli": "~12.0.1",
- "@angular/compiler-cli": "~12.0.1",
+ "@angular-devkit/build-angular": "~12.0.2",
+ "@angular/cli": "~12.0.2",
+ "@angular/compiler-cli": "~12.0.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index a61b60d7..fd5d8da8 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 72103223..7dd7a4ca 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.1",
- "@angular/core": "^12.0.1"
+ "@angular/common": "^12.0.2",
+ "@angular/core": "^12.0.2"
},
"dependencies": {
"tslib": "^2.1.0"
From df00b1c9d0be360e7c7b25c6017964308e9f0f29 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 2 Jun 2021 22:52:48 +0000
Subject: [PATCH 232/671] chore: version 12.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1d637be7..9c742f14 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index acf751a9..5651a7ff 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.2",
- "@angular/common": "~12.0.2",
- "@angular/compiler": "~12.0.2",
- "@angular/core": "~12.0.2",
- "@angular/forms": "~12.0.2",
- "@angular/platform-browser": "~12.0.2",
- "@angular/platform-browser-dynamic": "~12.0.2",
- "@angular/router": "~12.0.2",
+ "@angular/animations": "~12.0.3",
+ "@angular/common": "~12.0.3",
+ "@angular/compiler": "~12.0.3",
+ "@angular/core": "~12.0.3",
+ "@angular/forms": "~12.0.3",
+ "@angular/platform-browser": "~12.0.3",
+ "@angular/platform-browser-dynamic": "~12.0.3",
+ "@angular/router": "~12.0.3",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.2",
- "@angular/cli": "~12.0.2",
- "@angular/compiler-cli": "~12.0.2",
+ "@angular-devkit/build-angular": "~12.0.3",
+ "@angular/cli": "~12.0.3",
+ "@angular/compiler-cli": "~12.0.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fd5d8da8..6ba9352b 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 7dd7a4ca..8112c96b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.2",
- "@angular/core": "^12.0.2"
+ "@angular/common": "^12.0.3",
+ "@angular/core": "^12.0.3"
},
"dependencies": {
"tslib": "^2.1.0"
From 794eb6c1ed2a0e539bad0665cfa72ff762fc1576 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 10 Jun 2021 18:34:02 +0000
Subject: [PATCH 233/671] chore: version 12.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9c742f14..9508a598 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5651a7ff..a0c0d74d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.3",
- "@angular/common": "~12.0.3",
- "@angular/compiler": "~12.0.3",
- "@angular/core": "~12.0.3",
- "@angular/forms": "~12.0.3",
- "@angular/platform-browser": "~12.0.3",
- "@angular/platform-browser-dynamic": "~12.0.3",
- "@angular/router": "~12.0.3",
+ "@angular/animations": "~12.0.4",
+ "@angular/common": "~12.0.4",
+ "@angular/compiler": "~12.0.4",
+ "@angular/core": "~12.0.4",
+ "@angular/forms": "~12.0.4",
+ "@angular/platform-browser": "~12.0.4",
+ "@angular/platform-browser-dynamic": "~12.0.4",
+ "@angular/router": "~12.0.4",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.3",
- "@angular/cli": "~12.0.3",
- "@angular/compiler-cli": "~12.0.3",
+ "@angular-devkit/build-angular": "~12.0.4",
+ "@angular/cli": "~12.0.4",
+ "@angular/compiler-cli": "~12.0.4",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 6ba9352b..e5ae56e0 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 8112c96b..acb9b80b 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.3",
- "@angular/core": "^12.0.3"
+ "@angular/common": "^12.0.4",
+ "@angular/core": "^12.0.4"
},
"dependencies": {
"tslib": "^2.1.0"
From 4eddb83ef1c698499843cc6d4999c6470afb918c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Jun 2021 20:15:20 +0000
Subject: [PATCH 234/671] chore: version 12.0.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9508a598..79fc5584 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a0c0d74d..fb6fd58c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.4",
- "@angular/common": "~12.0.4",
- "@angular/compiler": "~12.0.4",
- "@angular/core": "~12.0.4",
- "@angular/forms": "~12.0.4",
- "@angular/platform-browser": "~12.0.4",
- "@angular/platform-browser-dynamic": "~12.0.4",
- "@angular/router": "~12.0.4",
+ "@angular/animations": "~12.0.5",
+ "@angular/common": "~12.0.5",
+ "@angular/compiler": "~12.0.5",
+ "@angular/core": "~12.0.5",
+ "@angular/forms": "~12.0.5",
+ "@angular/platform-browser": "~12.0.5",
+ "@angular/platform-browser-dynamic": "~12.0.5",
+ "@angular/router": "~12.0.5",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.4",
- "@angular/cli": "~12.0.4",
- "@angular/compiler-cli": "~12.0.4",
+ "@angular-devkit/build-angular": "~12.0.5",
+ "@angular/cli": "~12.0.5",
+ "@angular/compiler-cli": "~12.0.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index e5ae56e0..c72ffc28 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index acb9b80b..08ccece9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.4",
- "@angular/core": "^12.0.4"
+ "@angular/common": "^12.0.5",
+ "@angular/core": "^12.0.5"
},
"dependencies": {
"tslib": "^2.1.0"
From 53134fbe76f682ddc25a07529b05f126ef204c6f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 20 May 2021 00:55:53 +0000
Subject: [PATCH 235/671] chore: version 12.1.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 79fc5584..d51d18fc 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fb6fd58c..3b57c18d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.0.5",
- "@angular/common": "~12.0.5",
- "@angular/compiler": "~12.0.5",
- "@angular/core": "~12.0.5",
- "@angular/forms": "~12.0.5",
- "@angular/platform-browser": "~12.0.5",
- "@angular/platform-browser-dynamic": "~12.0.5",
- "@angular/router": "~12.0.5",
+ "@angular/animations": "~12.1.0-next.2",
+ "@angular/common": "~12.1.0-next.2",
+ "@angular/compiler": "~12.1.0-next.2",
+ "@angular/core": "~12.1.0-next.2",
+ "@angular/forms": "~12.1.0-next.2",
+ "@angular/platform-browser": "~12.1.0-next.2",
+ "@angular/platform-browser-dynamic": "~12.1.0-next.2",
+ "@angular/router": "~12.1.0-next.2",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.0.5",
- "@angular/cli": "~12.0.5",
- "@angular/compiler-cli": "~12.0.5",
+ "@angular-devkit/build-angular": "~12.1.0-next.2",
+ "@angular/cli": "~12.1.0-next.2",
+ "@angular/compiler-cli": "~12.1.0-next.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^12.0.0",
+ "ng-packagr": "^12.0.0-next.8",
"typescript": "~4.2.3"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index c72ffc28..57117733 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 08ccece9..4598ec9d 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.0.5",
- "@angular/core": "^12.0.5"
+ "@angular/common": "^12.1.0-next.2",
+ "@angular/core": "^12.1.0-next.2"
},
"dependencies": {
"tslib": "^2.1.0"
From 5f14c9dbe65f9e8c508df92cce38c96df908e89e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 26 May 2021 22:29:25 +0000
Subject: [PATCH 236/671] chore: version 12.1.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d51d18fc..9ee3e98a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3b57c18d..ec2b2188 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0-next.2",
- "@angular/common": "~12.1.0-next.2",
- "@angular/compiler": "~12.1.0-next.2",
- "@angular/core": "~12.1.0-next.2",
- "@angular/forms": "~12.1.0-next.2",
- "@angular/platform-browser": "~12.1.0-next.2",
- "@angular/platform-browser-dynamic": "~12.1.0-next.2",
- "@angular/router": "~12.1.0-next.2",
+ "@angular/animations": "~12.1.0-next.3",
+ "@angular/common": "~12.1.0-next.3",
+ "@angular/compiler": "~12.1.0-next.3",
+ "@angular/core": "~12.1.0-next.3",
+ "@angular/forms": "~12.1.0-next.3",
+ "@angular/platform-browser": "~12.1.0-next.3",
+ "@angular/platform-browser-dynamic": "~12.1.0-next.3",
+ "@angular/router": "~12.1.0-next.3",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.0-next.2",
- "@angular/cli": "~12.1.0-next.2",
- "@angular/compiler-cli": "~12.1.0-next.2",
+ "@angular-devkit/build-angular": "~12.1.0-next.3",
+ "@angular/cli": "~12.1.0-next.3",
+ "@angular/compiler-cli": "~12.1.0-next.3",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 57117733..e22355de 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.3.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 4598ec9d..803e5f2e 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0-next.2",
- "@angular/core": "^12.1.0-next.2"
+ "@angular/common": "^12.1.0-next.3",
+ "@angular/core": "^12.1.0-next.3"
},
"dependencies": {
"tslib": "^2.1.0"
From 919d39291e9e4aec617012d5f5fabb59f68c85cd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 2 Jun 2021 22:53:45 +0000
Subject: [PATCH 237/671] chore: version 12.1.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9ee3e98a..cecf2c36 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ec2b2188..03f12fa7 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0-next.3",
- "@angular/common": "~12.1.0-next.3",
- "@angular/compiler": "~12.1.0-next.3",
- "@angular/core": "~12.1.0-next.3",
- "@angular/forms": "~12.1.0-next.3",
- "@angular/platform-browser": "~12.1.0-next.3",
- "@angular/platform-browser-dynamic": "~12.1.0-next.3",
- "@angular/router": "~12.1.0-next.3",
+ "@angular/animations": "~12.1.0-next.4",
+ "@angular/common": "~12.1.0-next.4",
+ "@angular/compiler": "~12.1.0-next.4",
+ "@angular/core": "~12.1.0-next.4",
+ "@angular/forms": "~12.1.0-next.4",
+ "@angular/platform-browser": "~12.1.0-next.4",
+ "@angular/platform-browser-dynamic": "~12.1.0-next.4",
+ "@angular/router": "~12.1.0-next.4",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.0-next.3",
- "@angular/cli": "~12.1.0-next.3",
- "@angular/compiler-cli": "~12.1.0-next.3",
+ "@angular-devkit/build-angular": "~12.1.0-next.4",
+ "@angular/cli": "~12.1.0-next.4",
+ "@angular/compiler-cli": "~12.1.0-next.4",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index e22355de..c13a7515 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.3.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.4.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 803e5f2e..8fa44536 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0-next.3",
- "@angular/core": "^12.1.0-next.3"
+ "@angular/common": "^12.1.0-next.4",
+ "@angular/core": "^12.1.0-next.4"
},
"dependencies": {
"tslib": "^2.1.0"
From 776c0dc8b0797a3c2114104ca41285d20133f430 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 10 Jun 2021 20:15:16 +0000
Subject: [PATCH 238/671] chore: version 12.1.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 6 ++---
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index cecf2c36..8971f69f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 03f12fa7..02bc6330 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0-next.4",
- "@angular/common": "~12.1.0-next.4",
- "@angular/compiler": "~12.1.0-next.4",
- "@angular/core": "~12.1.0-next.4",
- "@angular/forms": "~12.1.0-next.4",
- "@angular/platform-browser": "~12.1.0-next.4",
- "@angular/platform-browser-dynamic": "~12.1.0-next.4",
- "@angular/router": "~12.1.0-next.4",
+ "@angular/animations": "~12.1.0-next.5",
+ "@angular/common": "~12.1.0-next.5",
+ "@angular/compiler": "~12.1.0-next.5",
+ "@angular/core": "~12.1.0-next.5",
+ "@angular/forms": "~12.1.0-next.5",
+ "@angular/platform-browser": "~12.1.0-next.5",
+ "@angular/platform-browser-dynamic": "~12.1.0-next.5",
+ "@angular/router": "~12.1.0-next.5",
"rxjs": "~6.6.0",
- "tslib": "^2.1.0",
+ "tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.0-next.4",
- "@angular/cli": "~12.1.0-next.4",
- "@angular/compiler-cli": "~12.1.0-next.4",
+ "@angular-devkit/build-angular": "~12.1.0-next.5",
+ "@angular/cli": "~12.1.0-next.5",
+ "@angular/compiler-cli": "~12.1.0-next.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
@@ -35,6 +35,6 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.0.0-next.8",
- "typescript": "~4.2.3"
+ "typescript": "~4.3.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index c13a7515..30742f48 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.4.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.5.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 8fa44536..d8d11e69 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,10 +2,10 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0-next.4",
- "@angular/core": "^12.1.0-next.4"
+ "@angular/common": "^12.1.0-next.5",
+ "@angular/core": "^12.1.0-next.5"
},
"dependencies": {
- "tslib": "^2.1.0"
+ "tslib": "^2.2.0"
}
}
\ No newline at end of file
From 592d9170cac3bc03c3ad0c6f989dfcd85d14f38c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 17 Jun 2021 20:20:15 +0000
Subject: [PATCH 239/671] chore: version 12.1.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8971f69f..3514eb4f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 02bc6330..5f6e4831 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0-next.5",
- "@angular/common": "~12.1.0-next.5",
- "@angular/compiler": "~12.1.0-next.5",
- "@angular/core": "~12.1.0-next.5",
- "@angular/forms": "~12.1.0-next.5",
- "@angular/platform-browser": "~12.1.0-next.5",
- "@angular/platform-browser-dynamic": "~12.1.0-next.5",
- "@angular/router": "~12.1.0-next.5",
+ "@angular/animations": "~12.1.0-next.6",
+ "@angular/common": "~12.1.0-next.6",
+ "@angular/compiler": "~12.1.0-next.6",
+ "@angular/core": "~12.1.0-next.6",
+ "@angular/forms": "~12.1.0-next.6",
+ "@angular/platform-browser": "~12.1.0-next.6",
+ "@angular/platform-browser-dynamic": "~12.1.0-next.6",
+ "@angular/router": "~12.1.0-next.6",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.0-next.5",
- "@angular/cli": "~12.1.0-next.5",
- "@angular/compiler-cli": "~12.1.0-next.5",
+ "@angular-devkit/build-angular": "~12.1.0-next.6",
+ "@angular/cli": "~12.1.0-next.6",
+ "@angular/compiler-cli": "~12.1.0-next.6",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 30742f48..0d21dd80 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.5.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.6.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index d8d11e69..5d4733ef 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0-next.5",
- "@angular/core": "^12.1.0-next.5"
+ "@angular/common": "^12.1.0-next.6",
+ "@angular/core": "^12.1.0-next.6"
},
"dependencies": {
"tslib": "^2.2.0"
From 04b248a4d53c1c9312aef86864099e0b9d97b739 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 25 Jun 2021 02:30:52 +0000
Subject: [PATCH 240/671] chore: version 12.1.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3514eb4f..87fcb470 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5f6e4831..c6859820 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0-next.6",
- "@angular/common": "~12.1.0-next.6",
- "@angular/compiler": "~12.1.0-next.6",
- "@angular/core": "~12.1.0-next.6",
- "@angular/forms": "~12.1.0-next.6",
- "@angular/platform-browser": "~12.1.0-next.6",
- "@angular/platform-browser-dynamic": "~12.1.0-next.6",
- "@angular/router": "~12.1.0-next.6",
+ "@angular/animations": "~12.1.0",
+ "@angular/common": "~12.1.0",
+ "@angular/compiler": "~12.1.0",
+ "@angular/core": "~12.1.0",
+ "@angular/forms": "~12.1.0",
+ "@angular/platform-browser": "~12.1.0",
+ "@angular/platform-browser-dynamic": "~12.1.0",
+ "@angular/router": "~12.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.0-next.6",
- "@angular/cli": "~12.1.0-next.6",
- "@angular/compiler-cli": "~12.1.0-next.6",
+ "@angular-devkit/build-angular": "~12.1.0",
+ "@angular/cli": "~12.1.0",
+ "@angular/compiler-cli": "~12.1.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^12.0.0-next.8",
+ "ng-packagr": "^12.1.0-next.0",
"typescript": "~4.3.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0d21dd80..edda8201 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-next.6.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 5d4733ef..0fdbf191 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0-next.6",
- "@angular/core": "^12.1.0-next.6"
+ "@angular/common": "^12.1.0",
+ "@angular/core": "^12.1.0"
},
"dependencies": {
"tslib": "^2.2.0"
From 9fd30864dc749e3c792963e07934bb1e226a49c6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 1 Jul 2021 22:14:58 +0000
Subject: [PATCH 241/671] chore: version 12.1.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 87fcb470..d4b13f67 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c6859820..f9a72bde 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0",
- "@angular/common": "~12.1.0",
- "@angular/compiler": "~12.1.0",
- "@angular/core": "~12.1.0",
- "@angular/forms": "~12.1.0",
- "@angular/platform-browser": "~12.1.0",
- "@angular/platform-browser-dynamic": "~12.1.0",
- "@angular/router": "~12.1.0",
+ "@angular/animations": "~12.1.1",
+ "@angular/common": "~12.1.1",
+ "@angular/compiler": "~12.1.1",
+ "@angular/core": "~12.1.1",
+ "@angular/forms": "~12.1.1",
+ "@angular/platform-browser": "~12.1.1",
+ "@angular/platform-browser-dynamic": "~12.1.1",
+ "@angular/router": "~12.1.1",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.0",
- "@angular/cli": "~12.1.0",
- "@angular/compiler-cli": "~12.1.0",
+ "@angular-devkit/build-angular": "~12.1.1",
+ "@angular/cli": "~12.1.1",
+ "@angular/compiler-cli": "~12.1.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
- "ng-packagr": "^12.1.0-next.0",
+ "ng-packagr": "^12.1.0",
"typescript": "~4.3.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index edda8201..4f8e5f1d 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.1.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 0fdbf191..642b9be7 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0",
- "@angular/core": "^12.1.0"
+ "@angular/common": "^12.1.1",
+ "@angular/core": "^12.1.1"
},
"dependencies": {
"tslib": "^2.2.0"
From 34e1ffc3669dc1569e4d53e5e351bdb61b2d4f20 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 15 Jul 2021 00:46:58 +0000
Subject: [PATCH 242/671] chore: version 12.1.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d4b13f67..4ea7d0a2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f9a72bde..843ae996 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,30 +10,30 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.1",
- "@angular/common": "~12.1.1",
- "@angular/compiler": "~12.1.1",
- "@angular/core": "~12.1.1",
- "@angular/forms": "~12.1.1",
- "@angular/platform-browser": "~12.1.1",
- "@angular/platform-browser-dynamic": "~12.1.1",
- "@angular/router": "~12.1.1",
+ "@angular/animations": "~12.1.2",
+ "@angular/common": "~12.1.2",
+ "@angular/compiler": "~12.1.2",
+ "@angular/core": "~12.1.2",
+ "@angular/forms": "~12.1.2",
+ "@angular/platform-browser": "~12.1.2",
+ "@angular/platform-browser-dynamic": "~12.1.2",
+ "@angular/router": "~12.1.2",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.1",
- "@angular/cli": "~12.1.1",
- "@angular/compiler-cli": "~12.1.1",
- "@types/jasmine": "~3.6.0",
+ "@angular-devkit/build-angular": "~12.1.2",
+ "@angular/cli": "~12.1.2",
+ "@angular/compiler-cli": "~12.1.2",
+ "@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
- "jasmine-core": "~3.7.0",
+ "jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "^1.5.0",
+ "karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^12.1.0",
"typescript": "~4.3.2"
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 4f8e5f1d..1d6d5f65 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.1.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 642b9be7..ef075708 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.1",
- "@angular/core": "^12.1.1"
+ "@angular/common": "^12.1.2",
+ "@angular/core": "^12.1.2"
},
"dependencies": {
"tslib": "^2.2.0"
From b7cc7191c158363f620e8459de357ab039b49100 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 22 Jul 2021 00:51:27 +0000
Subject: [PATCH 243/671] chore: version 12.1.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4ea7d0a2..1e0c1d89 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 843ae996..ec970c10 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.2",
- "@angular/common": "~12.1.2",
- "@angular/compiler": "~12.1.2",
- "@angular/core": "~12.1.2",
- "@angular/forms": "~12.1.2",
- "@angular/platform-browser": "~12.1.2",
- "@angular/platform-browser-dynamic": "~12.1.2",
- "@angular/router": "~12.1.2",
+ "@angular/animations": "~12.1.0-",
+ "@angular/common": "~12.1.0-",
+ "@angular/compiler": "~12.1.0-",
+ "@angular/core": "~12.1.0-",
+ "@angular/forms": "~12.1.0-",
+ "@angular/platform-browser": "~12.1.0-",
+ "@angular/platform-browser-dynamic": "~12.1.0-",
+ "@angular/router": "~12.1.0-",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.2",
- "@angular/cli": "~12.1.2",
- "@angular/compiler-cli": "~12.1.2",
+ "@angular-devkit/build-angular": "~12.1.3",
+ "@angular/cli": "~12.1.3",
+ "@angular/compiler-cli": "~12.1.0-",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 1d6d5f65..9b218b87 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index ef075708..d5da9fc9 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.2",
- "@angular/core": "^12.1.2"
+ "@angular/common": "^12.1.0-",
+ "@angular/core": "^12.1.0-"
},
"dependencies": {
"tslib": "^2.2.0"
From ffc1447f4bd17e1fd3f206d75f5f547412b04ee4 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 28 Jul 2021 22:16:28 +0000
Subject: [PATCH 244/671] chore: version 12.1.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1e0c1d89..853a9bf6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ec970c10..bdb176ab 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0-",
- "@angular/common": "~12.1.0-",
- "@angular/compiler": "~12.1.0-",
- "@angular/core": "~12.1.0-",
- "@angular/forms": "~12.1.0-",
- "@angular/platform-browser": "~12.1.0-",
- "@angular/platform-browser-dynamic": "~12.1.0-",
- "@angular/router": "~12.1.0-",
+ "@angular/animations": "~12.1.0",
+ "@angular/common": "~12.1.0",
+ "@angular/compiler": "~12.1.0",
+ "@angular/core": "~12.1.0",
+ "@angular/forms": "~12.1.0",
+ "@angular/platform-browser": "~12.1.0",
+ "@angular/platform-browser-dynamic": "~12.1.0",
+ "@angular/router": "~12.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.3",
- "@angular/cli": "~12.1.3",
- "@angular/compiler-cli": "~12.1.0-",
+ "@angular-devkit/build-angular": "~12.1.4",
+ "@angular/cli": "~12.1.4",
+ "@angular/compiler-cli": "~12.1.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 9b218b87..edda8201 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0-.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index d5da9fc9..0fdbf191 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0-",
- "@angular/core": "^12.1.0-"
+ "@angular/common": "^12.1.0",
+ "@angular/core": "^12.1.0"
},
"dependencies": {
"tslib": "^2.2.0"
From 394df7f8f030a2ea013c4f67037aba26017a449a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 25 Jun 2021 02:31:45 +0000
Subject: [PATCH 245/671] chore: version 12.2.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 853a9bf6..18808690 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index bdb176ab..8d146568 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,23 +10,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.1.0",
- "@angular/common": "~12.1.0",
- "@angular/compiler": "~12.1.0",
- "@angular/core": "~12.1.0",
- "@angular/forms": "~12.1.0",
- "@angular/platform-browser": "~12.1.0",
- "@angular/platform-browser-dynamic": "~12.1.0",
- "@angular/router": "~12.1.0",
+ "@angular/animations": "~12.2.0-next.0",
+ "@angular/common": "~12.2.0-next.0",
+ "@angular/compiler": "~12.2.0-next.0",
+ "@angular/core": "~12.2.0-next.0",
+ "@angular/forms": "~12.2.0-next.0",
+ "@angular/platform-browser": "~12.2.0-next.0",
+ "@angular/platform-browser-dynamic": "~12.2.0-next.0",
+ "@angular/router": "~12.2.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.1.4",
- "@angular/cli": "~12.1.4",
- "@angular/compiler-cli": "~12.1.0",
- "@types/jasmine": "~3.8.0",
+ "@angular-devkit/build-angular": "~12.2.0-next.0",
+ "@angular/cli": "~12.2.0-next.0",
+ "@angular/compiler-cli": "~12.2.0-next.0",
+ "@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index edda8201..2cdd39fa 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.1.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 0fdbf191..af3cceff 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.1.0",
- "@angular/core": "^12.1.0"
+ "@angular/common": "^12.2.0-next.0",
+ "@angular/core": "^12.2.0-next.0"
},
"dependencies": {
"tslib": "^2.2.0"
From a78906e6aa6ce087d80a52860cc55e7ed3d434e0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 15 Jul 2021 00:47:55 +0000
Subject: [PATCH 246/671] chore: version 12.2.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/src/test.ts | 4 +++-
5 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 18808690..553295db 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8d146568..01e246a1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,23 +10,23 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.2.0-next.0",
- "@angular/common": "~12.2.0-next.0",
- "@angular/compiler": "~12.2.0-next.0",
- "@angular/core": "~12.2.0-next.0",
- "@angular/forms": "~12.2.0-next.0",
- "@angular/platform-browser": "~12.2.0-next.0",
- "@angular/platform-browser-dynamic": "~12.2.0-next.0",
- "@angular/router": "~12.2.0-next.0",
+ "@angular/animations": "~12.2.0-next.2",
+ "@angular/common": "~12.2.0-next.2",
+ "@angular/compiler": "~12.2.0-next.2",
+ "@angular/core": "~12.2.0-next.2",
+ "@angular/forms": "~12.2.0-next.2",
+ "@angular/platform-browser": "~12.2.0-next.2",
+ "@angular/platform-browser-dynamic": "~12.2.0-next.2",
+ "@angular/router": "~12.2.0-next.2",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.0-next.0",
- "@angular/cli": "~12.2.0-next.0",
- "@angular/compiler-cli": "~12.2.0-next.0",
- "@types/jasmine": "~3.6.0",
+ "@angular-devkit/build-angular": "~12.2.0-next.2",
+ "@angular/cli": "~12.2.0-next.2",
+ "@angular/compiler-cli": "~12.2.0-next.2",
+ "@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 2cdd39fa..03510531 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.2.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index af3cceff..65973f00 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.2.0-next.0",
- "@angular/core": "^12.2.0-next.0"
+ "@angular/common": "^12.2.0-next.2",
+ "@angular/core": "^12.2.0-next.2"
},
"dependencies": {
"tslib": "^2.2.0"
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index 52e55168..b84c0c21 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -18,8 +18,10 @@ declare const require: {
// First, initialize the Angular testing environment.
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
- platformBrowserDynamicTesting()
+ platformBrowserDynamicTesting(),
+ { teardown: { destroyAfterEach: true }},
);
+
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
From 22f2e6f16321965f6c98db3ebcf65325c6ce329b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 22 Jul 2021 00:52:25 +0000
Subject: [PATCH 247/671] chore: version 12.2.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 28 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 6 ++--
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 553295db..73332dcd 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 01e246a1..b81f47d4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.2.0-next.2",
- "@angular/common": "~12.2.0-next.2",
- "@angular/compiler": "~12.2.0-next.2",
- "@angular/core": "~12.2.0-next.2",
- "@angular/forms": "~12.2.0-next.2",
- "@angular/platform-browser": "~12.2.0-next.2",
- "@angular/platform-browser-dynamic": "~12.2.0-next.2",
- "@angular/router": "~12.2.0-next.2",
+ "@angular/animations": "~12.2.0-",
+ "@angular/common": "~12.2.0-",
+ "@angular/compiler": "~12.2.0-",
+ "@angular/core": "~12.2.0-",
+ "@angular/forms": "~12.2.0-",
+ "@angular/platform-browser": "~12.2.0-",
+ "@angular/platform-browser-dynamic": "~12.2.0-",
+ "@angular/router": "~12.2.0-",
"rxjs": "~6.6.0",
- "tslib": "^2.2.0",
+ "tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.0-next.2",
- "@angular/cli": "~12.2.0-next.2",
- "@angular/compiler-cli": "~12.2.0-next.2",
+ "@angular-devkit/build-angular": "~12.2.0-next.3",
+ "@angular/cli": "~12.2.0-next.3",
+ "@angular/compiler-cli": "~12.2.0-",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "^12.1.0",
- "typescript": "~4.3.2"
+ "ng-packagr": "^12.1.1",
+ "typescript": "~4.3.5"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 03510531..1c44da35 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.2.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 65973f00..6d3d42b5 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,10 +2,10 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.2.0-next.2",
- "@angular/core": "^12.2.0-next.2"
+ "@angular/common": "^12.2.0-",
+ "@angular/core": "^12.2.0-"
},
"dependencies": {
- "tslib": "^2.2.0"
+ "tslib": "^2.3.0"
}
}
\ No newline at end of file
From a0134d1d12ed1fd5ad2a491c078c89851cf091e3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 28 Jul 2021 22:17:36 +0000
Subject: [PATCH 248/671] chore: version 12.2.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 73332dcd..56dbd831 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b81f47d4..f0b7c75a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.2.0-",
- "@angular/common": "~12.2.0-",
- "@angular/compiler": "~12.2.0-",
- "@angular/core": "~12.2.0-",
- "@angular/forms": "~12.2.0-",
- "@angular/platform-browser": "~12.2.0-",
- "@angular/platform-browser-dynamic": "~12.2.0-",
- "@angular/router": "~12.2.0-",
+ "@angular/animations": "~12.2.0-rc",
+ "@angular/common": "~12.2.0-rc",
+ "@angular/compiler": "~12.2.0-rc",
+ "@angular/core": "~12.2.0-rc",
+ "@angular/forms": "~12.2.0-rc",
+ "@angular/platform-browser": "~12.2.0-rc",
+ "@angular/platform-browser-dynamic": "~12.2.0-rc",
+ "@angular/router": "~12.2.0-rc",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.0-next.3",
- "@angular/cli": "~12.2.0-next.3",
- "@angular/compiler-cli": "~12.2.0-",
+ "@angular-devkit/build-angular": "~12.2.0-rc.0",
+ "@angular/cli": "~12.2.0-rc.0",
+ "@angular/compiler-cli": "~12.2.0-rc",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 1c44da35..8669e8d9 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-rc.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 6d3d42b5..afba6019 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.2.0-",
- "@angular/core": "^12.2.0-"
+ "@angular/common": "^12.2.0-rc",
+ "@angular/core": "^12.2.0-rc"
},
"dependencies": {
"tslib": "^2.3.0"
From 0b01bccf64b79b3e3628ee06335a16d4a864af03 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 5 Aug 2021 00:51:47 +0000
Subject: [PATCH 249/671] chore: version 12.2.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 56dbd831..7f485c8e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f0b7c75a..cfbaae98 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.2.0-rc",
- "@angular/common": "~12.2.0-rc",
- "@angular/compiler": "~12.2.0-rc",
- "@angular/core": "~12.2.0-rc",
- "@angular/forms": "~12.2.0-rc",
- "@angular/platform-browser": "~12.2.0-rc",
- "@angular/platform-browser-dynamic": "~12.2.0-rc",
- "@angular/router": "~12.2.0-rc",
+ "@angular/animations": "~12.2.0",
+ "@angular/common": "~12.2.0",
+ "@angular/compiler": "~12.2.0",
+ "@angular/core": "~12.2.0",
+ "@angular/forms": "~12.2.0",
+ "@angular/platform-browser": "~12.2.0",
+ "@angular/platform-browser-dynamic": "~12.2.0",
+ "@angular/router": "~12.2.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.0-rc.0",
- "@angular/cli": "~12.2.0-rc.0",
- "@angular/compiler-cli": "~12.2.0-rc",
+ "@angular-devkit/build-angular": "~12.2.0",
+ "@angular/cli": "~12.2.0",
+ "@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8669e8d9..cbd3ff42 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0-rc.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index afba6019..1a2c0f0a 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.2.0-rc",
- "@angular/core": "^12.2.0-rc"
+ "@angular/common": "^12.2.0",
+ "@angular/core": "^12.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
From cb99d63e4d7a9cc53acdbeefbbedf32485ef530e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 11 Aug 2021 20:17:08 +0000
Subject: [PATCH 250/671] chore: version 12.2.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7f485c8e..2678c640 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cfbaae98..55cacc33 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.0",
- "@angular/cli": "~12.2.0",
+ "@angular-devkit/build-angular": "~12.2.1",
+ "@angular/cli": "~12.2.1",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From f6984eff9bf7064e623538212f65c3d7a3751d7a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 19 Aug 2021 00:41:01 +0000
Subject: [PATCH 251/671] chore: version 12.2.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2678c640..2f69658d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 55cacc33..a3b3284f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.1",
- "@angular/cli": "~12.2.1",
+ "@angular-devkit/build-angular": "~12.2.2",
+ "@angular/cli": "~12.2.2",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From cfaf1cff8af2f8884891d47447a2251c13cd0a2f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 26 Aug 2021 18:18:10 +0000
Subject: [PATCH 252/671] chore: version 12.2.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2f69658d..0d1ffd6a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a3b3284f..ec689f54 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.2",
- "@angular/cli": "~12.2.2",
+ "@angular-devkit/build-angular": "~12.2.3",
+ "@angular/cli": "~12.2.3",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 2d9407eed683751295746c6503cb7b87145d41ba Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 1 Sep 2021 22:15:43 +0000
Subject: [PATCH 253/671] chore: version 12.2.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0d1ffd6a..47a921a8 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ec689f54..a1ccbece 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.3",
- "@angular/cli": "~12.2.3",
+ "@angular-devkit/build-angular": "~12.2.4",
+ "@angular/cli": "~12.2.4",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 7fb124ee26a3e92702ae5c05b1b8d01f1de3a758 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 8 Sep 2021 20:16:12 +0000
Subject: [PATCH 254/671] chore: version 12.2.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 47a921a8..428ade48 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a1ccbece..d3c8e929 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.4",
- "@angular/cli": "~12.2.4",
+ "@angular-devkit/build-angular": "~12.2.5",
+ "@angular/cli": "~12.2.5",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From bcf87d9221e8bfce28e7f6b26872c344f2974c2d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Sep 2021 20:16:07 +0000
Subject: [PATCH 255/671] chore: version 12.2.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 428ade48..98f9eec3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d3c8e929..05070c20 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.5",
- "@angular/cli": "~12.2.5",
+ "@angular-devkit/build-angular": "~12.2.6",
+ "@angular/cli": "~12.2.6",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From eded429362b833ddaff77ef7d1aafe3b47bc5228 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 23 Sep 2021 02:32:00 +0000
Subject: [PATCH 256/671] chore: version 12.2.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 98f9eec3..bf09ce9a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 05070c20..984ae28f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.6",
- "@angular/cli": "~12.2.6",
+ "@angular-devkit/build-angular": "~12.2.7",
+ "@angular/cli": "~12.2.7",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From d5530ba8eaaa8499da807269ee9e9b593b58c60e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 1 Oct 2021 20:20:04 +0000
Subject: [PATCH 257/671] chore: version 12.2.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index bf09ce9a..0056f7af 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 984ae28f..f962fbdc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.7",
- "@angular/cli": "~12.2.7",
+ "@angular-devkit/build-angular": "~12.2.8",
+ "@angular/cli": "~12.2.8",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From c13f8b92eb598c3416fad9f72e6b8299536291ba Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 7 Oct 2021 00:52:49 +0000
Subject: [PATCH 258/671] chore: version 12.2.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0056f7af..a6a7f226 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f962fbdc..691ef07a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.8",
- "@angular/cli": "~12.2.8",
+ "@angular-devkit/build-angular": "~12.2.9",
+ "@angular/cli": "~12.2.9",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 7172d88bbe5bb34df4f7ed2fa06212c029ee8f67 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 14 Oct 2021 00:52:27 +0000
Subject: [PATCH 259/671] chore: version 12.2.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a6a7f226..712322c6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 691ef07a..2891c86d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.9",
- "@angular/cli": "~12.2.9",
+ "@angular-devkit/build-angular": "~12.2.10",
+ "@angular/cli": "~12.2.10",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 73735d96430c68c654c1c083f428b7c2fe930a2a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 21 Oct 2021 00:56:29 +0000
Subject: [PATCH 260/671] chore: version 12.2.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 712322c6..baaba961 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2891c86d..4c5f174b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.10",
- "@angular/cli": "~12.2.10",
+ "@angular-devkit/build-angular": "~12.2.11",
+ "@angular/cli": "~12.2.11",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 63863e41c09b89b057e0b352096487af77b275f8 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 28 Oct 2021 00:52:31 +0000
Subject: [PATCH 261/671] chore: version 12.2.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index baaba961..b1f9e2d3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 4c5f174b..5ed636e9 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.11",
- "@angular/cli": "~12.2.11",
+ "@angular-devkit/build-angular": "~12.2.12",
+ "@angular/cli": "~12.2.12",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From cbd5e184f9f8511bc831cb43c8077e26d513ee09 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 3 Nov 2021 22:15:10 +0000
Subject: [PATCH 262/671] chore: version 12.2.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b1f9e2d3..ed4b7bcf 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5ed636e9..473e1776 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.12",
- "@angular/cli": "~12.2.12",
+ "@angular-devkit/build-angular": "~12.2.13",
+ "@angular/cli": "~12.2.13",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 748cee479e22a54886723ce1ff5998de713393ec Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 7 Dec 2021 20:17:48 +0000
Subject: [PATCH 263/671] chore: version 12.2.14
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ed4b7bcf..05a2584d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.14.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 473e1776..71ae2b93 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.13",
- "@angular/cli": "~12.2.13",
+ "@angular-devkit/build-angular": "~12.2.14",
+ "@angular/cli": "~12.2.14",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 55b8b2bf83d2dc7bfe7392d71d14045337984f8c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 13 Jan 2022 01:03:31 +0000
Subject: [PATCH 264/671] chore: version 12.2.15
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 05a2584d..b7eb561e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.14.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.15.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 71ae2b93..928804a2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.14",
- "@angular/cli": "~12.2.14",
+ "@angular-devkit/build-angular": "~12.2.15",
+ "@angular/cli": "~12.2.15",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From bfd5c45c2b16757a3ded37525d1efaa01aafc1fb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Mon, 31 Jan 2022 18:18:10 +0000
Subject: [PATCH 265/671] chore: version 12.2.16
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b7eb561e..dc3bff0f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.15.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.16.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 928804a2..b5f05aad 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.15",
- "@angular/cli": "~12.2.15",
+ "@angular-devkit/build-angular": "~12.2.16",
+ "@angular/cli": "~12.2.16",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 4bac87f8a3f8d9e2d50f5e5e2916e9cfb5a75149 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 1 Apr 2022 01:20:53 +0000
Subject: [PATCH 266/671] chore: version 12.2.17
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index dc3bff0f..f62d6ffa 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.16.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.17.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b5f05aad..500ffe72 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.16",
- "@angular/cli": "~12.2.16",
+ "@angular-devkit/build-angular": "~12.2.17",
+ "@angular/cli": "~12.2.17",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 2c20311f59a30505cb08819d5a185a4f1a54c0eb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 21 Jul 2022 14:17:07 +0000
Subject: [PATCH 267/671] chore: version 12.2.18
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f62d6ffa..905b7136 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.17.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.18.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 500ffe72..a42319f8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.17",
- "@angular/cli": "~12.2.17",
+ "@angular-devkit/build-angular": "~12.2.18",
+ "@angular/cli": "~12.2.18",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From 130d04ec3ce42ec97b2e51c0817e2e3e0f32f226 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 11 Aug 2021 22:18:30 +0000
Subject: [PATCH 268/671] chore: version 13.0.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
ponyracer/tsconfig.json | 2 ++
5 files changed, 17 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 905b7136..7a6998b5 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.18.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a42319f8..384b2331 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~12.2.0",
- "@angular/common": "~12.2.0",
- "@angular/compiler": "~12.2.0",
- "@angular/core": "~12.2.0",
- "@angular/forms": "~12.2.0",
- "@angular/platform-browser": "~12.2.0",
- "@angular/platform-browser-dynamic": "~12.2.0",
- "@angular/router": "~12.2.0",
+ "@angular/animations": "~13.0.0-next.0",
+ "@angular/common": "~13.0.0-next.0",
+ "@angular/compiler": "~13.0.0-next.0",
+ "@angular/core": "~13.0.0-next.0",
+ "@angular/forms": "~13.0.0-next.0",
+ "@angular/platform-browser": "~13.0.0-next.0",
+ "@angular/platform-browser-dynamic": "~13.0.0-next.0",
+ "@angular/router": "~13.0.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~12.2.18",
- "@angular/cli": "~12.2.18",
- "@angular/compiler-cli": "~12.2.0",
+ "@angular-devkit/build-angular": "~13.0.0-next.0",
+ "@angular/cli": "~13.0.0-next.0",
+ "@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index cbd3ff42..fac1a528 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 1a2c0f0a..619de76a 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^12.2.0",
- "@angular/core": "^12.2.0"
+ "@angular/common": "^13.0.0-next.0",
+ "@angular/core": "^13.0.0-next.0"
},
"dependencies": {
"tslib": "^2.3.0"
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index 91d5adfe..ae4359ab 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -6,6 +6,8 @@
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
+ "noImplicitOverride": true,
+ "noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
From fecbc0c9966373a6b9f536297b0476088567f8c1 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 19 Aug 2021 00:41:49 +0000
Subject: [PATCH 269/671] chore: version 13.0.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 7a6998b5..d7ebcd56 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 384b2331..9e150608 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.0",
- "@angular/cli": "~13.0.0-next.0",
+ "@angular-devkit/build-angular": "~13.0.0-next.1",
+ "@angular/cli": "~13.0.0-next.1",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
From fe6fd045a5470a2d9e84e38095625803235d0dea Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 26 Aug 2021 20:20:51 +0000
Subject: [PATCH 270/671] chore: version 13.0.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d7ebcd56..39178b5a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9e150608..e7cad0dd 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,12 +23,12 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.1",
- "@angular/cli": "~13.0.0-next.1",
+ "@angular-devkit/build-angular": "~13.0.0-next.2",
+ "@angular/cli": "~13.0.0-next.2",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
- "jasmine-core": "~3.8.0",
+ "jasmine-core": "~3.9.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
From 85d0dc555f5a3f977f53ae0400b0677e641ca664 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 1 Sep 2021 22:16:41 +0000
Subject: [PATCH 271/671] chore: version 13.0.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/.browserslistrc | 16 ++++++++++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 ponyracer/projects/ponyracer-lib/.browserslistrc
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 39178b5a..9d1780df 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e7cad0dd..3ebbca5b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.2",
- "@angular/cli": "~13.0.0-next.2",
+ "@angular-devkit/build-angular": "~13.0.0-next.3",
+ "@angular/cli": "~13.0.0-next.3",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/.browserslistrc b/ponyracer/projects/ponyracer-lib/.browserslistrc
new file mode 100644
index 00000000..4f9ac269
--- /dev/null
+++ b/ponyracer/projects/ponyracer-lib/.browserslistrc
@@ -0,0 +1,16 @@
+# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
+# For additional information regarding the format and rule options, please see:
+# https://github.com/browserslist/browserslist#queries
+
+# For the full list of supported browsers by the Angular framework, please see:
+# https://angular.io/guide/browser-support
+
+# You can see what browsers were selected by your queries by running:
+# npx browserslist
+
+last 1 Chrome version
+last 1 Firefox version
+last 2 Edge major versions
+last 2 Safari major versions
+last 2 iOS major versions
+Firefox ESR
From 29df2de48ff7199f373ee06f5c08773052d5a1da Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 8 Sep 2021 20:17:11 +0000
Subject: [PATCH 272/671] chore: version 13.0.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9d1780df..f0a94e50 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3ebbca5b..da9aa1f1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,10 +23,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.3",
- "@angular/cli": "~13.0.0-next.3",
+ "@angular-devkit/build-angular": "~13.0.0-next.4",
+ "@angular/cli": "~13.0.0-next.4",
"@angular/compiler-cli": "~13.0.0-next.0",
- "@types/jasmine": "~3.8.0",
+ "@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.9.0",
"karma": "~6.3.0",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "^12.1.1",
+ "ng-packagr": "~13.0.0-next.0",
"typescript": "~4.3.5"
}
}
From 0f84f5ae9fb6e5cf2bbeca7fd33254aa021a7a68 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Sep 2021 22:15:28 +0000
Subject: [PATCH 273/671] chore: version 13.0.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f0a94e50..dee79572 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index da9aa1f1..4d68c214 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.4",
- "@angular/cli": "~13.0.0-next.4",
+ "@angular-devkit/build-angular": "~13.0.0-next.5",
+ "@angular/cli": "~13.0.0-next.5",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
From d942082fc357ca9a3babeedb33d8cd0d2b9129a5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 23 Sep 2021 00:53:26 +0000
Subject: [PATCH 274/671] chore: version 13.0.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index dee79572..0e7c2e7f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 4d68c214..5bfdddf0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.5",
- "@angular/cli": "~13.0.0-next.5",
+ "@angular-devkit/build-angular": "~13.0.0-next.6",
+ "@angular/cli": "~13.0.0-next.6",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
From 5d60d2c16f122459d48188d1d23cfef571883fae Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 1 Oct 2021 00:53:59 +0000
Subject: [PATCH 275/671] chore: version 13.0.0-next.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0e7c2e7f..97df5584 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5bfdddf0..778077bc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -18,13 +18,13 @@
"@angular/platform-browser": "~13.0.0-next.0",
"@angular/platform-browser-dynamic": "~13.0.0-next.0",
"@angular/router": "~13.0.0-next.0",
- "rxjs": "~6.6.0",
+ "rxjs": "~7.3.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.6",
- "@angular/cli": "~13.0.0-next.6",
+ "@angular-devkit/build-angular": "~13.0.0-next.7",
+ "@angular/cli": "~13.0.0-next.7",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
@@ -35,6 +35,6 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "~13.0.0-next.0",
- "typescript": "~4.3.5"
+ "typescript": "~4.4.3"
}
}
From 740da266e28012a1ceaf22162c16871160dd1837 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 5 Oct 2021 18:17:42 +0000
Subject: [PATCH 276/671] chore: version 13.0.0-next.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 97df5584..4536a81e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 778077bc..69fc2dd0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.7",
- "@angular/cli": "~13.0.0-next.7",
+ "@angular-devkit/build-angular": "~13.0.0-next.8",
+ "@angular/cli": "~13.0.0-next.8",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
From 8d74b15d2559e970ae2838cbacb309081f65356a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 7 Oct 2021 02:30:36 +0000
Subject: [PATCH 277/671] chore: version 13.0.0-next.9
---
ponyracer/.gitignore | 1 +
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
ponyracer/projects/ponyracer-lib/src/test.ts | 1 -
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
index de51f68a..105c00f2 100644
--- a/ponyracer/.gitignore
+++ b/ponyracer/.gitignore
@@ -31,6 +31,7 @@ chrome-profiler-events*.json
.history/*
# misc
+/.angular/cache
/.sass-cache
/connect.lock
/coverage
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4536a81e..3f70a1ff 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 69fc2dd0..9eacff5f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -18,13 +18,13 @@
"@angular/platform-browser": "~13.0.0-next.0",
"@angular/platform-browser-dynamic": "~13.0.0-next.0",
"@angular/router": "~13.0.0-next.0",
- "rxjs": "~7.3.0",
+ "rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.8",
- "@angular/cli": "~13.0.0-next.8",
+ "@angular-devkit/build-angular": "~13.0.0-next.9",
+ "@angular/cli": "~13.0.0-next.9",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index b84c0c21..9782baee 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -19,7 +19,6 @@ declare const require: {
getTestBed().initTestEnvironment(
BrowserDynamicTestingModule,
platformBrowserDynamicTesting(),
- { teardown: { destroyAfterEach: true }},
);
// Then we find all the tests.
From 16c0964c8dea68079e64efeeb1dcec0ef09d15dd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 14 Oct 2021 00:53:42 +0000
Subject: [PATCH 278/671] chore: version 13.0.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/tsconfig.lib.json | 7 +------
ponyracer/tsconfig.json | 2 +-
4 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3f70a1ff..2628b615 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 9eacff5f..1c90a154 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-next.9",
- "@angular/cli": "~13.0.0-next.9",
+ "@angular-devkit/build-angular": "~13.0.0-rc.0",
+ "@angular/cli": "~13.0.0-rc.0",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.9.0",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
index 1407202d..b77b13c0 100644
--- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
+++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json
@@ -3,15 +3,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
- "target": "es2015",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
- "types": [],
- "lib": [
- "dom",
- "es2018"
- ]
+ "types": []
},
"exclude": [
"src/test.ts",
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index ae4359ab..e7ed7d4d 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -25,7 +25,7 @@
"target": "es2017",
"module": "es2020",
"lib": [
- "es2018",
+ "es2020",
"dom"
]
},
From 006c99127227b0a348613d85d6b9ab25979224ec Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 21 Oct 2021 01:01:10 +0000
Subject: [PATCH 279/671] chore: version 13.0.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2628b615..ddb85b2b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1c90a154..3f93633f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,12 +23,12 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-rc.0",
- "@angular/cli": "~13.0.0-rc.0",
+ "@angular-devkit/build-angular": "~13.0.0-rc.1",
+ "@angular/cli": "~13.0.0-rc.1",
"@angular/compiler-cli": "~13.0.0-next.0",
- "@types/jasmine": "~3.9.0",
+ "@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
- "jasmine-core": "~3.9.0",
+ "jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
From ec8b739c91fa795e99f075efb66cd03beca3299d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 28 Oct 2021 00:54:51 +0000
Subject: [PATCH 280/671] chore: version 13.0.0-rc.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ddb85b2b..befbb37f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3f93633f..70235e36 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-rc.1",
- "@angular/cli": "~13.0.0-rc.1",
+ "@angular-devkit/build-angular": "~13.0.0-rc.2",
+ "@angular/cli": "~13.0.0-rc.2",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From e412f093336eb04ab981ff02bcfd665ce26b15fb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 2 Nov 2021 20:16:43 +0000
Subject: [PATCH 281/671] chore: version 13.0.0-rc.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index befbb37f..6a16adbf 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 70235e36..a44e0132 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-rc.2",
- "@angular/cli": "~13.0.0-rc.2",
+ "@angular-devkit/build-angular": "~13.0.0-rc.3",
+ "@angular/cli": "~13.0.0-rc.3",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 63fd908d66564dc671be39d29ee8705918528317 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 3 Nov 2021 20:16:50 +0000
Subject: [PATCH 282/671] chore: version 13.0.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6a16adbf..e52fb021 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-rc.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a44e0132..d1f919f5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0-rc.3",
- "@angular/cli": "~13.0.0-rc.3",
+ "@angular-devkit/build-angular": "~13.0.0",
+ "@angular/cli": "~13.0.0",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
@@ -34,7 +34,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "~13.0.0-next.0",
+ "ng-packagr": "^13.0.0",
"typescript": "~4.4.3"
}
}
From b1b84920ffc0ec4ff3267c5a2bf353eb2a99c294 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 4 Nov 2021 04:20:32 +0000
Subject: [PATCH 283/671] chore: version 13.0.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e52fb021..c81fbb7a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d1f919f5..8ad630d6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.0.0-next.0",
- "@angular/common": "~13.0.0-next.0",
- "@angular/compiler": "~13.0.0-next.0",
- "@angular/core": "~13.0.0-next.0",
- "@angular/forms": "~13.0.0-next.0",
- "@angular/platform-browser": "~13.0.0-next.0",
- "@angular/platform-browser-dynamic": "~13.0.0-next.0",
- "@angular/router": "~13.0.0-next.0",
+ "@angular/animations": "~13.0.0",
+ "@angular/common": "~13.0.0",
+ "@angular/compiler": "~13.0.0",
+ "@angular/core": "~13.0.0",
+ "@angular/forms": "~13.0.0",
+ "@angular/platform-browser": "~13.0.0",
+ "@angular/platform-browser-dynamic": "~13.0.0",
+ "@angular/router": "~13.0.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.0",
- "@angular/cli": "~13.0.0",
- "@angular/compiler-cli": "~13.0.0-next.0",
+ "@angular-devkit/build-angular": "~13.0.1",
+ "@angular/cli": "~13.0.1",
+ "@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fac1a528..11a265c1 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 619de76a..d2ff16b1 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.0.0-next.0",
- "@angular/core": "^13.0.0-next.0"
+ "@angular/common": "^13.0.0",
+ "@angular/core": "^13.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
From 005b2e2edcc9c4d9a7ca619d51033ccc0ebec60c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 11 Nov 2021 00:51:46 +0000
Subject: [PATCH 284/671] chore: version 13.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c81fbb7a..19e03470 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8ad630d6..85974d32 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.1",
- "@angular/cli": "~13.0.1",
+ "@angular-devkit/build-angular": "~13.0.2",
+ "@angular/cli": "~13.0.2",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 7aaa061760b6a4a3c99a4602f0d7aae134689294 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 18 Nov 2021 00:54:24 +0000
Subject: [PATCH 285/671] chore: version 13.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 19e03470..d5236aa6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 85974d32..01c77c99 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.2",
- "@angular/cli": "~13.0.2",
+ "@angular-devkit/build-angular": "~13.0.3",
+ "@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From c3abcc110cc90e4a0e49d70a880e795c40ce0f39 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 2 Dec 2021 00:55:17 +0000
Subject: [PATCH 286/671] chore: version 13.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/src/test.ts | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d5236aa6..fb7cba3f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 01c77c99..3447a61e 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.3",
- "@angular/cli": "~13.0.3",
+ "@angular-devkit/build-angular": "~13.0.4",
+ "@angular/cli": "~13.0.4",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index 9782baee..bcca659d 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -10,8 +10,8 @@ import {
declare const require: {
context(path: string, deep?: boolean, filter?: RegExp): {
- keys(): string[];
(id: string): T;
+ keys(): string[];
};
};
From a9dbd8efa54f82800b48a5e253272e2b0e06292b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 4 Nov 2021 00:50:39 +0000
Subject: [PATCH 287/671] chore: version 13.1.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index fb7cba3f..0452d9ec 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3447a61e..8eb45717 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,9 +23,9 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.0.4",
- "@angular/cli": "~13.0.4",
- "@angular/compiler-cli": "~13.0.0",
+ "@angular-devkit/build-angular": "~13.1.0-next.0",
+ "@angular/cli": "~13.1.0-next.0",
+ "@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
From 8c6cdb3112021ff0c1eb0e5324ee908e16ca1711 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 11 Nov 2021 02:29:38 +0000
Subject: [PATCH 288/671] chore: version 13.1.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0452d9ec..547c7ca2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8eb45717..593aab8a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,9 +23,9 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.0-next.0",
- "@angular/cli": "~13.1.0-next.0",
- "@angular/compiler-cli": "~13.0.0-next.0",
+ "@angular-devkit/build-angular": "~13.1.0-next.1",
+ "@angular/cli": "~13.1.0-next.1",
+ "@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
From b83633a1ef023cb299bda6140f6be672092f0d72 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 18 Nov 2021 06:19:05 +0000
Subject: [PATCH 289/671] chore: version 13.1.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 547c7ca2..916a1e41 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 593aab8a..c2cdd393 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.0-next.1",
- "@angular/cli": "~13.1.0-next.1",
+ "@angular-devkit/build-angular": "~13.1.0-next.2",
+ "@angular/cli": "~13.1.0-next.2",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From f64e0b5b4c1314fac407ceebc58cfb254491f36d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 2 Dec 2021 04:20:53 +0000
Subject: [PATCH 290/671] chore: version 13.1.0-next.3
---
ponyracer/.vscode/extensions.json | 4 +++
ponyracer/.vscode/launch.json | 20 +++++++++++++++
ponyracer/.vscode/tasks.json | 42 +++++++++++++++++++++++++++++++
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 +--
5 files changed, 69 insertions(+), 3 deletions(-)
create mode 100644 ponyracer/.vscode/extensions.json
create mode 100644 ponyracer/.vscode/launch.json
create mode 100644 ponyracer/.vscode/tasks.json
diff --git a/ponyracer/.vscode/extensions.json b/ponyracer/.vscode/extensions.json
new file mode 100644
index 00000000..77b37457
--- /dev/null
+++ b/ponyracer/.vscode/extensions.json
@@ -0,0 +1,4 @@
+{
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
+ "recommendations": ["angular.ng-template"]
+}
diff --git a/ponyracer/.vscode/launch.json b/ponyracer/.vscode/launch.json
new file mode 100644
index 00000000..740e35a0
--- /dev/null
+++ b/ponyracer/.vscode/launch.json
@@ -0,0 +1,20 @@
+{
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "ng serve",
+ "type": "pwa-chrome",
+ "request": "launch",
+ "preLaunchTask": "npm: start",
+ "url": "http://localhost:4200/"
+ },
+ {
+ "name": "ng test",
+ "type": "chrome",
+ "request": "launch",
+ "preLaunchTask": "npm: test",
+ "url": "http://localhost:9876/debug.html"
+ }
+ ]
+}
diff --git a/ponyracer/.vscode/tasks.json b/ponyracer/.vscode/tasks.json
new file mode 100644
index 00000000..a298b5bd
--- /dev/null
+++ b/ponyracer/.vscode/tasks.json
@@ -0,0 +1,42 @@
+{
+ // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "type": "npm",
+ "script": "start",
+ "isBackground": true,
+ "problemMatcher": {
+ "owner": "typescript",
+ "pattern": "$tsc",
+ "background": {
+ "activeOnStart": true,
+ "beginsPattern": {
+ "regexp": "(.*?)"
+ },
+ "endsPattern": {
+ "regexp": "bundle generation complete"
+ }
+ }
+ }
+ },
+ {
+ "type": "npm",
+ "script": "test",
+ "isBackground": true,
+ "problemMatcher": {
+ "owner": "typescript",
+ "pattern": "$tsc",
+ "background": {
+ "activeOnStart": true,
+ "beginsPattern": {
+ "regexp": "(.*?)"
+ },
+ "endsPattern": {
+ "regexp": "bundle generation complete"
+ }
+ }
+ }
+ }
+ ]
+}
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 916a1e41..3a6fc112 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c2cdd393..a698888b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.0-next.2",
- "@angular/cli": "~13.1.0-next.2",
+ "@angular-devkit/build-angular": "~13.1.0-next.3",
+ "@angular/cli": "~13.1.0-next.3",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 46efb245f24ffd9ce9d4e09ebfa2841dcf9c31a6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 9 Dec 2021 22:16:10 +0000
Subject: [PATCH 291/671] chore: version 13.1.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3a6fc112..b9b88ae5 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a698888b..5787f6d4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,18 +23,18 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.0-next.3",
- "@angular/cli": "~13.1.0-next.3",
+ "@angular-devkit/build-angular": "~13.1.0-rc.0",
+ "@angular/cli": "~13.1.0-rc.0",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
- "karma-coverage": "~2.0.3",
+ "karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0",
- "typescript": "~4.4.3"
+ "typescript": "~4.5.2"
}
}
From 68d3e0921dc60b6dfafc4fcdb096b2543ab3e440 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 10 Dec 2021 00:53:29 +0000
Subject: [PATCH 292/671] chore: version 13.1.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b9b88ae5..47244225 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5787f6d4..81cc9109 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.0-rc.0",
- "@angular/cli": "~13.1.0-rc.0",
+ "@angular-devkit/build-angular": "~13.1.0",
+ "@angular/cli": "~13.1.0",
"@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 7ff72fa8c87fe641f3ac6d0cac16ea8126cfde85 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 10 Dec 2021 18:19:19 +0000
Subject: [PATCH 293/671] chore: version 13.1.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 47244225..edc502db 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 81cc9109..94f2d742 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.0.0",
- "@angular/common": "~13.0.0",
- "@angular/compiler": "~13.0.0",
- "@angular/core": "~13.0.0",
- "@angular/forms": "~13.0.0",
- "@angular/platform-browser": "~13.0.0",
- "@angular/platform-browser-dynamic": "~13.0.0",
- "@angular/router": "~13.0.0",
+ "@angular/animations": "~13.1.0",
+ "@angular/common": "~13.1.0",
+ "@angular/compiler": "~13.1.0",
+ "@angular/core": "~13.1.0",
+ "@angular/forms": "~13.1.0",
+ "@angular/platform-browser": "~13.1.0",
+ "@angular/platform-browser-dynamic": "~13.1.0",
+ "@angular/router": "~13.1.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.0",
- "@angular/cli": "~13.1.0",
- "@angular/compiler-cli": "~13.0.0",
+ "@angular-devkit/build-angular": "~13.1.1",
+ "@angular/cli": "~13.1.1",
+ "@angular/compiler-cli": "~13.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 11a265c1..8fa7bbcb 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index d2ff16b1..4f926030 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.0.0",
- "@angular/core": "^13.0.0"
+ "@angular/common": "^13.1.0",
+ "@angular/core": "^13.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
From 7f44fc3ff13a595c8c42dab329fe02b5cccb0fae Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Dec 2021 22:23:48 +0000
Subject: [PATCH 294/671] chore: version 13.1.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index edc502db..165498d2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 94f2d742..d40a94b0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.1",
- "@angular/cli": "~13.1.1",
+ "@angular-devkit/build-angular": "~13.1.2",
+ "@angular/cli": "~13.1.2",
"@angular/compiler-cli": "~13.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 281bb2e6555ba19919e5d7f89fbb316dfc77ee60 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 12 Jan 2022 22:16:56 +0000
Subject: [PATCH 295/671] chore: version 13.1.3
---
ponyracer/.gitignore | 22 +++++++++-------------
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
3 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore
index 105c00f2..0711527e 100644
--- a/ponyracer/.gitignore
+++ b/ponyracer/.gitignore
@@ -1,20 +1,18 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
-# compiled output
+# Compiled output
/dist
/tmp
/out-tsc
-# Only exists if Bazel was run
/bazel-out
-# dependencies
+# Node
/node_modules
-
-# profiling files
-chrome-profiler-events*.json
+npm-debug.log
+yarn-error.log
# IDEs and editors
-/.idea
+.idea/
.project
.classpath
.c9/
@@ -22,7 +20,7 @@ chrome-profiler-events*.json
.settings/
*.sublime-workspace
-# IDE - VSCode
+# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
@@ -30,17 +28,15 @@ chrome-profiler-events*.json
!.vscode/extensions.json
.history/*
-# misc
+# Miscellaneous
/.angular/cache
-/.sass-cache
+.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
-npm-debug.log
-yarn-error.log
testem.log
/typings
-# System Files
+# System files
.DS_Store
Thumbs.db
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 165498d2..ff0b4ca3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index d40a94b0..74d2a786 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.2",
- "@angular/cli": "~13.1.2",
+ "@angular-devkit/build-angular": "~13.1.3",
+ "@angular/cli": "~13.1.3",
"@angular/compiler-cli": "~13.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 542f3f115db10c3a8b710fad10cea9d497ee8697 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 19 Jan 2022 22:17:41 +0000
Subject: [PATCH 296/671] chore: version 13.1.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ff0b4ca3..d16e3a59 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 74d2a786..3b255880 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.3",
- "@angular/cli": "~13.1.3",
+ "@angular-devkit/build-angular": "~13.1.4",
+ "@angular/cli": "~13.1.4",
"@angular/compiler-cli": "~13.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From bf9264f9683012f6ee758533fd34ce534c9a4a8b Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 10 Dec 2021 00:54:31 +0000
Subject: [PATCH 297/671] chore: version 13.2.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index d16e3a59..ce35174f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3b255880..5cfe4137 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,9 +23,9 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.1.4",
- "@angular/cli": "~13.1.4",
- "@angular/compiler-cli": "~13.1.0",
+ "@angular-devkit/build-angular": "~13.2.0-next.0",
+ "@angular/cli": "~13.2.0-next.0",
+ "@angular/compiler-cli": "~13.0.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
From 3a8c4ca1a6ff98d1be77f6dee3293c2843d9564c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Dec 2021 22:24:52 +0000
Subject: [PATCH 298/671] chore: version 13.2.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ce35174f..0a1dc9e1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 5cfe4137..84e9c1f2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.1.0",
- "@angular/common": "~13.1.0",
- "@angular/compiler": "~13.1.0",
- "@angular/core": "~13.1.0",
- "@angular/forms": "~13.1.0",
- "@angular/platform-browser": "~13.1.0",
- "@angular/platform-browser-dynamic": "~13.1.0",
- "@angular/router": "~13.1.0",
+ "@angular/animations": "~13.2.0-next.0",
+ "@angular/common": "~13.2.0-next.0",
+ "@angular/compiler": "~13.2.0-next.0",
+ "@angular/core": "~13.2.0-next.0",
+ "@angular/forms": "~13.2.0-next.0",
+ "@angular/platform-browser": "~13.2.0-next.0",
+ "@angular/platform-browser-dynamic": "~13.2.0-next.0",
+ "@angular/router": "~13.2.0-next.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.0-next.0",
- "@angular/cli": "~13.2.0-next.0",
- "@angular/compiler-cli": "~13.0.0",
+ "@angular-devkit/build-angular": "~13.2.0-next.1",
+ "@angular/cli": "~13.2.0-next.1",
+ "@angular/compiler-cli": "~13.2.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 8fa7bbcb..de8e6019 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 4f926030..0bec9c51 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.1.0",
- "@angular/core": "^13.1.0"
+ "@angular/common": "^13.2.0-next.0",
+ "@angular/core": "^13.2.0-next.0"
},
"dependencies": {
"tslib": "^2.3.0"
From 0ae9ee41a3deb1390b5707c3d28d4e46a337865c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 12 Jan 2022 22:17:57 +0000
Subject: [PATCH 299/671] chore: version 13.2.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0a1dc9e1..712c8472 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 84e9c1f2..be59d777 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -18,17 +18,17 @@
"@angular/platform-browser": "~13.2.0-next.0",
"@angular/platform-browser-dynamic": "~13.2.0-next.0",
"@angular/router": "~13.2.0-next.0",
- "rxjs": "~7.4.0",
+ "rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.0-next.1",
- "@angular/cli": "~13.2.0-next.1",
+ "@angular-devkit/build-angular": "~13.2.0-next.2",
+ "@angular/cli": "~13.2.0-next.2",
"@angular/compiler-cli": "~13.2.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
- "jasmine-core": "~3.10.0",
+ "jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
From 9babac47e57a8f2d4a2154bbf9da863d477b1ae6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 19 Jan 2022 22:22:57 +0000
Subject: [PATCH 300/671] chore: version 13.2.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 712c8472..eebb9d2c 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index be59d777..4b116211 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.0-next.2",
- "@angular/cli": "~13.2.0-next.2",
+ "@angular-devkit/build-angular": "~13.2.0-rc.0",
+ "@angular/cli": "~13.2.0-rc.0",
"@angular/compiler-cli": "~13.2.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From ee2b9d1c384dabd9583a9a7d7b7029a8559b1e07 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 25 Jan 2022 01:00:06 +0000
Subject: [PATCH 301/671] chore: version 13.2.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index eebb9d2c..ed8a592f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 4b116211..ea409e09 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.2.0-next.0",
- "@angular/common": "~13.2.0-next.0",
- "@angular/compiler": "~13.2.0-next.0",
- "@angular/core": "~13.2.0-next.0",
- "@angular/forms": "~13.2.0-next.0",
- "@angular/platform-browser": "~13.2.0-next.0",
- "@angular/platform-browser-dynamic": "~13.2.0-next.0",
- "@angular/router": "~13.2.0-next.0",
+ "@angular/animations": "~13.2.0-rc.0",
+ "@angular/common": "~13.2.0-rc.0",
+ "@angular/compiler": "~13.2.0-rc.0",
+ "@angular/core": "~13.2.0-rc.0",
+ "@angular/forms": "~13.2.0-rc.0",
+ "@angular/platform-browser": "~13.2.0-rc.0",
+ "@angular/platform-browser-dynamic": "~13.2.0-rc.0",
+ "@angular/router": "~13.2.0-rc.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.0-rc.0",
- "@angular/cli": "~13.2.0-rc.0",
- "@angular/compiler-cli": "~13.2.0-next.0",
+ "@angular-devkit/build-angular": "~13.2.0-rc.1",
+ "@angular/cli": "~13.2.0-rc.1",
+ "@angular/compiler-cli": "~13.2.0-rc.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index de8e6019..fe03f987 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 0bec9c51..38e28e31 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.2.0-next.0",
- "@angular/core": "^13.2.0-next.0"
+ "@angular/common": "^13.2.0-rc.0",
+ "@angular/core": "^13.2.0-rc.0"
},
"dependencies": {
"tslib": "^2.3.0"
From c471e5c9ba7d4cc8dbdd341fba72e547214bacb7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 26 Jan 2022 22:14:56 +0000
Subject: [PATCH 302/671] chore: version 13.2.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index ed8a592f..3f1d53cf 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ea409e09..887e21e3 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.2.0-rc.0",
- "@angular/common": "~13.2.0-rc.0",
- "@angular/compiler": "~13.2.0-rc.0",
- "@angular/core": "~13.2.0-rc.0",
- "@angular/forms": "~13.2.0-rc.0",
- "@angular/platform-browser": "~13.2.0-rc.0",
- "@angular/platform-browser-dynamic": "~13.2.0-rc.0",
- "@angular/router": "~13.2.0-rc.0",
+ "@angular/animations": "~13.2.0",
+ "@angular/common": "~13.2.0",
+ "@angular/compiler": "~13.2.0",
+ "@angular/core": "~13.2.0",
+ "@angular/forms": "~13.2.0",
+ "@angular/platform-browser": "~13.2.0",
+ "@angular/platform-browser-dynamic": "~13.2.0",
+ "@angular/router": "~13.2.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.0-rc.1",
- "@angular/cli": "~13.2.0-rc.1",
- "@angular/compiler-cli": "~13.2.0-rc.0",
+ "@angular-devkit/build-angular": "~13.2.0",
+ "@angular/cli": "~13.2.0",
+ "@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index fe03f987..0ddf8d53 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 38e28e31..d18be0bf 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.2.0-rc.0",
- "@angular/core": "^13.2.0-rc.0"
+ "@angular/common": "^13.2.0",
+ "@angular/core": "^13.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
From 65d876f4a459575853c2424837b16adfd5ea6ef9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Mon, 31 Jan 2022 20:16:37 +0000
Subject: [PATCH 303/671] chore: version 13.2.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3f1d53cf..96142108 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 887e21e3..3ec01b90 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.0",
- "@angular/cli": "~13.2.0",
+ "@angular-devkit/build-angular": "~13.2.1",
+ "@angular/cli": "~13.2.1",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 96240487768bbbd218b6d23b2f9b4f19b6880c23 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Feb 2022 00:55:18 +0000
Subject: [PATCH 304/671] chore: version 13.2.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 96142108..78291c6a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3ec01b90..1f89c200 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.1",
- "@angular/cli": "~13.2.1",
+ "@angular-devkit/build-angular": "~13.2.2",
+ "@angular/cli": "~13.2.2",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 1454b7d8a314533c16e9d5c962de0aed50c24754 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 9 Feb 2022 22:15:14 +0000
Subject: [PATCH 305/671] chore: version 13.2.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 78291c6a..4f8eb671 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1f89c200..dc2f2da6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.2",
- "@angular/cli": "~13.2.2",
+ "@angular-devkit/build-angular": "~13.2.3",
+ "@angular/cli": "~13.2.3",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 470df0f5d25abb11f18965317c44093eea6a1c18 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 18 Feb 2022 01:02:12 +0000
Subject: [PATCH 306/671] chore: version 13.2.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4f8eb671..e905a85e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index dc2f2da6..fdae0364 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.3",
- "@angular/cli": "~13.2.3",
+ "@angular-devkit/build-angular": "~13.2.4",
+ "@angular/cli": "~13.2.4",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From e00cb7f7dc77eb69d073a6c713e6a36979bbb864 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 23 Feb 2022 20:17:19 +0000
Subject: [PATCH 307/671] chore: version 13.2.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e905a85e..1fc90a49 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index fdae0364..b44dce04 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.4",
- "@angular/cli": "~13.2.4",
+ "@angular-devkit/build-angular": "~13.2.5",
+ "@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From b8f1cb8d36eb90864ad3785865177ce0e3c3104e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 9 Mar 2022 22:16:43 +0000
Subject: [PATCH 308/671] chore: version 13.2.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1fc90a49..eb1db42a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index b44dce04..c262444a 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.5",
- "@angular/cli": "~13.2.5",
+ "@angular-devkit/build-angular": "~13.2.6",
+ "@angular/cli": "~13.2.6",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 2ead1ad4f19ecf7fbdd1225b2aa50c758c239289 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 16 Mar 2022 20:18:17 +0000
Subject: [PATCH 309/671] chore: version 13.3.0
---
ponyracer/README.md | 4 ++--
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index eb1db42a..bc4143e7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,10 +1,10 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
## Development server
-Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
+Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c262444a..8fec26b1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.2.0",
- "@angular/common": "~13.2.0",
- "@angular/compiler": "~13.2.0",
- "@angular/core": "~13.2.0",
- "@angular/forms": "~13.2.0",
- "@angular/platform-browser": "~13.2.0",
- "@angular/platform-browser-dynamic": "~13.2.0",
- "@angular/router": "~13.2.0",
+ "@angular/animations": "~13.3.0",
+ "@angular/common": "~13.3.0",
+ "@angular/compiler": "~13.3.0",
+ "@angular/core": "~13.3.0",
+ "@angular/forms": "~13.3.0",
+ "@angular/platform-browser": "~13.3.0",
+ "@angular/platform-browser-dynamic": "~13.3.0",
+ "@angular/router": "~13.3.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.2.6",
- "@angular/cli": "~13.2.6",
- "@angular/compiler-cli": "~13.2.0",
+ "@angular-devkit/build-angular": "~13.3.0",
+ "@angular/cli": "~13.3.0",
+ "@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
@@ -35,6 +35,6 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0",
- "typescript": "~4.5.2"
+ "typescript": "~4.6.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 0ddf8d53..6eff7ee6 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index d18be0bf..fc9082f4 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.2.0",
- "@angular/core": "^13.2.0"
+ "@angular/common": "^13.3.0",
+ "@angular/core": "^13.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
From ad3f377cec5c0a6b040909dca5bd6f88af9d14de Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 30 Mar 2022 22:17:16 +0000
Subject: [PATCH 310/671] chore: version 13.3.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index bc4143e7..16f819cb 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8fec26b1..37285309 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.0",
- "@angular/cli": "~13.3.0",
+ "@angular-devkit/build-angular": "~13.3.1",
+ "@angular/cli": "~13.3.1",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 89010ea8879ce8e444ab35da2819146ba0edc06c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 6 Apr 2022 18:21:13 +0000
Subject: [PATCH 311/671] chore: version 13.3.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 16f819cb..e4eb42b3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 37285309..c26c9fc2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.1",
- "@angular/cli": "~13.3.1",
+ "@angular-devkit/build-angular": "~13.3.2",
+ "@angular/cli": "~13.3.2",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 548fee33d28951cf990bc1b3ff7160674d09c5a6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 13 Apr 2022 20:20:14 +0000
Subject: [PATCH 312/671] chore: version 13.3.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index e4eb42b3..45a084ed 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index c26c9fc2..3a050a9d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.2",
- "@angular/cli": "~13.3.2",
+ "@angular-devkit/build-angular": "~13.3.3",
+ "@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 5e91cf840a4f97a238593fe49783a1ccba382b99 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 27 Apr 2022 22:22:29 +0000
Subject: [PATCH 313/671] chore: version 13.3.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 45a084ed..2b1a0790 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3a050a9d..f793ab01 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.3",
- "@angular/cli": "~13.3.3",
+ "@angular-devkit/build-angular": "~13.3.4",
+ "@angular/cli": "~13.3.4",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 9294a4faa1e5b6b0a0606180a541c4118dafb446 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 4 May 2022 20:23:39 +0000
Subject: [PATCH 314/671] chore: version 13.3.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2b1a0790..9dc93895 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f793ab01..cfdc19ac 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.4",
- "@angular/cli": "~13.3.4",
+ "@angular-devkit/build-angular": "~13.3.5",
+ "@angular/cli": "~13.3.5",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 9ee8a568d4d31aae34c73091936cf92ee743a343 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 18 May 2022 20:19:51 +0000
Subject: [PATCH 315/671] chore: version 13.3.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 9dc93895..3bce6741 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cfdc19ac..be79888c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.5",
- "@angular/cli": "~13.3.5",
+ "@angular-devkit/build-angular": "~13.3.6",
+ "@angular/cli": "~13.3.6",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From fed2b8df5cb566bbf19cdb351a0af7d0a8dec62f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 25 May 2022 20:22:32 +0000
Subject: [PATCH 316/671] chore: version 13.3.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 3bce6741..326afd42 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index be79888c..cbd27992 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.6",
- "@angular/cli": "~13.3.6",
+ "@angular-devkit/build-angular": "~13.3.7",
+ "@angular/cli": "~13.3.7",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From b31dd7fae1a71a5635bec6e633876feb64d3fef8 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Jun 2022 10:19:47 +0000
Subject: [PATCH 317/671] chore: version 13.3.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 326afd42..38d37504 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cbd27992..0932931b 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.7",
- "@angular/cli": "~13.3.7",
+ "@angular-devkit/build-angular": "~13.3.8",
+ "@angular/cli": "~13.3.8",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 68beac6a18b9101172886779292d0efd5e071af9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 20 Jul 2022 18:26:32 +0000
Subject: [PATCH 318/671] chore: version 13.3.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 38d37504..1066888b 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 0932931b..0ef0df34 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.8",
- "@angular/cli": "~13.3.8",
+ "@angular-devkit/build-angular": "~13.3.9",
+ "@angular/cli": "~13.3.9",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 8f9e098cce7b14e1369f5c1345aa744f9560a832 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 18 Nov 2022 01:40:27 +0000
Subject: [PATCH 319/671] chore: version 13.3.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1066888b..f37403f6 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 0ef0df34..6c545199 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.9",
- "@angular/cli": "~13.3.9",
+ "@angular-devkit/build-angular": "~13.3.10",
+ "@angular/cli": "~13.3.10",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 3ce990cc4e36d5a387f5cec3141eb14adccd9ddd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 16 Mar 2023 10:17:01 +0000
Subject: [PATCH 320/671] chore: version 13.3.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index f37403f6..a47a3f40 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 6c545199..ab866ef7 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.10",
- "@angular/cli": "~13.3.10",
+ "@angular-devkit/build-angular": "~13.3.11",
+ "@angular/cli": "~13.3.11",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From 51c19788674b0101c78637bac3d53375264ec43c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Feb 2022 00:56:22 +0000
Subject: [PATCH 321/671] chore: version 14.0.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 22 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
ponyracer/tsconfig.json | 2 +-
5 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a47a3f40..fbb89ba2 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ab866ef7..3e3265f0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "~13.3.0",
- "@angular/common": "~13.3.0",
- "@angular/compiler": "~13.3.0",
- "@angular/core": "~13.3.0",
- "@angular/forms": "~13.3.0",
- "@angular/platform-browser": "~13.3.0",
- "@angular/platform-browser-dynamic": "~13.3.0",
- "@angular/router": "~13.3.0",
+ "@angular/animations": "^14.0.0-next.0",
+ "@angular/common": "^14.0.0-next.0",
+ "@angular/compiler": "^14.0.0-next.0",
+ "@angular/core": "^14.0.0-next.0",
+ "@angular/forms": "^14.0.0-next.0",
+ "@angular/platform-browser": "^14.0.0-next.0",
+ "@angular/platform-browser-dynamic": "^14.0.0-next.0",
+ "@angular/router": "^14.0.0-next.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "~13.3.11",
- "@angular/cli": "~13.3.11",
- "@angular/compiler-cli": "~13.3.0",
+ "@angular-devkit/build-angular": "^14.0.0-next.0",
+ "@angular/cli": "~14.0.0-next.0",
+ "@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 6eff7ee6..779e8790 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index fc9082f4..589d770f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^13.3.0",
- "@angular/core": "^13.3.0"
+ "@angular/common": "^14.0.0-next.0",
+ "@angular/core": "^14.0.0-next.0"
},
"dependencies": {
"tslib": "^2.3.0"
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index e7ed7d4d..d0946993 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -22,7 +22,7 @@
"dist/ponyracer-lib"
]
},
- "target": "es2017",
+ "target": "es2020",
"module": "es2020",
"lib": [
"es2020",
From 677264b35f320b92401d940347157a8f84684fa3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 9 Feb 2022 22:17:39 +0000
Subject: [PATCH 322/671] chore: version 14.0.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index fbb89ba2..83bd96ba 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3e3265f0..442db8f8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.0",
- "@angular/cli": "~14.0.0-next.0",
+ "@angular-devkit/build-angular": "^14.0.0-next.1",
+ "@angular/cli": "~14.0.0-next.1",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From cc1abbb2a15d7f70fa47a514d0eb7d1e6b0c4f5e Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Fri, 18 Feb 2022 02:31:46 +0000
Subject: [PATCH 323/671] chore: version 14.0.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 83bd96ba..b9eca58f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 442db8f8..108cba3f 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,15 +23,15 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.1",
- "@angular/cli": "~14.0.0-next.1",
+ "@angular-devkit/build-angular": "^14.0.0-next.2",
+ "@angular/cli": "~14.0.0-next.2",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
- "karma-coverage": "~2.1.0",
+ "karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0",
From e39d915810708026d61c1c8eac1bdd7f9666d70d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 23 Feb 2022 22:17:40 +0000
Subject: [PATCH 324/671] chore: version 14.0.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b9eca58f..c3c96f49 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 108cba3f..0055b446 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.2",
- "@angular/cli": "~14.0.0-next.2",
+ "@angular-devkit/build-angular": "^14.0.0-next.3",
+ "@angular/cli": "~14.0.0-next.3",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From b1d2cb8eeac021b8985ec2379e3e394e72649f3f Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 3 Mar 2022 16:24:45 +0000
Subject: [PATCH 325/671] chore: version 14.0.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c3c96f49..4b14f621 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 0055b446..887444a8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.3",
- "@angular/cli": "~14.0.0-next.3",
+ "@angular-devkit/build-angular": "^14.0.0-next.4",
+ "@angular/cli": "~14.0.0-next.4",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
From db7b67d1cbc0c8aae79f613702ddbd633aeed9bd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 10 Mar 2022 08:11:01 +0000
Subject: [PATCH 326/671] chore: version 14.0.0-next.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 4b14f621..688c0c5a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 887444a8..8f711b96 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,11 +23,11 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.4",
- "@angular/cli": "~14.0.0-next.4",
+ "@angular-devkit/build-angular": "^14.0.0-next.5",
+ "@angular/cli": "~14.0.0-next.5",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
- "@types/node": "^12.11.1",
+ "@types/node": "^14.15.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
From dcb6543dc0ba227ded5b790b1b87d4f6b3200bc0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 16 Mar 2022 22:15:49 +0000
Subject: [PATCH 327/671] chore: version 14.0.0-next.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 688c0c5a..b48f3cc9 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 8f711b96..10bee671 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,18 +23,17 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.5",
- "@angular/cli": "~14.0.0-next.5",
+ "@angular-devkit/build-angular": "^14.0.0-next.6",
+ "@angular/cli": "~14.0.0-next.6",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~3.10.0",
- "@types/node": "^14.15.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "^13.0.0",
+ "ng-packagr": "^14.0.0-next.2",
"typescript": "~4.6.2"
}
}
From 256b7cd70bfe0c6b5b1c85e898c4e8e4003b8d39 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 30 Mar 2022 22:21:31 +0000
Subject: [PATCH 328/671] chore: version 14.0.0-next.7
---
ponyracer/README.md | 2 +-
ponyracer/angular.json | 3 +--
ponyracer/package.json | 6 +++---
.../ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts | 2 --
4 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b48f3cc9..0104cccd 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.7.
## Development server
diff --git a/ponyracer/angular.json b/ponyracer/angular.json
index f819e84c..7d1fd69c 100644
--- a/ponyracer/angular.json
+++ b/ponyracer/angular.json
@@ -34,6 +34,5 @@
}
}
}
- },
- "defaultProject": "ponyracer-lib"
+ }
}
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 10bee671..2b867226 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,10 +23,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.6",
- "@angular/cli": "~14.0.0-next.6",
+ "@angular-devkit/build-angular": "^14.0.0-next.7",
+ "@angular/cli": "~14.0.0-next.7",
"@angular/compiler-cli": "^14.0.0-next.0",
- "@types/jasmine": "~3.10.0",
+ "@types/jasmine": "~4.0.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
index d45352fa..8d010f42 100644
--- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
+++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts
@@ -11,9 +11,7 @@ describe('PonyracerLibComponent', () => {
declarations: [ PonyracerLibComponent ]
})
.compileComponents();
- });
- beforeEach(() => {
fixture = TestBed.createComponent(PonyracerLibComponent);
component = fixture.componentInstance;
fixture.detectChanges();
From c20c9074d0516e4b27817a6a47c1684aa858402a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 6 Apr 2022 20:18:15 +0000
Subject: [PATCH 329/671] chore: version 14.0.0-next.8
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 0104cccd..02969fc0 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.8.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 2b867226..cf36e5d6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.7",
- "@angular/cli": "~14.0.0-next.7",
+ "@angular-devkit/build-angular": "^14.0.0-next.8",
+ "@angular/cli": "~14.0.0-next.8",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.0.0",
From 0c5afbe6ef8971c4f399b7a1e3004286a57861d9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 14 Apr 2022 01:25:55 +0000
Subject: [PATCH 330/671] chore: version 14.0.0-next.9
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 02969fc0..617cbff7 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.8.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.9.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cf36e5d6..934761a5 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,11 +23,11 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.8",
- "@angular/cli": "~14.0.0-next.8",
+ "@angular-devkit/build-angular": "^14.0.0-next.9",
+ "@angular/cli": "~14.0.0-next.9",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
- "jasmine-core": "~4.0.0",
+ "jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
From 0f0c0ad2393afed54e1641fe7765a55562de5e02 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 21 Apr 2022 16:34:10 +0000
Subject: [PATCH 331/671] chore: version 14.0.0-next.10
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 617cbff7..2078f04d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.9.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.10.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 934761a5..39620417 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,15 +23,15 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.9",
- "@angular/cli": "~14.0.0-next.9",
+ "@angular-devkit/build-angular": "^14.0.0-next.11",
+ "@angular/cli": "~14.0.0-next.10",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
- "karma-jasmine": "~4.0.0",
+ "karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^14.0.0-next.2",
"typescript": "~4.6.2"
From 6d3591d47056969131575864bbbf3be715fe01d5 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 21 Apr 2022 16:35:17 +0000
Subject: [PATCH 332/671] chore: version 14.0.0-next.11
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2078f04d..a91d09c3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.10.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.11.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 39620417..04276ef2 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -24,7 +24,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.0-next.11",
- "@angular/cli": "~14.0.0-next.10",
+ "@angular/cli": "~14.0.0-next.11",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 5dfe48ca15b6897b1979cd6e41f3146f7d77e552 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 28 Apr 2022 02:02:02 +0000
Subject: [PATCH 333/671] chore: version 14.0.0-next.12
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a91d09c3..2f6da9b3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.11.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.12.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 04276ef2..e2fb8cbc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.11",
- "@angular/cli": "~14.0.0-next.11",
+ "@angular-devkit/build-angular": "^14.0.0-next.12",
+ "@angular/cli": "~14.0.0-next.12",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 05a92358df6eee57afd2b52636069ec5fafad8c6 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 4 May 2022 22:21:34 +0000
Subject: [PATCH 334/671] chore: version 14.0.0-next.13
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2f6da9b3..c7e4cd37 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.12.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.13.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index e2fb8cbc..4deb371c 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.12",
- "@angular/cli": "~14.0.0-next.12",
+ "@angular-devkit/build-angular": "^14.0.0-next.13",
+ "@angular/cli": "~14.0.0-next.13",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 96290479ad2fe0228fe9d307cdefb29da644dca2 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 11 May 2022 22:17:34 +0000
Subject: [PATCH 335/671] chore: version 14.0.0-rc.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/src/test.ts | 2 +-
ponyracer/tsconfig.json | 1 -
6 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c7e4cd37..b9c4812f 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.13.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 4deb371c..48ac55b3 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "^14.0.0-next.0",
- "@angular/common": "^14.0.0-next.0",
- "@angular/compiler": "^14.0.0-next.0",
- "@angular/core": "^14.0.0-next.0",
- "@angular/forms": "^14.0.0-next.0",
- "@angular/platform-browser": "^14.0.0-next.0",
- "@angular/platform-browser-dynamic": "^14.0.0-next.0",
- "@angular/router": "^14.0.0-next.0",
+ "@angular/animations": "^14.0.0-rc.0",
+ "@angular/common": "^14.0.0-rc.0",
+ "@angular/compiler": "^14.0.0-rc.0",
+ "@angular/core": "^14.0.0-rc.0",
+ "@angular/forms": "^14.0.0-rc.0",
+ "@angular/platform-browser": "^14.0.0-rc.0",
+ "@angular/platform-browser-dynamic": "^14.0.0-rc.0",
+ "@angular/router": "^14.0.0-rc.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-next.13",
- "@angular/cli": "~14.0.0-next.13",
- "@angular/compiler-cli": "^14.0.0-next.0",
+ "@angular-devkit/build-angular": "^14.0.0-rc.0",
+ "@angular/cli": "~14.0.0-rc.0",
+ "@angular/compiler-cli": "^14.0.0-rc.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
@@ -33,7 +33,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "^14.0.0-next.2",
+ "ng-packagr": "^14.0.0-next.8",
"typescript": "~4.6.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 779e8790..af1c33a9 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 589d770f..0997c153 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^14.0.0-next.0",
- "@angular/core": "^14.0.0-next.0"
+ "@angular/common": "^14.0.0-rc.0",
+ "@angular/core": "^14.0.0-rc.0"
},
"dependencies": {
"tslib": "^2.3.0"
diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts
index bcca659d..5775317a 100644
--- a/ponyracer/projects/ponyracer-lib/src/test.ts
+++ b/ponyracer/projects/ponyracer-lib/src/test.ts
@@ -24,4 +24,4 @@ getTestBed().initTestEnvironment(
// Then we find all the tests.
const context = require.context('./', true, /\.spec\.ts$/);
// And load the modules.
-context.keys().map(context);
+context.keys().forEach(context);
diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json
index d0946993..0fb36cc7 100644
--- a/ponyracer/tsconfig.json
+++ b/ponyracer/tsconfig.json
@@ -18,7 +18,6 @@
"importHelpers": true,
"paths": {
"ponyracer-lib": [
- "dist/ponyracer-lib/ponyracer-lib",
"dist/ponyracer-lib"
]
},
From 99427c7169db17b6facdc96da8282d5ce689b01a Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 18 May 2022 22:18:39 +0000
Subject: [PATCH 336/671] chore: version 14.0.0-rc.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index b9c4812f..6ca3ec50 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 48ac55b3..3cc83841 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-rc.0",
- "@angular/cli": "~14.0.0-rc.0",
+ "@angular-devkit/build-angular": "^14.0.0-rc.1",
+ "@angular/cli": "~14.0.0-rc.1",
"@angular/compiler-cli": "^14.0.0-rc.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 45cb180599b5ffe308006d12b8cd0210e766fd08 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 25 May 2022 22:19:13 +0000
Subject: [PATCH 337/671] chore: version 14.0.0-rc.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 6ca3ec50..266af7da 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3cc83841..3c9e96cc 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-rc.1",
- "@angular/cli": "~14.0.0-rc.1",
+ "@angular-devkit/build-angular": "^14.0.0-rc.2",
+ "@angular/cli": "~14.0.0-rc.2",
"@angular/compiler-cli": "^14.0.0-rc.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
@@ -34,6 +34,6 @@
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^14.0.0-next.8",
- "typescript": "~4.6.2"
+ "typescript": "~4.7.2"
}
}
From f2e1482a0cd3184d75f6c85c6da880a83501f411 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Tue, 31 May 2022 20:21:23 +0000
Subject: [PATCH 338/671] chore: version 14.0.0-rc.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 266af7da..2569e85e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 3c9e96cc..0f2adac7 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-rc.2",
- "@angular/cli": "~14.0.0-rc.2",
+ "@angular-devkit/build-angular": "^14.0.0-rc.3",
+ "@angular/cli": "~14.0.0-rc.3",
"@angular/compiler-cli": "^14.0.0-rc.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From a34da82c44d61ce1f3015198917d01199f988b1c Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 2 Jun 2022 18:22:37 +0000
Subject: [PATCH 339/671] chore: version 14.0.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 24 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 ++--
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2569e85e..64c380b5 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 0f2adac7..1b9980e8 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,22 +10,22 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "^14.0.0-rc.0",
- "@angular/common": "^14.0.0-rc.0",
- "@angular/compiler": "^14.0.0-rc.0",
- "@angular/core": "^14.0.0-rc.0",
- "@angular/forms": "^14.0.0-rc.0",
- "@angular/platform-browser": "^14.0.0-rc.0",
- "@angular/platform-browser-dynamic": "^14.0.0-rc.0",
- "@angular/router": "^14.0.0-rc.0",
+ "@angular/animations": "^14.0.0",
+ "@angular/common": "^14.0.0",
+ "@angular/compiler": "^14.0.0",
+ "@angular/core": "^14.0.0",
+ "@angular/forms": "^14.0.0",
+ "@angular/platform-browser": "^14.0.0",
+ "@angular/platform-browser-dynamic": "^14.0.0",
+ "@angular/router": "^14.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0-rc.3",
- "@angular/cli": "~14.0.0-rc.3",
- "@angular/compiler-cli": "^14.0.0-rc.0",
+ "@angular-devkit/build-angular": "^14.0.0",
+ "@angular/cli": "~14.0.0",
+ "@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
@@ -33,7 +33,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "^14.0.0-next.8",
+ "ng-packagr": "^14.0.0",
"typescript": "~4.7.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index af1c33a9..3f10bd4e 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-rc.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 0997c153..981f1ee5 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^14.0.0-rc.0",
- "@angular/core": "^14.0.0-rc.0"
+ "@angular/common": "^14.0.0",
+ "@angular/core": "^14.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
From 8db737aa8845e03ad7195e0e2f0c11c73546afbd Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 9 Jun 2022 01:28:02 +0000
Subject: [PATCH 340/671] chore: version 14.0.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 64c380b5..2d9a55b1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1b9980e8..415c1c66 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.0",
- "@angular/cli": "~14.0.0",
+ "@angular-devkit/build-angular": "^14.0.1",
+ "@angular/cli": "~14.0.1",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From d0c1a575058f360d7f179d25b4da6bbf46025f9d Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Jun 2022 12:33:32 +0000
Subject: [PATCH 341/671] chore: version 14.0.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 2d9a55b1..42ae001d 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 415c1c66..f3bf6ea4 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.1",
- "@angular/cli": "~14.0.1",
+ "@angular-devkit/build-angular": "^14.0.2",
+ "@angular/cli": "~14.0.2",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From cb06e4297540c91dca968ce3040f9a5bddb32596 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 23 Jun 2022 20:19:06 +0000
Subject: [PATCH 342/671] chore: version 14.0.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 42ae001d..1680d1b3 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index f3bf6ea4..7f01a2d0 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.2",
- "@angular/cli": "~14.0.2",
+ "@angular-devkit/build-angular": "^14.0.3",
+ "@angular/cli": "~14.0.3",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From be7a2e7e6489478420b65c27f8c7f64f2a683ac7 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 29 Jun 2022 20:20:18 +0000
Subject: [PATCH 343/671] chore: version 14.0.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 1680d1b3..10067dbe 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 7f01a2d0..a39996d1 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.3",
- "@angular/cli": "~14.0.3",
+ "@angular-devkit/build-angular": "^14.0.4",
+ "@angular/cli": "~14.0.4",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 610d41da12a7b824caee4db7191414ac6f143ee0 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 6 Jul 2022 16:28:35 +0000
Subject: [PATCH 344/671] chore: version 14.0.5
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 10067dbe..77aff607 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.4.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.5.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a39996d1..ed8483ec 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.4",
- "@angular/cli": "~14.0.4",
+ "@angular-devkit/build-angular": "^14.0.5",
+ "@angular/cli": "~14.0.5",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From e5585a3b427fcfc941b3db91851848b8c08bde37 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 13 Jul 2022 20:19:56 +0000
Subject: [PATCH 345/671] chore: version 14.0.6
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
ponyracer/projects/ponyracer-lib/.browserslistrc | 16 ----------------
3 files changed, 3 insertions(+), 19 deletions(-)
delete mode 100644 ponyracer/projects/ponyracer-lib/.browserslistrc
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 77aff607..c6a6f6a1 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.5.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.6.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index ed8483ec..1ac025cb 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.5",
- "@angular/cli": "~14.0.5",
+ "@angular-devkit/build-angular": "^14.0.6",
+ "@angular/cli": "~14.0.6",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
diff --git a/ponyracer/projects/ponyracer-lib/.browserslistrc b/ponyracer/projects/ponyracer-lib/.browserslistrc
deleted file mode 100644
index 4f9ac269..00000000
--- a/ponyracer/projects/ponyracer-lib/.browserslistrc
+++ /dev/null
@@ -1,16 +0,0 @@
-# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
-# For additional information regarding the format and rule options, please see:
-# https://github.com/browserslist/browserslist#queries
-
-# For the full list of supported browsers by the Angular framework, please see:
-# https://angular.io/guide/browser-support
-
-# You can see what browsers were selected by your queries by running:
-# npx browserslist
-
-last 1 Chrome version
-last 1 Firefox version
-last 2 Edge major versions
-last 2 Safari major versions
-last 2 iOS major versions
-Firefox ESR
From 1c61cf8693a7e03ce10b6318626f637cfb2ada77 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 20 Jul 2022 20:20:30 +0000
Subject: [PATCH 346/671] chore: version 14.0.7
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index c6a6f6a1..71e56a1a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.6.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.7.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1ac025cb..a81fde70 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.6",
- "@angular/cli": "~14.0.6",
+ "@angular-devkit/build-angular": "^14.0.7",
+ "@angular/cli": "~14.0.7",
"@angular/compiler-cli": "^14.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 276c8fc34112785c77ecf83f31e21835cd8a6874 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 9 Jun 2022 01:29:00 +0000
Subject: [PATCH 347/671] chore: version 14.1.0-next.0
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 26 +++++++++----------
ponyracer/projects/ponyracer-lib/README.md | 2 +-
ponyracer/projects/ponyracer-lib/package.json | 4 +--
4 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 71e56a1a..89e49c8a 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.7.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.0.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index a81fde70..204634ea 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -10,30 +10,30 @@
},
"private": true,
"dependencies": {
- "@angular/animations": "^14.0.0",
- "@angular/common": "^14.0.0",
- "@angular/compiler": "^14.0.0",
- "@angular/core": "^14.0.0",
- "@angular/forms": "^14.0.0",
- "@angular/platform-browser": "^14.0.0",
- "@angular/platform-browser-dynamic": "^14.0.0",
- "@angular/router": "^14.0.0",
+ "@angular/animations": "^14.0.0-next.0",
+ "@angular/common": "^14.0.0-next.0",
+ "@angular/compiler": "^14.0.0-next.0",
+ "@angular/core": "^14.0.0-next.0",
+ "@angular/forms": "^14.0.0-next.0",
+ "@angular/platform-browser": "^14.0.0-next.0",
+ "@angular/platform-browser-dynamic": "^14.0.0-next.0",
+ "@angular/router": "^14.0.0-next.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.0.7",
- "@angular/cli": "~14.0.7",
- "@angular/compiler-cli": "^14.0.0",
+ "@angular-devkit/build-angular": "^14.1.0-next.0",
+ "@angular/cli": "~14.1.0-next.0",
+ "@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
- "karma-jasmine-html-reporter": "~1.7.0",
- "ng-packagr": "^14.0.0",
+ "karma-jasmine-html-reporter": "~2.0.0",
+ "ng-packagr": "^14.0.0-next.8",
"typescript": "~4.7.2"
}
}
diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md
index 3f10bd4e..779e8790 100644
--- a/ponyracer/projects/ponyracer-lib/README.md
+++ b/ponyracer/projects/ponyracer-lib/README.md
@@ -1,6 +1,6 @@
# PonyracerLib
-This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
+This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0-next.0.
## Code scaffolding
diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json
index 981f1ee5..589d770f 100644
--- a/ponyracer/projects/ponyracer-lib/package.json
+++ b/ponyracer/projects/ponyracer-lib/package.json
@@ -2,8 +2,8 @@
"name": "ponyracer-lib",
"version": "0.0.1",
"peerDependencies": {
- "@angular/common": "^14.0.0",
- "@angular/core": "^14.0.0"
+ "@angular/common": "^14.0.0-next.0",
+ "@angular/core": "^14.0.0-next.0"
},
"dependencies": {
"tslib": "^2.3.0"
From d4309e54686db7c07bd1562f543268c5ad76d590 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 15 Jun 2022 14:16:24 +0000
Subject: [PATCH 348/671] chore: version 14.1.0-next.1
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 89e49c8a..8d27a950 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.0.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.1.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 204634ea..1294b716 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.1.0-next.0",
- "@angular/cli": "~14.1.0-next.0",
+ "@angular-devkit/build-angular": "^14.1.0-next.1",
+ "@angular/cli": "~14.1.0-next.1",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 2da0a8d26e53ea3557ec5b0ab52d85e3014b79cb Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Thu, 23 Jun 2022 22:17:08 +0000
Subject: [PATCH 349/671] chore: version 14.1.0-next.2
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 8d27a950..a1d01471 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.1.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.2.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 1294b716..cd3122f6 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.1.0-next.1",
- "@angular/cli": "~14.1.0-next.1",
+ "@angular-devkit/build-angular": "^14.1.0-next.2",
+ "@angular/cli": "~14.1.0-next.2",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.1.0",
From 088ed94e31910f98f98cff7006038eccf66b91a3 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 29 Jun 2022 20:21:18 +0000
Subject: [PATCH 350/671] chore: version 14.1.0-next.3
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index a1d01471..706bf57e 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.2.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.3.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index cd3122f6..4211bb8d 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,15 +23,15 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.1.0-next.2",
- "@angular/cli": "~14.1.0-next.2",
+ "@angular-devkit/build-angular": "^14.1.0-next.3",
+ "@angular/cli": "~14.1.0-next.3",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
- "jasmine-core": "~4.1.0",
- "karma": "~6.3.0",
+ "jasmine-core": "~4.2.0",
+ "karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
- "karma-jasmine": "~5.0.0",
+ "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^14.0.0-next.8",
"typescript": "~4.7.2"
From 24685b33272e4a164cac92c2bc60f7dbcd6a5fe9 Mon Sep 17 00:00:00 2001
From: cexbrayat
Date: Wed, 6 Jul 2022 16:31:39 +0000
Subject: [PATCH 351/671] chore: version 14.1.0-next.4
---
ponyracer/README.md | 2 +-
ponyracer/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ponyracer/README.md b/ponyracer/README.md
index 706bf57e..a77585cb 100644
--- a/ponyracer/README.md
+++ b/ponyracer/README.md
@@ -1,6 +1,6 @@
# Ponyracer
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.3.
+This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-next.4.
## Development server
diff --git a/ponyracer/package.json b/ponyracer/package.json
index 4211bb8d..66df48df 100644
--- a/ponyracer/package.json
+++ b/ponyracer/package.json
@@ -23,8 +23,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
- "@angular-devkit/build-angular": "^14.1.0-next.3",
- "@angular/cli": "~14.1.0-next.3",
+ "@angular-devkit/build-angular": "^14.1.0-next.4",
+ "@angular/cli": "~14.1.0-next.4",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.2.0",
From 5654adee84ed9a83b066d2b7e832e4fb9299f6d2 Mon Sep 17 00:00:00 2001
From: cexbrayat