Kristiyan Kostadinov
7d3df4724d
build: update to TypeScript 4.8 final ( #47270 )
...
Bumps up to the final version of TS 4.8 and removes some workarounds.
PR Close #47270
2022-08-26 09:46:07 -07:00
Alex Rickabaugh
9dcfeb2dff
release: bump the next branch to v15.0.0-next.0 ( #47267 )
...
PR Close #47267
2022-08-25 17:34:03 -07:00
Joey Perrott
3d7deabca6
build: update ng-dev version ( #47258 )
...
update to the latest ng-dev version
PR Close #47258
2022-08-25 13:55:04 -07:00
Angular Robot
7884837a44
build: update cross-repo angular dependencies ( #47187 )
...
See associated pull request for more information.
PR Close #47187
2022-08-22 10:56:33 -07:00
Angular Robot
c467eb78d9
build: update all non-major dependencies ( #47162 )
...
See associated pull request for more information.
PR Close #47162
2022-08-22 10:29:21 -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
Pawel Kozlowski
51de3223cc
release: bump the next branch to v14.3.0-next.0
2022-08-17 17:16:28 +02:00
Kristiyan Kostadinov
31429eaccc
feat(core): support TypeScript 4.8 ( #47038 )
...
Adds support for TypeScript 4.8 and resolves some issues that came up as a result of the update.
Most of the issues came from some changes in TypeScript where the `decorators` and `modifiers` properties were removed from most node types, and were combined into a single `modifiers` array. Since we need to continue supporting TS 4.6 and 4.7 until v15, I ended up creating a new `ngtsc/ts_compatibility` directory to make it easier to reuse the new backwards-compatible code.
PR Close #47038
2022-08-16 16:02:47 +00:00
Dylan Hunn
4f7aceacda
release: cut the v14.2.0-next.1 release
2022-08-10 10:55:59 -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
Paul Gschwendtner
ea89677c12
feat(compiler-cli): support more recent version of tsickle ( #47018 )
...
Updates the tsickle version in the repository and accounts for its changes in
the `compiler-cli` package. Tsickle made a breaking change in the minor version
segment bump that would break the use with `@angular/compiler-cli`
Additionally the tsickle version for `@angular/bazel` is updated since
we updated `@bazel/typescript` to also account for the breaking changes.
See: 78a0528107
PR Close #47018
2022-08-03 17:36:18 -07:00
Paul Gschwendtner
b757b1387c
build: update dev-infra packages and account for build-tooling split from ng-dev ( #46976 )
...
The dev-infra build tooling is now decoupled from `ng-dev`. This will
make it easier to update `ng-dev` without necessarily needing to upgrade
the whole build system, Bazel etc. This is useful when e.g. new release
tool features have been added and should also be ported to active LTS
branches.
PR Close #46976
2022-08-02 09:37:37 -07:00
Angular Robot
f47c93ba3f
build: update bazel setup to v5.5.3 ( #47000 )
...
See associated pull request for more information.
PR Close #47000
2022-08-01 12:55:44 -07:00
Angular Robot
bba2e252cd
build: update dependency google-closure-compiler to v20220719 ( #46926 )
...
See associated pull request for more information.
PR Close #46926
2022-08-01 09:39:25 -07:00
Angular Robot
1a0850ce4d
build: update cross-repo angular dependencies to 6d9c069 ( #46905 )
...
See associated pull request for more information.
PR Close #46905
2022-08-01 09:38:34 -07:00
Angular Robot
f55224a1f9
build: update cross-repo angular dependencies to cdaaa15 ( #46853 )
...
See associated pull request for more information.
PR Close #46853
2022-07-20 08:48:43 -07:00
Paul Gschwendtner
c643ec4129
build: update source-map package to latest version ( #46888 )
...
The source-map package is updated as part #46707 , but the minor
version bump introduced breaking changes. This commit extracts the
update so that we can handle it separately accounting for the breaking
changes. Also removing the caret since this package apparently makes
breaking changes in minor segment bumps.
PR Close #46888
2022-07-19 09:40:54 -07:00
Angular Robot
6479cdba43
build: update babel dependencies to v7.18.9 ( #46883 )
...
See associated pull request for more information.
PR Close #46883
2022-07-19 16:04:09 +00:00
Angular Robot
6573659b29
build: update dependency karma-jasmine to v5
...
| datasource | package | from | to |
| ---------- | ------------- | ----- | ----- |
| npm | karma-jasmine | 4.0.2 | 5.1.0 |
2022-07-18 19:19:00 +02:00
Jessica Janiuk
60d08b78aa
Revert "Revert "build: update cross-repo angular dependencies to 84dd092 ( #46848 )" ( #46849 )" ( #46852 )
...
This reverts commit b2a74469de .
PR Close #46852
2022-07-15 21:41:58 +00:00
Jessica Janiuk
b2a74469de
Revert "build: update cross-repo angular dependencies to 84dd092 ( #46848 )" ( #46849 )
...
This reverts commit 510f45957a .
PR Close #46849
2022-07-15 17:52:45 +00:00
Angular Robot
510f45957a
build: update cross-repo angular dependencies to 84dd092 ( #46848 )
...
See associated pull request for more information.
PR Close #46848
2022-07-15 16:00:33 +00:00
Angular Robot
62174b0350
build: update cross-repo angular dependencies ( #46834 )
...
See associated pull request for more information.
PR Close #46834
2022-07-14 22:35:08 +00:00
Jessica Janiuk
27d855b9fb
Update next branch to reflect new release-train "v14.2.0-next.0". ( #46831 )
...
* release: bump the next branch to v14.2.0-next.0
* docs: release notes for the v14.1.0-rc.0 release
2022-07-13 12:45:09 -07:00
Angular Robot
58d2555e0d
build: update cross-repo angular dependencies to 294d737 ( #46821 )
...
See associated pull request for more information.
PR Close #46821
2022-07-13 16:31:04 +00:00
Angular Robot
2c35f8823e
build: update cross-repo angular dependencies to e8da4c0 ( #46809 )
...
See associated pull request for more information.
PR Close #46809
2022-07-12 23:53:52 +00:00
Angular Robot
d3a60b31ab
build: update cross-repo angular dependencies to 6af9f6c ( #46791 )
...
See associated pull request for more information.
PR Close #46791
2022-07-12 16:10:35 +00:00
Angular Robot
2808d889dc
build: update dependency firebase-tools to v11 ( #46779 )
...
See associated pull request for more information.
PR Close #46779
2022-07-11 21:42:08 +00:00
Angular Robot
a9504064be
build: update cross-repo angular dependencies to 218be21 ( #46778 )
...
See associated pull request for more information.
PR Close #46778
2022-07-11 20:55:30 +00:00
Jessica Janiuk
93f73114e6
Revert "build: update dependency firebase-tools to v11" ( #46777 )
...
This reverts commit 179523003d .
PR Close #46777
2022-07-11 19:27:03 +00:00
Angular Robot
beba6af226
build: update dependency firebase-tools to v11 ( #46614 )
...
See associated pull request for more information.
PR Close #46614
2022-07-11 18:12:42 +00:00
Angular Robot
a36853ccb8
build: update bazel setup to v5.5.2 ( #46770 )
...
See associated pull request for more information.
PR Close #46770
2022-07-11 17:32:49 +00:00
Angular Robot
e59c7047de
build: update dependency @octokit/graphql to v5 ( #46753 )
...
See associated pull request for more information.
PR Close #46753
2022-07-08 19:59:36 +00:00
Angular Robot
de4fae0bee
build: update cross-repo angular dependencies to db87550 ( #46736 )
...
See associated pull request for more information.
PR Close #46736
2022-07-08 19:59:11 +00:00
Angular Robot
1199ddfcf5
build: update babel dependencies ( #46708 )
...
See associated pull request for more information.
PR Close #46708
2022-07-08 19:58:37 +00:00
Angular Robot
ad2721a149
build: update cross-repo angular dependencies ( #46607 )
...
| datasource | package | from | to |
| ---------- | ----------------------------- | --------------- | --------------- |
| npm | @angular-devkit/architect-cli | 0.1401.0-next.3 | 0.1401.0-next.4 |
| npm | @angular-devkit/build-angular | 14.1.0-next.3 | 14.1.0-next.4 |
| npm | @angular-devkit/core | 14.1.0-next.3 | 14.1.0-next.4 |
| npm | @angular-devkit/schematics | 14.1.0-next.3 | 14.1.0-next.4 |
| npm | @angular/cli | 14.1.0-next.3 | 14.1.0-next.4 |
| npm | @schematics/angular | 14.1.0-next.3 | 14.1.0-next.4 |
PR Close #46607
2022-07-06 15:56:23 -07:00
Andrew Scott
458d3469cb
release: cut the v14.1.0-next.4 release ( #46726 )
2022-07-06 09:42:31 -07: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
Angular Robot
f05ed1203d
build: update dependency husky to v8 ( #46616 )
...
| datasource | package | from | to |
| ---------- | ------- | ----- | ----- |
| npm | husky | 7.0.4 | 8.0.1 |
PR Close #46616
2022-06-30 08:56:34 -07:00
Dylan Hunn
97110674f3
release: cut the v14.1.0-next.3 release ( #46622 )
...
PR Close #46622
2022-06-29 11:24:18 -07:00
Alan Agius
926de8c0a4
refactor: remove no longer used prompts utils ( #46587 )
...
These utils are no longer used in Angular migrations.
PR Close #46587
2022-06-29 10:31:18 -07:00
renovate[bot]
9d30298250
build: update bazel setup to v5.5.1 ( #46543 )
...
PR Close #46543
2022-06-29 10:19:55 -07:00
renovate[bot]
19364cff20
build: update dependency google-closure-compiler to v20220601 ( #46565 )
...
PR Close #46565
2022-06-29 10:18:26 -07:00
renovate[bot]
2758a30a34
build: update dependency @rollup/plugin-commonjs to v22 ( #46556 )
...
PR Close #46556
2022-06-29 10:08:29 -07:00
Alan Agius
c677f130d3
build: remove inquirer from repo dependencies ( #46583 )
...
`inquirer` is not directly used in this repo.
PR Close #46583
2022-06-29 10:08:06 -07:00
Paul Gschwendtner
a7db899ade
build: speed up ng-dev config loading by disabling type-checking ( #46476 )
...
We perform type-checking as part of a CI check already and shouldn't
do this when loading the `ng-dev` configuration. This would slow-down
some `ng-dev` commands which are used quite often.
PR Close #46476
2022-06-23 13:48:25 -07:00
Andrew Kushnir
8d485491a9
release: cut the v14.1.0-next.2 release
2022-06-22 16:58:39 -07:00
Paul Gschwendtner
63396a1ea7
build: avoid use of ts-node wrapper script as it breaks child process forking ( #46456 )
...
`ts-node` spawns a custom node launcher script and has a brotli-base64
encoded configuration that will point to the user-provided entry-point.
This breaks child process forking as we wouldn't be able to specify our
custom build worker and basically `ng-dev` would run inside `ng-dev`
again.
PR Close #46456
2022-06-22 14:35:31 -07:00
Paul Gschwendtner
d248d83c17
build: convert release package build scripts to typescript ( #46456 )
...
Follow-up to: cce395a928 .
PR Close #46456
2022-06-22 14:35:31 -07:00
Derek Cormier
d2648d9d77
build(bazel): remove tsec patch to enable runfiles on Windows ( #46447 )
...
tsec previously did not use runfiles on Windows even when the flag was enabled.
The latest version now adds an option to force its usage.
PR Close #46447
2022-06-21 12:19:53 -07:00