Angular Robot
4ad6d582d2
build: update cross-repo angular dependencies to v21.2.6
...
See associated pull request for more information.
2026-04-01 18:25:52 +02:00
Angular Robot
4b2008d0f2
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-27 14:00:33 +01:00
Angular Robot
3838554503
build: update cross-repo angular dependencies to v21.2.3
...
See associated pull request for more information.
2026-03-19 15:04:08 -07:00
Angular Robot
f39896da99
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-13 16:25:45 -06:00
Alan Agius
adda6c5c10
build: update aspect_rules_js to 3.0.2
...
This updates the major version of `aspect_rules_js`.
2026-03-11 13:35:26 -07:00
Kristiyan Kostadinov
492e7560e6
build: include localize in dev app
...
Includes `$localize` in the dev app so it's easier to test some code paths.
(cherry picked from commit f80ac30875 )
2026-03-10 18:13:53 +00:00
Matthieu Riegler
35fd8b567a
build: use different default port for dev-app
...
Same as ADEV, currently the CLI prompts for another port if 4200 is busy but the toolchain doesn't support prompts.
By defaulting to 4201 we avoid regular CLI apps from preventing to run the dev-app
(cherry picked from commit 9bb4f02bef )
2026-02-27 17:04:19 +00:00
Angular Robot
c960a6e492
build: update cross-repo angular dependencies to v21.2.0
...
See associated pull request for more information.
2026-02-25 15:11:49 -08:00
Angular Robot
b17a7e062f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-02-24 09:21:23 -08:00
Angular Robot
c9ecf9e40b
build: update cross-repo angular dependencies to v21.2.0-rc.1
...
See associated pull request for more information.
2026-02-23 13:17:58 -08:00
Angular Robot
c5afb88d9a
build: update cross-repo angular dependencies to v21.2.0-rc.0
...
See associated pull request for more information.
2026-02-19 08:51:02 -08:00
Matthew Beck
dea0819aa9
build: update cross-repo angular dependencies (main)
...
Takeover of https://github.com/angular/angular/pull/66795 that fixes
adev.
Closes #66795 .
2026-02-17 12:40:20 -08:00
Angular Robot
084f7dc08d
build: update cross-repo angular dependencies
...
See associated pull request for more information.
Closes #66795 as a pr takeover
2026-02-17 12:40:20 -08:00
Angular Robot
8a3f312115
build: update dependency jsdom to v28
...
See associated pull request for more information.
2026-02-06 07:34:35 -08:00
Angular Robot
00905c1c03
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-08 13:26:26 -08:00
Angular Robot
29574f622d
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-02 14:24:17 +01:00
Angular Robot
d0c3806915
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-12-10 13:20:56 -08:00
Alan Agius
5a38aed388
build: move NG_FORCE_TTY environment variable
...
This moved the `NG_FORCE_TTY` from individual `ng_web_app` rules to a global Bazel build flag as this is also needed for integration tests that under the hood run `ng serve` .
2025-12-08 09:12:39 -08:00
Joey Perrott
aba8fbe5cd
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-12-08 08:40:42 -08:00
Alan Agius
1dc8b60ea2
build: disable Angular CLI cache
...
This can break things in bazel
2025-12-01 19:24:22 +01:00
Angular Robot
42e73ff9ce
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-26 15:50:56 -05:00
Angular Robot
4c31f8ebf4
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-19 15:00:49 -08:00
Joey Perrott
35125c6116
build: force angular cli to run in non-TTY mode for adev and devapp
...
Force adev and devapp to run in non-TTY mode so it doesn't create a prompt that can't be interacted with. This will initially have no effect,
but the fix is expected to land in CLI to make this work as expected in the next few days.
2025-11-19 08:00:40 -08:00
Angular Robot
7e9f1cc8d8
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 15:28:38 -08:00
Angular Robot
6178e3ebfb
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-17 16:34:41 -08:00
Angular Robot
cc0753411f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-14 15:30:18 -08:00
Angular Robot
654e17651c
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-14 08:33:20 -08:00
Angular Robot
3b51b0174c
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-12 11:51:33 -08:00
Alan Agius
033ea75b88
build: update rules_angular to latest
...
Update `rules_angular` to latest.
2025-11-07 11:43:24 -08:00
Doug Parker
9432919a8b
refactor: enable dev-app sourcemaps in prod and include vendor sourcemaps
...
This makes it easier to debug in production by including sourcemaps unconditionally. It also processes vendor sourcemaps (which includes Angular FW in this setup) and should improve debuggability of FW code by including sourcemap coverage.
2025-11-07 10:12:58 -08:00
Doug Parker
2150e383d9
refactor: add production devserver to dev-app
...
This should make it easier to test production bundling and optimizations.
2025-11-07 10:12:58 -08:00
Angular Robot
3cde920ecf
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-07 07:43:44 -08:00
Angular Robot
ffda3f97e0
build: update cross-repo angular dependencies to v21.0.0-rc.1
...
See associated pull request for more information.
2025-11-06 09:40:51 -08:00
Miles Malerba
25e13e9f96
build: add a dev-app
...
Adds a dev app that can be used to prototype and debug things while
developing Angular. Use `pnpm dev` to run it.
2025-11-06 09:05:32 -08:00