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 Date: Fri, 15 Jul 2022 06:38:24 +0000 Subject: [PATCH 352/671] chore: version 14.1.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 a77585cb..d27ff0ca 100644 --- a/ponyracer/README.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.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 66df48df..2438fb02 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.4", - "@angular/cli": "~14.1.0-next.4", + "@angular-devkit/build-angular": "^14.1.0-rc.3", + "@angular/cli": "~14.1.0-rc.3", "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.2.0", From 8f6b8c3bb32646d155798e78939d024e15a7c8a1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 20 Jul 2022 20:21:43 +0000 Subject: [PATCH 353/671] chore: version 14.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 d27ff0ca..93049a82 100644 --- a/ponyracer/README.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-rc.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2438fb02..6d9e0270 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.1.0", + "@angular/common": "^14.1.0", + "@angular/compiler": "^14.1.0", + "@angular/core": "^14.1.0", + "@angular/forms": "^14.1.0", + "@angular/platform-browser": "^14.1.0", + "@angular/platform-browser-dynamic": "^14.1.0", + "@angular/router": "^14.1.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.1.0-rc.3", - "@angular/cli": "~14.1.0-rc.3", - "@angular/compiler-cli": "^14.0.0-next.0", + "@angular-devkit/build-angular": "^14.1.0", + "@angular/cli": "~14.1.0", + "@angular/compiler-cli": "^14.1.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.2.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^14.0.0-next.8", + "ng-packagr": "^14.1.0", "typescript": "~4.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 779e8790..6fb25c23 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.1.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 589d770f..31b1f0a8 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.1.0", + "@angular/core": "^14.1.0" }, "dependencies": { "tslib": "^2.3.0" From 03dbf94f39fc780d394c5d681192e5370643d647 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Aug 2022 20:19:41 +0000 Subject: [PATCH 354/671] chore: version 14.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 93049a82..4b2dfaf4 100644 --- a/ponyracer/README.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. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6d9e0270..47b55e4c 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", - "@angular/cli": "~14.1.0", + "@angular-devkit/build-angular": "^14.1.1", + "@angular/cli": "~14.1.1", "@angular/compiler-cli": "^14.1.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.2.0", From ec29574b5112d964dd018a214774e8ad68348087 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 Aug 2022 20:19:02 +0000 Subject: [PATCH 355/671] chore: version 14.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 4b2dfaf4..d168efe1 100644 --- a/ponyracer/README.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.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 47b55e4c..eb68ec6e 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.1", - "@angular/cli": "~14.1.1", + "@angular-devkit/build-angular": "^14.1.2", + "@angular/cli": "~14.1.2", "@angular/compiler-cli": "^14.1.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.2.0", From 4cb1d6771babcac057947ac70bf213494b93b274 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Aug 2022 10:20:49 +0000 Subject: [PATCH 356/671] chore: version 14.1.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 d168efe1..aaf56b44 100644 --- a/ponyracer/README.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.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index eb68ec6e..ad611497 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.2", - "@angular/cli": "~14.1.2", + "@angular-devkit/build-angular": "^14.1.3", + "@angular/cli": "~14.1.3", "@angular/compiler-cli": "^14.1.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.2.0", From 613e7b6198b5a179a2fd392375192121f9d4e6d0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Aug 2022 22:20:51 +0000 Subject: [PATCH 357/671] chore: version 14.2.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 aaf56b44..467a2f30 100644 --- a/ponyracer/README.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.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ad611497..1028cd6f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,30 +10,30 @@ }, "private": true, "dependencies": { - "@angular/animations": "^14.1.0", - "@angular/common": "^14.1.0", - "@angular/compiler": "^14.1.0", - "@angular/core": "^14.1.0", - "@angular/forms": "^14.1.0", - "@angular/platform-browser": "^14.1.0", - "@angular/platform-browser-dynamic": "^14.1.0", - "@angular/router": "^14.1.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.1.3", - "@angular/cli": "~14.1.3", - "@angular/compiler-cli": "^14.1.0", + "@angular-devkit/build-angular": "^14.2.0-next.0", + "@angular/cli": "~14.2.0-next.0", + "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~4.0.0", - "jasmine-core": "~4.2.0", + "jasmine-core": "~4.3.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^14.1.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 6fb25c23..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.1.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 31b1f0a8..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.1.0", - "@angular/core": "^14.1.0" + "@angular/common": "^14.0.0-next.0", + "@angular/core": "^14.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From f3bb17a3e9141b09aabef33df321ea5cd1e73888 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 11 Aug 2022 16:24:23 +0000 Subject: [PATCH 358/671] chore: version 14.2.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 467a2f30..d3d23108 100644 --- a/ponyracer/README.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.2.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1028cd6f..bcb74660 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.0-next.0", - "@angular/cli": "~14.2.0-next.0", + "@angular-devkit/build-angular": "^14.2.0-next.1", + "@angular/cli": "~14.2.0-next.1", "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From dd1ac855263bf49f87c260f875bef289219b8989 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Aug 2022 12:39:11 +0000 Subject: [PATCH 359/671] chore: version 14.2.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 d3d23108..c44d3ffd 100644 --- a/ponyracer/README.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.2.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bcb74660..2454bd7d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.0-next.1", - "@angular/cli": "~14.2.0-next.1", + "@angular-devkit/build-angular": "^14.2.0-next.2", + "@angular/cli": "~14.2.0-next.2", "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From dae24e53d816b0bab0191fc4f3bcec1a6cf8e9ea Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Aug 2022 18:22:21 +0000 Subject: [PATCH 360/671] chore: version 14.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 c44d3ffd..bf7935d3 100644 --- a/ponyracer/README.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.2.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2454bd7d..121c2584 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.0-next.2", - "@angular/cli": "~14.2.0-next.2", + "@angular-devkit/build-angular": "^14.2.0-rc.0", + "@angular/cli": "~14.2.0-rc.0", "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From ffc3e590a0349e99c22caa39d219cec250ae41bb Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 26 Aug 2022 01:55:44 +0000 Subject: [PATCH 361/671] chore: version 14.2.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 bf7935d3..48f9fdc4 100644 --- a/ponyracer/README.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.2.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 121c2584..cee6b1c2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.0-rc.0", - "@angular/cli": "~14.2.0-rc.0", + "@angular-devkit/build-angular": "^14.2.0", + "@angular/cli": "~14.2.0", "@angular/compiler-cli": "^14.0.0-next.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 9c5b66363c09efe5ca85ed6f775227d473a16973 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 26 Aug 2022 22:18:11 +0000 Subject: [PATCH 362/671] chore: version 14.2.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 48f9fdc4..b4c2c4fd 100644 --- a/ponyracer/README.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.2.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index cee6b1c2..51f029de 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", + "@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.2.0", - "@angular/cli": "~14.2.0", - "@angular/compiler-cli": "^14.0.0-next.0", + "@angular-devkit/build-angular": "^14.2.1", + "@angular/cli": "~14.2.1", + "@angular/compiler-cli": "^14.0.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^14.0.0-next.8", + "ng-packagr": "^14.2.0", "typescript": "~4.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 779e8790..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-next.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 589d770f..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-next.0", - "@angular/core": "^14.0.0-next.0" + "@angular/common": "^14.0.0", + "@angular/core": "^14.0.0" }, "dependencies": { "tslib": "^2.3.0" From 86087396769deb39a559cd6e55af09c8b03c4a68 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 8 Sep 2022 08:24:27 +0000 Subject: [PATCH 363/671] chore: version 14.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 b4c2c4fd..0c4b18fd 100644 --- a/ponyracer/README.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.2.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 51f029de..814060d4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "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.2.0", + "@angular/common": "^14.2.0", + "@angular/compiler": "^14.2.0", + "@angular/core": "^14.2.0", + "@angular/forms": "^14.2.0", + "@angular/platform-browser": "^14.2.0", + "@angular/platform-browser-dynamic": "^14.2.0", + "@angular/router": "^14.2.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.1", - "@angular/cli": "~14.2.1", - "@angular/compiler-cli": "^14.0.0", + "@angular-devkit/build-angular": "^14.2.2", + "@angular/cli": "~14.2.2", + "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", "karma": "~6.4.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 3f10bd4e..0c22650f 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.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 981f1ee5..06963200 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.2.0", + "@angular/core": "^14.2.0" }, "dependencies": { "tslib": "^2.3.0" From 84a0895e873f7b03bbe2b089b657f9f0b9b42f03 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 15 Sep 2022 20:25:32 +0000 Subject: [PATCH 364/671] chore: version 14.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 0c4b18fd..adbdc497 100644 --- a/ponyracer/README.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.2.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 814060d4..d1fa1dbd 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.2", - "@angular/cli": "~14.2.2", + "@angular-devkit/build-angular": "^14.2.3", + "@angular/cli": "~14.2.3", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 63630ee193b769f041622127896ba34f8760421a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Sep 2022 10:24:23 +0000 Subject: [PATCH 365/671] chore: version 14.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 adbdc497..e3a46a95 100644 --- a/ponyracer/README.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.2.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d1fa1dbd..391a772d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.3", - "@angular/cli": "~14.2.3", + "@angular-devkit/build-angular": "^14.2.4", + "@angular/cli": "~14.2.4", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From f9f9e108c49c5f79faa049f8142ce59ce9be26e4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Oct 2022 01:47:50 +0000 Subject: [PATCH 366/671] chore: version 14.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 e3a46a95..9c9aaa73 100644 --- a/ponyracer/README.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.2.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 391a772d..6b074fe7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.4", - "@angular/cli": "~14.2.4", + "@angular-devkit/build-angular": "^14.2.5", + "@angular/cli": "~14.2.5", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 45cceb93ad24a1faf156b1b42da33b3b346d04b9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Oct 2022 16:38:33 +0000 Subject: [PATCH 367/671] chore: version 14.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 9c9aaa73..4ff5bafb 100644 --- a/ponyracer/README.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.2.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6b074fe7..c25f136b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.5", - "@angular/cli": "~14.2.5", + "@angular-devkit/build-angular": "^14.2.6", + "@angular/cli": "~14.2.6", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From c0f9873c0e138c1aa87d27d567cb17a228beb302 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Oct 2022 18:24:21 +0000 Subject: [PATCH 368/671] chore: version 14.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 4ff5bafb..45cb1ca7 100644 --- a/ponyracer/README.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.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c25f136b..996f88aa 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.6", - "@angular/cli": "~14.2.6", + "@angular-devkit/build-angular": "^14.2.7", + "@angular/cli": "~14.2.7", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From cf07a089a7130b2159c69addbdfd6e1450f4ccf9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Nov 2022 18:26:41 +0000 Subject: [PATCH 369/671] chore: version 14.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 45cb1ca7..74d99e79 100644 --- a/ponyracer/README.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.2.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 996f88aa..c1f0e6d7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.7", - "@angular/cli": "~14.2.7", + "@angular-devkit/build-angular": "^14.2.8", + "@angular/cli": "~14.2.8", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 687e62bc4a513a3c81505ff3bd41c77eb7ca35b8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Nov 2022 12:41:13 +0000 Subject: [PATCH 370/671] chore: version 14.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 74d99e79..d5926a2f 100644 --- a/ponyracer/README.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.2.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c1f0e6d7..a8a19c7c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.8", - "@angular/cli": "~14.2.8", + "@angular-devkit/build-angular": "^14.2.9", + "@angular/cli": "~14.2.9", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 85258e8bafc87f0bd2a7aa3a3bd8044d0d48ca59 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 17 Nov 2022 20:20:56 +0000 Subject: [PATCH 371/671] chore: version 14.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 d5926a2f..e4998c64 100644 --- a/ponyracer/README.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.2.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a8a19c7c..0cc93904 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.9", - "@angular/cli": "~14.2.9", + "@angular-devkit/build-angular": "^14.2.10", + "@angular/cli": "~14.2.10", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 7d10af55f66250632fe605607023e46b0e87c63e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 16 Mar 2023 10:18:44 +0000 Subject: [PATCH 372/671] chore: version 14.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 e4998c64..e34fef68 100644 --- a/ponyracer/README.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.2.10. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.11. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0cc93904..ed1c176e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.10", - "@angular/cli": "~14.2.10", + "@angular-devkit/build-angular": "^14.2.11", + "@angular/cli": "~14.2.11", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From a59ab6a4067d651028fdf4d20d97403a098a6f89 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Jun 2023 12:32:45 +0000 Subject: [PATCH 373/671] chore: version 14.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 e34fef68..7716aaf0 100644 --- a/ponyracer/README.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.2.11. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.12. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ed1c176e..5bab8bc5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.11", - "@angular/cli": "~14.2.11", + "@angular-devkit/build-angular": "^14.2.12", + "@angular/cli": "~14.2.12", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From 051d0fb96a01139c3ae7bb79e4d0fc2e706d8045 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 5 Oct 2023 16:19:00 +0000 Subject: [PATCH 374/671] chore: version 14.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 7716aaf0..81f743b1 100644 --- a/ponyracer/README.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.2.12. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.13. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5bab8bc5..26f92e07 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.12", - "@angular/cli": "~14.2.12", + "@angular-devkit/build-angular": "^14.2.13", + "@angular/cli": "~14.2.13", "@angular/compiler-cli": "^14.2.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0", From f3db68cfeddc60129bfcde5e3c900bb46c19cf58 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 8 Sep 2022 08:28:20 +0000 Subject: [PATCH 375/671] chore: version 15.0.0-next.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 81f743b1..2d7bcc31 100644 --- a/ponyracer/README.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.2.13. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 26f92e07..3c38dea8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,30 +10,30 @@ }, "private": true, "dependencies": { - "@angular/animations": "^14.2.0", - "@angular/common": "^14.2.0", - "@angular/compiler": "^14.2.0", - "@angular/core": "^14.2.0", - "@angular/forms": "^14.2.0", - "@angular/platform-browser": "^14.2.0", - "@angular/platform-browser-dynamic": "^14.2.0", - "@angular/router": "^14.2.0", + "@angular/animations": "^15.0.0-next.0", + "@angular/common": "^15.0.0-next.0", + "@angular/compiler": "^15.0.0-next.0", + "@angular/core": "^15.0.0-next.0", + "@angular/forms": "^15.0.0-next.0", + "@angular/platform-browser": "^15.0.0-next.0", + "@angular/platform-browser-dynamic": "^15.0.0-next.0", + "@angular/router": "^15.0.0-next.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^14.2.13", - "@angular/cli": "~14.2.13", - "@angular/compiler-cli": "^14.2.0", - "@types/jasmine": "~4.0.0", - "jasmine-core": "~4.3.0", + "@angular-devkit/build-angular": "^15.0.0-next.0", + "@angular/cli": "~15.0.0-next.0", + "@angular/compiler-cli": "^15.0.0-next.0", + "@types/jasmine": "~4.3.0", + "jasmine-core": "~4.4.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^14.2.0", + "ng-packagr": "^15.0.0-next.0", "typescript": "~4.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 0c22650f..9dd311b9 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.2.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 06963200..2b003b49 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.2.0", - "@angular/core": "^14.2.0" + "@angular/common": "^15.0.0-next.0", + "@angular/core": "^15.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From ded7ead473583e1058ed74db380692653e516337 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 15 Sep 2022 20:26:43 +0000 Subject: [PATCH 376/671] chore: version 15.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 2d7bcc31..8b5ad837 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3c38dea8..5048b756 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.0", - "@angular/cli": "~15.0.0-next.0", + "@angular-devkit/build-angular": "^15.0.0-next.1", + "@angular/cli": "~15.0.0-next.1", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", From 1bb9a9e483f9f75cffd1d2faa4822d0cb97c6214 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Sep 2022 01:57:52 +0000 Subject: [PATCH 377/671] chore: version 15.0.0-next.2 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/projects/ponyracer-lib/src/test.ts | 8 ++++---- ponyracer/tsconfig.json | 7 ++++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 8b5ad837..1a5afe02 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5048b756..b10e81fa 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.1", - "@angular/cli": "~15.0.0-next.1", + "@angular-devkit/build-angular": "^15.0.0-next.2", + "@angular/cli": "~15.0.0-next.2", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts index 5775317a..29e4db38 100644 --- a/ponyracer/projects/ponyracer-lib/src/test.ts +++ b/ponyracer/projects/ponyracer-lib/src/test.ts @@ -16,10 +16,10 @@ declare const require: { }; // First, initialize the Angular testing environment. -getTestBed().initTestEnvironment( - BrowserDynamicTestingModule, - platformBrowserDynamicTesting(), -); +getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { + errorOnUnknownElements: true, + errorOnUnknownProperties: true +}); // Then we find all the tests. const context = require.context('./', true, /\.spec\.ts$/); diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 0fb36cc7..b67c4b9c 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -21,10 +21,11 @@ "dist/ponyracer-lib" ] }, - "target": "es2020", - "module": "es2020", + "target": "ES2022", + "module": "ES2022", + "useDefineForClassFields": false, "lib": [ - "es2020", + "ES2022", "dom" ] }, From ccd10b0a5594eb723e89ded11a264d7bc4e74ec6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Sep 2022 16:34:48 +0000 Subject: [PATCH 378/671] chore: version 15.0.0-next.3 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 5 +++- ponyracer/package.json | 4 +-- ponyracer/projects/ponyracer-lib/src/test.ts | 27 ------------------- .../projects/ponyracer-lib/tsconfig.lib.json | 1 - .../projects/ponyracer-lib/tsconfig.spec.json | 3 --- 6 files changed, 7 insertions(+), 35 deletions(-) delete mode 100644 ponyracer/projects/ponyracer-lib/src/test.ts diff --git a/ponyracer/README.md b/ponyracer/README.md index 1a5afe02..a25149e5 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.3. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 7d1fd69c..116731f9 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -27,8 +27,11 @@ "test": { "builder": "@angular-devkit/build-angular:karma", "options": { - "main": "projects/ponyracer-lib/src/test.ts", "tsConfig": "projects/ponyracer-lib/tsconfig.spec.json", + "polyfills": [ + "zone.js", + "zone.js/testing" + ], "karmaConfig": "projects/ponyracer-lib/karma.conf.js" } } diff --git a/ponyracer/package.json b/ponyracer/package.json index b10e81fa..2995d376 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.2", - "@angular/cli": "~15.0.0-next.2", + "@angular-devkit/build-angular": "^15.0.0-next.3", + "@angular/cli": "~15.0.0-next.3", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", diff --git a/ponyracer/projects/ponyracer-lib/src/test.ts b/ponyracer/projects/ponyracer-lib/src/test.ts deleted file mode 100644 index 29e4db38..00000000 --- a/ponyracer/projects/ponyracer-lib/src/test.ts +++ /dev/null @@ -1,27 +0,0 @@ -// This file is required by karma.conf.js and loads recursively all the .spec and framework files - -import 'zone.js'; -import 'zone.js/testing'; -import { getTestBed } from '@angular/core/testing'; -import { - BrowserDynamicTestingModule, - platformBrowserDynamicTesting -} from '@angular/platform-browser-dynamic/testing'; - -declare const require: { - context(path: string, deep?: boolean, filter?: RegExp): { - (id: string): T; - keys(): string[]; - }; -}; - -// First, initialize the Angular testing environment. -getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { - errorOnUnknownElements: true, - errorOnUnknownProperties: true -}); - -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().forEach(context); diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json index b77b13c0..543fd474 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -9,7 +9,6 @@ "types": [] }, "exclude": [ - "src/test.ts", "**/*.spec.ts" ] } diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json index 715dd0a5..ce7048bc 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -7,9 +7,6 @@ "jasmine" ] }, - "files": [ - "src/test.ts" - ], "include": [ "**/*.spec.ts", "**/*.d.ts" From 0b092c85849e2ac0b13f09f54b19e21b708c719c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Oct 2022 03:39:45 +0000 Subject: [PATCH 379/671] chore: version 15.0.0-next.4 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 3 +- ponyracer/package.json | 4 +- .../projects/ponyracer-lib/karma.conf.js | 44 ------------------- .../src/lib/ponyracer-lib.component.ts | 9 +--- 5 files changed, 6 insertions(+), 56 deletions(-) delete mode 100644 ponyracer/projects/ponyracer-lib/karma.conf.js diff --git a/ponyracer/README.md b/ponyracer/README.md index a25149e5..a2b13594 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.4. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 116731f9..a97e45f5 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -31,8 +31,7 @@ "polyfills": [ "zone.js", "zone.js/testing" - ], - "karmaConfig": "projects/ponyracer-lib/karma.conf.js" + ] } } } diff --git a/ponyracer/package.json b/ponyracer/package.json index 2995d376..629f20e3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.3", - "@angular/cli": "~15.0.0-next.3", + "@angular-devkit/build-angular": "^15.0.0-next.4", + "@angular/cli": "~15.0.0-next.4", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", diff --git a/ponyracer/projects/ponyracer-lib/karma.conf.js b/ponyracer/projects/ponyracer-lib/karma.conf.js deleted file mode 100644 index eaf42c8c..00000000 --- a/ponyracer/projects/ponyracer-lib/karma.conf.js +++ /dev/null @@ -1,44 +0,0 @@ -// 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'), - 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: { - suppressAll: true // removes the duplicated traces - }, - coverageReporter: { - dir: require('path').join(__dirname, '../../coverage/ponyracer-lib'), - subdir: '.', - reporters: [ - { type: 'html' }, - { type: 'text-summary' } - ] - }, - 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/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts index 8cb86e17..169d499e 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -1,4 +1,4 @@ -import { Component, OnInit } from '@angular/core'; +import { Component } from '@angular/core'; @Component({ selector: 'lib-ponyracer-lib', @@ -10,11 +10,6 @@ import { Component, OnInit } from '@angular/core'; styles: [ ] }) -export class PonyracerLibComponent implements OnInit { - - constructor() { } - - ngOnInit(): void { - } +export class PonyracerLibComponent { } From dbaa5d42860fc2139842322e16726d275178289e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Oct 2022 16:39:49 +0000 Subject: [PATCH 380/671] chore: version 15.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 a2b13594..2a0c3cfc 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 629f20e3..b7e9f365 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.4", - "@angular/cli": "~15.0.0-next.4", + "@angular-devkit/build-angular": "^15.0.0-next.5", + "@angular/cli": "~15.0.0-next.5", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", @@ -34,6 +34,6 @@ "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", "ng-packagr": "^15.0.0-next.0", - "typescript": "~4.7.2" + "typescript": "~4.8.2" } } From 2c19bda7093c2111721d74c7f4814cca71951316 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 14 Oct 2022 14:40:18 +0000 Subject: [PATCH 381/671] chore: version 15.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 2a0c3cfc..8d66042f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b7e9f365..d4a83e72 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.5", - "@angular/cli": "~15.0.0-next.5", + "@angular-devkit/build-angular": "^15.0.0-next.6", + "@angular/cli": "~15.0.0-next.6", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", From 2908fb695e6fdb531c05fffc586e059b6e454b54 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Oct 2022 10:30:12 +0000 Subject: [PATCH 382/671] chore: version 15.0.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 8d66042f..e22deff4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d4a83e72..a3b4c5b9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-next.6", - "@angular/cli": "~15.0.0-next.6", + "@angular-devkit/build-angular": "^15.0.0-rc.0", + "@angular/cli": "~15.0.0-rc.0", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", From 721fffb078242c5c967e5a585dc8180e1c33771a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Oct 2022 22:23:43 +0000 Subject: [PATCH 383/671] chore: version 15.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 e22deff4..869d3b36 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a3b4c5b9..8e05c867 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-rc.0", - "@angular/cli": "~15.0.0-rc.0", + "@angular-devkit/build-angular": "^15.0.0-rc.1", + "@angular/cli": "~15.0.0-rc.1", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.4.0", From 689fe0749029abda50cedc2d4bf2f6bba752efb5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Nov 2022 22:19:51 +0000 Subject: [PATCH 384/671] chore: version 15.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 869d3b36..67dae2a7 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8e05c867..dad42d06 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,11 +23,11 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-rc.1", - "@angular/cli": "~15.0.0-rc.1", + "@angular-devkit/build-angular": "^15.0.0-rc.2", + "@angular/cli": "~15.0.0-rc.2", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", - "jasmine-core": "~4.4.0", + "jasmine-core": "~4.5.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", From 4a303eb38573ff5dbf8d6a6b541a6ee09366668e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Nov 2022 12:42:42 +0000 Subject: [PATCH 385/671] chore: version 15.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 67dae2a7..bb3ca539 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index dad42d06..e71c6c08 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-rc.2", - "@angular/cli": "~15.0.0-rc.2", + "@angular-devkit/build-angular": "^15.0.0-rc.3", + "@angular/cli": "~15.0.0-rc.3", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 8e31bdad2fdf85a83f4621c48c7d986219d48d7f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 15 Nov 2022 01:26:36 +0000 Subject: [PATCH 386/671] chore: version 15.0.0-rc.4 --- 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 bb3ca539..05fc27b9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e71c6c08..849cb341 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,11 +20,11 @@ "@angular/router": "^15.0.0-next.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", - "zone.js": "~0.11.4" + "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-rc.3", - "@angular/cli": "~15.0.0-rc.3", + "@angular-devkit/build-angular": "^15.0.0-rc.4", + "@angular/cli": "~15.0.0-rc.4", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From aaa7bd95c8b25f558664cb5134a91f1827d71c92 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 15 Nov 2022 22:18:12 +0000 Subject: [PATCH 387/671] chore: version 15.0.0-rc.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 05fc27b9..14de5af4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 849cb341..d8a93633 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-rc.4", - "@angular/cli": "~15.0.0-rc.4", + "@angular-devkit/build-angular": "^15.0.0-rc.5", + "@angular/cli": "~15.0.0-rc.5", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 9ff21f5a14410ac59a77dbb50170b425d066a014 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 16 Nov 2022 20:19:00 +0000 Subject: [PATCH 388/671] chore: version 15.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 14de5af4..4b2fb6e1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-rc.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d8a93633..b71dbf42 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.0.0-next.0", - "@angular/common": "^15.0.0-next.0", - "@angular/compiler": "^15.0.0-next.0", - "@angular/core": "^15.0.0-next.0", - "@angular/forms": "^15.0.0-next.0", - "@angular/platform-browser": "^15.0.0-next.0", - "@angular/platform-browser-dynamic": "^15.0.0-next.0", - "@angular/router": "^15.0.0-next.0", + "@angular/animations": "^15.0.0", + "@angular/common": "^15.0.0", + "@angular/compiler": "^15.0.0", + "@angular/core": "^15.0.0", + "@angular/forms": "^15.0.0", + "@angular/platform-browser": "^15.0.0", + "@angular/platform-browser-dynamic": "^15.0.0", + "@angular/router": "^15.0.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0-rc.5", - "@angular/cli": "~15.0.0-rc.5", - "@angular/compiler-cli": "^15.0.0-next.0", + "@angular-devkit/build-angular": "^15.0.0", + "@angular/cli": "~15.0.0", + "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.0.0-next.0", + "ng-packagr": "^15.0.0", "typescript": "~4.8.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 9dd311b9..da299153 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 15.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 2b003b49..4633f66c 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": "^15.0.0-next.0", - "@angular/core": "^15.0.0-next.0" + "@angular/common": "^15.0.0", + "@angular/core": "^15.0.0" }, "dependencies": { "tslib": "^2.3.0" From 103e12c645fb06a6b08726282fa0697ed23e3824 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Nov 2022 18:22:34 +0000 Subject: [PATCH 389/671] chore: version 15.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 4b2fb6e1..5ae74911 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b71dbf42..d7a18de9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0", - "@angular/cli": "~15.0.0", + "@angular-devkit/build-angular": "^15.0.1", + "@angular/cli": "~15.0.1", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From b87fa65a6de75113047c62b074e118f16a2631ad Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Nov 2022 14:16:07 +0000 Subject: [PATCH 390/671] chore: version 15.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 5ae74911..b02df9a1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d7a18de9..5bbf5657 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.1", - "@angular/cli": "~15.0.1", + "@angular-devkit/build-angular": "^15.0.2", + "@angular/cli": "~15.0.2", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 6e51febab6b615ee310e84ed94aef9323fd4dd9c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 8 Dec 2022 01:14:16 +0000 Subject: [PATCH 391/671] chore: version 15.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 b02df9a1..ac48ed94 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5bbf5657..5e9eff47 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.2", - "@angular/cli": "~15.0.2", + "@angular-devkit/build-angular": "^15.0.3", + "@angular/cli": "~15.0.3", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 1fe3ccf8c3198e83b5996d4917dc776c8241e9d9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 Dec 2022 22:15:08 +0000 Subject: [PATCH 392/671] chore: version 15.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 ac48ed94..cde2de34 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5e9eff47..c0d4edeb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.3", - "@angular/cli": "~15.0.3", + "@angular-devkit/build-angular": "^15.0.4", + "@angular/cli": "~15.0.4", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 60c87f7a15099ba067abc47afe5e6651efdb4136 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 6 Jan 2023 18:19:11 +0000 Subject: [PATCH 393/671] chore: version 15.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 cde2de34..27eed687 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c0d4edeb..868a87db 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.4", - "@angular/cli": "~15.0.4", + "@angular-devkit/build-angular": "^15.0.5", + "@angular/cli": "~15.0.5", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 97e8df5633a2c0c6e88aa5cbb8a2a60be45c3167 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Nov 2022 18:23:35 +0000 Subject: [PATCH 394/671] chore: version 15.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 | 9 +++---- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 27eed687..1db0a90f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 868a87db..f5e766c9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.0.0", - "@angular/common": "^15.0.0", - "@angular/compiler": "^15.0.0", - "@angular/core": "^15.0.0", - "@angular/forms": "^15.0.0", - "@angular/platform-browser": "^15.0.0", - "@angular/platform-browser-dynamic": "^15.0.0", - "@angular/router": "^15.0.0", + "@angular/animations": "^15.0.0-next.0", + "@angular/common": "^15.0.0-next.0", + "@angular/compiler": "^15.0.0-next.0", + "@angular/core": "^15.0.0-next.0", + "@angular/forms": "^15.0.0-next.0", + "@angular/platform-browser": "^15.0.0-next.0", + "@angular/platform-browser-dynamic": "^15.0.0-next.0", + "@angular/router": "^15.0.0-next.0", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.5", - "@angular/cli": "~15.0.5", - "@angular/compiler-cli": "^15.0.0", + "@angular-devkit/build-angular": "^15.1.0-next.0", + "@angular/cli": "~15.1.0-next.0", + "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.0.0", + "ng-packagr": "^15.0.0-next.0", "typescript": "~4.8.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index da299153..9dd311b9 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 15.0.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 4633f66c..b6fabec8 100644 --- a/ponyracer/projects/ponyracer-lib/package.json +++ b/ponyracer/projects/ponyracer-lib/package.json @@ -2,10 +2,11 @@ "name": "ponyracer-lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^15.0.0", - "@angular/core": "^15.0.0" + "@angular/common": "^15.0.0-next.0", + "@angular/core": "^15.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" - } -} \ No newline at end of file + }, + "sideEffects": false +} From af16909aee1b968c1cfdae6e21ccb92fa7ebc4c6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Nov 2022 16:23:51 +0000 Subject: [PATCH 395/671] chore: version 15.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 1db0a90f..0b9681a4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f5e766c9..1c6bf6f6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.0-next.0", - "@angular/cli": "~15.1.0-next.0", + "@angular-devkit/build-angular": "^15.1.0-next.1", + "@angular/cli": "~15.1.0-next.1", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 45117caa5d31e53e4ec66c4d83ccdfc403f9ade5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 9 Dec 2022 01:15:22 +0000 Subject: [PATCH 396/671] chore: version 15.1.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 0b9681a4..365881d6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1c6bf6f6..25a089f5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -18,13 +18,13 @@ "@angular/platform-browser": "^15.0.0-next.0", "@angular/platform-browser-dynamic": "^15.0.0-next.0", "@angular/router": "^15.0.0-next.0", - "rxjs": "~7.5.0", + "rxjs": "~7.6.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.0-next.1", - "@angular/cli": "~15.1.0-next.1", + "@angular-devkit/build-angular": "^15.1.0-next.2", + "@angular/cli": "~15.1.0-next.2", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 605591e1c330f497423743cd5947db24c76784b8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 15 Dec 2022 02:48:01 +0000 Subject: [PATCH 397/671] chore: version 15.1.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 365881d6..c1160e05 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 25a089f5..4fa182eb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.0-next.2", - "@angular/cli": "~15.1.0-next.2", + "@angular-devkit/build-angular": "^15.1.0-next.3", + "@angular/cli": "~15.1.0-next.3", "@angular/compiler-cli": "^15.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 5e64918d219d5e5a57cee3dba505ce678f74ff61 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 6 Jan 2023 18:20:33 +0000 Subject: [PATCH 398/671] chore: version 15.1.0-rc.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 c1160e05..0090dd6b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4fa182eb..d6ce147d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.0.0-next.0", - "@angular/common": "^15.0.0-next.0", - "@angular/compiler": "^15.0.0-next.0", - "@angular/core": "^15.0.0-next.0", - "@angular/forms": "^15.0.0-next.0", - "@angular/platform-browser": "^15.0.0-next.0", - "@angular/platform-browser-dynamic": "^15.0.0-next.0", - "@angular/router": "^15.0.0-next.0", - "rxjs": "~7.6.0", + "@angular/animations": "^15.1.0-next.0", + "@angular/common": "^15.1.0-next.0", + "@angular/compiler": "^15.1.0-next.0", + "@angular/core": "^15.1.0-next.0", + "@angular/forms": "^15.1.0-next.0", + "@angular/platform-browser": "^15.1.0-next.0", + "@angular/platform-browser-dynamic": "^15.1.0-next.0", + "@angular/router": "^15.1.0-next.0", + "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.0-next.3", - "@angular/cli": "~15.1.0-next.3", - "@angular/compiler-cli": "^15.0.0-next.0", + "@angular-devkit/build-angular": "^15.1.0-rc.0", + "@angular/cli": "~15.1.0-rc.0", + "@angular/compiler-cli": "^15.1.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.0.0-next.0", - "typescript": "~4.8.2" + "ng-packagr": "^15.1.0-next.0", + "typescript": "~4.9.3" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 9dd311b9..7f399291 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 15.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index b6fabec8..b0d69cd6 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": "^15.0.0-next.0", - "@angular/core": "^15.0.0-next.0" + "@angular/common": "^15.1.0-next.0", + "@angular/core": "^15.1.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From dad1563316f9c0eb4d93e54c8cfd11adc583ef5a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Jan 2023 16:28:17 +0000 Subject: [PATCH 399/671] chore: version 15.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 0090dd6b..c8a3ea9e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d6ce147d..5b64f131 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.1.0-next.0", - "@angular/common": "^15.1.0-next.0", - "@angular/compiler": "^15.1.0-next.0", - "@angular/core": "^15.1.0-next.0", - "@angular/forms": "^15.1.0-next.0", - "@angular/platform-browser": "^15.1.0-next.0", - "@angular/platform-browser-dynamic": "^15.1.0-next.0", - "@angular/router": "^15.1.0-next.0", + "@angular/animations": "^15.1.0", + "@angular/common": "^15.1.0", + "@angular/compiler": "^15.1.0", + "@angular/core": "^15.1.0", + "@angular/forms": "^15.1.0", + "@angular/platform-browser": "^15.1.0", + "@angular/platform-browser-dynamic": "^15.1.0", + "@angular/router": "^15.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.0-rc.0", - "@angular/cli": "~15.1.0-rc.0", - "@angular/compiler-cli": "^15.1.0-next.0", + "@angular-devkit/build-angular": "^15.1.0", + "@angular/cli": "~15.1.0", + "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.1.0-next.0", - "typescript": "~4.9.3" + "ng-packagr": "^15.1.0", + "typescript": "~4.9.4" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 7f399291..1afb7ccc 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 15.1.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index b0d69cd6..5c3d3df5 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": "^15.1.0-next.0", - "@angular/core": "^15.1.0-next.0" + "@angular/common": "^15.1.0", + "@angular/core": "^15.1.0" }, "dependencies": { "tslib": "^2.3.0" From 054a278cad3cb48d0f1d48864c07dd39fdaa9449 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Jan 2023 16:37:25 +0000 Subject: [PATCH 400/671] chore: version 15.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 c8a3ea9e..c092c7b4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5b64f131..9b5608dc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.0", - "@angular/cli": "~15.1.0", + "@angular-devkit/build-angular": "^15.1.1", + "@angular/cli": "~15.1.1", "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From f0113f298fb4c7b4ff30b340d0454d21fadd4cf3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 18 Jan 2023 22:15:28 +0000 Subject: [PATCH 401/671] chore: version 15.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 c092c7b4..b320d240 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9b5608dc..ed78caa6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.1", - "@angular/cli": "~15.1.1", + "@angular-devkit/build-angular": "^15.1.2", + "@angular/cli": "~15.1.2", "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 5ceedad23635e3ab35cf15676351d5277c783d6a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 Jan 2023 22:16:38 +0000 Subject: [PATCH 402/671] chore: version 15.1.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 b320d240..fc06a375 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ed78caa6..99507fd3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.2", - "@angular/cli": "~15.1.2", + "@angular-devkit/build-angular": "^15.1.3", + "@angular/cli": "~15.1.3", "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From c366f99f46b5f5c387216e434055ae2df09cf132 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Feb 2023 20:17:01 +0000 Subject: [PATCH 403/671] chore: version 15.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 fc06a375..6cb9c2a4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 99507fd3..b0d86f09 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.3", - "@angular/cli": "~15.1.3", + "@angular-devkit/build-angular": "^15.1.4", + "@angular/cli": "~15.1.4", "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 86a77098d33bb8a3f04a26c818338793f9a8d57d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Feb 2023 22:15:31 +0000 Subject: [PATCH 404/671] chore: version 15.1.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 6cb9c2a4..08cd3edd 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b0d86f09..44a926c4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.4", - "@angular/cli": "~15.1.4", + "@angular-devkit/build-angular": "^15.1.5", + "@angular/cli": "~15.1.5", "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 47d0583619268b01d15ac552997ffe74442fbe8a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 15 Feb 2023 20:18:03 +0000 Subject: [PATCH 405/671] chore: version 15.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 08cd3edd..4c15025c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 44a926c4..c70f3c1e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.5", - "@angular/cli": "~15.1.5", + "@angular-devkit/build-angular": "^15.1.6", + "@angular/cli": "~15.1.6", "@angular/compiler-cli": "^15.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 5c795407e7efbfd2d1c8b93ad1622e57842bce11 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Jan 2023 16:38:43 +0000 Subject: [PATCH 406/671] chore: version 15.2.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 4c15025c..e89f7b65 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c70f3c1e..445b59c5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.1.0", - "@angular/common": "^15.1.0", - "@angular/compiler": "^15.1.0", - "@angular/core": "^15.1.0", - "@angular/forms": "^15.1.0", - "@angular/platform-browser": "^15.1.0", - "@angular/platform-browser-dynamic": "^15.1.0", - "@angular/router": "^15.1.0", + "@angular/animations": "^15.2.0-next.0", + "@angular/common": "^15.2.0-next.0", + "@angular/compiler": "^15.2.0-next.0", + "@angular/core": "^15.2.0-next.0", + "@angular/forms": "^15.2.0-next.0", + "@angular/platform-browser": "^15.2.0-next.0", + "@angular/platform-browser-dynamic": "^15.2.0-next.0", + "@angular/router": "^15.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.6", - "@angular/cli": "~15.1.6", - "@angular/compiler-cli": "^15.1.0", + "@angular-devkit/build-angular": "^15.2.0-next.0", + "@angular/cli": "~15.2.0-next.0", + "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 1afb7ccc..ef265a53 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 15.1.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 5c3d3df5..73f1a850 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": "^15.1.0", - "@angular/core": "^15.1.0" + "@angular/common": "^15.2.0-next.0", + "@angular/core": "^15.2.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 6de7186d38b8bee4a958c0d622420697a9264b4e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 18 Jan 2023 22:16:49 +0000 Subject: [PATCH 407/671] chore: version 15.2.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 e89f7b65..cc21df56 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 445b59c5..789dcf31 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0-next.0", - "@angular/cli": "~15.2.0-next.0", + "@angular-devkit/build-angular": "^15.2.0-next.1", + "@angular/cli": "~15.2.0-next.1", "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 6cbf89acb2388ed31dfa93b5c9737b4e58930279 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 Jan 2023 22:20:37 +0000 Subject: [PATCH 408/671] chore: version 15.2.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 cc21df56..846eb709 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 789dcf31..8765a6c6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0-next.1", - "@angular/cli": "~15.2.0-next.1", + "@angular-devkit/build-angular": "^15.2.0-next.2", + "@angular/cli": "~15.2.0-next.2", "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 2a084f3b59f7226ba24459536e05acc2a2a21e83 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 2 Feb 2023 01:16:08 +0000 Subject: [PATCH 409/671] chore: version 15.2.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 846eb709..27dd089d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8765a6c6..cf6ba631 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0-next.2", - "@angular/cli": "~15.2.0-next.2", + "@angular-devkit/build-angular": "^15.2.0-next.3", + "@angular/cli": "~15.2.0-next.3", "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 27c01de9e78dd4f0256450c24645ddd78b012528 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 9 Feb 2023 01:14:26 +0000 Subject: [PATCH 410/671] chore: version 15.2.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 27dd089d..d5667927 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index cf6ba631..a0c20301 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0-next.3", - "@angular/cli": "~15.2.0-next.3", + "@angular-devkit/build-angular": "^15.2.0-next.4", + "@angular/cli": "~15.2.0-next.4", "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From b65562e19e87d06919065894a30e9ed235e45676 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 15 Feb 2023 22:16:18 +0000 Subject: [PATCH 411/671] chore: version 15.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 d5667927..e9866ea7 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a0c20301..ad176ce5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0-next.4", - "@angular/cli": "~15.2.0-next.4", + "@angular-devkit/build-angular": "^15.2.0-rc.0", + "@angular/cli": "~15.2.0-rc.0", "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 936671a00ef2a59cf54fa6dc7e20bf4bca946a5c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 23 Feb 2023 01:15:32 +0000 Subject: [PATCH 412/671] chore: version 15.2.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 e9866ea7..e65dddf4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ad176ce5..cfde5ff2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.2.0-next.0", - "@angular/common": "^15.2.0-next.0", - "@angular/compiler": "^15.2.0-next.0", - "@angular/core": "^15.2.0-next.0", - "@angular/forms": "^15.2.0-next.0", - "@angular/platform-browser": "^15.2.0-next.0", - "@angular/platform-browser-dynamic": "^15.2.0-next.0", - "@angular/router": "^15.2.0-next.0", + "@angular/animations": "^15.2.0", + "@angular/common": "^15.2.0", + "@angular/compiler": "^15.2.0", + "@angular/core": "^15.2.0", + "@angular/forms": "^15.2.0", + "@angular/platform-browser": "^15.2.0", + "@angular/platform-browser-dynamic": "^15.2.0", + "@angular/router": "^15.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0-rc.0", - "@angular/cli": "~15.2.0-rc.0", - "@angular/compiler-cli": "^15.2.0-next.0", + "@angular-devkit/build-angular": "^15.2.0", + "@angular/cli": "~15.2.0", + "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.1.0", + "ng-packagr": "^15.2.2", "typescript": "~4.9.4" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index ef265a53..7bdfebd9 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 15.2.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 73f1a850..a0cdf1ce 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": "^15.2.0-next.0", - "@angular/core": "^15.2.0-next.0" + "@angular/common": "^15.2.0", + "@angular/core": "^15.2.0" }, "dependencies": { "tslib": "^2.3.0" From 09137993e607de9d7bceccc49f66927947f4f4c8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Mar 2023 20:17:29 +0000 Subject: [PATCH 413/671] chore: version 15.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 e65dddf4..d46f6492 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index cfde5ff2..78c55a3c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.0", - "@angular/cli": "~15.2.0", + "@angular-devkit/build-angular": "^15.2.1", + "@angular/cli": "~15.2.1", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From c3f4faa51e80fb2565dc824b5514bd1a9888e90c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Mar 2023 22:15:44 +0000 Subject: [PATCH 414/671] chore: version 15.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 d46f6492..a5a8f412 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 78c55a3c..b06f56ee 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.1", - "@angular/cli": "~15.2.1", + "@angular-devkit/build-angular": "^15.2.2", + "@angular/cli": "~15.2.2", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 797617955616743818fcaf325de71b870d9aea17 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 15 Mar 2023 10:17:18 +0000 Subject: [PATCH 415/671] chore: version 15.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 a5a8f412..b813c668 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b06f56ee..7d91fa1a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.2", - "@angular/cli": "~15.2.2", + "@angular-devkit/build-angular": "^15.2.3", + "@angular/cli": "~15.2.3", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 22605e756315b89c76c0aa7297b4cab2cfd108ef Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 16 Mar 2023 10:20:28 +0000 Subject: [PATCH 416/671] chore: version 15.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 b813c668..d2ca59f3 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7d91fa1a..bb4a3ec7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.3", - "@angular/cli": "~15.2.3", + "@angular-devkit/build-angular": "^15.2.4", + "@angular/cli": "~15.2.4", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From ae2bcb5ac1e529db157195e72fde3df1f0d76f40 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 5 Apr 2023 12:33:42 +0000 Subject: [PATCH 417/671] chore: version 15.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 d2ca59f3..23749bc3 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bb4a3ec7..0baf5cbe 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.4", - "@angular/cli": "~15.2.4", + "@angular-devkit/build-angular": "^15.2.5", + "@angular/cli": "~15.2.5", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 24936bdf79cd949703ba7687e5944638903ae02d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Apr 2023 18:17:17 +0000 Subject: [PATCH 418/671] chore: version 15.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 23749bc3..cbe8a287 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0baf5cbe..29214f70 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.5", - "@angular/cli": "~15.2.5", + "@angular-devkit/build-angular": "^15.2.6", + "@angular/cli": "~15.2.6", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From e5805167f9afe7d4766c81d5160c986d4ddc0f74 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Apr 2023 14:13:46 +0000 Subject: [PATCH 419/671] chore: version 15.2.7 --- ponyracer/.vscode/launch.json | 2 +- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/.vscode/launch.json b/ponyracer/.vscode/launch.json index 740e35a0..925af837 100644 --- a/ponyracer/.vscode/launch.json +++ b/ponyracer/.vscode/launch.json @@ -4,7 +4,7 @@ "configurations": [ { "name": "ng serve", - "type": "pwa-chrome", + "type": "chrome", "request": "launch", "preLaunchTask": "npm: start", "url": "http://localhost:4200/" diff --git a/ponyracer/README.md b/ponyracer/README.md index cbe8a287..3de90d31 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 29214f70..51750065 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.6", - "@angular/cli": "~15.2.6", + "@angular-devkit/build-angular": "^15.2.7", + "@angular/cli": "~15.2.7", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From d0f5dc373692184114fb9042fbd830f497e4ad9c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 May 2023 18:17:12 +0000 Subject: [PATCH 420/671] chore: version 15.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 3de90d31..03b8c7a2 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 51750065..7abbf95a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.7", - "@angular/cli": "~15.2.7", + "@angular-devkit/build-angular": "^15.2.8", + "@angular/cli": "~15.2.8", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 8dad000e85a0f173e339d056954814e86673aa75 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Jun 2023 16:20:27 +0000 Subject: [PATCH 421/671] chore: version 15.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 03b8c7a2..5ed3c7e5 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7abbf95a..742b32e5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.8", - "@angular/cli": "~15.2.8", + "@angular-devkit/build-angular": "^15.2.9", + "@angular/cli": "~15.2.9", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 1017e791ff9ef5eca4fcaefef0d2d93c0c6f118a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 5 Oct 2023 16:20:42 +0000 Subject: [PATCH 422/671] chore: version 15.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 5ed3c7e5..5ff1cd12 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 742b32e5..d53dfb12 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.9", - "@angular/cli": "~15.2.9", + "@angular-devkit/build-angular": "^15.2.10", + "@angular/cli": "~15.2.10", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From bf891ca3d02bc553cdde46fbe48256cf0e938931 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 25 Mar 2024 14:13:04 +0000 Subject: [PATCH 423/671] chore: version 15.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 5ff1cd12..ef7744a0 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.10. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.11. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d53dfb12..bc4abcb0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.10", - "@angular/cli": "~15.2.10", + "@angular-devkit/build-angular": "^15.2.11", + "@angular/cli": "~15.2.11", "@angular/compiler-cli": "^15.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 0f8b85d5efababa81d0713eee9d673bb9cc549b8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 23 Feb 2023 06:17:39 +0000 Subject: [PATCH 424/671] chore: version 16.0.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 ef7744a0..3213510e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.11. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bc4abcb0..a3578e9c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.2.0", - "@angular/common": "^15.2.0", - "@angular/compiler": "^15.2.0", - "@angular/core": "^15.2.0", - "@angular/forms": "^15.2.0", - "@angular/platform-browser": "^15.2.0", - "@angular/platform-browser-dynamic": "^15.2.0", - "@angular/router": "^15.2.0", + "@angular/animations": "^15.2.0-next.0", + "@angular/common": "^15.2.0-next.0", + "@angular/compiler": "^15.2.0-next.0", + "@angular/core": "^15.2.0-next.0", + "@angular/forms": "^15.2.0-next.0", + "@angular/platform-browser": "^15.2.0-next.0", + "@angular/platform-browser-dynamic": "^15.2.0-next.0", + "@angular/router": "^15.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.11", - "@angular/cli": "~15.2.11", - "@angular/compiler-cli": "^15.2.0", + "@angular-devkit/build-angular": "^16.0.0-next.0", + "@angular/cli": "~16.0.0-next.0", + "@angular/compiler-cli": "^15.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.2.2", + "ng-packagr": "^15.1.0", "typescript": "~4.9.4" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 7bdfebd9..ef265a53 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 15.2.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index a0cdf1ce..73f1a850 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": "^15.2.0", - "@angular/core": "^15.2.0" + "@angular/common": "^15.2.0-next.0", + "@angular/core": "^15.2.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From cf8c4aca8b0686a0374ff3a5a682b9ece199f20c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 23 Feb 2023 12:31:47 +0000 Subject: [PATCH 425/671] chore: version 16.0.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 3213510e..60e2b5da 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a3578e9c..d187a54e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.2.0-next.0", - "@angular/common": "^15.2.0-next.0", - "@angular/compiler": "^15.2.0-next.0", - "@angular/core": "^15.2.0-next.0", - "@angular/forms": "^15.2.0-next.0", - "@angular/platform-browser": "^15.2.0-next.0", - "@angular/platform-browser-dynamic": "^15.2.0-next.0", - "@angular/router": "^15.2.0-next.0", + "@angular/animations": "^16.0.0-next.0", + "@angular/common": "^16.0.0-next.0", + "@angular/compiler": "^16.0.0-next.0", + "@angular/core": "^16.0.0-next.0", + "@angular/forms": "^16.0.0-next.0", + "@angular/platform-browser": "^16.0.0-next.0", + "@angular/platform-browser-dynamic": "^16.0.0-next.0", + "@angular/router": "^16.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.0", - "@angular/cli": "~16.0.0-next.0", - "@angular/compiler-cli": "^15.2.0-next.0", + "@angular-devkit/build-angular": "^16.0.0-next.1", + "@angular/cli": "~16.0.0-next.1", + "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^15.1.0", + "ng-packagr": "^16.0.0-next.0", "typescript": "~4.9.4" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index ef265a53..c0ec54be 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 15.2.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 73f1a850..131fc3e1 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": "^15.2.0-next.0", - "@angular/core": "^15.2.0-next.0" + "@angular/common": "^16.0.0-next.0", + "@angular/core": "^16.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 939e0376a03cb27bba08e07f66d5ddf988542b9a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Mar 2023 20:18:04 +0000 Subject: [PATCH 426/671] chore: version 16.0.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 60e2b5da..56252ebf 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d187a54e..d9f2f79a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.12.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.1", - "@angular/cli": "~16.0.0-next.1", + "@angular-devkit/build-angular": "^16.0.0-next.2", + "@angular/cli": "~16.0.0-next.2", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 4960255c3f10c97fd5fc572398f34d9d43e7ae64 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 9 Mar 2023 02:52:38 +0000 Subject: [PATCH 427/671] chore: version 16.0.0-next.3 --- 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 56252ebf..764aaaac 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d9f2f79a..9ee79b4a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,11 +20,11 @@ "@angular/router": "^16.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.12.0" + "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.2", - "@angular/cli": "~16.0.0-next.2", + "@angular-devkit/build-angular": "^16.0.0-next.3", + "@angular/cli": "~16.0.0-next.3", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From 168249e266c85a46b2696e3138f67a31c7db1a3b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 15 Mar 2023 10:17:59 +0000 Subject: [PATCH 428/671] chore: version 16.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 764aaaac..3038b538 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9ee79b4a..892eaa58 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.3", - "@angular/cli": "~16.0.0-next.3", + "@angular-devkit/build-angular": "^16.0.0-next.4", + "@angular/cli": "~16.0.0-next.4", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0", From f0c35849ba5acac4306e20c5c91aaddeb238b1f3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 22 Mar 2023 22:12:16 +0000 Subject: [PATCH 429/671] chore: version 16.0.0-next.5 --- 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 3038b538..08351a3d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 892eaa58..3d5187a1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,17 +23,17 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.4", - "@angular/cli": "~16.0.0-next.4", + "@angular-devkit/build-angular": "^16.0.0-next.5", + "@angular/cli": "~16.0.0-next.5", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", - "jasmine-core": "~4.5.0", + "jasmine-core": "~4.6.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^16.0.0-next.0", - "typescript": "~4.9.4" + "ng-packagr": "^16.0.0-next.1", + "typescript": "~5.0.2" } } From dc1e9a2c8deb46250c64fe280d541e545edd69ee Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 30 Mar 2023 20:15:38 +0000 Subject: [PATCH 430/671] chore: version 16.0.0-next.6 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../src/lib/ponyracer-lib.component.spec.ts | 10 ++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 08351a3d..d7e45317 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3d5187a1..7902079d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.5", - "@angular/cli": "~16.0.0-next.5", + "@angular-devkit/build-angular": "^16.0.0-next.6", + "@angular/cli": "~16.0.0-next.6", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.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 8d010f42..68738cfb 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 @@ -6,12 +6,10 @@ describe('PonyracerLibComponent', () => { let component: PonyracerLibComponent; let fixture: ComponentFixture; - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ PonyracerLibComponent ] - }) - .compileComponents(); - + beforeEach(() => { + TestBed.configureTestingModule({ + declarations: [PonyracerLibComponent] + }); fixture = TestBed.createComponent(PonyracerLibComponent); component = fixture.componentInstance; fixture.detectChanges(); From 42766cd59e73d4a6800af05a47990e35bc0d3e91 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Apr 2023 06:18:19 +0000 Subject: [PATCH 431/671] chore: version 16.0.0-next.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 d7e45317..f85b2386 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7902079d..2f64348c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.6", - "@angular/cli": "~16.0.0-next.6", + "@angular-devkit/build-angular": "^16.0.0-next.7", + "@angular/cli": "~16.0.0-next.7", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 6c265d36a0c428a06ed2fef6d62416e7bb580c29 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Apr 2023 22:13:41 +0000 Subject: [PATCH 432/671] chore: version 16.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 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index f85b2386..ef8e0332 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2f64348c..f0822d7c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0-next.0", - "@angular/common": "^16.0.0-next.0", - "@angular/compiler": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0", - "@angular/forms": "^16.0.0-next.0", - "@angular/platform-browser": "^16.0.0-next.0", - "@angular/platform-browser-dynamic": "^16.0.0-next.0", - "@angular/router": "^16.0.0-next.0", + "@angular/animations": "^16.0.0-rc.0", + "@angular/common": "^16.0.0-rc.0", + "@angular/compiler": "^16.0.0-rc.0", + "@angular/core": "^16.0.0-rc.0", + "@angular/forms": "^16.0.0-rc.0", + "@angular/platform-browser": "^16.0.0-rc.0", + "@angular/platform-browser-dynamic": "^16.0.0-rc.0", + "@angular/router": "^16.0.0-rc.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.7", - "@angular/cli": "~16.0.0-next.7", - "@angular/compiler-cli": "^16.0.0-next.0", + "@angular-devkit/build-angular": "^16.0.0-rc.0", + "@angular/cli": "~16.0.0-rc.0", + "@angular/compiler-cli": "^16.0.0-rc.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^16.0.0-next.1", + "ng-packagr": "^16.0.0-rc.0", "typescript": "~5.0.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c0ec54be..4ab2d270 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 16.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 131fc3e1..32e40cc8 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": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0" + "@angular/common": "^16.0.0-rc.0", + "@angular/core": "^16.0.0-rc.0" }, "dependencies": { "tslib": "^2.3.0" From 451d8f1d898dbe4d21fe2cbfd8438f1939b819fb Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Apr 2023 01:06:29 +0000 Subject: [PATCH 433/671] chore: version 16.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 ef8e0332..ccd2fcbc 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f0822d7c..de57e3d6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0-rc.0", - "@angular/common": "^16.0.0-rc.0", - "@angular/compiler": "^16.0.0-rc.0", - "@angular/core": "^16.0.0-rc.0", - "@angular/forms": "^16.0.0-rc.0", - "@angular/platform-browser": "^16.0.0-rc.0", - "@angular/platform-browser-dynamic": "^16.0.0-rc.0", - "@angular/router": "^16.0.0-rc.0", + "@angular/animations": "^16.0.0-next.0", + "@angular/common": "^16.0.0-next.0", + "@angular/compiler": "^16.0.0-next.0", + "@angular/core": "^16.0.0-next.0", + "@angular/forms": "^16.0.0-next.0", + "@angular/platform-browser": "^16.0.0-next.0", + "@angular/platform-browser-dynamic": "^16.0.0-next.0", + "@angular/router": "^16.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-rc.0", - "@angular/cli": "~16.0.0-rc.0", - "@angular/compiler-cli": "^16.0.0-rc.0", + "@angular-devkit/build-angular": "^16.0.0-rc.1", + "@angular/cli": "~16.0.0-rc.1", + "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^16.0.0-rc.0", + "ng-packagr": "^16.0.0-next.0", "typescript": "~5.0.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 4ab2d270..c0ec54be 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 16.0.0-rc.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 32e40cc8..131fc3e1 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": "^16.0.0-rc.0", - "@angular/core": "^16.0.0-rc.0" + "@angular/common": "^16.0.0-next.0", + "@angular/core": "^16.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From efe099ea1f3706f9b7ca2bdaf5b48b50dceab890 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 27 Apr 2023 02:32:18 +0000 Subject: [PATCH 434/671] chore: version 16.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 ccd2fcbc..ca0893f8 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index de57e3d6..4259b6fe 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,13 +23,13 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-rc.1", - "@angular/cli": "~16.0.0-rc.1", + "@angular-devkit/build-angular": "^16.0.0-rc.2", + "@angular/cli": "~16.0.0-rc.2", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", - "karma-chrome-launcher": "~3.1.0", + "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", From 17bcd7cf686e810cf3eeea87ccc8d1bc0021df21 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 28 Apr 2023 01:09:05 +0000 Subject: [PATCH 435/671] chore: version 16.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 ca0893f8..3d866132 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4259b6fe..e4e50eb4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-rc.2", - "@angular/cli": "~16.0.0-rc.2", + "@angular-devkit/build-angular": "^16.0.0-rc.3", + "@angular/cli": "~16.0.0-rc.3", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From aa6f71138ee25f60f4affd3d23814353a9fd78a1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 28 Apr 2023 20:14:30 +0000 Subject: [PATCH 436/671] chore: version 16.0.0-rc.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 3d866132..44001faa 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e4e50eb4..0a887cca 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-rc.3", - "@angular/cli": "~16.0.0-rc.3", + "@angular-devkit/build-angular": "^16.0.0-rc.4", + "@angular/cli": "~16.0.0-rc.4", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 4a38a5f3acca6a9d7b1336925b382032c6b8ebf9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 May 2023 18:18:16 +0000 Subject: [PATCH 437/671] chore: version 16.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 44001faa..c84ecb17 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0-rc.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0a887cca..e1304f31 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0-next.0", - "@angular/common": "^16.0.0-next.0", - "@angular/compiler": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0", - "@angular/forms": "^16.0.0-next.0", - "@angular/platform-browser": "^16.0.0-next.0", - "@angular/platform-browser-dynamic": "^16.0.0-next.0", - "@angular/router": "^16.0.0-next.0", + "@angular/animations": "^16.0.0", + "@angular/common": "^16.0.0", + "@angular/compiler": "^16.0.0", + "@angular/core": "^16.0.0", + "@angular/forms": "^16.0.0", + "@angular/platform-browser": "^16.0.0", + "@angular/platform-browser-dynamic": "^16.0.0", + "@angular/router": "^16.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-rc.4", - "@angular/cli": "~16.0.0-rc.4", - "@angular/compiler-cli": "^16.0.0-next.0", + "@angular-devkit/build-angular": "^16.0.0", + "@angular/cli": "~16.0.0", + "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^16.0.0-next.0", + "ng-packagr": "^16.0.0", "typescript": "~5.0.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c0ec54be..135d3ea3 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 16.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 131fc3e1..9aa98411 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": "^16.0.0-next.0", - "@angular/core": "^16.0.0-next.0" + "@angular/common": "^16.0.0", + "@angular/core": "^16.0.0" }, "dependencies": { "tslib": "^2.3.0" From 60f027357f12ff95f6de642726ea25df6217d6d4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 May 2023 20:18:15 +0000 Subject: [PATCH 438/671] chore: version 16.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 c84ecb17..90045371 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e1304f31..bbb5de5a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0", - "@angular/cli": "~16.0.0", + "@angular-devkit/build-angular": "^16.0.1", + "@angular/cli": "~16.0.1", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 9f8771be53226cb6733af1171f5f9ec6995c0ea6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 May 2023 14:13:04 +0000 Subject: [PATCH 439/671] chore: version 16.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 90045371..993c24ed 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bbb5de5a..f284c5f1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.1", - "@angular/cli": "~16.0.1", + "@angular-devkit/build-angular": "^16.0.2", + "@angular/cli": "~16.0.2", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 1c82049a83cfafe3edb0114f4659a92bb79e6071 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 25 May 2023 20:15:07 +0000 Subject: [PATCH 440/671] chore: version 16.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 993c24ed..aaaa50fb 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f284c5f1..60e6ce52 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.2", - "@angular/cli": "~16.0.2", + "@angular-devkit/build-angular": "^16.0.3", + "@angular/cli": "~16.0.3", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From aab2a02748497f1ad1f24a6d31a3153811ee556c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 1 Jun 2023 16:18:44 +0000 Subject: [PATCH 441/671] chore: version 16.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 aaaa50fb..9085122a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 60e6ce52..29ed6039 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.3", - "@angular/cli": "~16.0.3", + "@angular-devkit/build-angular": "^16.0.4", + "@angular/cli": "~16.0.4", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 11747de55e8db8e24a7694542813d19a2b34178b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 Jun 2023 12:28:22 +0000 Subject: [PATCH 442/671] chore: version 16.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 9085122a..2a4be48f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 29ed6039..98648563 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.4", - "@angular/cli": "~16.0.4", + "@angular-devkit/build-angular": "^16.0.5", + "@angular/cli": "~16.0.5", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 61b18aec9c676f0baa3d209c2f400833ea41782f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 13 Jun 2023 16:18:24 +0000 Subject: [PATCH 443/671] chore: version 16.0.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 2a4be48f..08977ac8 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 98648563..33b6c471 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.5", - "@angular/cli": "~16.0.5", + "@angular-devkit/build-angular": "^16.0.6", + "@angular/cli": "~16.0.6", "@angular/compiler-cli": "^16.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 2e85fd02bce341f5a1131738d8910bd56474698d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 May 2023 14:13:36 +0000 Subject: [PATCH 444/671] chore: version 16.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 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 08977ac8..10a88f23 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 33b6c471..92e5739a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0", - "@angular/common": "^16.0.0", - "@angular/compiler": "^16.0.0", - "@angular/core": "^16.0.0", - "@angular/forms": "^16.0.0", - "@angular/platform-browser": "^16.0.0", - "@angular/platform-browser-dynamic": "^16.0.0", - "@angular/router": "^16.0.0", + "@angular/animations": "^16.1.0-next.0", + "@angular/common": "^16.1.0-next.0", + "@angular/compiler": "^16.1.0-next.0", + "@angular/core": "^16.1.0-next.0", + "@angular/forms": "^16.1.0-next.0", + "@angular/platform-browser": "^16.1.0-next.0", + "@angular/platform-browser-dynamic": "^16.1.0-next.0", + "@angular/router": "^16.1.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.6", - "@angular/cli": "~16.0.6", - "@angular/compiler-cli": "^16.0.0", + "@angular-devkit/build-angular": "^16.1.0-next.0", + "@angular/cli": "~16.1.0-next.0", + "@angular/compiler-cli": "^16.1.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.0.0", - "ng-packagr": "^16.0.0", + "ng-packagr": "^16.1.0-next.0", "typescript": "~5.0.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 135d3ea3..f3585bcf 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 16.0.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 9aa98411..ea6b6333 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": "^16.0.0", - "@angular/core": "^16.0.0" + "@angular/common": "^16.1.0-next.0", + "@angular/core": "^16.1.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From a4904b52e4e8f267877d346ce788d3a0f330b804 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 25 May 2023 22:13:43 +0000 Subject: [PATCH 445/671] chore: version 16.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 10a88f23..8922eb2d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 92e5739a..95671460 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.0-next.0", - "@angular/cli": "~16.1.0-next.0", + "@angular-devkit/build-angular": "^16.1.0-next.1", + "@angular/cli": "~16.1.0-next.1", "@angular/compiler-cli": "^16.1.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 6a11a2d5187572ddb5bf50f0ce1c6ea2a1ebe865 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 1 Jun 2023 22:13:23 +0000 Subject: [PATCH 446/671] chore: version 16.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 8922eb2d..22a4e372 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 95671460..9d2bef2b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.0-next.1", - "@angular/cli": "~16.1.0-next.1", + "@angular-devkit/build-angular": "^16.1.0-next.2", + "@angular/cli": "~16.1.0-next.2", "@angular/compiler-cli": "^16.1.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 67609fae5e3651b8482e48bb7f2fce453cd7edf2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 Jun 2023 14:13:24 +0000 Subject: [PATCH 447/671] chore: version 16.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 22a4e372..c0d9b82d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9d2bef2b..c3a5ff1c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.0-next.2", - "@angular/cli": "~16.1.0-next.2", + "@angular-devkit/build-angular": "^16.1.0-rc.0", + "@angular/cli": "~16.1.0-rc.0", "@angular/compiler-cli": "^16.1.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", @@ -32,8 +32,8 @@ "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", - "karma-jasmine-html-reporter": "~2.0.0", + "karma-jasmine-html-reporter": "~2.1.0", "ng-packagr": "^16.1.0-next.0", - "typescript": "~5.0.2" + "typescript": "~5.1.3" } } From f288270f53a96843269ef6c0102d696eb5ab94ec Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 13 Jun 2023 18:21:00 +0000 Subject: [PATCH 448/671] chore: version 16.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 c0d9b82d..5b61860f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c3a5ff1c..414ac426 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.1.0-next.0", - "@angular/common": "^16.1.0-next.0", - "@angular/compiler": "^16.1.0-next.0", - "@angular/core": "^16.1.0-next.0", - "@angular/forms": "^16.1.0-next.0", - "@angular/platform-browser": "^16.1.0-next.0", - "@angular/platform-browser-dynamic": "^16.1.0-next.0", - "@angular/router": "^16.1.0-next.0", + "@angular/animations": "^16.1.0", + "@angular/common": "^16.1.0", + "@angular/compiler": "^16.1.0", + "@angular/core": "^16.1.0", + "@angular/forms": "^16.1.0", + "@angular/platform-browser": "^16.1.0", + "@angular/platform-browser-dynamic": "^16.1.0", + "@angular/router": "^16.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.0-rc.0", - "@angular/cli": "~16.1.0-rc.0", - "@angular/compiler-cli": "^16.1.0-next.0", + "@angular-devkit/build-angular": "^16.1.0", + "@angular/cli": "~16.1.0", + "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^16.1.0-next.0", + "ng-packagr": "^16.1.0", "typescript": "~5.1.3" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index f3585bcf..e3ec6a47 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 16.1.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index ea6b6333..1771799f 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": "^16.1.0-next.0", - "@angular/core": "^16.1.0-next.0" + "@angular/common": "^16.1.0", + "@angular/core": "^16.1.0" }, "dependencies": { "tslib": "^2.3.0" From edb5fafacfbf40d296bf555050dbb917f21014c4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Jun 2023 18:17:43 +0000 Subject: [PATCH 449/671] chore: version 16.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 5b61860f..96b4599f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 414ac426..779ca76c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.0", - "@angular/cli": "~16.1.0", + "@angular-devkit/build-angular": "^16.1.1", + "@angular/cli": "~16.1.1", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From f9df589d6d52a1e41b33954daf3bea09f0ecfb55 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Jun 2023 14:14:04 +0000 Subject: [PATCH 450/671] chore: version 16.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 96b4599f..9cb15111 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 779ca76c..7b585dfc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.1", - "@angular/cli": "~16.1.1", + "@angular-devkit/build-angular": "^16.1.2", + "@angular/cli": "~16.1.2", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 63587f034cb5de9c3938e743c91d662012dc50e0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 29 Jun 2023 14:14:00 +0000 Subject: [PATCH 451/671] chore: version 16.1.3 --- 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 9cb15111..bc440a3c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7b585dfc..0f42fd32 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.2", - "@angular/cli": "~16.1.2", + "@angular-devkit/build-angular": "^16.1.3", + "@angular/cli": "~16.1.3", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^16.1.0", + "ng-packagr": "^16.0.0", "typescript": "~5.1.3" } } From a8a78c870564688b4e6242c68d277b80c595bd9a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Jul 2023 18:19:35 +0000 Subject: [PATCH 452/671] chore: version 16.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 bc440a3c..56bd288a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0f42fd32..4c5ae3a8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.3", - "@angular/cli": "~16.1.3", + "@angular-devkit/build-angular": "^16.1.4", + "@angular/cli": "~16.1.4", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 427323d0c43598f04fe3577cfb7ff44d39941a2d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Jul 2023 18:18:07 +0000 Subject: [PATCH 453/671] chore: version 16.1.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 56bd288a..97233574 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4c5ae3a8..57643d97 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.4", - "@angular/cli": "~16.1.4", + "@angular-devkit/build-angular": "^16.1.5", + "@angular/cli": "~16.1.5", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 780591a632a8e966dfc6149204fc6ae1f9dd68f3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Jul 2023 20:13:57 +0000 Subject: [PATCH 454/671] chore: version 16.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 97233574..f7d13899 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 57643d97..92c74141 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.5", - "@angular/cli": "~16.1.5", + "@angular-devkit/build-angular": "^16.1.6", + "@angular/cli": "~16.1.6", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From fbaedc4d85c3f0667273dbe688c5bf0c57ed93c7 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Aug 2023 22:12:38 +0000 Subject: [PATCH 455/671] chore: version 16.1.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 f7d13899..9a6d79db 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 92c74141..1888fd8f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.6", - "@angular/cli": "~16.1.6", + "@angular-devkit/build-angular": "^16.1.7", + "@angular/cli": "~16.1.7", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From de8b81140ca88ee56b08689eb3581738dd6f424d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 4 Aug 2023 20:14:07 +0000 Subject: [PATCH 456/671] chore: version 16.1.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 9a6d79db..6537b028 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1888fd8f..92a317f3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.7", - "@angular/cli": "~16.1.7", + "@angular-devkit/build-angular": "^16.1.8", + "@angular/cli": "~16.1.8", "@angular/compiler-cli": "^16.1.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 87c18d203b2800fc40eb6e07e3189a3a6fb8b7ab Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Jun 2023 16:21:35 +0000 Subject: [PATCH 457/671] chore: version 16.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 6537b028..6b0f1b32 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 92a317f3..224a2705 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.1.0", - "@angular/common": "^16.1.0", - "@angular/compiler": "^16.1.0", - "@angular/core": "^16.1.0", - "@angular/forms": "^16.1.0", - "@angular/platform-browser": "^16.1.0", - "@angular/platform-browser-dynamic": "^16.1.0", - "@angular/router": "^16.1.0", + "@angular/animations": "^16.2.0-next.0", + "@angular/common": "^16.2.0-next.0", + "@angular/compiler": "^16.2.0-next.0", + "@angular/core": "^16.2.0-next.0", + "@angular/forms": "^16.2.0-next.0", + "@angular/platform-browser": "^16.2.0-next.0", + "@angular/platform-browser-dynamic": "^16.2.0-next.0", + "@angular/router": "^16.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.8", - "@angular/cli": "~16.1.8", - "@angular/compiler-cli": "^16.1.0", + "@angular-devkit/build-angular": "^16.2.0-next.0", + "@angular/cli": "~16.2.0-next.0", + "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^16.0.0", + "ng-packagr": "^16.2.0-next.0", "typescript": "~5.1.3" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index e3ec6a47..0dff5305 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 16.1.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 1771799f..dc351f0b 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": "^16.1.0", - "@angular/core": "^16.1.0" + "@angular/common": "^16.2.0-next.0", + "@angular/core": "^16.2.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 97918e4f9631cbc798cb34640f4aa65d28d91ca9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Jul 2023 20:16:49 +0000 Subject: [PATCH 458/671] chore: version 16.2.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 6b0f1b32..c7411875 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 224a2705..9c5dc777 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-next.0", - "@angular/cli": "~16.2.0-next.0", + "@angular-devkit/build-angular": "^16.2.0-next.1", + "@angular/cli": "~16.2.0-next.1", "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 9bfa1a555a370a5313e426371b2b37394c54963f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Jul 2023 22:14:50 +0000 Subject: [PATCH 459/671] chore: version 16.2.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 c7411875..3aa28ed9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9c5dc777..d2559793 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-next.1", - "@angular/cli": "~16.2.0-next.1", + "@angular-devkit/build-angular": "^16.2.0-next.2", + "@angular/cli": "~16.2.0-next.2", "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 23cf2ac0d9eb6fcbfb7860cd7e05c7ee0967028c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Jul 2023 22:13:37 +0000 Subject: [PATCH 460/671] chore: version 16.2.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 3aa28ed9..2d2894b6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d2559793..c117ad1f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-next.2", - "@angular/cli": "~16.2.0-next.2", + "@angular-devkit/build-angular": "^16.2.0-next.3", + "@angular/cli": "~16.2.0-next.3", "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 5fb1ae7c87c5673bf854f3f59fc435228e45bc54 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Jul 2023 22:12:51 +0000 Subject: [PATCH 461/671] chore: version 16.2.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 2d2894b6..a9abf672 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c117ad1f..b7c34b3d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-next.3", - "@angular/cli": "~16.2.0-next.3", + "@angular-devkit/build-angular": "^16.2.0-next.4", + "@angular/cli": "~16.2.0-next.4", "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 542665ecb54190e07d60b4c18bba0f0513ca83bc Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Aug 2023 22:13:13 +0000 Subject: [PATCH 462/671] chore: version 16.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 a9abf672..b88644a7 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b7c34b3d..3c2a8094 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-next.4", - "@angular/cli": "~16.2.0-next.4", + "@angular-devkit/build-angular": "^16.2.0-rc.0", + "@angular/cli": "~16.2.0-rc.0", "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 046642c4200663bd5613965734ad3f4dbd021650 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 4 Aug 2023 18:17:09 +0000 Subject: [PATCH 463/671] chore: version 16.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 b88644a7..7d2b9b4a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3c2a8094..ebfce6f3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-rc.0", - "@angular/cli": "~16.2.0-rc.0", + "@angular-devkit/build-angular": "^16.2.0-rc.1", + "@angular/cli": "~16.2.0-rc.1", "@angular/compiler-cli": "^16.2.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 1d03d372a1c031988bf918c955e6f22df36e7850 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 10 Aug 2023 01:09:24 +0000 Subject: [PATCH 464/671] chore: version 16.2.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 7d2b9b4a..14485ae6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ebfce6f3..aeee2815 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.0-next.0", - "@angular/common": "^16.2.0-next.0", - "@angular/compiler": "^16.2.0-next.0", - "@angular/core": "^16.2.0-next.0", - "@angular/forms": "^16.2.0-next.0", - "@angular/platform-browser": "^16.2.0-next.0", - "@angular/platform-browser-dynamic": "^16.2.0-next.0", - "@angular/router": "^16.2.0-next.0", + "@angular/animations": "^16.2.0", + "@angular/common": "^16.2.0", + "@angular/compiler": "^16.2.0", + "@angular/core": "^16.2.0", + "@angular/forms": "^16.2.0", + "@angular/platform-browser": "^16.2.0", + "@angular/platform-browser-dynamic": "^16.2.0", + "@angular/router": "^16.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0-rc.1", - "@angular/cli": "~16.2.0-rc.1", - "@angular/compiler-cli": "^16.2.0-next.0", + "@angular-devkit/build-angular": "^16.2.0", + "@angular/cli": "~16.2.0", + "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^16.2.0-next.0", + "ng-packagr": "^16.2.0", "typescript": "~5.1.3" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 0dff5305..7197513e 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 16.2.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index dc351f0b..76976978 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": "^16.2.0-next.0", - "@angular/core": "^16.2.0-next.0" + "@angular/common": "^16.2.0", + "@angular/core": "^16.2.0" }, "dependencies": { "tslib": "^2.3.0" From 8af3613d3b137d73fbba0d11e7028871ffd9255f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Aug 2023 16:17:40 +0000 Subject: [PATCH 465/671] chore: version 16.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 14485ae6..6fb14962 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index aeee2815..5541f152 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0", - "@angular/cli": "~16.2.0", + "@angular-devkit/build-angular": "^16.2.1", + "@angular/cli": "~16.2.1", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From e1f22ff5451a70c6784c9e261f6bc4eb61c6c65c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 13 Sep 2023 16:17:02 +0000 Subject: [PATCH 466/671] chore: version 16.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 6fb14962..d171c8da 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5541f152..c12cebe4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.1", - "@angular/cli": "~16.2.1", + "@angular-devkit/build-angular": "^16.2.2", + "@angular/cli": "~16.2.2", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From d585fb2ac1b0836ba9f1a5e80e0cc6948b17d6ac Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 20 Sep 2023 12:26:46 +0000 Subject: [PATCH 467/671] chore: version 16.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 d171c8da..cdcfbffa 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c12cebe4..d6d0def4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.2", - "@angular/cli": "~16.2.2", + "@angular-devkit/build-angular": "^16.2.3", + "@angular/cli": "~16.2.3", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 993678a200149220bb50315fc9324e889148a676 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 27 Sep 2023 12:26:55 +0000 Subject: [PATCH 468/671] chore: version 16.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 cdcfbffa..ea2060c9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d6d0def4..e4fdc8a3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.3", - "@angular/cli": "~16.2.3", + "@angular-devkit/build-angular": "^16.2.4", + "@angular/cli": "^16.2.4", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 3a5a91f266dba91173f4159d9ab8fa196cdc23b6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 4 Oct 2023 22:16:31 +0000 Subject: [PATCH 469/671] chore: version 16.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 ea2060c9..c89f5f37 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e4fdc8a3..c583b946 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.4", - "@angular/cli": "^16.2.4", + "@angular-devkit/build-angular": "^16.2.5", + "@angular/cli": "^16.2.5", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 9116699d2a689c1f89e10d0601634f45d64bdd60 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Oct 2023 12:27:08 +0000 Subject: [PATCH 470/671] chore: version 16.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 c89f5f37..03a7176d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c583b946..2753749a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.5", - "@angular/cli": "^16.2.5", + "@angular-devkit/build-angular": "^16.2.6", + "@angular/cli": "^16.2.6", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From faa5ff7842de09249b7eb717a535a9971848a15d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 19 Oct 2023 20:16:27 +0000 Subject: [PATCH 471/671] chore: version 16.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 03a7176d..9ba05525 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2753749a..3940fb46 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.6", - "@angular/cli": "^16.2.6", + "@angular-devkit/build-angular": "^16.2.7", + "@angular/cli": "^16.2.7", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 2085e71e450e0937d2e4940baacaeac215b7e14c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 Oct 2023 18:16:41 +0000 Subject: [PATCH 472/671] chore: version 16.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 9ba05525..f2559d13 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3940fb46..06ca1cbf 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.7", - "@angular/cli": "^16.2.7", + "@angular-devkit/build-angular": "^16.2.8", + "@angular/cli": "^16.2.8", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 59f4af027159480e825d38684f5c5f87917d5353 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Nov 2023 10:14:40 +0000 Subject: [PATCH 473/671] chore: version 16.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 f2559d13..9d9bde9d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 06ca1cbf..5d251cc5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.8", - "@angular/cli": "^16.2.8", + "@angular-devkit/build-angular": "^16.2.9", + "@angular/cli": "^16.2.9", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 4f32f0d44868b7e8e9afec3caffeba0111ed2a26 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Nov 2023 12:28:10 +0000 Subject: [PATCH 474/671] chore: version 16.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 9d9bde9d..9933e214 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5d251cc5..f65206e9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.9", - "@angular/cli": "^16.2.9", + "@angular-devkit/build-angular": "^16.2.10", + "@angular/cli": "^16.2.10", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 40a64f9a7a758d685133efc8d3f618386adf8dea Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Dec 2023 20:14:24 +0000 Subject: [PATCH 475/671] chore: version 16.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 9933e214..7486a3cf 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.10. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.11. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f65206e9..e688b451 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.10", - "@angular/cli": "^16.2.10", + "@angular-devkit/build-angular": "^16.2.11", + "@angular/cli": "^16.2.11", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From f2a889c33783f409419f9cebc1bb7ae673fcec6f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 24 Jan 2024 14:13:59 +0000 Subject: [PATCH 476/671] chore: version 16.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 7486a3cf..97da90a9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.11. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.12. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e688b451..7ba90e39 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.11", - "@angular/cli": "^16.2.11", + "@angular-devkit/build-angular": "^16.2.12", + "@angular/cli": "^16.2.12", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From c22d711e3aa9d4a373901023d733a5428e60c76d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 25 Mar 2024 16:17:40 +0000 Subject: [PATCH 477/671] chore: version 16.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 97da90a9..bc41c69f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.12. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.13. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7ba90e39..3bd6f445 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.12", - "@angular/cli": "^16.2.12", + "@angular-devkit/build-angular": "^16.2.13", + "@angular/cli": "^16.2.13", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From c84f633fa29f1178df8dfd2582c7362d6cb58892 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 11 Apr 2024 16:15:34 +0000 Subject: [PATCH 478/671] chore: version 16.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 bc41c69f..919710d7 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.13. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.14. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3bd6f445..e24d3bec 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.13", - "@angular/cli": "^16.2.13", + "@angular-devkit/build-angular": "^16.2.14", + "@angular/cli": "^16.2.14", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 192e0a55e92b1780229b6f8f541ee8448008ee47 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 30 Aug 2024 01:12:22 +0000 Subject: [PATCH 479/671] chore: version 16.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 919710d7..a92b74d6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.14. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.15. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e24d3bec..4945b07c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.14", - "@angular/cli": "^16.2.14", + "@angular-devkit/build-angular": "^16.2.15", + "@angular/cli": "^16.2.15", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From 0de87184314f3c687425b612dc7cfbbbc0a6b400 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 19 Sep 2024 01:15:12 +0000 Subject: [PATCH 480/671] chore: version 16.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 a92b74d6..3027d836 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.15. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.16. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4945b07c..4bad5eaf 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.15", - "@angular/cli": "^16.2.15", + "@angular-devkit/build-angular": "^16.2.16", + "@angular/cli": "^16.2.16", "@angular/compiler-cli": "^16.2.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", From fe5cf58b090cc1288d278eb32edb013712632efa Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 31 Aug 2023 07:13:24 +0000 Subject: [PATCH 481/671] chore: version 17.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 3027d836..d0aa57ab 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.16. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4bad5eaf..098ce91c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,30 +10,30 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.0", - "@angular/common": "^16.2.0", - "@angular/compiler": "^16.2.0", - "@angular/core": "^16.2.0", - "@angular/forms": "^16.2.0", - "@angular/platform-browser": "^16.2.0", - "@angular/platform-browser-dynamic": "^16.2.0", - "@angular/router": "^16.2.0", + "@angular/animations": "^17.0.0-next.0", + "@angular/common": "^17.0.0-next.0", + "@angular/compiler": "^17.0.0-next.0", + "@angular/core": "^17.0.0-next.0", + "@angular/forms": "^17.0.0-next.0", + "@angular/platform-browser": "^17.0.0-next.0", + "@angular/platform-browser-dynamic": "^17.0.0-next.0", + "@angular/router": "^17.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.16", - "@angular/cli": "^16.2.16", - "@angular/compiler-cli": "^16.2.0", + "@angular-devkit/build-angular": "^17.0.0-next.0", + "@angular/cli": "~17.0.0-next.0", + "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", - "jasmine-core": "~4.6.0", + "jasmine-core": "~5.1.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^16.2.0", + "ng-packagr": "^17.0.0-next.0", "typescript": "~5.1.3" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 7197513e..b24cc4e2 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 16.2.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 76976978..c4a808dc 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": "^16.2.0", - "@angular/core": "^16.2.0" + "@angular/common": "^17.0.0-next.0", + "@angular/core": "^17.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 05c39b3f185d429dd0668da3fec6dad7416f7bb0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 7 Sep 2023 22:19:54 +0000 Subject: [PATCH 482/671] chore: version 17.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 d0aa57ab..268e093c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 098ce91c..c4b7f02d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.0", - "@angular/cli": "~17.0.0-next.0", + "@angular-devkit/build-angular": "^17.0.0-next.3", + "@angular/cli": "~17.0.0-next.3", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~5.1.0", From 027866aa854de5c386eb829044207dbdd2a38a20 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 13 Sep 2023 16:17:39 +0000 Subject: [PATCH 483/671] chore: version 17.0.0-next.4 --- ponyracer/README.md | 2 +- ponyracer/package.json | 8 ++++---- ponyracer/tsconfig.json | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 268e093c..c239c7f6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c4b7f02d..95d23c5a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.3", - "@angular/cli": "~17.0.0-next.3", + "@angular-devkit/build-angular": "^17.0.0-next.4", + "@angular/cli": "~17.0.0-next.4", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~5.1.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.0.0-next.0", - "typescript": "~5.1.3" + "ng-packagr": "^17.0.0-next.1", + "typescript": "~5.2.2" } } diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index b67c4b9c..dd734b9c 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -10,6 +10,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "allowSyntheticDefaultImports": true, "sourceMap": true, "declaration": false, "downlevelIteration": true, From d5202159736b011dca6aa3d6bb414303dc417a06 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Sep 2023 00:58:12 +0000 Subject: [PATCH 484/671] chore: version 17.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 c239c7f6..8f0825de 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 95d23c5a..a3cc10cc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,11 +20,11 @@ "@angular/router": "^17.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.13.0" + "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.4", - "@angular/cli": "~17.0.0-next.4", + "@angular-devkit/build-angular": "^17.0.0-next.5", + "@angular/cli": "~17.0.0-next.5", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~5.1.0", From c805449f6b4495ecb915da2cd19b98fc046779db Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 27 Sep 2023 12:27:29 +0000 Subject: [PATCH 485/671] chore: version 17.0.0-next.6 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../src/lib/ponyracer-lib.component.spec.ts | 2 +- .../src/lib/ponyracer-lib.component.ts | 3 +++ .../src/lib/ponyracer-lib.module.ts | 16 ---------------- .../projects/ponyracer-lib/src/public-api.ts | 1 - 6 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts diff --git a/ponyracer/README.md b/ponyracer/README.md index 8f0825de..fc17f03c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a3cc10cc..6170e5a9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.5", - "@angular/cli": "~17.0.0-next.5", + "@angular-devkit/build-angular": "^17.0.0-next.6", + "@angular/cli": "^17.0.0-next.6", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~5.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 68738cfb..320d7b44 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 @@ -8,7 +8,7 @@ describe('PonyracerLibComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - declarations: [PonyracerLibComponent] + imports: [PonyracerLibComponent] }); fixture = TestBed.createComponent(PonyracerLibComponent); component = fixture.componentInstance; 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 169d499e..d71d5dd1 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -1,7 +1,10 @@ import { Component } from '@angular/core'; +import { CommonModule } from '@angular/common'; @Component({ selector: 'lib-ponyracer-lib', + standalone: true, + imports: [CommonModule], template: `

ponyracer-lib works! diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts deleted file mode 100644 index bdb7eded..00000000 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.module.ts +++ /dev/null @@ -1,16 +0,0 @@ -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/public-api.ts b/ponyracer/projects/ponyracer-lib/src/public-api.ts index e701d78e..fe85488f 100644 --- a/ponyracer/projects/ponyracer-lib/src/public-api.ts +++ b/ponyracer/projects/ponyracer-lib/src/public-api.ts @@ -4,4 +4,3 @@ export * from './lib/ponyracer-lib.service'; export * from './lib/ponyracer-lib.component'; -export * from './lib/ponyracer-lib.module'; From 15d5da5a6a86ce76079a6692d03d43f7f7c280ad Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 5 Oct 2023 00:58:28 +0000 Subject: [PATCH 486/671] chore: version 17.0.0-next.7 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts | 8 +++++--- ponyracer/tsconfig.json | 3 +-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index fc17f03c..dcf4bfed 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6170e5a9..131eb5d2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.6", - "@angular/cli": "^17.0.0-next.6", + "@angular-devkit/build-angular": "^17.0.0-next.7", + "@angular/cli": "^17.0.0-next.7", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~5.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 320d7b44..05abffd8 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 @@ -6,10 +6,12 @@ describe('PonyracerLibComponent', () => { let component: PonyracerLibComponent; let fixture: ComponentFixture; - beforeEach(() => { - TestBed.configureTestingModule({ + beforeEach(async () => { + await TestBed.configureTestingModule({ imports: [PonyracerLibComponent] - }); + }) + .compileComponents(); + fixture = TestBed.createComponent(PonyracerLibComponent); component = fixture.componentInstance; fixture.detectChanges(); diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index dd734b9c..a9294384 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -2,7 +2,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, @@ -19,7 +18,7 @@ "importHelpers": true, "paths": { "ponyracer-lib": [ - "dist/ponyracer-lib" + "./dist/ponyracer-lib" ] }, "target": "ES2022", From 6c29d24400cec4b50128cf7f585a1aa580af4ae7 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Oct 2023 12:27:42 +0000 Subject: [PATCH 487/671] chore: version 17.0.0-next.8 --- 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 dcf4bfed..b3195f5b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 131eb5d2..8e6e0b57 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,10 +23,10 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.7", - "@angular/cli": "^17.0.0-next.7", + "@angular-devkit/build-angular": "^17.0.0-next.8", + "@angular/cli": "^17.0.0-next.8", "@angular/compiler-cli": "^17.0.0-next.0", - "@types/jasmine": "~4.3.0", + "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", From e9ebd565231f2a1f9ea7770bc2904c2867f3fad8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Oct 2023 10:14:53 +0000 Subject: [PATCH 488/671] chore: version 17.0.0-next.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 b3195f5b..b6413a75 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8e6e0b57..e2725f91 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.8", - "@angular/cli": "^17.0.0-next.8", + "@angular-devkit/build-angular": "^17.0.0-next.9", + "@angular/cli": "^17.0.0-next.9", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 6c24fda44204b3dd87a900211e3dbc3f78c7ae5e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 19 Oct 2023 12:26:54 +0000 Subject: [PATCH 489/671] chore: version 17.0.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 b6413a75..3590f244 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-next.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e2725f91..f5eba93c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-next.9", - "@angular/cli": "^17.0.0-next.9", + "@angular-devkit/build-angular": "^17.0.0-rc.0", + "@angular/cli": "^17.0.0-rc.0", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From dca5cfc504d9ae1f6282ad9b179f697a9e329006 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 Oct 2023 22:12:48 +0000 Subject: [PATCH 490/671] chore: version 17.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 3590f244..000afd30 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f5eba93c..3ab46b03 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.0", - "@angular/cli": "^17.0.0-rc.0", + "@angular-devkit/build-angular": "^17.0.0-rc.1", + "@angular/cli": "^17.0.0-rc.1", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 1d229b094e5a6ec2f8d200d24699bd77b25bce70 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 26 Oct 2023 20:14:52 +0000 Subject: [PATCH 491/671] chore: version 17.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 000afd30..2fea4703 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3ab46b03..1d5449cc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.1", - "@angular/cli": "^17.0.0-rc.1", + "@angular-devkit/build-angular": "^17.0.0-rc.2", + "@angular/cli": "^17.0.0-rc.2", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From e3113a4392327964eb971a5cfe5e483ed8a896c1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Nov 2023 10:15:32 +0000 Subject: [PATCH 492/671] chore: version 17.0.0-rc.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts | 3 +-- ponyracer/tsconfig.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 2fea4703..7474ac6c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1d5449cc..df10adef 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.2", - "@angular/cli": "^17.0.0-rc.2", + "@angular-devkit/build-angular": "^17.0.0-rc.3", + "@angular/cli": "^17.0.0-rc.3", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", 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 d71d5dd1..2dfe6d71 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -10,8 +10,7 @@ import { CommonModule } from '@angular/common'; ponyracer-lib works!

`, - styles: [ - ] + styles: `` }) export class PonyracerLibComponent { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index a9294384..753e158e 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,7 +9,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "sourceMap": true, "declaration": false, "downlevelIteration": true, From 02ce5c08dff6dd9aaed8454013779a3c76163f38 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 7 Nov 2023 02:23:09 +0000 Subject: [PATCH 493/671] chore: version 17.0.0-rc.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 7474ac6c..67f9bd12 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index df10adef..83db6376 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.3", - "@angular/cli": "^17.0.0-rc.3", + "@angular-devkit/build-angular": "^17.0.0-rc.4", + "@angular/cli": "^17.0.0-rc.4", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From b14d26f3bc2ed5147458b3c0e30a91bd9d257cba Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 7 Nov 2023 22:12:45 +0000 Subject: [PATCH 494/671] chore: version 17.0.0-rc.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 67f9bd12..00447b22 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 83db6376..90030daa 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.4", - "@angular/cli": "^17.0.0-rc.4", + "@angular-devkit/build-angular": "^17.0.0-rc.5", + "@angular/cli": "^17.0.0-rc.5", "@angular/compiler-cli": "^17.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 79924754c3e32d8ffb3396c65a54df043d26c20f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Nov 2023 14:13:14 +0000 Subject: [PATCH 495/671] chore: version 17.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 00447b22..b28d5439 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0-rc.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 90030daa..d377c486 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.0.0-next.0", - "@angular/common": "^17.0.0-next.0", - "@angular/compiler": "^17.0.0-next.0", - "@angular/core": "^17.0.0-next.0", - "@angular/forms": "^17.0.0-next.0", - "@angular/platform-browser": "^17.0.0-next.0", - "@angular/platform-browser-dynamic": "^17.0.0-next.0", - "@angular/router": "^17.0.0-next.0", + "@angular/animations": "^17.0.0", + "@angular/common": "^17.0.0", + "@angular/compiler": "^17.0.0", + "@angular/core": "^17.0.0", + "@angular/forms": "^17.0.0", + "@angular/platform-browser": "^17.0.0", + "@angular/platform-browser-dynamic": "^17.0.0", + "@angular/router": "^17.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.0" + "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.5", - "@angular/cli": "^17.0.0-rc.5", - "@angular/compiler-cli": "^17.0.0-next.0", + "@angular-devkit/build-angular": "^17.0.0", + "@angular/cli": "^17.0.0", + "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.0.0-next.1", + "ng-packagr": "^17.0.0", "typescript": "~5.2.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index b24cc4e2..26b03761 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 17.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index c4a808dc..e5ce6895 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": "^17.0.0-next.0", - "@angular/core": "^17.0.0-next.0" + "@angular/common": "^17.0.0", + "@angular/core": "^17.0.0" }, "dependencies": { "tslib": "^2.3.0" From 0b26efd5c138b26a6e6b4dd25bb044570a45992b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 15 Nov 2023 22:12:58 +0000 Subject: [PATCH 496/671] chore: version 17.0.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index b28d5439..e0354a6d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d377c486..64c41066 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0", - "@angular/cli": "^17.0.0", + "@angular-devkit/build-angular": "^17.0.1", + "@angular/cli": "^17.0.1", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 753e158e..d4dff01e 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -12,7 +12,6 @@ "esModuleInterop": true, "sourceMap": true, "declaration": false, - "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, From 9f00854db2321608dfb0589927c35ecebd90ca9f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 20 Nov 2023 20:14:55 +0000 Subject: [PATCH 497/671] chore: version 17.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 e0354a6d..ea2a58aa 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 64c41066..a5ec324d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.1", - "@angular/cli": "^17.0.1", + "@angular-devkit/build-angular": "^17.0.2", + "@angular/cli": "^17.0.2", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 10e4cea95c61276860967bd1cb566065513beffd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 22 Nov 2023 01:04:46 +0000 Subject: [PATCH 498/671] chore: version 17.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 ea2a58aa..0ccc0d4a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a5ec324d..7eb4a283 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.2", - "@angular/cli": "^17.0.2", + "@angular-devkit/build-angular": "^17.0.3", + "@angular/cli": "^17.0.3", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 6bcd4e62dc35c4c9d0421fc98c2c5c77a2296ded Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 Nov 2023 20:15:07 +0000 Subject: [PATCH 499/671] chore: version 17.0.4 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 0ccc0d4a..24b7bf3f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7eb4a283..033ec40e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.3", - "@angular/cli": "^17.0.3", + "@angular-devkit/build-angular": "^17.0.4", + "@angular/cli": "^17.0.4", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", 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 2dfe6d71..3e5782d9 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -1,10 +1,9 @@ import { Component } from '@angular/core'; -import { CommonModule } from '@angular/common'; @Component({ selector: 'lib-ponyracer-lib', standalone: true, - imports: [CommonModule], + imports: [], template: `

ponyracer-lib works! From 6655edfe886ab4328d89ca71f47662771309b0b7 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 30 Nov 2023 01:01:45 +0000 Subject: [PATCH 500/671] chore: version 17.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 24b7bf3f..b96b0791 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 033ec40e..bca6c1a6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.4", - "@angular/cli": "^17.0.4", + "@angular-devkit/build-angular": "^17.0.5", + "@angular/cli": "^17.0.5", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From e7d7c28adc0180abb53cdc8bc27f2a543d51a0d1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Dec 2023 20:17:30 +0000 Subject: [PATCH 501/671] chore: version 17.0.6 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index b96b0791..aad4bf93 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bca6c1a6..ece9afa9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.5", - "@angular/cli": "^17.0.5", + "@angular-devkit/build-angular": "^17.0.6", + "@angular/cli": "^17.0.6", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index d4dff01e..d006102e 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,17 +9,18 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, "esModuleInterop": true, "sourceMap": true, "declaration": false, "experimentalDecorators": true, "moduleResolution": "node", - "importHelpers": true, "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" ] }, + "importHelpers": true, "target": "ES2022", "module": "ES2022", "useDefineForClassFields": false, From 62cf4f1ec7a85077663f069c8f51f463462e838f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 13 Dec 2023 14:14:51 +0000 Subject: [PATCH 502/671] chore: version 17.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 aad4bf93..f6b494ef 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ece9afa9..c1cd7443 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.6", - "@angular/cli": "^17.0.6", + "@angular-devkit/build-angular": "^17.0.7", + "@angular/cli": "^17.0.7", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 61f37c932b37ff711f8750a5ae5672ad21be863a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Dec 2023 22:14:06 +0000 Subject: [PATCH 503/671] chore: version 17.0.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 f6b494ef..bd096a0a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c1cd7443..940ec3aa 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.7", - "@angular/cli": "^17.0.7", + "@angular-devkit/build-angular": "^17.0.8", + "@angular/cli": "^17.0.8", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 01beafdf77bbe839f5f0211035b7fa1a313286cd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Jan 2024 18:20:42 +0000 Subject: [PATCH 504/671] chore: version 17.0.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 bd096a0a..76f24166 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 940ec3aa..c18d3fd9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.8", - "@angular/cli": "^17.0.8", + "@angular-devkit/build-angular": "^17.0.9", + "@angular/cli": "^17.0.9", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From b7948a57bc0638dab390c20fd4d8f4d759ba5817 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 Jan 2024 20:15:49 +0000 Subject: [PATCH 505/671] chore: version 17.0.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 76f24166..4166e29e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c18d3fd9..8ed3eda5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.9", - "@angular/cli": "^17.0.9", + "@angular-devkit/build-angular": "^17.0.10", + "@angular/cli": "^17.0.10", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From a1641cd9204425ef666f1c22be7e0136e9f9cf5e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 30 Nov 2023 01:02:04 +0000 Subject: [PATCH 506/671] chore: version 17.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 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 4166e29e..a26c39d0 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.10. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8ed3eda5..83d49b17 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", - "@angular/core": "^17.0.0", - "@angular/forms": "^17.0.0", - "@angular/platform-browser": "^17.0.0", - "@angular/platform-browser-dynamic": "^17.0.0", - "@angular/router": "^17.0.0", + "@angular/animations": "^17.1.0-next.0", + "@angular/common": "^17.1.0-next.0", + "@angular/compiler": "^17.1.0-next.0", + "@angular/core": "^17.1.0-next.0", + "@angular/forms": "^17.1.0-next.0", + "@angular/platform-browser": "^17.1.0-next.0", + "@angular/platform-browser-dynamic": "^17.1.0-next.0", + "@angular/router": "^17.1.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.10", - "@angular/cli": "^17.0.10", - "@angular/compiler-cli": "^17.0.0", + "@angular-devkit/build-angular": "^17.1.0-next.0", + "@angular/cli": "^17.1.0-next.0", + "@angular/compiler-cli": "^17.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.0.0", + "ng-packagr": "^17.1.0-next.0", "typescript": "~5.2.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 26b03761..743fd53a 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 17.0.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index e5ce6895..7f099be0 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": "^17.0.0", - "@angular/core": "^17.0.0" + "@angular/common": "^17.1.0-next.0", + "@angular/core": "^17.1.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 2e4094f9c9c3cc766d8ee103dde4e62a5b36f96a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Dec 2023 22:12:24 +0000 Subject: [PATCH 507/671] chore: version 17.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 a26c39d0..6cf94478 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 83d49b17..9d2e70d0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-next.0", - "@angular/cli": "^17.1.0-next.0", + "@angular-devkit/build-angular": "^17.1.0-next.1", + "@angular/cli": "^17.1.0-next.1", "@angular/compiler-cli": "^17.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", @@ -34,6 +34,6 @@ "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "ng-packagr": "^17.1.0-next.0", - "typescript": "~5.2.2" + "typescript": "~5.3.2" } } From 7a1f19ebc53f3f7873eaa63d26a1091dee7fa96b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 13 Dec 2023 16:18:04 +0000 Subject: [PATCH 508/671] chore: version 17.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 6cf94478..281d38c9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9d2e70d0..182b8cdf 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-next.1", - "@angular/cli": "^17.1.0-next.1", + "@angular-devkit/build-angular": "^17.1.0-next.2", + "@angular/cli": "^17.1.0-next.2", "@angular/compiler-cli": "^17.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 44294800db119b7a470dc54668c3074f5214cb81 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 22 Dec 2023 02:24:57 +0000 Subject: [PATCH 509/671] chore: version 17.1.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 281d38c9..4457cd41 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 182b8cdf..3b50c426 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-next.2", - "@angular/cli": "^17.1.0-next.2", + "@angular-devkit/build-angular": "^17.1.0-next.3", + "@angular/cli": "^17.1.0-next.3", "@angular/compiler-cli": "^17.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 26d6a70dda19a0f2adb090effeb344c7d490ac58 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Jan 2024 20:14:55 +0000 Subject: [PATCH 510/671] chore: version 17.1.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 4457cd41..de2b1deb 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3b50c426..9df7c177 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-next.3", - "@angular/cli": "^17.1.0-next.3", + "@angular-devkit/build-angular": "^17.1.0-rc.0", + "@angular/cli": "^17.1.0-rc.0", "@angular/compiler-cli": "^17.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From b45f7698c2115911391ab14039ec616c9b1d7cc9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 Jan 2024 22:13:54 +0000 Subject: [PATCH 511/671] chore: version 17.1.0-rc.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 de2b1deb..64b911f8 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9df7c177..e775d913 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,11 +20,11 @@ "@angular/router": "^17.1.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.2" + "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-rc.0", - "@angular/cli": "^17.1.0-rc.0", + "@angular-devkit/build-angular": "^17.1.0-rc.1", + "@angular/cli": "^17.1.0-rc.1", "@angular/compiler-cli": "^17.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From f2e68e816638e6066e7ebfd84922862acd1b592c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 18 Jan 2024 01:02:58 +0000 Subject: [PATCH 512/671] chore: version 17.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 64b911f8..38ca42a1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e775d913..27f56dc2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.1.0-next.0", - "@angular/common": "^17.1.0-next.0", - "@angular/compiler": "^17.1.0-next.0", - "@angular/core": "^17.1.0-next.0", - "@angular/forms": "^17.1.0-next.0", - "@angular/platform-browser": "^17.1.0-next.0", - "@angular/platform-browser-dynamic": "^17.1.0-next.0", - "@angular/router": "^17.1.0-next.0", + "@angular/animations": "^17.1.0", + "@angular/common": "^17.1.0", + "@angular/compiler": "^17.1.0", + "@angular/core": "^17.1.0", + "@angular/forms": "^17.1.0", + "@angular/platform-browser": "^17.1.0", + "@angular/platform-browser-dynamic": "^17.1.0", + "@angular/router": "^17.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0-rc.1", - "@angular/cli": "^17.1.0-rc.1", - "@angular/compiler-cli": "^17.1.0-next.0", + "@angular-devkit/build-angular": "^17.1.0", + "@angular/cli": "^17.1.0", + "@angular/compiler-cli": "^17.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.1.0-next.0", + "ng-packagr": "^17.1.0", "typescript": "~5.3.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 743fd53a..ef52d904 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 17.1.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 7f099be0..40a3e6c3 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": "^17.1.0-next.0", - "@angular/core": "^17.1.0-next.0" + "@angular/common": "^17.1.0", + "@angular/core": "^17.1.0" }, "dependencies": { "tslib": "^2.3.0" From 0c7745b3ceb0a9f2bce2abd6dcab29127dcb83bd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 24 Jan 2024 16:19:56 +0000 Subject: [PATCH 513/671] chore: version 17.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 38ca42a1..4f1633c8 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 27f56dc2..f41bef12 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.0", - "@angular/cli": "^17.1.0", + "@angular-devkit/build-angular": "^17.1.1", + "@angular/cli": "^17.1.1", "@angular/compiler-cli": "^17.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 9c5bba7578baa14926e4f9f2b20a6d16aff2ee74 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 31 Jan 2024 22:13:58 +0000 Subject: [PATCH 514/671] chore: version 17.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 4f1633c8..9cfaf2b0 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f41bef12..5e0ffefc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.1", - "@angular/cli": "^17.1.1", + "@angular-devkit/build-angular": "^17.1.2", + "@angular/cli": "^17.1.2", "@angular/compiler-cli": "^17.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From f89535fb160c18c875b61a0c71bd400132c2fde2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 8 Feb 2024 20:14:12 +0000 Subject: [PATCH 515/671] chore: version 17.1.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 9cfaf2b0..3b300851 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 5e0ffefc..18542bf7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.2", - "@angular/cli": "^17.1.2", + "@angular-devkit/build-angular": "^17.1.3", + "@angular/cli": "^17.1.3", "@angular/compiler-cli": "^17.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From a2ea82bf0ae1ff6f527ef9945b7b2d37352bb8f3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 Feb 2024 20:14:16 +0000 Subject: [PATCH 516/671] chore: version 17.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 3b300851..c2ff6e5e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 18542bf7..2bd7f12e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.3", - "@angular/cli": "^17.1.3", + "@angular-devkit/build-angular": "^17.1.4", + "@angular/cli": "^17.1.4", "@angular/compiler-cli": "^17.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 959e2671628528c37491ae22425d37512a2e0608 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 25 Jan 2024 10:15:37 +0000 Subject: [PATCH 517/671] chore: version 17.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 c2ff6e5e..287d3b75 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2bd7f12e..06e74bb2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.1.0", - "@angular/common": "^17.1.0", - "@angular/compiler": "^17.1.0", - "@angular/core": "^17.1.0", - "@angular/forms": "^17.1.0", - "@angular/platform-browser": "^17.1.0", - "@angular/platform-browser-dynamic": "^17.1.0", - "@angular/router": "^17.1.0", + "@angular/animations": "^17.2.0-next.0", + "@angular/common": "^17.2.0-next.0", + "@angular/compiler": "^17.2.0-next.0", + "@angular/core": "^17.2.0-next.0", + "@angular/forms": "^17.2.0-next.0", + "@angular/platform-browser": "^17.2.0-next.0", + "@angular/platform-browser-dynamic": "^17.2.0-next.0", + "@angular/router": "^17.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.1.4", - "@angular/cli": "^17.1.4", - "@angular/compiler-cli": "^17.1.0", + "@angular-devkit/build-angular": "^17.2.0-next.0", + "@angular/cli": "^17.2.0-next.0", + "@angular/compiler-cli": "^17.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.1.0", + "ng-packagr": "^17.1.0-next.0", "typescript": "~5.3.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index ef52d904..3cf7d539 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 17.1.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 40a3e6c3..b1cd74dc 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": "^17.1.0", - "@angular/core": "^17.1.0" + "@angular/common": "^17.2.0-next.0", + "@angular/core": "^17.2.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From d2ce0a67f95674e6b7d3ad6d3f88435dc05179b5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 1 Feb 2024 01:01:49 +0000 Subject: [PATCH 518/671] chore: version 17.2.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 287d3b75..10caccb1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 06e74bb2..e137417d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.0-next.0", - "@angular/cli": "^17.2.0-next.0", + "@angular-devkit/build-angular": "^17.2.0-next.1", + "@angular/cli": "^17.2.0-next.1", "@angular/compiler-cli": "^17.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From e58087dc780f4cfe6e150e9ed81f17a842cf9af5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 8 Feb 2024 20:17:24 +0000 Subject: [PATCH 519/671] chore: version 17.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 10caccb1..f7c3de1b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e137417d..79e8e953 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.0-next.1", - "@angular/cli": "^17.2.0-next.1", + "@angular-devkit/build-angular": "^17.2.0-rc.0", + "@angular/cli": "^17.2.0-rc.0", "@angular/compiler-cli": "^17.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From cd1e4332ae390896e9481b64d71ac13900cb5fe4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 Feb 2024 22:13:07 +0000 Subject: [PATCH 520/671] chore: version 17.2.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 f7c3de1b..7f8859c1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 79e8e953..9625c31d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.2.0-next.0", - "@angular/common": "^17.2.0-next.0", - "@angular/compiler": "^17.2.0-next.0", - "@angular/core": "^17.2.0-next.0", - "@angular/forms": "^17.2.0-next.0", - "@angular/platform-browser": "^17.2.0-next.0", - "@angular/platform-browser-dynamic": "^17.2.0-next.0", - "@angular/router": "^17.2.0-next.0", + "@angular/animations": "^17.2.0", + "@angular/common": "^17.2.0", + "@angular/compiler": "^17.2.0", + "@angular/core": "^17.2.0", + "@angular/forms": "^17.2.0", + "@angular/platform-browser": "^17.2.0", + "@angular/platform-browser-dynamic": "^17.2.0", + "@angular/router": "^17.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.0-rc.0", - "@angular/cli": "^17.2.0-rc.0", - "@angular/compiler-cli": "^17.2.0-next.0", + "@angular-devkit/build-angular": "^17.2.0", + "@angular/cli": "^17.2.0", + "@angular/compiler-cli": "^17.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.1.0-next.0", + "ng-packagr": "^17.2.0", "typescript": "~5.3.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 3cf7d539..5619d265 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 17.2.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index b1cd74dc..362e3eb5 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": "^17.2.0-next.0", - "@angular/core": "^17.2.0-next.0" + "@angular/common": "^17.2.0", + "@angular/core": "^17.2.0" }, "dependencies": { "tslib": "^2.3.0" From 1ab441df1f72f02ccb4c60e12b264e1c8d3eb954 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Feb 2024 22:13:06 +0000 Subject: [PATCH 521/671] chore: version 17.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 7f8859c1..7b7c9650 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9625c31d..8469b941 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.0", - "@angular/cli": "^17.2.0", + "@angular-devkit/build-angular": "^17.2.1", + "@angular/cli": "^17.2.1", "@angular/compiler-cli": "^17.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From b0bab2eda4d201f6aaf1d3f826d0fe58bd30f787 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 29 Feb 2024 00:57:34 +0000 Subject: [PATCH 522/671] chore: version 17.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 7b7c9650..4abf8c88 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8469b941..b61473ae 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.1", - "@angular/cli": "^17.2.1", + "@angular-devkit/build-angular": "^17.2.2", + "@angular/cli": "^17.2.2", "@angular/compiler-cli": "^17.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 41406086ec6d160180892033a06ecfbfa8b277cc Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Mar 2024 12:25:32 +0000 Subject: [PATCH 523/671] chore: version 17.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 4abf8c88..1099a8c1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b61473ae..0350f5f3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.2", - "@angular/cli": "^17.2.2", + "@angular-devkit/build-angular": "^17.2.3", + "@angular/cli": "^17.2.3", "@angular/compiler-cli": "^17.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 3395b711f8bc1d5da6ccf43c0470521c7c8b23f6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Mar 2024 14:12:12 +0000 Subject: [PATCH 524/671] chore: version 17.3.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 1099a8c1..e4a94b98 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0350f5f3..090c87a0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.2.0", - "@angular/common": "^17.2.0", - "@angular/compiler": "^17.2.0", - "@angular/core": "^17.2.0", - "@angular/forms": "^17.2.0", - "@angular/platform-browser": "^17.2.0", - "@angular/platform-browser-dynamic": "^17.2.0", - "@angular/router": "^17.2.0", + "@angular/animations": "^17.3.0-next.0", + "@angular/common": "^17.3.0-next.0", + "@angular/compiler": "^17.3.0-next.0", + "@angular/core": "^17.3.0-next.0", + "@angular/forms": "^17.3.0-next.0", + "@angular/platform-browser": "^17.3.0-next.0", + "@angular/platform-browser-dynamic": "^17.3.0-next.0", + "@angular/router": "^17.3.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.2.3", - "@angular/cli": "^17.2.3", - "@angular/compiler-cli": "^17.2.0", + "@angular-devkit/build-angular": "^17.3.0-rc.0", + "@angular/cli": "^17.3.0-rc.0", + "@angular/compiler-cli": "^17.3.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.2.0", + "ng-packagr": "^17.3.0-next.0", "typescript": "~5.3.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 5619d265..f1d65f32 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 17.2.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 362e3eb5..e94b30cb 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": "^17.2.0", - "@angular/core": "^17.2.0" + "@angular/common": "^17.3.0-next.0", + "@angular/core": "^17.3.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 0187fa676746a8e095a15cb94d9b467c8fa8c815 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 14 Mar 2024 00:58:29 +0000 Subject: [PATCH 525/671] chore: version 17.3.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 e4a94b98..731ee573 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 090c87a0..6dfc9f15 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0-next.0", - "@angular/common": "^17.3.0-next.0", - "@angular/compiler": "^17.3.0-next.0", - "@angular/core": "^17.3.0-next.0", - "@angular/forms": "^17.3.0-next.0", - "@angular/platform-browser": "^17.3.0-next.0", - "@angular/platform-browser-dynamic": "^17.3.0-next.0", - "@angular/router": "^17.3.0-next.0", + "@angular/animations": "^17.3.0", + "@angular/common": "^17.3.0", + "@angular/compiler": "^17.3.0", + "@angular/core": "^17.3.0", + "@angular/forms": "^17.3.0", + "@angular/platform-browser": "^17.3.0", + "@angular/platform-browser-dynamic": "^17.3.0", + "@angular/router": "^17.3.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.0-rc.0", - "@angular/cli": "^17.3.0-rc.0", - "@angular/compiler-cli": "^17.3.0-next.0", + "@angular-devkit/build-angular": "^17.3.0", + "@angular/cli": "^17.3.0", + "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.3.0-next.0", - "typescript": "~5.3.2" + "ng-packagr": "^17.3.0", + "typescript": "~5.4.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index f1d65f32..480d5365 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 17.3.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index e94b30cb..9c908815 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": "^17.3.0-next.0", - "@angular/core": "^17.3.0-next.0" + "@angular/common": "^17.3.0", + "@angular/core": "^17.3.0" }, "dependencies": { "tslib": "^2.3.0" From 9079a9299e619669ae4b1834f020dd5a43a6c087 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Mar 2024 01:00:12 +0000 Subject: [PATCH 526/671] chore: version 17.3.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 731ee573..fa74e6e6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6dfc9f15..9492f674 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.0", - "@angular/cli": "^17.3.0", + "@angular-devkit/build-angular": "^17.3.1", + "@angular/cli": "^17.3.1", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index d006102e..fa24dbf4 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -3,7 +3,6 @@ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", - "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, From cebf7819d00464533577f25107683aa7945e87ec Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 25 Mar 2024 16:19:22 +0000 Subject: [PATCH 527/671] chore: version 17.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 fa74e6e6..e9dbf6cc 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9492f674..6753a509 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.1", - "@angular/cli": "^17.3.1", + "@angular-devkit/build-angular": "^17.3.2", + "@angular/cli": "^17.3.2", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 63be2c4583fa7b40affb51eb7e9a41642ecb0e04 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 2 Apr 2024 22:15:24 +0000 Subject: [PATCH 528/671] chore: version 17.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 e9dbf6cc..b127793d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6753a509..b880ed78 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.2", - "@angular/cli": "^17.3.2", + "@angular-devkit/build-angular": "^17.3.3", + "@angular/cli": "^17.3.3", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 5f53e43ba9d9554c3b19cbcbd8a603af7beeb6d5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 11 Apr 2024 16:17:10 +0000 Subject: [PATCH 529/671] chore: version 17.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 b127793d..8cb4f4a9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b880ed78..89248edd 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.3", - "@angular/cli": "^17.3.3", + "@angular-devkit/build-angular": "^17.3.4", + "@angular/cli": "^17.3.4", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 40cb174b9fe305110db9b675b9c120dea46f13ba Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Apr 2024 14:13:37 +0000 Subject: [PATCH 530/671] chore: version 17.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 8cb4f4a9..f9ed1403 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 89248edd..a3d6d690 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.4", - "@angular/cli": "^17.3.4", + "@angular-devkit/build-angular": "^17.3.5", + "@angular/cli": "^17.3.5", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 8a66dce83bea77ed4438d5eb2566fbc47f477db4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 25 Apr 2024 18:17:42 +0000 Subject: [PATCH 531/671] chore: version 17.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 f9ed1403..da32af52 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a3d6d690..a572680c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.5", - "@angular/cli": "^17.3.5", + "@angular-devkit/build-angular": "^17.3.6", + "@angular/cli": "^17.3.6", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 1233b62f8646000bfd9347f9033d44c436e25592 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 May 2024 12:26:58 +0000 Subject: [PATCH 532/671] chore: version 17.3.7 --- ponyracer/.gitignore | 2 +- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/.gitignore b/ponyracer/.gitignore index 0711527e..cc7b1413 100644 --- a/ponyracer/.gitignore +++ b/ponyracer/.gitignore @@ -1,4 +1,4 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. # Compiled output /dist diff --git a/ponyracer/README.md b/ponyracer/README.md index da32af52..e4fc1c3c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a572680c..2169084c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.6", - "@angular/cli": "^17.3.6", + "@angular-devkit/build-angular": "^17.3.7", + "@angular/cli": "^17.3.7", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From f5c8d3ed01bd12088f9c5a2a9361915533491e6d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 22 May 2024 18:19:09 +0000 Subject: [PATCH 533/671] chore: version 17.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 e4fc1c3c..ec40bd17 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2169084c..aa017cc8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.7", - "@angular/cli": "^17.3.7", + "@angular-devkit/build-angular": "^17.3.8", + "@angular/cli": "^17.3.8", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 9917bab24d0f361e4187a396873c8c38725923f9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 30 Aug 2024 01:13:39 +0000 Subject: [PATCH 534/671] chore: version 17.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 ec40bd17..a0ff7cf7 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index aa017cc8..90cb0a49 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", + "@angular-devkit/build-angular": "^17.3.9", + "@angular/cli": "^17.3.9", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 0ba959bfe3c743d300874c76b12f6faf7b7958c1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 Sep 2024 16:23:39 +0000 Subject: [PATCH 535/671] chore: version 17.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 a0ff7cf7..807dff1d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 90cb0a49..b40660af 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.9", - "@angular/cli": "^17.3.9", + "@angular-devkit/build-angular": "^17.3.10", + "@angular/cli": "^17.3.10", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From a695207910be4ccbb2a502767514bfd030da506c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Oct 2024 20:19:53 +0000 Subject: [PATCH 536/671] chore: version 17.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 807dff1d..675107e5 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.10. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.11. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b40660af..2eb5b0e8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.10", - "@angular/cli": "^17.3.10", + "@angular-devkit/build-angular": "^17.3.11", + "@angular/cli": "^17.3.11", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 54ff2f009b49401b95f271af4cf5d43693670830 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Feb 2025 20:19:39 +0000 Subject: [PATCH 537/671] chore: version 17.3.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 675107e5..8cf85826 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.11. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.12. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2eb5b0e8..763200cc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.11", - "@angular/cli": "^17.3.11", + "@angular-devkit/build-angular": "^17.3.12", + "@angular/cli": "^17.3.12", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From d199b90a48adc50cd7292288b549957f9434bb00 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Mar 2025 12:36:06 +0000 Subject: [PATCH 538/671] chore: version 17.3.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 8cf85826..8de8fd23 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.12. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.13. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 763200cc..d0997383 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.12", - "@angular/cli": "^17.3.12", + "@angular-devkit/build-angular": "^17.3.13", + "@angular/cli": "^17.3.13", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From a75dd3046e7fe5dc3662d81d2a5891aba441088a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Mar 2025 10:19:40 +0000 Subject: [PATCH 539/671] chore: version 17.3.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 8de8fd23..845ea73e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.13. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.14. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d0997383..eec295bb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.13", - "@angular/cli": "^17.3.13", + "@angular-devkit/build-angular": "^17.3.14", + "@angular/cli": "^17.3.14", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From c66b6858cd401cc862569929558869d95745ce00 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Apr 2025 18:26:17 +0000 Subject: [PATCH 540/671] chore: version 17.3.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 845ea73e..7d43964a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.14. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.15. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index eec295bb..69ea8222 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.14", - "@angular/cli": "^17.3.14", + "@angular-devkit/build-angular": "^17.3.15", + "@angular/cli": "^17.3.15", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 296d68d3d99b20cff0112b9551bb874c445b9d74 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Apr 2025 18:26:14 +0000 Subject: [PATCH 541/671] chore: version 17.3.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 7d43964a..ba5a682f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.15. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.16. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 69ea8222..bd59ee9b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.15", - "@angular/cli": "^17.3.15", + "@angular-devkit/build-angular": "^17.3.16", + "@angular/cli": "^17.3.16", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 16b7312ab738961688e2f3e343ae507b02d87242 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Apr 2025 16:23:57 +0000 Subject: [PATCH 542/671] chore: version 17.3.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 ba5a682f..6e91b962 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.16. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.17. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bd59ee9b..55d2a3ae 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.16", - "@angular/cli": "^17.3.16", + "@angular-devkit/build-angular": "^17.3.17", + "@angular/cli": "^17.3.17", "@angular/compiler-cli": "^17.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 487fa2bd061ee609fdce2b699c97c4208005de18 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Mar 2024 16:19:47 +0000 Subject: [PATCH 543/671] chore: version 18.0.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 | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 6e91b962..0a1b0a99 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.17. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 55d2a3ae..f108f2ea 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", - "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", - "@angular/core": "^17.3.0", - "@angular/forms": "^17.3.0", - "@angular/platform-browser": "^17.3.0", - "@angular/platform-browser-dynamic": "^17.3.0", - "@angular/router": "^17.3.0", + "@angular/animations": "^18.0.0-next.0", + "@angular/common": "^18.0.0-next.0", + "@angular/compiler": "^18.0.0-next.0", + "@angular/core": "^18.0.0-next.0", + "@angular/forms": "^18.0.0-next.0", + "@angular/platform-browser": "^18.0.0-next.0", + "@angular/platform-browser-dynamic": "^18.0.0-next.0", + "@angular/router": "^18.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.17", - "@angular/cli": "^17.3.17", - "@angular/compiler-cli": "^17.3.0", + "@angular-devkit/build-angular": "^18.0.0-next.0", + "@angular/cli": "^18.0.0-next.0", + "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^17.3.0", + "ng-packagr": "^18.0.0-next.0", "typescript": "~5.4.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 480d5365..8b502657 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 17.3.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 9c908815..8120647b 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": "^17.3.0", - "@angular/core": "^17.3.0" + "@angular/common": "^18.0.0-next.0", + "@angular/core": "^18.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index fa24dbf4..2917993d 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -13,7 +13,7 @@ "sourceMap": true, "declaration": false, "experimentalDecorators": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" From f94548491f9add64c118f5d838b2d4040415e195 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 28 Mar 2024 22:13:12 +0000 Subject: [PATCH 544/671] chore: version 18.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 0a1b0a99..12a92768 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f108f2ea..ccd17d19 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.0", - "@angular/cli": "^18.0.0-next.0", + "@angular-devkit/build-angular": "^18.0.0-next.1", + "@angular/cli": "^18.0.0-next.1", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From dfe545a3e3adbe5178842c4bb8c038fb963b46e6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Apr 2024 18:18:09 +0000 Subject: [PATCH 545/671] chore: version 18.0.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 12a92768..b63702b1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ccd17d19..fc67e050 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.1", - "@angular/cli": "^18.0.0-next.1", + "@angular-devkit/build-angular": "^18.0.0-next.2", + "@angular/cli": "^18.0.0-next.2", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From c5ff510b83025ce0361355d3bb07572f0355071f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Apr 2024 18:18:40 +0000 Subject: [PATCH 546/671] chore: version 18.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 b63702b1..aa02ef69 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index fc67e050..c41fc3b3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.2", - "@angular/cli": "^18.0.0-next.2", + "@angular-devkit/build-angular": "^18.0.0-next.3", + "@angular/cli": "^18.0.0-next.3", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 691dc798c8f7017093ef81d497a249f452c35ae8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 25 Apr 2024 18:18:00 +0000 Subject: [PATCH 547/671] chore: version 18.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 aa02ef69..fc17192f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c41fc3b3..fad6fcee 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.3", - "@angular/cli": "^18.0.0-next.3", + "@angular-devkit/build-angular": "^18.0.0-next.4", + "@angular/cli": "^18.0.0-next.4", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From f509a0dec0c48a048e713ea565b68a82591f620c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 26 Apr 2024 18:17:24 +0000 Subject: [PATCH 548/671] chore: version 18.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 fc17192f..0e148d06 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index fad6fcee..dbd389fa 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.4", - "@angular/cli": "^18.0.0-next.4", + "@angular-devkit/build-angular": "^18.0.0-next.5", + "@angular/cli": "^18.0.0-next.5", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 6bccd71b03e737fed60bd804a7efe36373bb04e9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 May 2024 20:17:34 +0000 Subject: [PATCH 549/671] chore: version 18.0.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 0e148d06..c1070c15 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-next.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index dbd389fa..b37ae9d3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-next.5", - "@angular/cli": "^18.0.0-next.5", + "@angular-devkit/build-angular": "^18.0.0-rc.0", + "@angular/cli": "^18.0.0-rc.0", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 23e079adb846ffaf2874ad3521c4284fb754c910 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 2 May 2024 18:18:24 +0000 Subject: [PATCH 550/671] chore: version 18.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 c1070c15..55d58f8d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b37ae9d3..d10e0727 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-rc.0", - "@angular/cli": "^18.0.0-rc.0", + "@angular-devkit/build-angular": "^18.0.0-rc.1", + "@angular/cli": "^18.0.0-rc.1", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 4dd337adf6f060579911a210b12dcc483c2ef37e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 May 2024 14:13:15 +0000 Subject: [PATCH 551/671] chore: version 18.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 55d58f8d..45e82666 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d10e0727..b926ec04 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-rc.1", - "@angular/cli": "^18.0.0-rc.1", + "@angular-devkit/build-angular": "^18.0.0-rc.2", + "@angular/cli": "^18.0.0-rc.2", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 6ccb976a7b11773e14a4febe817db80e6ff48eaf Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 21 May 2024 22:13:39 +0000 Subject: [PATCH 552/671] chore: version 18.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 45e82666..e71861c6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b926ec04..8147e509 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-rc.2", - "@angular/cli": "^18.0.0-rc.2", + "@angular-devkit/build-angular": "^18.0.0-rc.3", + "@angular/cli": "^18.0.0-rc.3", "@angular/compiler-cli": "^18.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 1db0154cce760a3106737755592c8d4d769fe3be Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 22 May 2024 20:15:31 +0000 Subject: [PATCH 553/671] chore: version 18.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 e71861c6..1086310f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0-rc.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8147e509..b1a71504 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.0-next.0", - "@angular/common": "^18.0.0-next.0", - "@angular/compiler": "^18.0.0-next.0", - "@angular/core": "^18.0.0-next.0", - "@angular/forms": "^18.0.0-next.0", - "@angular/platform-browser": "^18.0.0-next.0", - "@angular/platform-browser-dynamic": "^18.0.0-next.0", - "@angular/router": "^18.0.0-next.0", + "@angular/animations": "^18.0.0", + "@angular/common": "^18.0.0", + "@angular/compiler": "^18.0.0", + "@angular/core": "^18.0.0", + "@angular/forms": "^18.0.0", + "@angular/platform-browser": "^18.0.0", + "@angular/platform-browser-dynamic": "^18.0.0", + "@angular/router": "^18.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0-rc.3", - "@angular/cli": "^18.0.0-rc.3", - "@angular/compiler-cli": "^18.0.0-next.0", + "@angular-devkit/build-angular": "^18.0.0", + "@angular/cli": "^18.0.0", + "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.0.0-next.0", + "ng-packagr": "^18.0.0", "typescript": "~5.4.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 8b502657..77c7e6a6 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 18.0.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 8120647b..09f3acd8 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": "^18.0.0-next.0", - "@angular/core": "^18.0.0-next.0" + "@angular/common": "^18.0.0", + "@angular/core": "^18.0.0" }, "dependencies": { "tslib": "^2.3.0" From 9f99bce2874cf3493c7de3ab5f22c89776f63436 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 23 May 2024 16:19:33 +0000 Subject: [PATCH 554/671] chore: version 18.0.1 --- ponyracer/README.md | 4 ++-- ponyracer/package.json | 4 ++-- ponyracer/projects/ponyracer-lib/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 1086310f..095dd369 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.1. ## Development server @@ -24,4 +24,4 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u ## Further help -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. +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. diff --git a/ponyracer/package.json b/ponyracer/package.json index b1a71504..f0e75160 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.0", - "@angular/cli": "^18.0.0", + "@angular-devkit/build-angular": "^18.0.1", + "@angular/cli": "^18.0.1", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 77c7e6a6..180128bd 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -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 Overview and Command Reference](https://angular.io/cli) page. +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. From d9fb6f543cab6b301cee9c40fbee6830285d7ba6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 May 2024 16:18:55 +0000 Subject: [PATCH 555/671] chore: version 18.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 095dd369..61dfa4fd 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f0e75160..426d1a89 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.1", - "@angular/cli": "^18.0.1", + "@angular-devkit/build-angular": "^18.0.2", + "@angular/cli": "^18.0.2", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 07f649af211f4753dbef98e77cbd3d85ca0d3d5e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 5 Jun 2024 22:14:12 +0000 Subject: [PATCH 556/671] chore: version 18.0.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts | 2 +- ponyracer/projects/ponyracer-lib/tsconfig.lib.json | 3 ++- ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json | 3 ++- ponyracer/projects/ponyracer-lib/tsconfig.spec.json | 3 ++- ponyracer/tsconfig.json | 3 ++- 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 61dfa4fd..8bae0632 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 426d1a89..8ec88fbc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.2", - "@angular/cli": "^18.0.2", + "@angular-devkit/build-angular": "^18.0.3", + "@angular/cli": "^18.0.3", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.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 05abffd8..8bb94163 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,7 +11,7 @@ describe('PonyracerLibComponent', () => { imports: [PonyracerLibComponent] }) .compileComponents(); - + fixture = TestBed.createComponent(PonyracerLibComponent); component = fixture.componentInstance; fixture.detectChanges(); diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json index 543fd474..2359bf66 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "../../tsconfig.json", "compilerOptions": { diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json index 06de549e..9215caac 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.prod.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "./tsconfig.lib.json", "compilerOptions": { diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json index ce7048bc..254686d5 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "../../tsconfig.json", "compilerOptions": { diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 2917993d..42d86bcc 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -1,4 +1,5 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "compileOnSave": false, "compilerOptions": { From 118f71eec05fe427ebb0fe885a50c11b4a2b801f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Jun 2024 16:20:11 +0000 Subject: [PATCH 557/671] chore: version 18.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 8bae0632..dc9ddd18 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8ec88fbc..0273d57e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.3", - "@angular/cli": "^18.0.3", + "@angular-devkit/build-angular": "^18.0.4", + "@angular/cli": "^18.0.4", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From da61dfcead659af8ec496f221fcc0cd40f86b9cc Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Jun 2024 12:28:03 +0000 Subject: [PATCH 558/671] chore: version 18.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 dc9ddd18..a81d1d71 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0273d57e..2e4b9318 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.4", - "@angular/cli": "^18.0.4", + "@angular-devkit/build-angular": "^18.0.5", + "@angular/cli": "^18.0.5", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 34ca759664409cbbfee678a0224c4a95ab7879ad Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Jun 2024 20:18:27 +0000 Subject: [PATCH 559/671] chore: version 18.0.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 a81d1d71..78e2524d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2e4b9318..b8ce3c13 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.5", - "@angular/cli": "^18.0.5", + "@angular-devkit/build-angular": "^18.0.6", + "@angular/cli": "^18.0.6", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 47a977fe6feef8ff9a41700f44fbb6558e10c895 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Jul 2024 14:16:07 +0000 Subject: [PATCH 560/671] chore: version 18.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 78e2524d..24adae79 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b8ce3c13..4c3b38f6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.6", - "@angular/cli": "^18.0.6", + "@angular-devkit/build-angular": "^18.0.7", + "@angular/cli": "^18.0.7", "@angular/compiler-cli": "^18.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From ee21307d016c3ed2cd1964b1c08b8a1629d268a4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 May 2024 20:15:53 +0000 Subject: [PATCH 561/671] chore: version 18.1.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 24adae79..2e890a58 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4c3b38f6..ec1749b9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.0", - "@angular/common": "^18.0.0", - "@angular/compiler": "^18.0.0", - "@angular/core": "^18.0.0", - "@angular/forms": "^18.0.0", - "@angular/platform-browser": "^18.0.0", - "@angular/platform-browser-dynamic": "^18.0.0", - "@angular/router": "^18.0.0", + "@angular/animations": "^18.1.0-next.0", + "@angular/common": "^18.1.0-next.0", + "@angular/compiler": "^18.1.0-next.0", + "@angular/core": "^18.1.0-next.0", + "@angular/forms": "^18.1.0-next.0", + "@angular/platform-browser": "^18.1.0-next.0", + "@angular/platform-browser-dynamic": "^18.1.0-next.0", + "@angular/router": "^18.1.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.7", - "@angular/cli": "^18.0.7", - "@angular/compiler-cli": "^18.0.0", + "@angular-devkit/build-angular": "^18.1.0-next.0", + "@angular/cli": "^18.1.0-next.0", + "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 180128bd..c2d07a00 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 18.0.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 09f3acd8..fe9f5815 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": "^18.0.0", - "@angular/core": "^18.0.0" + "@angular/common": "^18.1.0-next.0", + "@angular/core": "^18.1.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 0a554fe55240fc3ab6784ca31707c486ebed5b75 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Jun 2024 01:04:24 +0000 Subject: [PATCH 562/671] chore: version 18.1.0-next.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 2e890a58..583e601f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ec1749b9..8b49d8b9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-next.0", - "@angular/cli": "^18.1.0-next.0", + "@angular-devkit/build-angular": "^18.1.0-next.1", + "@angular/cli": "^18.1.0-next.1", "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 42d86bcc..c51b6fb2 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -23,7 +23,6 @@ "importHelpers": true, "target": "ES2022", "module": "ES2022", - "useDefineForClassFields": false, "lib": [ "ES2022", "dom" From 5d63475adb3f6ce6fc4ab49f9ba0b3465a9aad39 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Jun 2024 18:20:27 +0000 Subject: [PATCH 563/671] chore: version 18.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 583e601f..11c2c8ee 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8b49d8b9..294fc943 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-next.1", - "@angular/cli": "^18.1.0-next.1", + "@angular-devkit/build-angular": "^18.1.0-next.2", + "@angular/cli": "^18.1.0-next.2", "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From a456cc0f518fda63b266b512f1ee75196a05d9e5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Jun 2024 20:15:46 +0000 Subject: [PATCH 564/671] chore: version 18.1.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 11c2c8ee..b5b3deed 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 294fc943..40a7cb53 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-next.2", - "@angular/cli": "^18.1.0-next.2", + "@angular-devkit/build-angular": "^18.1.0-next.3", + "@angular/cli": "^18.1.0-next.3", "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From e26c9bf54d70b74e22dec51e788bd5f60989309c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Jun 2024 20:18:46 +0000 Subject: [PATCH 565/671] chore: version 18.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 b5b3deed..818654fe 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 40a7cb53..494cd75b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-next.3", - "@angular/cli": "^18.1.0-next.3", + "@angular-devkit/build-angular": "^18.1.0-rc.0", + "@angular/cli": "^18.1.0-rc.0", "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.0.0", - "typescript": "~5.4.2" + "ng-packagr": "^18.1.0-next.0", + "typescript": "~5.5.2" } } From 5eb788dc2d01b476326fcedd8aaf62ebc2005384 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 3 Jul 2024 16:19:29 +0000 Subject: [PATCH 566/671] chore: version 18.1.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 818654fe..5865ff10 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 494cd75b..bb557643 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-rc.0", - "@angular/cli": "^18.1.0-rc.0", + "@angular-devkit/build-angular": "^18.1.0-rc.1", + "@angular/cli": "^18.1.0-rc.1", "@angular/compiler-cli": "^18.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From b66bd2a77bd24e3728e3d5ac2cccc55176765cf2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 Jul 2024 14:14:33 +0000 Subject: [PATCH 567/671] chore: version 18.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 5865ff10..2c10be31 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0-rc.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bb557643..ac547e11 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.1.0-next.0", - "@angular/common": "^18.1.0-next.0", - "@angular/compiler": "^18.1.0-next.0", - "@angular/core": "^18.1.0-next.0", - "@angular/forms": "^18.1.0-next.0", - "@angular/platform-browser": "^18.1.0-next.0", - "@angular/platform-browser-dynamic": "^18.1.0-next.0", - "@angular/router": "^18.1.0-next.0", + "@angular/animations": "^18.1.0", + "@angular/common": "^18.1.0", + "@angular/compiler": "^18.1.0", + "@angular/core": "^18.1.0", + "@angular/forms": "^18.1.0", + "@angular/platform-browser": "^18.1.0", + "@angular/platform-browser-dynamic": "^18.1.0", + "@angular/router": "^18.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0-rc.1", - "@angular/cli": "^18.1.0-rc.1", - "@angular/compiler-cli": "^18.1.0-next.0", + "@angular-devkit/build-angular": "^18.1.0", + "@angular/cli": "^18.1.0", + "@angular/compiler-cli": "^18.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.1.0-next.0", + "ng-packagr": "^18.1.0", "typescript": "~5.5.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c2d07a00..c36aefc9 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 18.1.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index fe9f5815..7f1e5d1a 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": "^18.1.0-next.0", - "@angular/core": "^18.1.0-next.0" + "@angular/common": "^18.1.0", + "@angular/core": "^18.1.0" }, "dependencies": { "tslib": "^2.3.0" From a361e311d57e59a520bcab9b261504106eb3b33b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Jul 2024 20:16:28 +0000 Subject: [PATCH 568/671] chore: version 18.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 2c10be31..e0b61026 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ac547e11..d88471e1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.0", - "@angular/cli": "^18.1.0", + "@angular-devkit/build-angular": "^18.1.1", + "@angular/cli": "^18.1.1", "@angular/compiler-cli": "^18.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From cb6e5603b0ecd5fa06436b805fdee8c5d7217960 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 24 Jul 2024 18:20:49 +0000 Subject: [PATCH 569/671] chore: version 18.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 e0b61026..5bd8b14e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d88471e1..158fac9f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.1", - "@angular/cli": "^18.1.1", + "@angular-devkit/build-angular": "^18.1.2", + "@angular/cli": "^18.1.2", "@angular/compiler-cli": "^18.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From cc8660aa0e0840e1110c716539741548c90188b3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 31 Jul 2024 12:30:24 +0000 Subject: [PATCH 570/671] chore: version 18.1.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 5bd8b14e..3efcf2ab 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 158fac9f..1d70f1c0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.2", - "@angular/cli": "^18.1.2", + "@angular-devkit/build-angular": "^18.1.3", + "@angular/cli": "^18.1.3", "@angular/compiler-cli": "^18.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From ff7a3bcdeb252802aed1bc9d472261edf33393de Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 Aug 2024 20:16:41 +0000 Subject: [PATCH 571/671] chore: version 18.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 3efcf2ab..8ad64f5b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1d70f1c0..95cf73be 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.3", - "@angular/cli": "^18.1.3", + "@angular-devkit/build-angular": "^18.1.4", + "@angular/cli": "^18.1.4", "@angular/compiler-cli": "^18.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From 6c3101c5f59933d73f48fa934680f62e7f0353e1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 10 Jul 2024 14:14:47 +0000 Subject: [PATCH 572/671] chore: version 18.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 ++-- ponyracer/tsconfig.json | 1 + 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 8ad64f5b..3fb4f614 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.1.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 95cf73be..07c0564e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.1.0", - "@angular/common": "^18.1.0", - "@angular/compiler": "^18.1.0", - "@angular/core": "^18.1.0", - "@angular/forms": "^18.1.0", - "@angular/platform-browser": "^18.1.0", - "@angular/platform-browser-dynamic": "^18.1.0", - "@angular/router": "^18.1.0", + "@angular/animations": "^18.2.0-next.0", + "@angular/common": "^18.2.0-next.0", + "@angular/compiler": "^18.2.0-next.0", + "@angular/core": "^18.2.0-next.0", + "@angular/forms": "^18.2.0-next.0", + "@angular/platform-browser": "^18.2.0-next.0", + "@angular/platform-browser-dynamic": "^18.2.0-next.0", + "@angular/router": "^18.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.1.4", - "@angular/cli": "^18.1.4", - "@angular/compiler-cli": "^18.1.0", + "@angular-devkit/build-angular": "^18.2.0-next.0", + "@angular/cli": "^18.2.0-next.0", + "@angular/compiler-cli": "^18.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.1.0", + "ng-packagr": "^18.2.0-next.0", "typescript": "~5.5.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c36aefc9..d2cf1765 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 18.1.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 7f1e5d1a..7a03d7de 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": "^18.1.0", - "@angular/core": "^18.1.0" + "@angular/common": "^18.2.0-next.0", + "@angular/core": "^18.2.0-next.0" }, "dependencies": { "tslib": "^2.3.0" diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index c51b6fb2..0ec1dc85 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "skipLibCheck": true, + "isolatedModules": true, "esModuleInterop": true, "sourceMap": true, "declaration": false, From 61a98460fa8171464194d36023a54b715e6796f3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 17 Jul 2024 22:14:58 +0000 Subject: [PATCH 573/671] chore: version 18.2.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 3fb4f614..e06737e8 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 07c0564e..1802586e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.0-next.0", - "@angular/cli": "^18.2.0-next.0", + "@angular-devkit/build-angular": "^18.2.0-next.1", + "@angular/cli": "^18.2.0-next.1", "@angular/compiler-cli": "^18.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", From e09d848f59045b92b3cde12f27f23e3a1fa8c247 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 25 Jul 2024 01:08:26 +0000 Subject: [PATCH 574/671] chore: version 18.2.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 e06737e8..894b529d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1802586e..1b5ff7de 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,11 +23,11 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.0-next.1", - "@angular/cli": "^18.2.0-next.1", + "@angular-devkit/build-angular": "^18.2.0-next.2", + "@angular/cli": "^18.2.0-next.2", "@angular/compiler-cli": "^18.2.0-next.0", "@types/jasmine": "~5.1.0", - "jasmine-core": "~5.1.0", + "jasmine-core": "~5.2.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", From 38c842aaa0f3675df6e55133475035d9e8f8e300 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 31 Jul 2024 12:30:40 +0000 Subject: [PATCH 575/671] chore: version 18.2.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 894b529d..0a482a0c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1b5ff7de..ea14b6e2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.0-next.2", - "@angular/cli": "^18.2.0-next.2", + "@angular-devkit/build-angular": "^18.2.0-next.3", + "@angular/cli": "^18.2.0-next.3", "@angular/compiler-cli": "^18.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From efeda36189b94a9ba5ad7c55f1b1bf0a4f87c3f4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 Aug 2024 22:15:02 +0000 Subject: [PATCH 576/671] chore: version 18.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 0a482a0c..1c3b8f97 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ea14b6e2..7e7209a7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.0-next.3", - "@angular/cli": "^18.2.0-next.3", + "@angular-devkit/build-angular": "^18.2.0-rc.0", + "@angular/cli": "^18.2.0-rc.0", "@angular/compiler-cli": "^18.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 5a060c0c9af6558e852696aa58fa1fae012c525f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 Aug 2024 20:16:37 +0000 Subject: [PATCH 577/671] chore: version 18.2.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 1c3b8f97..a27ce305 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-rc.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7e7209a7..61bc2c6a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.0-next.0", - "@angular/common": "^18.2.0-next.0", - "@angular/compiler": "^18.2.0-next.0", - "@angular/core": "^18.2.0-next.0", - "@angular/forms": "^18.2.0-next.0", - "@angular/platform-browser": "^18.2.0-next.0", - "@angular/platform-browser-dynamic": "^18.2.0-next.0", - "@angular/router": "^18.2.0-next.0", + "@angular/animations": "^18.2.0", + "@angular/common": "^18.2.0", + "@angular/compiler": "^18.2.0", + "@angular/core": "^18.2.0", + "@angular/forms": "^18.2.0", + "@angular/platform-browser": "^18.2.0", + "@angular/platform-browser-dynamic": "^18.2.0", + "@angular/router": "^18.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.3" + "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.0-rc.0", - "@angular/cli": "^18.2.0-rc.0", - "@angular/compiler-cli": "^18.2.0-next.0", + "@angular-devkit/build-angular": "^18.2.0", + "@angular/cli": "^18.2.0", + "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.2.0-next.0", + "ng-packagr": "^18.2.0", "typescript": "~5.5.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index d2cf1765..ac36714e 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 18.2.0-next.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 7a03d7de..b5d800d0 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": "^18.2.0-next.0", - "@angular/core": "^18.2.0-next.0" + "@angular/common": "^18.2.0", + "@angular/core": "^18.2.0" }, "dependencies": { "tslib": "^2.3.0" From c548e2d3d44c9381e71d2d0bdbff1e8d7da72a55 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 21 Aug 2024 12:29:44 +0000 Subject: [PATCH 578/671] chore: version 18.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 a27ce305..cbb3389b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 61bc2c6a..bbfae523 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.0", - "@angular/cli": "^18.2.0", + "@angular-devkit/build-angular": "^18.2.1", + "@angular/cli": "^18.2.1", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 5bb47ed06e075267a13e58280e95f75d071609a0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 29 Aug 2024 22:15:15 +0000 Subject: [PATCH 579/671] chore: version 18.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 cbb3389b..3941ca02 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bbfae523..3d4e2e59 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.1", - "@angular/cli": "^18.2.1", + "@angular-devkit/build-angular": "^18.2.2", + "@angular/cli": "^18.2.2", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From b9a187ac45b197b4a8a6e722ec4cc385da23c734 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 4 Sep 2024 20:17:46 +0000 Subject: [PATCH 580/671] chore: version 18.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 3941ca02..5d7aa77b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3d4e2e59..a1ebcb0a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.2", - "@angular/cli": "^18.2.2", + "@angular-devkit/build-angular": "^18.2.3", + "@angular/cli": "^18.2.3", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 39240537be2e306e9072d74293064ffcf5ff45ba Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Sep 2024 14:15:08 +0000 Subject: [PATCH 581/671] chore: version 18.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 5d7aa77b..8ec92dc9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a1ebcb0a..244d94fc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.3", - "@angular/cli": "^18.2.3", + "@angular-devkit/build-angular": "^18.2.4", + "@angular/cli": "^18.2.4", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From c32f8c5279ba1f21edf84462900847e0a6c56a89 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 19 Sep 2024 01:17:04 +0000 Subject: [PATCH 582/671] chore: version 18.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 8ec92dc9..29606146 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 244d94fc..4cf500ab 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.4", - "@angular/cli": "^18.2.4", + "@angular-devkit/build-angular": "^18.2.5", + "@angular/cli": "^18.2.5", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From fb7d00b3564f060d3c08b9df3f0dd11745c91470 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 25 Sep 2024 16:24:43 +0000 Subject: [PATCH 583/671] chore: version 18.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 29606146..5ddc6278 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4cf500ab..ad1abfbc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.5", - "@angular/cli": "^18.2.5", + "@angular-devkit/build-angular": "^18.2.6", + "@angular/cli": "^18.2.6", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 9e18a222c743ae718c240e1a39e73f085a59b318 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Oct 2024 10:18:14 +0000 Subject: [PATCH 584/671] chore: version 18.2.7 --- ponyracer/.editorconfig | 1 + ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ponyracer/.editorconfig b/ponyracer/.editorconfig index 59d9a3a3..f166060d 100644 --- a/ponyracer/.editorconfig +++ b/ponyracer/.editorconfig @@ -10,6 +10,7 @@ trim_trailing_whitespace = true [*.ts] quote_type = single +ij_typescript_use_double_quotes = false [*.md] max_line_length = off diff --git a/ponyracer/README.md b/ponyracer/README.md index 5ddc6278..78e9e662 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ad1abfbc..83d9233d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.6", - "@angular/cli": "^18.2.6", + "@angular-devkit/build-angular": "^18.2.7", + "@angular/cli": "^18.2.7", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From e395d762eeaaa567c3232f9a78863784bf1115dd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Oct 2024 18:22:56 +0000 Subject: [PATCH 585/671] chore: version 18.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 78e9e662..748c50aa 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 83d9233d..7cc8d2f5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.7", - "@angular/cli": "^18.2.7", + "@angular-devkit/build-angular": "^18.2.8", + "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 9477ac22593bcc605dd64b4b7203b8e1b80988b9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 17 Oct 2024 01:17:10 +0000 Subject: [PATCH 586/671] chore: version 18.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 748c50aa..55edc1bd 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7cc8d2f5..e77287a5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.8", - "@angular/cli": "^18.2.8", + "@angular-devkit/build-angular": "^18.2.9", + "@angular/cli": "^18.2.9", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 50f60177287cced28ef2a814e4865ef133899db9 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Oct 2024 20:20:57 +0000 Subject: [PATCH 587/671] chore: version 18.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 55edc1bd..94e9cef6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index e77287a5..9f3eb847 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.9", - "@angular/cli": "^18.2.9", + "@angular-devkit/build-angular": "^18.2.10", + "@angular/cli": "^18.2.10", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 7a6111546c9f38de9b8e1af0e9fcc90e7fe8db8b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 31 Oct 2024 01:18:51 +0000 Subject: [PATCH 588/671] chore: version 18.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 94e9cef6..95eb7a99 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.10. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.11. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9f3eb847..7fe996cb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.10", - "@angular/cli": "^18.2.10", + "@angular-devkit/build-angular": "^18.2.11", + "@angular/cli": "^18.2.11", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 8ae604356e9e8501a68054b695dedfd199a2cc69 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 14 Nov 2024 16:22:57 +0000 Subject: [PATCH 589/671] chore: version 18.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 95eb7a99..b96439b4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.11. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.12. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7fe996cb..59839689 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.11", - "@angular/cli": "^18.2.11", + "@angular-devkit/build-angular": "^18.2.12", + "@angular/cli": "^18.2.12", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From b69f21dbe2050e8b7f62027038310e083a83b574 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 Jan 2025 10:17:57 +0000 Subject: [PATCH 590/671] chore: version 18.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 b96439b4..b2824aaf 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.12. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.13. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 59839689..3b7d4ceb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.12", - "@angular/cli": "^18.2.12", + "@angular-devkit/build-angular": "^18.2.13", + "@angular/cli": "^18.2.13", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From bce31b6dd96b5716ecc67fe06f3e921a1af0f23a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 Jan 2025 14:15:44 +0000 Subject: [PATCH 591/671] chore: version 18.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 b2824aaf..a8221ba5 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.13. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.14. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3b7d4ceb..8ab19264 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.13", - "@angular/cli": "^18.2.13", + "@angular-devkit/build-angular": "^18.2.14", + "@angular/cli": "^18.2.14", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 97bf000d26a7d25a4b0453caf3c9a31299e560ed Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Mar 2025 10:19:47 +0000 Subject: [PATCH 592/671] chore: version 18.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 a8221ba5..9e45ce5f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.14. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.15. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8ab19264..921bc150 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.14", - "@angular/cli": "^18.2.14", + "@angular-devkit/build-angular": "^18.2.15", + "@angular/cli": "^18.2.15", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 169f6474fc1c8b21687350469e164926e5665253 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Mar 2025 10:20:50 +0000 Subject: [PATCH 593/671] chore: version 18.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 9e45ce5f..b5bc2b3d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.15. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.16. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 921bc150..a9ebedda 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.15", - "@angular/cli": "^18.2.15", + "@angular-devkit/build-angular": "^18.2.16", + "@angular/cli": "^18.2.16", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From a4ff6184d492fc41f382a5ed07eb1be7c5ba8f86 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Apr 2025 18:27:12 +0000 Subject: [PATCH 594/671] chore: version 18.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 b5bc2b3d..1ee891f6 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.16. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.17. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a9ebedda..90ac8f64 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.16", - "@angular/cli": "^18.2.16", + "@angular-devkit/build-angular": "^18.2.17", + "@angular/cli": "^18.2.17", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 87e1ce107f703563dfcbb87dc397f92dd9a468cf Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Apr 2025 18:27:16 +0000 Subject: [PATCH 595/671] chore: version 18.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 1ee891f6..cebde5d7 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.17. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.18. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 90ac8f64..c0e1dc4b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.17", - "@angular/cli": "^18.2.17", + "@angular-devkit/build-angular": "^18.2.18", + "@angular/cli": "^18.2.18", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From d83278b3c8eeeb0c22f2055e1696d585e44401e0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Apr 2025 10:20:52 +0000 Subject: [PATCH 596/671] chore: version 18.2.19 --- 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 cebde5d7..957333ca 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.18. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.19. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c0e1dc4b..333d435c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.18", - "@angular/cli": "^18.2.18", + "@angular-devkit/build-angular": "^18.2.19", + "@angular/cli": "^18.2.19", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 73cb49d34a14bbaae9ca212e236d6cedec6fddc5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Jun 2025 14:19:15 +0000 Subject: [PATCH 597/671] chore: version 18.2.20 --- 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 957333ca..0e3591cf 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.19. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.20. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 333d435c..1ef921e9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.19", - "@angular/cli": "^18.2.19", + "@angular-devkit/build-angular": "^18.2.20", + "@angular/cli": "^18.2.20", "@angular/compiler-cli": "^18.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From ea93fb8a967ea6c16529f643f7eb25750240dfa3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 Aug 2024 22:15:56 +0000 Subject: [PATCH 598/671] chore: version 19.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 0e3591cf..ef6f6cfe 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.20. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1ef921e9..0238176e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.0", - "@angular/common": "^18.2.0", - "@angular/compiler": "^18.2.0", - "@angular/core": "^18.2.0", - "@angular/forms": "^18.2.0", - "@angular/platform-browser": "^18.2.0", - "@angular/platform-browser-dynamic": "^18.2.0", - "@angular/router": "^18.2.0", + "@angular/animations": "^19.0.0-next.0", + "@angular/common": "^19.0.0-next.0", + "@angular/compiler": "^19.0.0-next.0", + "@angular/core": "^19.0.0-next.0", + "@angular/forms": "^19.0.0-next.0", + "@angular/platform-browser": "^19.0.0-next.0", + "@angular/platform-browser-dynamic": "^19.0.0-next.0", + "@angular/router": "^19.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.10" + "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.2.20", - "@angular/cli": "^18.2.20", - "@angular/compiler-cli": "^18.2.0", + "@angular-devkit/build-angular": "^19.0.0-next.0", + "@angular/cli": "^19.0.0-next.0", + "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^18.2.0", + "ng-packagr": "^19.0.0-next.0", "typescript": "~5.5.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index ac36714e..d754d445 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 18.2.0. +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index b5d800d0..c69855c0 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": "^18.2.0", - "@angular/core": "^18.2.0" + "@angular/common": "^19.0.0-next.0", + "@angular/core": "^19.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 32092b0bcb4eb876dc6e3dc616649e7add235b73 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 22 Aug 2024 18:20:43 +0000 Subject: [PATCH 599/671] chore: version 19.0.0-next.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 6 +++--- ponyracer/tsconfig.json | 4 +--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index ef6f6cfe..5ce1d756 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.0. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0238176e..0dc98f82 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -20,11 +20,11 @@ "@angular/router": "^19.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "~0.14.3" + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.0", - "@angular/cli": "^19.0.0-next.0", + "@angular-devkit/build-angular": "^19.0.0-next.1", + "@angular/cli": "^19.0.0-next.1", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 0ec1dc85..190fbfb3 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -12,16 +12,14 @@ "skipLibCheck": true, "isolatedModules": true, "esModuleInterop": true, - "sourceMap": true, - "declaration": false, "experimentalDecorators": true, "moduleResolution": "bundler", + "importHelpers": true, "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" ] }, - "importHelpers": true, "target": "ES2022", "module": "ES2022", "lib": [ From 7905076f0938994b0545cb35204b71040fe44872 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 Aug 2024 22:15:07 +0000 Subject: [PATCH 600/671] chore: version 19.0.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 5ce1d756..90bfeb2b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.1. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0dc98f82..11840f88 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.1", - "@angular/cli": "^19.0.0-next.1", + "@angular-devkit/build-angular": "^19.0.0-next.2", + "@angular/cli": "^19.0.0-next.2", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", From 00eafb90b60d566887accb8e806cf4d30f9b128b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 4 Sep 2024 22:14:53 +0000 Subject: [PATCH 601/671] chore: version 19.0.0-next.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 8 ++------ 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 90bfeb2b..fb4b6052 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.2. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 11840f88..0b26bb3f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.2", - "@angular/cli": "^19.0.0-next.2", + "@angular-devkit/build-angular": "^19.0.0-next.3", + "@angular/cli": "^19.0.0-next.3", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.2.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 190fbfb3..273a1b7d 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -14,18 +14,14 @@ "esModuleInterop": true, "experimentalDecorators": true, "moduleResolution": "bundler", - "importHelpers": true, "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" ] }, + "importHelpers": true, "target": "ES2022", - "module": "ES2022", - "lib": [ - "ES2022", - "dom" - ] + "module": "ES2022" }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, From d612b2b20dead940ad305d3744578637ff87176a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Sep 2024 18:21:48 +0000 Subject: [PATCH 602/671] chore: version 19.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 fb4b6052..b1f28ddc 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.3. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0b26bb3f..c384fa1c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,17 +23,17 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.3", - "@angular/cli": "^19.0.0-next.3", + "@angular-devkit/build-angular": "^19.0.0-next.4", + "@angular/cli": "^19.0.0-next.4", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", - "jasmine-core": "~5.2.0", + "jasmine-core": "~5.3.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "ng-packagr": "^19.0.0-next.0", - "typescript": "~5.5.2" + "typescript": "~5.6.2" } } From b41210b243923ba2db7200d95920e482b3b90b3c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Sep 2024 16:20:14 +0000 Subject: [PATCH 603/671] chore: version 19.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 b1f28ddc..b88f1e7f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.4. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c384fa1c..043d5420 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.4", - "@angular/cli": "^19.0.0-next.4", + "@angular-devkit/build-angular": "^19.0.0-next.5", + "@angular/cli": "^19.0.0-next.5", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.0", From e50b236b686d5c1676e5b4eeb9e86dee6e1652c0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 13 Sep 2024 10:17:33 +0000 Subject: [PATCH 604/671] chore: version 19.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 b88f1e7f..a2b20c8b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 043d5420..a9d7650b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.5", - "@angular/cli": "^19.0.0-next.5", + "@angular-devkit/build-angular": "^19.0.0-next.6", + "@angular/cli": "^19.0.0-next.6", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.0", From 63b893e5e7b581bffc25633d3cee343d9f7e0cfc Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 19 Sep 2024 01:17:26 +0000 Subject: [PATCH 605/671] chore: version 19.0.0-next.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 a2b20c8b..403980d2 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.6. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a9d7650b..93f13d84 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.6", - "@angular/cli": "^19.0.0-next.6", + "@angular-devkit/build-angular": "^19.0.0-next.7", + "@angular/cli": "^19.0.0-next.7", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.0", From 49805d25772b42b9464ab19e444a0a43dda68377 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 26 Sep 2024 22:16:08 +0000 Subject: [PATCH 606/671] chore: version 19.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 403980d2..0c0d7613 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.7. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 93f13d84..c13d43a0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.7", - "@angular/cli": "^19.0.0-next.7", + "@angular-devkit/build-angular": "^19.0.0-next.8", + "@angular/cli": "^19.0.0-next.8", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.0", From 6f7275264f5f155e64470b0af9f294c6008ee9ed Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Oct 2024 14:15:38 +0000 Subject: [PATCH 607/671] chore: version 19.0.0-next.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 0c0d7613..399cf5c9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.8. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c13d43a0..28fc596f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.8", - "@angular/cli": "^19.0.0-next.8", + "@angular-devkit/build-angular": "^19.0.0-next.9", + "@angular/cli": "^19.0.0-next.9", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.0", From 273069d74d42bb4ec1edf9b17c06d4e37739e578 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Oct 2024 18:23:20 +0000 Subject: [PATCH 608/671] chore: version 19.0.0-next.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 399cf5c9..2df86ab1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.9. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 28fc596f..6084e530 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.9", - "@angular/cli": "^19.0.0-next.9", + "@angular-devkit/build-angular": "^19.0.0-next.10", + "@angular/cli": "^19.0.0-next.10", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.3.0", From e2dd3bf295ad87739649043c8ed3b259dd388386 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 17 Oct 2024 01:17:37 +0000 Subject: [PATCH 609/671] chore: version 19.0.0-next.11 --- ponyracer/README.md | 50 ++++++++++++++---- ponyracer/package.json | 6 +-- ponyracer/projects/ponyracer-lib/README.md | 59 ++++++++++++++++++---- 3 files changed, 93 insertions(+), 22 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 2df86ab1..99ff3b47 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,27 +1,59 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.10. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.11. ## Development server -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. +To start a local development server, run: + +```bash +ng serve +``` + +Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify 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|guard|interface|enum|module`. +Angular CLI includes powerful code scaffolding tools. To generate a new component, run: + +```bash +ng generate component component-name +``` + +For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run: + +```bash +ng generate --help +``` -## Build +## Building -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. +To build the project run: + +```bash +ng build +``` + +This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed. ## Running unit tests -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). +To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command: + +```bash +ng test +``` ## Running end-to-end tests -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. +For end-to-end (e2e) testing, run: + +```bash +ng e2e +``` + +Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs. -## Further help +## Additional Resources -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. +For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. diff --git a/ponyracer/package.json b/ponyracer/package.json index 6084e530..6cdfaea0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,11 +23,11 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.10", - "@angular/cli": "^19.0.0-next.10", + "@angular-devkit/build-angular": "^19.0.0-next.11", + "@angular/cli": "^19.0.0-next.11", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", - "jasmine-core": "~5.3.0", + "jasmine-core": "~5.4.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index d754d445..c7e455a7 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,24 +1,63 @@ # PonyracerLib -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.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. +Angular CLI includes powerful code scaffolding tools. To generate a new component, run: -## Build +```bash +ng generate component component-name +``` -Run `ng build ponyracer-lib` to build the project. The build artifacts will be stored in the `dist/` directory. +For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run: -## Publishing +```bash +ng generate --help +``` -After building your library with `ng build ponyracer-lib`, go to the dist folder `cd dist/ponyracer-lib` and run `npm publish`. +## Building + +To build the library, run: + +```bash +ng build ponyracer-lib +``` + +This command will compile your project, and the build artifacts will be placed in the `dist/` directory. + +### Publishing the Library + +Once the project is built, you can publish your library by following these steps: + +1. Navigate to the `dist` directory: + ```bash + cd dist/ponyracer-lib + ``` + +2. Run the `npm publish` command to publish your library to the npm registry: + ```bash + npm publish + ``` ## Running unit tests -Run `ng test ponyracer-lib` to execute the unit tests via [Karma](https://karma-runner.github.io). +To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command: + +```bash +ng test +``` + +## Running end-to-end tests + +For end-to-end (e2e) testing, run: + +```bash +ng e2e +``` + +Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs. -## Further help +## Additional Resources -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. +For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. From 62c2ddb1397e80360a4e932742ba40672a1a9506 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 22 Oct 2024 01:18:24 +0000 Subject: [PATCH 610/671] chore: version 19.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 99ff3b47..a92c8d6a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.11. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.12. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 6cdfaea0..b202dd8e 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.11", - "@angular/cli": "^19.0.0-next.11", + "@angular-devkit/build-angular": "^19.0.0-next.12", + "@angular/cli": "^19.0.0-next.12", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 3e58d7b4de7c7a265c4c05174dbc9fcbfe447603 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Oct 2024 22:16:41 +0000 Subject: [PATCH 611/671] chore: version 19.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 a92c8d6a..85ce995c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.12. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.13. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b202dd8e..8ce49c35 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.12", - "@angular/cli": "^19.0.0-next.12", + "@angular-devkit/build-angular": "^19.0.0-next.13", + "@angular/cli": "^19.0.0-next.13", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 08f5836973a4461eb646b6273c275f44b143d77a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 31 Oct 2024 01:19:17 +0000 Subject: [PATCH 612/671] chore: version 19.0.0-rc.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 85ce995c..d90f3404 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.13. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8ce49c35..b988e9b4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-next.13", - "@angular/cli": "^19.0.0-next.13", + "@angular-devkit/build-angular": "^19.0.0-rc.0", + "@angular/cli": "^19.0.0-rc.0", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", 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 3e5782d9..e4efd611 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts @@ -2,7 +2,6 @@ import { Component } from '@angular/core'; @Component({ selector: 'lib-ponyracer-lib', - standalone: true, imports: [], template: `

From d53c78a85635f2c225a7434b5b8ff9270b445981 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 6 Nov 2024 16:22:10 +0000 Subject: [PATCH 613/671] chore: version 19.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 d90f3404..9f486f27 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b988e9b4..9c4fc1ee 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-rc.0", - "@angular/cli": "^19.0.0-rc.0", + "@angular-devkit/build-angular": "^19.0.0-rc.1", + "@angular/cli": "^19.0.0-rc.1", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From b81c50ca359b3fe278c5c50731b593576e121f6b Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 14 Nov 2024 18:23:58 +0000 Subject: [PATCH 614/671] chore: version 19.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 9f486f27..f7dc5d54 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9c4fc1ee..de636bc8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-rc.1", - "@angular/cli": "^19.0.0-rc.1", + "@angular-devkit/build-angular": "^19.0.0-rc.2", + "@angular/cli": "^19.0.0-rc.2", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From c94738af02b7ce77f821592885997492c75060bf Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 18 Nov 2024 20:19:27 +0000 Subject: [PATCH 615/671] chore: version 19.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 f7dc5d54..9a914a65 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index de636bc8..c70d4e23 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-rc.2", - "@angular/cli": "^19.0.0-rc.2", + "@angular-devkit/build-angular": "^19.0.0-rc.3", + "@angular/cli": "^19.0.0-rc.3", "@angular/compiler-cli": "^19.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 2592db0a4b3bbbc474f1e552c8362d5af2cf731f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 19 Nov 2024 16:22:40 +0000 Subject: [PATCH 616/671] chore: version 19.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 9a914a65..1d145e39 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-rc.3. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c70d4e23..33a700b6 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.0.0-next.0", - "@angular/common": "^19.0.0-next.0", - "@angular/compiler": "^19.0.0-next.0", - "@angular/core": "^19.0.0-next.0", - "@angular/forms": "^19.0.0-next.0", - "@angular/platform-browser": "^19.0.0-next.0", - "@angular/platform-browser-dynamic": "^19.0.0-next.0", - "@angular/router": "^19.0.0-next.0", + "@angular/animations": "^19.0.0", + "@angular/common": "^19.0.0", + "@angular/compiler": "^19.0.0", + "@angular/core": "^19.0.0", + "@angular/forms": "^19.0.0", + "@angular/platform-browser": "^19.0.0", + "@angular/platform-browser-dynamic": "^19.0.0", + "@angular/router": "^19.0.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0-rc.3", - "@angular/cli": "^19.0.0-rc.3", - "@angular/compiler-cli": "^19.0.0-next.0", + "@angular-devkit/build-angular": "^19.0.0", + "@angular/cli": "^19.0.0", + "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.0.0-next.0", + "ng-packagr": "^19.0.0", "typescript": "~5.6.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index c7e455a7..9f0eb0e3 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index c69855c0..2ec79787 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": "^19.0.0-next.0", - "@angular/core": "^19.0.0-next.0" + "@angular/common": "^19.0.0", + "@angular/core": "^19.0.0" }, "dependencies": { "tslib": "^2.3.0" From f33be1db6c5f47694f92d109a1547f8a9d107d0a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 21 Nov 2024 22:17:09 +0000 Subject: [PATCH 617/671] chore: version 19.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 1d145e39..6877995d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 33a700b6..125181ce 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0", - "@angular/cli": "^19.0.0", + "@angular-devkit/build-angular": "^19.0.1", + "@angular/cli": "^19.0.1", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 1cc27bdfd2a29eaf66795d27ce5950ef3306def2 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 25 Nov 2024 22:16:52 +0000 Subject: [PATCH 618/671] chore: version 19.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 6877995d..2e1d5ec4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 125181ce..9a83769f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.1", - "@angular/cli": "^19.0.1", + "@angular-devkit/build-angular": "^19.0.2", + "@angular/cli": "^19.0.2", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 1f007278bd39b383aefac09f062e643d1a42977f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 4 Dec 2024 16:24:06 +0000 Subject: [PATCH 619/671] chore: version 19.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 2e1d5ec4..a0d03a9c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9a83769f..707647bb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.2", - "@angular/cli": "^19.0.2", + "@angular-devkit/build-angular": "^19.0.3", + "@angular/cli": "^19.0.3", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From a71566454084b6901ee107d9954fa57c3264c36e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 5 Dec 2024 18:23:45 +0000 Subject: [PATCH 620/671] chore: version 19.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 a0d03a9c..785ff249 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.3. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 707647bb..114e8769 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.3", - "@angular/cli": "^19.0.3", + "@angular-devkit/build-angular": "^19.0.4", + "@angular/cli": "^19.0.4", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From ec6b8b3dde121fa32b321df38cae7cfdc45b8bdd Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Dec 2024 18:26:34 +0000 Subject: [PATCH 621/671] chore: version 19.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 785ff249..ec481b22 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.4. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 114e8769..3dd147fb 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.4", - "@angular/cli": "^19.0.4", + "@angular-devkit/build-angular": "^19.0.5", + "@angular/cli": "^19.0.5", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 3650a80a92d973fb292be9aff3ad3311cd8dd22a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 18 Dec 2024 22:17:10 +0000 Subject: [PATCH 622/671] chore: version 19.0.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 ec481b22..3aef3a87 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.5. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3dd147fb..2b2b0c83 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.5", - "@angular/cli": "^19.0.5", + "@angular-devkit/build-angular": "^19.0.6", + "@angular/cli": "^19.0.6", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From 5f59a4c56c19ee3e548203e7a7d3d50ff436d5be Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Jan 2025 20:18:50 +0000 Subject: [PATCH 623/671] chore: version 19.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 3aef3a87..1dfed62a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.6. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 2b2b0c83..1b044b75 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.6", - "@angular/cli": "^19.0.6", + "@angular-devkit/build-angular": "^19.0.7", + "@angular/cli": "^19.0.7", "@angular/compiler-cli": "^19.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.4.0", From b6e068bec4877f0d66abfeb3a7d5bbb62ccf0a78 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 4 Dec 2024 16:24:20 +0000 Subject: [PATCH 624/671] chore: version 19.1.0-next.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 1dfed62a..16f5c6b4 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.7. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1b044b75..12df9b7d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,30 +10,30 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.0.0", - "@angular/common": "^19.0.0", - "@angular/compiler": "^19.0.0", - "@angular/core": "^19.0.0", - "@angular/forms": "^19.0.0", - "@angular/platform-browser": "^19.0.0", - "@angular/platform-browser-dynamic": "^19.0.0", - "@angular/router": "^19.0.0", + "@angular/animations": "^19.1.0-next.0", + "@angular/common": "^19.1.0-next.0", + "@angular/compiler": "^19.1.0-next.0", + "@angular/core": "^19.1.0-next.0", + "@angular/forms": "^19.1.0-next.0", + "@angular/platform-browser": "^19.1.0-next.0", + "@angular/platform-browser-dynamic": "^19.1.0-next.0", + "@angular/router": "^19.1.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.7", - "@angular/cli": "^19.0.7", - "@angular/compiler-cli": "^19.0.0", + "@angular-devkit/build-angular": "^19.1.0-next.0", + "@angular/cli": "^19.1.0-next.0", + "@angular/compiler-cli": "^19.1.0-next.0", "@types/jasmine": "~5.1.0", - "jasmine-core": "~5.4.0", + "jasmine-core": "~5.5.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.0.0", - "typescript": "~5.6.2" + "ng-packagr": "^19.1.0-next.0", + "typescript": "~5.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 9f0eb0e3..8b792c5a 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 2ec79787..4ef74125 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": "^19.0.0", - "@angular/core": "^19.0.0" + "@angular/common": "^19.1.0-next.0", + "@angular/core": "^19.1.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 99fd1c4cb04b5738399da3e0d233b99a49a66289 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 12 Dec 2024 18:26:52 +0000 Subject: [PATCH 625/671] chore: version 19.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 16f5c6b4..a4d023b8 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 12df9b7d..39f53753 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.0-next.0", - "@angular/cli": "^19.1.0-next.0", + "@angular-devkit/build-angular": "^19.1.0-next.1", + "@angular/cli": "^19.1.0-next.1", "@angular/compiler-cli": "^19.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 2f17929361ad620cee29ae0578a3d0eb60b1ca99 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 19 Dec 2024 01:21:45 +0000 Subject: [PATCH 626/671] chore: version 19.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 a4d023b8..de42877b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 39f53753..1fdf38f8 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.0-next.1", - "@angular/cli": "^19.1.0-next.1", + "@angular-devkit/build-angular": "^19.1.0-next.2", + "@angular/cli": "^19.1.0-next.2", "@angular/compiler-cli": "^19.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 5a9507120aca871cc3fcbc483a531f888aa12cfe Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Jan 2025 20:19:08 +0000 Subject: [PATCH 627/671] chore: version 19.1.0-rc.0 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index de42877b..ed874145 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-rc.0. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index a97e45f5..a2501a58 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -10,7 +10,7 @@ "prefix": "lib", "architect": { "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", + "builder": "@angular/build:ng-packagr", "options": { "project": "projects/ponyracer-lib/ng-package.json" }, diff --git a/ponyracer/package.json b/ponyracer/package.json index 1fdf38f8..514a0fa2 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.0-next.2", - "@angular/cli": "^19.1.0-next.2", + "@angular/build": "^19.1.0-rc.0", + "@angular/cli": "^19.1.0-rc.0", "@angular/compiler-cli": "^19.1.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 8310f843520d055aeec38b0298e023b39f1c5675 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 16 Jan 2025 01:15:25 +0000 Subject: [PATCH 628/671] chore: version 19.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 ed874145..4decd0be 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-rc.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 514a0fa2..94eac1bc 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.1.0-next.0", - "@angular/common": "^19.1.0-next.0", - "@angular/compiler": "^19.1.0-next.0", - "@angular/core": "^19.1.0-next.0", - "@angular/forms": "^19.1.0-next.0", - "@angular/platform-browser": "^19.1.0-next.0", - "@angular/platform-browser-dynamic": "^19.1.0-next.0", - "@angular/router": "^19.1.0-next.0", + "@angular/animations": "^19.1.0", + "@angular/common": "^19.1.0", + "@angular/compiler": "^19.1.0", + "@angular/core": "^19.1.0", + "@angular/forms": "^19.1.0", + "@angular/platform-browser": "^19.1.0", + "@angular/platform-browser-dynamic": "^19.1.0", + "@angular/router": "^19.1.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.0-rc.0", - "@angular/cli": "^19.1.0-rc.0", - "@angular/compiler-cli": "^19.1.0-next.0", + "@angular/build": "^19.1.0", + "@angular/cli": "^19.1.0", + "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.1.0-next.0", + "ng-packagr": "^19.1.0", "typescript": "~5.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 8b792c5a..54114fd8 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 4ef74125..5eb50e25 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": "^19.1.0-next.0", - "@angular/core": "^19.1.0-next.0" + "@angular/common": "^19.1.0", + "@angular/core": "^19.1.0" }, "dependencies": { "tslib": "^2.3.0" From 21bccc5942c788c0ae26ee3718bcc0e00134987a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 16 Jan 2025 12:33:03 +0000 Subject: [PATCH 629/671] chore: version 19.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 4decd0be..cfbfe5ca 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 94eac1bc..7f517db9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.0", - "@angular/cli": "^19.1.0", + "@angular/build": "^19.1.1", + "@angular/cli": "^19.1.1", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From a368c98880f7519c0c66f85e26af2b9909daf10c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Sat, 18 Jan 2025 01:13:34 +0000 Subject: [PATCH 630/671] chore: version 19.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 cfbfe5ca..d57d83d1 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7f517db9..cdbac1f1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.1", - "@angular/cli": "^19.1.1", + "@angular/build": "^19.1.2", + "@angular/cli": "^19.1.2", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 3657d35d2f30c17bb7b2b691b4dba61ff51dcb03 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 20 Jan 2025 16:20:47 +0000 Subject: [PATCH 631/671] chore: version 19.1.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 d57d83d1..0ee76bed 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index cdbac1f1..9a5272cf 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.2", - "@angular/cli": "^19.1.2", + "@angular/build": "^19.1.3", + "@angular/cli": "^19.1.3", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From b019ddf62ede20a7f3a0088cd48ffe47ad4d4578 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 22 Jan 2025 22:16:04 +0000 Subject: [PATCH 632/671] chore: version 19.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 0ee76bed..08c50b88 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.3. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 9a5272cf..4bc1d79f 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.3", - "@angular/cli": "^19.1.3", + "@angular/build": "^19.1.4", + "@angular/cli": "^19.1.4", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 73ccd933d9e599bf2860e2781fdf87deae765e46 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 Jan 2025 16:21:25 +0000 Subject: [PATCH 633/671] chore: version 19.1.5 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 2 +- ponyracer/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 08c50b88..0fb51181 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.4. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.5. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index a2501a58..a97e45f5 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -10,7 +10,7 @@ "prefix": "lib", "architect": { "build": { - "builder": "@angular/build:ng-packagr", + "builder": "@angular-devkit/build-angular:ng-packagr", "options": { "project": "projects/ponyracer-lib/ng-package.json" }, diff --git a/ponyracer/package.json b/ponyracer/package.json index 4bc1d79f..19d70769 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.4", - "@angular/cli": "^19.1.4", + "@angular-devkit/build-angular": "^19.1.5", + "@angular/cli": "^19.1.5", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From e87ac9b5f2e8059a10c18870cc2fb171458b8e88 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 5 Feb 2025 22:16:56 +0000 Subject: [PATCH 634/671] chore: version 19.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 0fb51181..a0f5090e 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.5. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 19d70769..a2c3fa82 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.5", - "@angular/cli": "^19.1.5", + "@angular-devkit/build-angular": "^19.1.6", + "@angular/cli": "^19.1.6", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From ecd73f1c2194215471d97b5d8bcb4b72a5f6b85d Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Feb 2025 22:16:09 +0000 Subject: [PATCH 635/671] chore: version 19.1.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 a0f5090e..c4e8b1ff 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.6. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a2c3fa82..421bb7b1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.6", - "@angular/cli": "^19.1.6", + "@angular-devkit/build-angular": "^19.1.7", + "@angular/cli": "^19.1.7", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 326e3097a96d9760f20b8005049d0da02cda8abb Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 19 Feb 2025 22:16:33 +0000 Subject: [PATCH 636/671] chore: version 19.1.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 c4e8b1ff..c048a073 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.7. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 421bb7b1..d53c84b3 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.7", - "@angular/cli": "^19.1.7", + "@angular-devkit/build-angular": "^19.1.8", + "@angular/cli": "^19.1.8", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 186f884d33cffe5f42b06a505a5d17b97c99edc7 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Feb 2025 22:16:56 +0000 Subject: [PATCH 637/671] chore: version 19.1.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 c048a073..20108f33 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.8. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index d53c84b3..7b61e7e0 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.8", - "@angular/cli": "^19.1.8", + "@angular-devkit/build-angular": "^19.1.9", + "@angular/cli": "^19.1.9", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", From 4f42175873f4d65ab3ed2edb384373af18fd4712 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 24 Jan 2025 01:16:04 +0000 Subject: [PATCH 638/671] chore: version 19.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 20108f33..71282f39 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.9. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7b61e7e0..aeadbac9 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,22 +10,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.1.0", - "@angular/common": "^19.1.0", - "@angular/compiler": "^19.1.0", - "@angular/core": "^19.1.0", - "@angular/forms": "^19.1.0", - "@angular/platform-browser": "^19.1.0", - "@angular/platform-browser-dynamic": "^19.1.0", - "@angular/router": "^19.1.0", + "@angular/animations": "^19.2.0-next.0", + "@angular/common": "^19.2.0-next.0", + "@angular/compiler": "^19.2.0-next.0", + "@angular/core": "^19.2.0-next.0", + "@angular/forms": "^19.2.0-next.0", + "@angular/platform-browser": "^19.2.0-next.0", + "@angular/platform-browser-dynamic": "^19.2.0-next.0", + "@angular/router": "^19.2.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.1.9", - "@angular/cli": "^19.1.9", - "@angular/compiler-cli": "^19.1.0", + "@angular/build": "^19.2.0-next.0", + "@angular/cli": "^19.2.0-next.0", + "@angular/compiler-cli": "^19.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", "karma": "~6.4.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.1.0", + "ng-packagr": "^19.1.0-next.0", "typescript": "~5.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 54114fd8..1ad03c60 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index 5eb50e25..cae5767c 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": "^19.1.0", - "@angular/core": "^19.1.0" + "@angular/common": "^19.2.0-next.0", + "@angular/core": "^19.2.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From 6f526e49f902910ce4828e0e917dd82b1da03759 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 29 Jan 2025 18:23:06 +0000 Subject: [PATCH 639/671] chore: version 19.2.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 71282f39..ab6ce56b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index aeadbac9..4d468ea4 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.2.0-next.0", - "@angular/cli": "^19.2.0-next.0", + "@angular-devkit/build-angular": "^19.2.0-next.1", + "@angular/cli": "^19.2.0-next.1", "@angular/compiler-cli": "^19.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0", @@ -33,7 +33,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.1.0-next.0", + "ng-packagr": "^19.2.0-next.0", "typescript": "~5.7.2" } } From 4e0656beb1b00db34a8d149ffab291e4427f0f2c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Feb 2025 01:17:25 +0000 Subject: [PATCH 640/671] chore: version 19.2.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 ab6ce56b..79f11508 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4d468ea4..064c5921 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,11 +23,11 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.0-next.1", - "@angular/cli": "^19.2.0-next.1", + "@angular-devkit/build-angular": "^19.2.0-next.2", + "@angular/cli": "^19.2.0-next.2", "@angular/compiler-cli": "^19.2.0-next.0", "@types/jasmine": "~5.1.0", - "jasmine-core": "~5.5.0", + "jasmine-core": "~5.6.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", From 186205ac8c402b6c573ff2d9389fc7d77adc4487 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 20 Feb 2025 01:18:16 +0000 Subject: [PATCH 641/671] chore: version 19.2.0-rc.0 --- ponyracer/README.md | 2 +- ponyracer/package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 79f11508..b7d8c8bb 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 064c5921..0284e543 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,7 +10,6 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.2.0-next.0", "@angular/common": "^19.2.0-next.0", "@angular/compiler": "^19.2.0-next.0", "@angular/core": "^19.2.0-next.0", @@ -23,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.0-next.2", - "@angular/cli": "^19.2.0-next.2", + "@angular-devkit/build-angular": "^19.2.0-rc.0", + "@angular/cli": "^19.2.0-rc.0", "@angular/compiler-cli": "^19.2.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From ed5ec0c66fd3cf6724af9d68e8712f8ca3557ff1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 27 Feb 2025 01:19:50 +0000 Subject: [PATCH 642/671] chore: version 19.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 b7d8c8bb..450072e9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-rc.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0284e543..3f7e034a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,21 +10,21 @@ }, "private": true, "dependencies": { - "@angular/common": "^19.2.0-next.0", - "@angular/compiler": "^19.2.0-next.0", - "@angular/core": "^19.2.0-next.0", - "@angular/forms": "^19.2.0-next.0", - "@angular/platform-browser": "^19.2.0-next.0", - "@angular/platform-browser-dynamic": "^19.2.0-next.0", - "@angular/router": "^19.2.0-next.0", + "@angular/common": "^19.2.0", + "@angular/compiler": "^19.2.0", + "@angular/core": "^19.2.0", + "@angular/forms": "^19.2.0", + "@angular/platform-browser": "^19.2.0", + "@angular/platform-browser-dynamic": "^19.2.0", + "@angular/router": "^19.2.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.0-rc.0", - "@angular/cli": "^19.2.0-rc.0", - "@angular/compiler-cli": "^19.2.0-next.0", + "@angular-devkit/build-angular": "^19.2.0", + "@angular/cli": "^19.2.0", + "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", "karma": "~6.4.0", @@ -32,7 +32,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.2.0-next.0", + "ng-packagr": "^19.2.0", "typescript": "~5.7.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index 1ad03c60..a48c5116 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index cae5767c..a811bdb5 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": "^19.2.0-next.0", - "@angular/core": "^19.2.0-next.0" + "@angular/common": "^19.2.0", + "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0" From aeb2f92bca6745f2021f528c87c8125d4a80fae7 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 5 Mar 2025 16:28:42 +0000 Subject: [PATCH 643/671] chore: version 19.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 450072e9..ca15032f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3f7e034a..55586238 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.0", - "@angular/cli": "^19.2.0", + "@angular-devkit/build-angular": "^19.2.1", + "@angular/cli": "^19.2.1", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 395c09a86caa48eecf828c060eb4b18e99415909 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 12 Mar 2025 18:25:57 +0000 Subject: [PATCH 644/671] chore: version 19.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 ca15032f..c8b0695b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 55586238..3633ecd7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.1", - "@angular/cli": "^19.2.1", + "@angular-devkit/build-angular": "^19.2.2", + "@angular/cli": "^19.2.2", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 9f7957294a654c5381296357b74b516fa958c847 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Mar 2025 12:37:57 +0000 Subject: [PATCH 645/671] chore: version 19.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 c8b0695b..2ecd3858 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 3633ecd7..958d4831 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.2", - "@angular/cli": "^19.2.2", + "@angular-devkit/build-angular": "^19.2.3", + "@angular/cli": "^19.2.3", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 1cfb728457c74e82a0282a29af17afd6a374b928 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 19 Mar 2025 18:26:09 +0000 Subject: [PATCH 646/671] chore: version 19.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 2ecd3858..f235d629 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.3. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 958d4831..7c533991 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.3", - "@angular/cli": "^19.2.3", + "@angular-devkit/build-angular": "^19.2.4", + "@angular/cli": "^19.2.4", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 35bd269da715abbb602bcde3303d7abd5d1c4e2c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Mar 2025 12:36:49 +0000 Subject: [PATCH 647/671] chore: version 19.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 f235d629..71cd741d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.4. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.5. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7c533991..c7ef5155 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.4", - "@angular/cli": "^19.2.4", + "@angular-devkit/build-angular": "^19.2.5", + "@angular/cli": "^19.2.5", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 22f9853e55ef03dd42a61b634586b20c1b61fec4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Apr 2025 18:28:05 +0000 Subject: [PATCH 648/671] chore: version 19.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 71cd741d..c72d0eae 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.5. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c7ef5155..8ad64703 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.5", - "@angular/cli": "^19.2.5", + "@angular-devkit/build-angular": "^19.2.6", + "@angular/cli": "^19.2.6", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 29feb0b8d4a2bc1db41b6c9654bd24f3111668d3 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Apr 2025 20:19:21 +0000 Subject: [PATCH 649/671] chore: version 19.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 c72d0eae..9ac31896 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.6. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 8ad64703..b7fed0b1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.6", - "@angular/cli": "^19.2.6", + "@angular-devkit/build-angular": "^19.2.7", + "@angular/cli": "^19.2.7", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 6e12d082727ea80a7f7fc439ff648d53fc2c9ee6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 16 Apr 2025 16:23:58 +0000 Subject: [PATCH 650/671] chore: version 19.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 9ac31896..8914e32d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.7. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b7fed0b1..55f33b1d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.7", - "@angular/cli": "^19.2.7", + "@angular-devkit/build-angular": "^19.2.8", + "@angular/cli": "^19.2.8", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From f560e3667b2cad9930e2df7a946177eb0e3f3bab Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Apr 2025 10:22:08 +0000 Subject: [PATCH 651/671] chore: version 19.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 8914e32d..8a7d4397 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.8. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 55f33b1d..98ff4cea 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.8", - "@angular/cli": "^19.2.8", + "@angular-devkit/build-angular": "^19.2.9", + "@angular/cli": "^19.2.9", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 9698c3983f5df7b361e9f78df4c9bc279fd08368 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Apr 2025 16:26:07 +0000 Subject: [PATCH 652/671] chore: version 19.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 8a7d4397..86d94f28 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.9. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 98ff4cea..4e5ddcea 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.9", - "@angular/cli": "^19.2.9", + "@angular-devkit/build-angular": "^19.2.10", + "@angular/cli": "^19.2.10", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 007eba4687c4cdc015c344e4e77aad930cf07cc8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 May 2025 12:40:26 +0000 Subject: [PATCH 653/671] chore: version 19.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 86d94f28..97af4985 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.10. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.11. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4e5ddcea..328e4aee 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.10", - "@angular/cli": "^19.2.10", + "@angular-devkit/build-angular": "^19.2.11", + "@angular/cli": "^19.2.11", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 9cbfdf1a857d49b77d89e6ee9db6525573d17ab1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 May 2025 14:20:03 +0000 Subject: [PATCH 654/671] chore: version 19.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 97af4985..cca2259f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.11. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.12. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 328e4aee..439b0e5a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.11", - "@angular/cli": "^19.2.11", + "@angular-devkit/build-angular": "^19.2.12", + "@angular/cli": "^19.2.12", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From b4e09886fae62f385bfb446fd60708ce906caf2a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 21 May 2025 10:21:06 +0000 Subject: [PATCH 655/671] chore: version 19.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 cca2259f..c36c3790 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.12. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.13. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 439b0e5a..f460512c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.12", - "@angular/cli": "^19.2.12", + "@angular-devkit/build-angular": "^19.2.13", + "@angular/cli": "^19.2.13", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 5607a1b773211f8b7bc848cc05825199bc7199d6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 28 May 2025 14:20:33 +0000 Subject: [PATCH 656/671] chore: version 19.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 c36c3790..b926b147 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.13. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.14. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index f460512c..ea76322c 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.13", - "@angular/cli": "^19.2.13", + "@angular-devkit/build-angular": "^19.2.14", + "@angular/cli": "^19.2.14", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 84e97cb391c142c2487ccb845a884e2f30cc2575 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 11 Jun 2025 14:20:44 +0000 Subject: [PATCH 657/671] chore: version 19.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 b926b147..8bb0991f 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.14. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ea76322c..beb6026a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.14", - "@angular/cli": "^19.2.14", + "@angular-devkit/build-angular": "^19.2.15", + "@angular/cli": "^19.2.15", "@angular/compiler-cli": "^19.2.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 519e5d04287f0e5f87254be4c0c1db6ea1eb4053 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 6 Mar 2025 08:58:08 +0000 Subject: [PATCH 658/671] chore: version 20.0.0-next.0 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 4 ++-- ponyracer/package.json | 24 +++++++++---------- 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 8bb0991f..28e05717 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.0. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index a97e45f5..6ce63bf9 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -10,7 +10,7 @@ "prefix": "lib", "architect": { "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", + "builder": "@angular/build:ng-packagr", "options": { "project": "projects/ponyracer-lib/ng-package.json" }, @@ -25,7 +25,7 @@ "defaultConfiguration": "production" }, "test": { - "builder": "@angular-devkit/build-angular:karma", + "builder": "@angular/build:karma", "options": { "tsConfig": "projects/ponyracer-lib/tsconfig.spec.json", "polyfills": [ diff --git a/ponyracer/package.json b/ponyracer/package.json index beb6026a..b5d66bb7 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -10,21 +10,21 @@ }, "private": true, "dependencies": { - "@angular/common": "^19.2.0", - "@angular/compiler": "^19.2.0", - "@angular/core": "^19.2.0", - "@angular/forms": "^19.2.0", - "@angular/platform-browser": "^19.2.0", - "@angular/platform-browser-dynamic": "^19.2.0", - "@angular/router": "^19.2.0", + "@angular/common": "^20.0.0-next.0", + "@angular/compiler": "^20.0.0-next.0", + "@angular/core": "^20.0.0-next.0", + "@angular/forms": "^20.0.0-next.0", + "@angular/platform-browser": "^20.0.0-next.0", + "@angular/platform-browser-dynamic": "^20.0.0-next.0", + "@angular/router": "^20.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.15", - "@angular/cli": "^19.2.15", - "@angular/compiler-cli": "^19.2.0", + "@angular/build": "^20.0.0-next.0", + "@angular/cli": "^20.0.0-next.0", + "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", "karma": "~6.4.0", @@ -32,7 +32,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ng-packagr": "^19.2.0", - "typescript": "~5.7.2" + "ng-packagr": "^20.0.0-next.0", + "typescript": "~5.8.2" } } diff --git a/ponyracer/projects/ponyracer-lib/README.md b/ponyracer/projects/ponyracer-lib/README.md index a48c5116..e10367a5 100644 --- a/ponyracer/projects/ponyracer-lib/README.md +++ b/ponyracer/projects/ponyracer-lib/README.md @@ -1,6 +1,6 @@ # PonyracerLib -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.0. ## Code scaffolding diff --git a/ponyracer/projects/ponyracer-lib/package.json b/ponyracer/projects/ponyracer-lib/package.json index a811bdb5..cb6d298c 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": "^19.2.0", - "@angular/core": "^19.2.0" + "@angular/common": "^20.0.0-next.0", + "@angular/core": "^20.0.0-next.0" }, "dependencies": { "tslib": "^2.3.0" From cac2ca8463cfcf30c1d68852c07433a65d3720f5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 13 Mar 2025 10:21:02 +0000 Subject: [PATCH 659/671] chore: version 20.0.0-next.1 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 28e05717..7b27cbec 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index b5d66bb7..a96002cf 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.0", - "@angular/cli": "^20.0.0-next.0", + "@angular/build": "^20.0.0-next.1", + "@angular/cli": "^20.0.0-next.1", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 273a1b7d..35b9785c 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -11,9 +11,7 @@ "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "isolatedModules": true, - "esModuleInterop": true, "experimentalDecorators": true, - "moduleResolution": "bundler", "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" @@ -21,7 +19,7 @@ }, "importHelpers": true, "target": "ES2022", - "module": "ES2022" + "module": "preserve" }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, From 7150b3ef97c0fe765aad4f9297ca6696d6d8d37a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 19 Mar 2025 22:17:43 +0000 Subject: [PATCH 660/671] chore: version 20.0.0-next.2 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- .../src/lib/ponyracer-lib.service.spec.ts | 16 ---------------- .../src/lib/ponyracer-lib.service.ts | 9 --------- ...b.component.spec.ts => ponyracer-lib.spec.ts} | 12 ++++++------ ...nyracer-lib.component.ts => ponyracer-lib.ts} | 2 +- .../projects/ponyracer-lib/src/public-api.ts | 3 +-- 7 files changed, 11 insertions(+), 37 deletions(-) delete mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts delete mode 100644 ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts rename ponyracer/projects/ponyracer-lib/src/lib/{ponyracer-lib.component.spec.ts => ponyracer-lib.spec.ts} (51%) rename ponyracer/projects/ponyracer-lib/src/lib/{ponyracer-lib.component.ts => ponyracer-lib.ts} (83%) diff --git a/ponyracer/README.md b/ponyracer/README.md index 7b27cbec..b2c191af 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index a96002cf..4ffdfd2d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -22,8 +22,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.1", - "@angular/cli": "^20.0.0-next.1", + "@angular/build": "^20.0.0-next.2", + "@angular/cli": "^20.0.0-next.2", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", 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 deleted file mode 100644 index 74c543ea..00000000 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.spec.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { TestBed } from '@angular/core/testing'; - -import { PonyracerLibService } from './ponyracer-lib.service'; - -describe('PonyracerLibService', () => { - let service: PonyracerLibService; - - beforeEach(() => { - TestBed.configureTestingModule({}); - service = TestBed.inject(PonyracerLibService); - }); - - it('should be created', () => { - 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 deleted file mode 100644 index 107853cf..00000000 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.service.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Injectable } from '@angular/core'; - -@Injectable({ - providedIn: 'root' -}) -export class PonyracerLibService { - - constructor() { } -} diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.spec.ts similarity index 51% rename from ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts rename to ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.spec.ts index 8bb94163..8ae1d2ed 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.spec.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.spec.ts @@ -1,18 +1,18 @@ import { ComponentFixture, TestBed } from '@angular/core/testing'; -import { PonyracerLibComponent } from './ponyracer-lib.component'; +import { PonyracerLib } from './ponyracer-lib'; -describe('PonyracerLibComponent', () => { - let component: PonyracerLibComponent; - let fixture: ComponentFixture; +describe('PonyracerLib', () => { + let component: PonyracerLib; + let fixture: ComponentFixture; beforeEach(async () => { await TestBed.configureTestingModule({ - imports: [PonyracerLibComponent] + imports: [PonyracerLib] }) .compileComponents(); - fixture = TestBed.createComponent(PonyracerLibComponent); + fixture = TestBed.createComponent(PonyracerLib); component = fixture.componentInstance; fixture.detectChanges(); }); diff --git a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.ts similarity index 83% rename from ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts rename to ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.ts index e4efd611..5b8f4ba8 100644 --- a/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.component.ts +++ b/ponyracer/projects/ponyracer-lib/src/lib/ponyracer-lib.ts @@ -10,6 +10,6 @@ import { Component } from '@angular/core'; `, styles: `` }) -export class PonyracerLibComponent { +export class PonyracerLib { } diff --git a/ponyracer/projects/ponyracer-lib/src/public-api.ts b/ponyracer/projects/ponyracer-lib/src/public-api.ts index fe85488f..6a2db379 100644 --- a/ponyracer/projects/ponyracer-lib/src/public-api.ts +++ b/ponyracer/projects/ponyracer-lib/src/public-api.ts @@ -2,5 +2,4 @@ * Public API Surface of ponyracer-lib */ -export * from './lib/ponyracer-lib.service'; -export * from './lib/ponyracer-lib.component'; +export * from './lib/ponyracer-lib'; From a5d10edea48cf481c5d86b69c8cfb7a855384903 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 26 Mar 2025 12:37:12 +0000 Subject: [PATCH 661/671] chore: version 20.0.0-next.3 --- ponyracer/README.md | 2 +- ponyracer/package.json | 5 ++--- ponyracer/tsconfig.json | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index b2c191af..37e39e3d 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4ffdfd2d..353d8558 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -15,15 +15,14 @@ "@angular/core": "^20.0.0-next.0", "@angular/forms": "^20.0.0-next.0", "@angular/platform-browser": "^20.0.0-next.0", - "@angular/platform-browser-dynamic": "^20.0.0-next.0", "@angular/router": "^20.0.0-next.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.2", - "@angular/cli": "^20.0.0-next.2", + "@angular/build": "^20.0.0-next.3", + "@angular/cli": "^20.0.0-next.3", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 35b9785c..6d97b6e0 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -25,6 +25,7 @@ "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true, "strictInputAccessModifiers": true, + "typeCheckHostBindings": true, "strictTemplates": true } } From ee48dfa598681a29934146db1212279f70906b35 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 2 Apr 2025 22:17:19 +0000 Subject: [PATCH 662/671] chore: version 20.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 37e39e3d..c3b08f5a 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.3. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.4. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 353d8558..4e15ba6d 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.3", - "@angular/cli": "^20.0.0-next.3", + "@angular/build": "^20.0.0-next.4", + "@angular/cli": "^20.0.0-next.4", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 65d2a324eeeb1b65b9f089b40705147db8609859 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 9 Apr 2025 22:17:20 +0000 Subject: [PATCH 663/671] chore: version 20.0.0-next.5 --- ponyracer/README.md | 2 +- ponyracer/angular.json | 3 --- ponyracer/package.json | 4 ++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index c3b08f5a..42b19393 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.4. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.5. ## Development server diff --git a/ponyracer/angular.json b/ponyracer/angular.json index 6ce63bf9..2219e502 100644 --- a/ponyracer/angular.json +++ b/ponyracer/angular.json @@ -11,9 +11,6 @@ "architect": { "build": { "builder": "@angular/build:ng-packagr", - "options": { - "project": "projects/ponyracer-lib/ng-package.json" - }, "configurations": { "production": { "tsConfig": "projects/ponyracer-lib/tsconfig.lib.prod.json" diff --git a/ponyracer/package.json b/ponyracer/package.json index 4e15ba6d..c04d5c36 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.4", - "@angular/cli": "^20.0.0-next.4", + "@angular/build": "^20.0.0-next.5", + "@angular/cli": "^20.0.0-next.5", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 01ced64f55bc7fbfde3ca53fba83b49453e2fca1 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 16 Apr 2025 22:17:58 +0000 Subject: [PATCH 664/671] chore: version 20.0.0-next.6 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 42b19393..bafa9b4c 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.5. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index c04d5c36..ea5b78b5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.5", - "@angular/cli": "^20.0.0-next.5", + "@angular/build": "^20.0.0-next.6", + "@angular/cli": "^20.0.0-next.6", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 6d97b6e0..ddbfb8d4 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -3,7 +3,6 @@ { "compileOnSave": false, "compilerOptions": { - "outDir": "./dist/out-tsc", "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, @@ -27,5 +26,6 @@ "strictInputAccessModifiers": true, "typeCheckHostBindings": true, "strictTemplates": true - } + }, + "files": [] } From 43d1f62a64f8c132ff65a098b93d5f67caf15ded Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Apr 2025 10:22:31 +0000 Subject: [PATCH 665/671] chore: version 20.0.0-next.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 bafa9b4c..0114ce78 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.6. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.7. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index ea5b78b5..1136f9d5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.6", - "@angular/cli": "^20.0.0-next.6", + "@angular/build": "^20.0.0-next.7", + "@angular/cli": "^20.0.0-next.7", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", From 8ed2e5cd77a714f6af39f1affed412a540dbb2a8 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 23 Apr 2025 14:20:00 +0000 Subject: [PATCH 666/671] chore: version 20.0.0-next.8 --- ponyracer/README.md | 2 +- ponyracer/package.json | 4 ++-- ponyracer/projects/ponyracer-lib/tsconfig.lib.json | 3 +++ ponyracer/projects/ponyracer-lib/tsconfig.spec.json | 3 +-- ponyracer/tsconfig.json | 10 +++++++++- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ponyracer/README.md b/ponyracer/README.md index 0114ce78..efa55973 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.7. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.8. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 1136f9d5..4a13d432 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.7", - "@angular/cli": "^20.0.0-next.7", + "@angular/build": "^20.0.0-next.8", + "@angular/cli": "^20.0.0-next.8", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.6.0", diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json index 2359bf66..edb05511 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.lib.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.lib.json @@ -9,6 +9,9 @@ "inlineSources": true, "types": [] }, + "include": [ + "src/**/*.ts" + ], "exclude": [ "**/*.spec.ts" ] diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json index 254686d5..0feea88e 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -9,7 +9,6 @@ ] }, "include": [ - "**/*.spec.ts", - "**/*.d.ts" + "src/**/*.ts" ] } diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index ddbfb8d4..4bea17ca 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -27,5 +27,13 @@ "typeCheckHostBindings": true, "strictTemplates": true }, - "files": [] + "files": [], + "references": [ + { + "path": "./projects/ponyracer-lib/tsconfig.lib.json" + }, + { + "path": "./projects/ponyracer-lib/tsconfig.spec.json" + } + ] } From a81e3147de2d24a5e6f0f2f74cfed54acbf48049 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 30 Apr 2025 22:18:11 +0000 Subject: [PATCH 667/671] chore: version 20.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 efa55973..81c16818 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.8. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.9. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 4a13d432..72b6490b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,11 +21,11 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.8", - "@angular/cli": "^20.0.0-next.8", + "@angular/build": "^20.0.0-next.9", + "@angular/cli": "^20.0.0-next.9", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", - "jasmine-core": "~5.6.0", + "jasmine-core": "~5.7.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", From c4b9cec99c8728c80d40885087ba9209fa065879 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 7 May 2025 20:21:37 +0000 Subject: [PATCH 668/671] chore: version 20.0.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 81c16818..715712ab 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-next.9. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.0. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 72b6490b..733d6e26 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-next.9", - "@angular/cli": "^20.0.0-next.9", + "@angular/build": "^20.0.0-rc.0", + "@angular/cli": "^20.0.0-rc.0", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.7.0", From 67ca9de18140a60774b7917402abdddd899a24d6 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 May 2025 18:25:05 +0000 Subject: [PATCH 669/671] chore: version 20.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 715712ab..2ca02e2b 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.0. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.1. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 733d6e26..56389637 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-rc.0", - "@angular/cli": "^20.0.0-rc.0", + "@angular/build": "^20.0.0-rc.1", + "@angular/cli": "^20.0.0-rc.1", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.7.0", From 805c465fdca65f79503904f0430cb325473f15b5 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 14 May 2025 20:18:17 +0000 Subject: [PATCH 670/671] chore: version 20.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 2ca02e2b..37201678 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.1. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.2. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 56389637..0d7e3e1b 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-rc.1", - "@angular/cli": "^20.0.0-rc.1", + "@angular/build": "^20.0.0-rc.2", + "@angular/cli": "^20.0.0-rc.2", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.7.0", From 452eaf0fe33fd406a5b82a7dbc46eb73221b33ca Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 21 May 2025 12:39:36 +0000 Subject: [PATCH 671/671] chore: version 20.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 37201678..58ff5996 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.2. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0-rc.3. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 0d7e3e1b..a6c59c38 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -21,8 +21,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^20.0.0-rc.2", - "@angular/cli": "^20.0.0-rc.2", + "@angular/build": "^20.0.0-rc.3", + "@angular/cli": "^20.0.0-rc.3", "@angular/compiler-cli": "^20.0.0-next.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.7.0",