Angular Robot
cb97cf86d2
build: update cross-repo angular dependencies ( #62247 )
...
See associated pull request for more information.
PR Close #62247
2025-06-24 16:25:37 +00:00
Angular Robot
15b37a4e06
build: update rules_angular digest to 88ddcf8 ( #62230 )
...
See associated pull request for more information.
PR Close #62230
2025-06-24 09:51:50 +00:00
Angular Robot
1cff7cf5e3
build: update cross-repo angular dependencies to db18d71 ( #62199 )
...
See associated pull request for more information.
PR Close #62199
2025-06-24 08:52:57 +00:00
Joey Perrott
36d5048429
build: migrate final non-zone.js jasmine tests ( #62169 )
...
Migrate the final remaining non-zone.js package jasmine tests to the new toolchain
PR Close #62169
2025-06-24 08:46:39 +00:00
Angular Robot
fec2ee1796
build: update cross-repo angular dependencies ( #62162 )
...
See associated pull request for more information.
PR Close #62162
2025-06-20 14:42:48 -07:00
Angular Robot
0cd6f363ca
build: update cross-repo angular dependencies ( #62079 )
...
See associated pull request for more information.
PR Close #62079
2025-06-19 10:12:19 +02:00
Angular Robot
5868a2ea15
build: update dependency aspect_rules_js to v2.3.8 ( #62090 )
...
See associated pull request for more information.
PR Close #62090
2025-06-18 09:28:47 +02:00
Joey Perrott
4d9e50e208
build: update the ts_integrity expected for the typescript version in WORKSPACE ( #62109 )
...
Update the WORKSPACE to expect the correct sha.
PR Close #62109
2025-06-17 23:42:16 +00:00
Angular Robot
7eca66e200
build: update cross-repo angular dependencies ( #61942 )
...
See associated pull request for more information.
PR Close #61942
2025-06-11 11:33:58 +02:00
Angular Robot
78c417ace1
build: update cross-repo angular dependencies ( #61910 )
...
See associated pull request for more information.
PR Close #61910
2025-06-06 10:30:47 +02:00
Angular Robot
e49a0644e5
build: update rules_angular digest to 845ffcd ( #61888 )
...
See associated pull request for more information.
PR Close #61888
2025-06-05 10:10:40 +02:00
Angular Robot
b6b73a552c
build: update cross-repo angular dependencies ( #61854 )
...
See associated pull request for more information.
PR Close #61854
2025-06-04 11:21:43 -04:00
Angular Robot
808c128281
build: update rules_angular digest to ed2a055 ( #61858 )
...
See associated pull request for more information.
PR Close #61858
2025-06-04 10:40:23 -04:00
Paul Gschwendtner
d081ef9b06
build: replace all ng_package with new rule from rules_angular ( #61843 )
...
Replaces all `ng_package` rule with the new rule from `rules_angular`.
PR Close #61843
2025-06-04 09:13:41 +00:00
Paul Gschwendtner
579618d6d6
build: remove packages/bazel ( #61843 )
...
Removes the `@angular/bazel` package as we no longer need it. Yay!
It's replaced by `rules_angular`.
PR Close #61843
2025-06-04 09:13:41 +00:00
Angular Robot
e83621b97a
build: update rules_angular digest to 8c799e8 ( #61841 )
...
See associated pull request for more information.
PR Close #61841
2025-06-03 10:36:46 -04:00
Angular Robot
23ad649908
build: update cross-repo angular dependencies ( #61703 )
...
See associated pull request for more information.
PR Close #61703
2025-06-03 10:34:03 -04:00
Paul Gschwendtner
b7c5645f05
build: migrate packages/compiler-cli to ts_project ( #61826 )
...
This commit migrates the remaining pieces of `compiler-cli` to
`ts_project`. This involves a few more things during migration:
- the `ng_module` ngc_wrapped rule broke as part of this change, so we
switched it to `ts_project` too. This logic is soon gone anyway.
- we needed an extra pnpm "package.json" for the linker babel test. This test is
loading from the real compiler-cli npm package. Babel needs a real
node module for this, so this solution seems reasonable. It may be
worth exploring in the future to move this test into an integration
test though.
- the older integrationtest in compiler-cli is removed as the coverage
is much better with the compliance test suite and this test.
PR Close #61826
2025-06-03 11:41:52 +02:00
Paul Gschwendtner
bf763d089c
build: ensure optimization rule can use compiler-cli from HEAD ( #61810 )
...
This ensures that the new optimization rule, and also adev (when we
complete migrating it to `rules_js`) can use the latest compiler-cli
version from HEAD.
PR Close #61810
2025-06-02 09:52:57 -04:00
Angular Robot
194eb11e62
build: update rules_angular digest to e0f7af7 ( #61780 )
...
See associated pull request for more information.
PR Close #61780
2025-05-30 13:27:31 -04:00
Paul Gschwendtner
9d7768ccd6
build: rework benchmarks and examples in modules/ to new optimization rule ( #61566 )
...
We are dropping the custom ESBuild and Terser pipeline from dev-infra
and instead leverage the Angular CLI directly. This commit adjusts
the benchmarks to use this new rule.
PR Close #61566
2025-05-29 14:39:11 -04:00
Paul Gschwendtner
b80957d1c5
build: adjust bundling tests to use Angular CLI ( #61566 )
...
Instead of dev-infra maintaining a custom ESBuild + Terser pipeline that
tries to emulate the Angular CLI, we are switching the bundling core
tests to a new rule that really leverages the Angular CLI.
This involves some file renames and small adjustments. In addition, we
leverage the updated symbol tracking rule to output new goldens that can
work with multiple bundle files (as generated by the Angular CLI;
especially with defer and its "lazy" chunks).
PR Close #61566
2025-05-29 14:39:11 -04:00
Angular Robot
fc5ff827ab
build: update bazel dependencies ( #61566 )
...
See associated pull request for more information.
PR Close #61566
2025-05-29 14:39:11 -04:00
Paul Gschwendtner
fa123803b4
build: update api-gen to work with compiler as ts_project ( #61566 )
...
Compiler now would have `.js` files. Those aren't picked up as ESM,
unless we install the `package.json` with `type: module`. Sounds great
on paper, but doesn't work in reality because the way the compiler
packages are available to `api-gen/` is via the old `rules_nodejs`
linker, so the `packages/package.json` wouldn't work; nor do the
`package.json`s of the e.g. compiler-cli package work- because those
already contain the `exports` of the built npm package.
We fix this in a much more reasonable way, and the whole module
resolution problem by leveraging the pnpm linking here. This works as
expected.
PR Close #61566
2025-05-29 14:39:10 -04:00
Angular Robot
3e70d64b20
build: update cross-repo angular dependencies ( #61587 )
...
See associated pull request for more information.
PR Close #61587
2025-05-26 10:23:42 +00:00
Angular Robot
127bad774a
build: update cross-repo angular dependencies ( #61576 )
...
See associated pull request for more information.
PR Close #61576
2025-05-21 15:00:22 +00:00
Milo
33715b098a
refactor(devtools): add dagre-d3-es ( #61538 )
...
add dagre-d3-es for use by the signals graph pane. Additionally, add a
patch so that html labels display correctly within d3-zoom
PR Close #61538
2025-05-21 09:56:40 +00:00
Angular Robot
bb220c0d31
build: update cross-repo angular dependencies ( #61530 )
...
See associated pull request for more information.
PR Close #61530
2025-05-20 17:45:02 +00:00
Alan Agius
8f65223bd8
fix(core): update min Node.js support to 20.19, 22.12, and 24.0 ( #61499 )
...
This is to match the versions of the Angular CLI.
See: https://github.com/angular/angular-cli/pull/30349
PR Close #61499
2025-05-20 14:15:13 +00:00
Angular Robot
6ba9adc797
build: update cross-repo angular dependencies ( #61508 )
...
See associated pull request for more information.
PR Close #61508
2025-05-20 13:42:02 +00:00
Angular Robot
fb0f5aaa76
build: update cross-repo angular dependencies ( #61506 )
...
See associated pull request for more information.
PR Close #61506
2025-05-20 12:00:51 +00:00
Angular Robot
c3e26907c9
build: update cross-repo angular dependencies ( #61502 )
...
See associated pull request for more information.
PR Close #61502
2025-05-20 11:07:56 +00:00
Angular Robot
a6b8b2ccd4
build: update cross-repo angular dependencies ( #61464 )
...
See associated pull request for more information.
PR Close #61464
2025-05-19 12:04:34 +00:00
Angular Robot
7ac3643a14
build: update cross-repo angular dependencies ( #61435 )
...
See associated pull request for more information.
PR Close #61435
2025-05-19 08:05:40 +00:00
Angular Robot
c335dcd04c
build: update cross-repo angular dependencies ( #61415 )
...
See associated pull request for more information.
Closes #61400 as a pr takeover
PR Close #61415
2025-05-16 14:30:35 +00:00
Paul Gschwendtner
dce497806a
build: update dev-infra for latest RBE changes ( #61408 )
...
Updates dev-infra for the latest RBE changes.
PR Close #61408
2025-05-16 13:25:34 +00:00
Angular Robot
743c7cf5d2
build: update cross-repo angular dependencies ( #61339 )
...
See associated pull request for more information.
PR Close #61339
2025-05-16 08:45:13 +00:00
Paul Gschwendtner
397f9987ef
build: support new ng_project rule ( #61275 )
...
Supports the `ng_project` rule with the local compiler-cli version
from HEAD.
PR Close #61275
2025-05-14 12:01:51 +00:00
Angular Robot
0fc0d67146
build: update cross-repo angular dependencies ( #61286 )
...
See associated pull request for more information.
PR Close #61286
2025-05-14 10:43:35 +00:00
Angular Robot
8f9a21ae6f
build: update cross-repo angular dependencies ( #61234 )
...
See associated pull request for more information.
PR Close #61234
2025-05-12 15:30:57 -07:00
Joey Perrott
5f1c08d75f
build: migrate adev shared-docs package to use ts_project ( #61193 )
...
Migrate the build rules for shared docs to use ts_project
PR Close #61193
2025-05-09 16:30:05 +00:00
Paul Gschwendtner
54e785683a
build: prepare for compiler-cli to be using ts_project ( #61181 )
...
Prepare the compiler-cli package for being ready for migration
to `ts_project`.
PR Close #61181
2025-05-09 15:59:46 +00:00
Angular Robot
f7e4541b8f
build: update cross-repo angular dependencies ( #61164 )
...
See associated pull request for more information.
PR Close #61164
2025-05-08 09:54:57 -07:00
Paul Gschwendtner
a1bf58e32e
build: migrate symbol-extractor to ts_project ( #61156 )
...
Migrates the symbol-extractor code to `ts_project`.
PR Close #61156
2025-05-07 11:28:59 -07:00
Joey Perrott
8756c8aa07
build: migrate documentation site deploy script to use ts_project ( #61102 )
...
Migrate to the new toolchain
PR Close #61102
2025-05-06 13:33:28 -07:00
Angular Robot
235f7c9668
build: update rules_angular digest to 42d4791 ( #61126 )
...
See associated pull request for more information.
PR Close #61126
2025-05-05 15:36:37 -07:00
Angular Robot
310e5ffe24
build: update rules_angular digest to 3ba9d67 ( #61124 )
...
See associated pull request for more information.
PR Close #61124
2025-05-05 09:24:33 -07:00
Joey Perrott
72b7de0d73
build: set up ts_project interop for rules_js migration ( #61087 )
...
The `ts_project` interop rule that we've built was also used in the
Angular CLI migration, and it allows us to mix `ts_project` and
`ts_library` targets; enabling an incremental migration. Additionally
set up the `ng_project` to replace `ng_module`.
PR Close #61087
2025-05-02 09:12:23 -07:00
Joey Perrott
1c7f669f33
build: setup rules_ts for compiling TypeScript sources ( #61087 )
...
This commit sets up `rules_ts`, providing the `ts_library` equivalent
for the `rules_js` migration.
PR Close #61087
2025-05-02 09:12:23 -07:00
Joey Perrott
059a2cb38e
build: setup rules_js and link dependencies ( #61087 )
...
Sets up `rules_js` and links dependencies into the bazel-bin.
PR Close #61087
2025-05-02 09:12:23 -07:00