Angular Robot
90bbc68d44
build: update cross-repo angular dependencies ( #54883 )
...
See associated pull request for more information.
PR Close #54883
2024-03-15 17:06:44 +00:00
Angular Robot
6b345133e3
build: update cross-repo angular dependencies ( #54186 )
...
See associated pull request for more information.
PR Close #54186
2024-02-09 14:57:46 +00:00
Angular Robot
989d496708
build: update cross-repo angular dependencies ( #54178 )
...
See associated pull request for more information.
PR Close #54178
2024-01-31 20:13:06 +00:00
Angular Robot
ee68df9be9
build: update all non-major dependencies ( #53979 )
...
See associated pull request for more information.
PR Close #53979
2024-01-19 10:11:29 +01:00
Angular Robot
c67647b8c2
build: update cross-repo angular dependencies ( #53970 )
...
See associated pull request for more information.
PR Close #53970
2024-01-18 17:16:34 +01:00
Angular Robot
a2087a1978
build: update cross-repo angular dependencies ( #53606 )
...
See associated pull request for more information.
PR Close #53606
2024-01-12 10:27:01 -08:00
Angular Robot
4a87a8ac10
build: update cross-repo angular dependencies ( #53836 )
...
See associated pull request for more information.
PR Close #53836
2024-01-08 11:31:57 -08:00
Angular Robot
6b20561e1d
build: update cross-repo angular dependencies ( #52422 )
...
See associated pull request for more information.
PR Close #52422
2023-12-13 09:15:42 -08:00
Pawel Kozlowski
33ae659100
build: update aio to 17.0.0 ( #52635 )
...
This commit updates the Angular version for AIO and its examples to 17.0.0
PR Close #52635
2023-11-08 16:02:33 +01:00
Doug Parker
a6b875225a
docs: update examples to use buildTarget instead of browserTarget ( #52361 )
...
`browserTarget` is deprecated and `buildTarget` is the newly preferred name.
PR Close #52361
2023-11-01 16:24:42 -07:00
Doug Parker
849523f1b1
docs: update examples to use application builder ( #52361 )
...
`application` builder is preferred over `browser` builder. This updates all the examples I could find to use `application` builder. A couple notes of fixes that needed to happen:
1. The testing example was broken because it relied on `~` imports in CSS files, which is a Webpack-specific features. However I don't think we need those custom styles at all, so I just removed the import altogether.
2. A few tests seemed to be affected and needed to be cleaned up.
PR Close #52361
2023-11-01 16:24:42 -07:00
Angular Robot
7888819063
build: update cross-repo angular dependencies ( #52191 )
...
See associated pull request for more information.
PR Close #52191
2023-10-26 14:12:34 -07:00
Alan Agius
cb8a741f14
docs: update SSR doc to reflect version 17 ( #52398 )
...
Changes to SSR doc
PR Close #52398
2023-10-26 12:30:59 -07:00
Angular Robot
11c29f9cc3
build: update cross-repo angular dependencies ( #52159 )
...
See associated pull request for more information.
PR Close #52159
2023-10-12 12:42:24 +02:00
Angular Robot
11588a1a07
build: update dependency @types/jasmine to v5 ( #52060 )
...
See associated pull request for more information.
PR Close #52060
2023-10-10 14:08:02 -07:00
Angular Robot
5a4ccdfa7b
build: update cross-repo angular dependencies ( #52133 )
...
See associated pull request for more information.
PR Close #52133
2023-10-10 10:58:45 -07:00
Angular Robot
4a75c44b88
build: update all non-major dependencies ( #52023 )
...
See associated pull request for more information.
PR Close #52023
2023-10-09 12:01:32 -07:00
Angular Robot
068b38a05d
build: update cross-repo angular dependencies ( #51996 )
...
See associated pull request for more information.
(cherry picked from commit e169b2da2e )
PR Close #51996
2023-10-03 08:07:48 -07:00
Angular Robot
396e064f80
build: update dependency jasmine-core to v5 ( #51794 )
...
See associated pull request for more information.
PR Close #51794
2023-09-19 12:23:09 +02:00
Kristiyan Kostadinov
e1b27b01a5
build: disable TS version checks on AIO ( #51792 )
...
Disables the checks for the version of TS in AIO to unblock the TS deprecation.
PR Close #51792
2023-09-19 12:04:09 +02:00
Matthieu Riegler
3e0e6ed60f
docs: update Dynamic Component loader docs to rely on ngComponentOutlet ( #49915 )
...
With #51148 , the `ngComponentOutlet` directive now supports inputs.
This allows a less verbose and simpler API to instantiate components dynamicaly.
Fixes #49875
PR Close #49915
2023-09-07 10:03:22 -07:00
Matthieu Riegler
5d11844a7c
docs: update link to the TS config. ( #50933 )
...
This TS config doc is now at https://angular.io/guide/typescript-configuration
PR Close #50933
2023-07-05 13:58:35 +02:00
Angular Robot
ad82f3ab47
build: update all non-major dependencies ( #50583 )
...
See associated pull request for more information.
PR Close #50583
2023-06-13 12:45:12 +02:00
Kristiyan Kostadinov
fa1e371fce
build: update AIO to Angular 16.1 ( #50667 )
...
Updates AIO to Angular 16.1.0 to allow for some docs to be updated.
PR Close #50667
2023-06-12 19:15:45 +02:00
Angular Robot
85b4941be1
build: update all non-major dependencies ( #50217 )
...
See associated pull request for more information.
PR Close #50217
2023-05-12 12:56:25 -07:00
Alex Rickabaugh
612771ed54
build: update aio to 16.0.0 ( #50131 )
...
This commit updates the Angular version for AIO and its examples to 16.0.0.
PR Close #50131
2023-05-03 12:56:41 -07:00
Angular Robot
9b24bb9e50
build: update all non-major dependencies ( #49990 )
...
See associated pull request for more information.
PR Close #49990
2023-04-26 13:13:29 -07:00
Angular Robot
85f3a38bb3
build: update all non-major dependencies ( #49909 )
...
See associated pull request for more information.
PR Close #49909
2023-04-18 20:54:28 +00:00
Paul Gschwendtner
adb337c179
build: ensure chromium is not using sandbox within Bazel sandbox for AIO example e2e tests ( #49293 )
...
Chromium is launched via Karma from within the Bazel AIO example e2e
tests. This breaks depending on the platform and sandbox mechanism used.
We should never use Chromium's sandbox on top of Bazel's sandbox
invocation. The Angular CLI exposes a browser exactly for this use-case.
PR Close #49293
2023-03-03 19:41:35 +00:00
Alan Agius
eea29a7104
build: update Angular FW and CLI packages to version 16.0.0-next ( #49173 )
...
This commit updates the Angular FW and CLI packages to 16.0.0-next`
PR Close #49173
2023-02-23 10:36:29 -08:00
Kristiyan Kostadinov
913605085a
build: update AIO to TypeScript 4.9 ( #49135 )
...
Updates AIO to the latest stable version of TypeScript as a prerequisite to drop support for 4.8.
PR Close #49135
2023-02-21 13:16:35 -08:00
Angular Robot
aa51e9b217
build: update all non-major dependencies ( #48462 )
...
See associated pull request for more information.
PR Close #48462
2023-01-04 11:38:40 -08:00
Angular Robot
126573d76b
build: update all non-major dependencies ( #48372 )
...
See associated pull request for more information.
PR Close #48372
2022-12-06 11:06:39 -08:00
Angular Robot
b935255ef9
build: update all non-major dependencies ( #48271 )
...
See associated pull request for more information.
PR Close #48271
2022-11-30 09:29:26 -08:00
Derek Cormier
7a134cf41a
build(bazel): incrementally run aio example e2e tests
...
Replaces the workflow where all example e2es are run at once
2022-11-22 13:51:16 -07:00
Alan Agius
32135b27a1
docs: update examples to reflect changes in Angular CLI version 15. ( #47904 )
...
These changes include
- Remove the usage of `enableProdMode`
- Remove `test.ts`, `polyfills.ts`, `karma.conf.js` and environment files which are no longer generated by default
PR Close #47904
2022-11-03 17:46:46 -07:00
Angular Robot
ebc0135239
build: update all non-major dependencies ( #47415 )
...
See associated pull request for more information.
PR Close #47415
2022-09-13 09:19:51 -07:00
Angular Robot
bea953a5cf
build: update dependency typescript to ~4.8.0 ( #47293 )
...
See associated pull request for more information.
PR Close #47293
2022-09-06 13:10:36 -07:00
Angular Robot
4cafd08866
build: update all non-major dependencies ( #47225 )
...
See associated pull request for more information.
PR Close #47225
2022-09-06 09:53:29 -07:00
Alan Agius
a44b4bfebc
build(docs-infra): update all angular packages to use ^ instead of ~ ( #47092 )
...
This forces the usage of the latest packages.
PR Close #47092
2022-08-22 12:11:42 -07:00
Alan Agius
da9d9970c7
build(docs-infra): use stable packages in examples ( #47092 )
...
With this change we replace AIO examples to use stable Angular packages.
The main reasons for this is that prereleases might contain bugs that
are not in the stable version especially in the Angular CLI were it's
not validated in G3.
PR Close #47092
2022-08-22 12:11:42 -07:00
Angular Robot
922a49877e
build: update cross-repo angular dependencies ( #47017 )
...
See associated pull request for more information.
PR Close #47017
2022-08-18 12:06:09 -07:00
Angular Robot
ab9ce8a008
build: update all non-major dependencies ( #46707 )
...
See associated pull request for more information.
PR Close #46707
2022-08-08 09:23:56 -07:00
Marcin Wosinek
a4b64bc483
build(docs-infra): update versions of some docs examples dependencies ( #46609 )
...
Update angular-in-memory-web-api and jasmine-marbles (used in doc examples) to latest versions.
PR Close #46609
2022-07-11 17:34:26 +00:00
Angular Robot
da380d9c52
build: update cross-repo angular dependencies ( #46642 )
...
| datasource | package | from | to |
| ---------- | --------------------------------- | -------- | --------------- |
| npm | @angular-devkit/architect-cli | 0.1400.0 | 0.1401.0-next.3 |
| npm | @angular-devkit/build-angular | 13.3.6 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.0 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.0 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.4 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.0 | 14.1.0-next.3 |
| npm | @angular-devkit/build-angular | 14.0.0 | 14.1.0-next.3 |
| npm | @angular-devkit/build-optimizer | 0.1302.1 | 0.1302.0-rc.1 |
| npm | @angular-devkit/core | 13.3.6 | 14.1.0-next.3 |
| npm | @angular-devkit/schematics | 13.3.6 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/animations | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/cdk | 13.3.7 | 14.1.0-next.3 |
| npm | @angular/cdk | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/cdk | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/cli | 13.3.6 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/common | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/compiler-cli | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/core | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/elements | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/elements | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/elements | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/elements | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/elements | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/elements | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/forms | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/localize | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/localize | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/localize | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/localize | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/material | 13.3.7 | 14.1.0-next.3 |
| npm | @angular/material | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/material | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-browser-dynamic | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-server | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-server | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/platform-server | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/platform-server | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/router | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/service-worker | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/service-worker | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/service-worker | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/service-worker | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/service-worker | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/service-worker | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/upgrade | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/upgrade | 14.0.0 | 14.1.0-next.3 |
| npm | @angular/upgrade | 14.0.4 | 14.1.0-next.3 |
| npm | @angular/upgrade | 14.0.4 | 14.1.0-next.3 |
| npm | @schematics/angular | 13.3.6 | 14.1.0-next.3 |
PR Close #46642
2022-07-01 10:20:51 -07:00
renovate[bot]
2303ecfc5d
build: update dependency karma-jasmine-html-reporter to v2 ( #46578 )
...
PR Close #46578
2022-06-29 10:12:25 -07:00
George Kalpakas
5f339ef9f8
build(docs-infra): update dependencies in docs examples package.json files ( #46248 )
...
This is a follow-up to #46227 to update the dependency version ranges in
the docs examples `package.json` files.
PR Close #46248
2022-06-07 10:42:43 -07:00
Kristiyan Kostadinov
1cc158375b
build: update to TypeScript 4.7 final ( #46132 )
...
Bumps up the repo to the final version of TypeScript 4.7. Also updates AIO to 4.7.
PR Close #46132
2022-05-25 11:37:12 -07:00
George Kalpakas
67ec9eec64
build(docs-infra): update Angular CLI/framework to v14.0.0-rc.0 in docs examples ( #45997 )
...
Update the docs examples to the latest prerelease versions of Angular
CLI and framework (v14.0.0-rc.0).
Also update the example apps to more closely align with new CLI apps.
See also the [diff][1] between a basic v13.0.0-rc.3 CLI app and a
v14.0.0-rc.0 one.
[1]: https://github.com/cexbrayat/angular-cli-diff/compare/13.0.0-rc.3...14.0.0-rc.0
PR Close #45997
2022-05-23 13:20:10 -07:00
Alan Agius
b2d06527df
fix(docs-infra): update Angular packages to latest minor version ( #45502 )
...
This is needed because Angular CLI 13.3 contains fixes that are needed for Stackblitz Node 16 to compile Sass. We also added `copyfiles` in `aio/tools/examples/shared/package.json` as `yarn sync-deps` was failing due to the missing dependency.
PR Close #45502
2022-04-04 09:23:54 -07:00