Angular Robot
6aa0bbd4e4
build: update cross-repo angular dependencies ( #60811 )
...
See associated pull request for more information.
PR Close #60811
2025-04-10 11:31:17 -04:00
Paul Gschwendtner
7fc14d7f26
build: fix adev first party linking and re-enable tests ( #60825 )
...
This commit attempts to finally fix the long-standing first-party
package linking issue with the rather tricky `rules_nodejs` toolchain.
I've verified that no version of e.g. `@angular/core` ends up in the
Bazel sandbox. This is achieved by also filtering transitive Angular
deps for first-party linked packages. e.g. `@angular/docs`.
In addition, `@angular/docs` accidentally ended up bundling parts of
Angular core because it relied on an entry-point that was not part of
the "well known externals". As part of the ongoing `ng_package`
update/rewrite, we should look into disabling bundling of ANY external
dependency/module. This is possible because we use relative imports
inside APF packages as of recently!
This commit should allow us to develop and continue new compiler
features, without having to temporarily (or longer) disable all
`angular.dev` unit tests!
Fixes #54858 .
PR Close #60825
2025-04-10 14:19:52 +00:00
Angular Robot
9bba182c0e
build: update cross-repo angular dependencies ( #60777 )
...
See associated pull request for more information.
PR Close #60777
2025-04-08 16:09:31 -07:00
Angular Robot
5039ed0fa7
build: update cross-repo angular dependencies ( #60747 )
...
See associated pull request for more information.
PR Close #60747
2025-04-07 10:31:01 -07:00
Angular Robot
3ea01639e3
build: update cross-repo angular dependencies ( #60743 )
...
See associated pull request for more information.
PR Close #60743
2025-04-04 09:51:39 -07:00
Angular Robot
1765ebf7c4
build: update cross-repo angular dependencies ( #60714 )
...
See associated pull request for more information.
PR Close #60714
2025-04-03 15:49:06 -07:00
Angular Robot
9d5a1a8dec
build: update cross-repo angular dependencies ( #60706 )
...
See associated pull request for more information.
PR Close #60706
2025-04-02 18:23:56 +00:00
Joey Perrott
b55f4de6e6
ci: update to latest dev-infra action versions ( #60675 )
...
Update to the latest actions
PR Close #60675
2025-04-01 18:15:18 +00:00
Angular Robot
5d013e20a4
build: update cross-repo angular dependencies ( #60671 )
...
See associated pull request for more information.
PR Close #60671
2025-04-01 14:50:32 +00:00
Angular Robot
bf4b42f9cd
build: update cross-repo angular dependencies ( #60661 )
...
See associated pull request for more information.
PR Close #60661
2025-04-01 12:22:35 +00:00
Angular Robot
3767429e9f
build: update cross-repo angular dependencies ( #60644 )
...
See associated pull request for more information.
PR Close #60644
2025-03-31 18:26:23 +00:00
Angular Robot
e5876c5ff6
build: update angular/dev-infra digest to a9c1c54 ( #60639 )
...
See associated pull request for more information.
PR Close #60639
2025-03-31 17:32:35 +00:00
Andrew Kushnir
d034d52ac6
ci: moving integration tests into a separate GH action ( #60594 )
...
This commit extracts integration tests from the `test` CI job into a separate GH job (to run in parallel).
PR Close #60594
2025-03-31 16:39:14 +00:00
Angular Robot
e50a56b11f
build: update cross-repo angular dependencies ( #60638 )
...
See associated pull request for more information.
PR Close #60638
2025-03-31 16:35:45 +00:00
Angular Robot
0fedf2cf80
build: update cross-repo angular dependencies ( #60553 )
...
See associated pull request for more information.
PR Close #60553
2025-03-28 02:19:16 +00:00
Joey Perrott
e400424563
ci: update bazel RBE setup on CI and use trusted build configuration for upstream CI runs ( #60589 )
...
Update to use the latest bazel/configure-remote action from dev-infra and set up trusted builds
for CI runs from upstream branches.
PR Close #60589
2025-03-27 18:16:09 +00:00
Angular Robot
11994a715b
build: update cross-repo angular dependencies ( #60511 )
...
See associated pull request for more information.
PR Close #60511
2025-03-24 09:04:36 -07:00
Matthieu Riegler
dcfa8a04f5
docs(docs-infra): disable shared-docs tests. ( #60520 )
...
Those tests are currently broken until we bump the angular version (pending release).
PR Close #60520
2025-03-24 06:56:15 +00:00
Angular Robot
9ffeff91ea
build: update cross-repo angular dependencies ( #60490 )
...
See associated pull request for more information.
PR Close #60490
2025-03-20 15:34:26 -07:00
Alan Agius
a7183d8889
ci: run adev tests before build ( #60485 )
...
Since tests run faster than the build, executing them first allows for quicker failure detection, improving efficiency.
PR Close #60485
2025-03-20 12:30:05 -07:00
Angular Robot
6061146cf3
build: update cross-repo angular dependencies ( #60450 )
...
See associated pull request for more information.
PR Close #60450
2025-03-19 20:37:14 +01:00
Angular Robot
7d3ba1a91b
build: update cross-repo angular dependencies ( #60445 )
...
See associated pull request for more information.
PR Close #60445
2025-03-18 18:06:19 +01:00
Angular Robot
39b1bf614f
build: update cross-repo angular dependencies ( #60405 )
...
See associated pull request for more information.
PR Close #60405
2025-03-18 10:19:04 +01:00
Matthieu Riegler
a43570d623
docs(docs-infra): fix & enable shared-docs tests ( #60409 )
...
This commit includes a refactoring that removes `TableOfContentsScrollSpy` as this is only directly handled via a browser API.
PR Close #60409
2025-03-17 18:33:45 +01:00
Alan Agius
ea6cc64639
build: update cross-repo angular dependencies ( #60387 )
...
See associated pull request for more information.
Closes #59956 as a pr takeover, `@angular/build-tooling` has been rolled back as due to missing `@aspect_rules_js`.
PR Close #60387
2025-03-14 14:43:24 +01:00
Matthieu Riegler
aa1ab41e6c
docs(docs-infra): enable & fix tests ( #60220 )
...
PR Close #60220
2025-03-06 14:33:48 -08:00
Alex Rickabaugh
538c4d4c9d
ci: disable adev tests ( #59876 )
...
The changes in #58288 are responsible for breaking the tests. (see #54858 ).
We'll re-enable them on the next release.
PR Close #59876
2025-02-14 18:40:37 +00:00
Angular Robot
7197e82936
build: update cross-repo angular dependencies ( #59946 )
...
See associated pull request for more information.
PR Close #59946
2025-02-14 16:30:18 +00:00
Angular Robot
3c3620e84a
build: update cross-repo angular dependencies ( #59669 )
...
See associated pull request for more information.
PR Close #59669
2025-01-28 18:51:00 +01:00
Angular Robot
88305373d1
build: update cross-repo angular dependencies ( #59520 )
...
See associated pull request for more information.
PR Close #59520
2025-01-14 16:05:15 -05:00
Angular Robot
368d69e115
build: update cross-repo angular dependencies ( #59474 )
...
See associated pull request for more information.
PR Close #59474
2025-01-13 12:52:11 -05:00
Angular Robot
f978cdef63
build: update cross-repo angular dependencies ( #59473 )
...
See associated pull request for more information.
PR Close #59473
2025-01-10 13:36:51 -05:00
Angular Robot
49dbf093eb
build: update cross-repo angular dependencies ( #59470 )
...
See associated pull request for more information.
PR Close #59470
2025-01-10 12:27:22 -05:00
Angular Robot
e178cbb8b7
build: update cross-repo angular dependencies ( #59464 )
...
See associated pull request for more information.
PR Close #59464
2025-01-10 10:38:10 -05:00
Angular Robot
9abc79bb23
build: update cross-repo angular dependencies ( #59249 )
...
See associated pull request for more information.
PR Close #59249
2025-01-09 12:18:45 -05:00
Angular Robot
b97bc5b031
build: update cross-repo angular dependencies ( #59053 )
...
See associated pull request for more information.
PR Close #59053
2024-12-19 09:01:38 -07:00
Joey Perrott
73dc59d83e
ci: update to latest version of dev-infra actions ( #59070 )
...
Update to latest version of the actions
PR Close #59070
2024-12-05 08:17:29 -07:00
Angular Robot
60e59007b0
build: update cross-repo angular dependencies ( #59011 )
...
See associated pull request for more information.
PR Close #59011
2024-12-04 18:07:50 +01:00
Angular Robot
10b3dcca8b
build: update cross-repo angular dependencies ( #59010 )
...
See associated pull request for more information.
PR Close #59010
2024-12-02 16:42:35 +01:00
Angular Robot
c05a158e6a
build: update cross-repo angular dependencies ( #58932 )
...
See associated pull request for more information.
PR Close #58932
2024-11-27 18:07:14 +01:00
Angular Robot
55581b4181
build: update cross-repo angular dependencies ( #58900 )
...
See associated pull request for more information.
PR Close #58900
2024-11-26 15:28:21 +00:00
Angular Robot
cc40237cc7
build: update cross-repo angular dependencies ( #58877 )
...
See associated pull request for more information.
PR Close #58877
2024-11-25 18:00:47 +00:00
Joey Perrott
d646d8b9b6
ci: update to latest actions from angular/dev-infra ( #58799 )
...
Update to latest commit
PR Close #58799
2024-11-21 15:01:39 +00:00
Joey Perrott
d163c8f8f3
ci: update to latest actions from angular/dev-infra ( #58781 )
...
Update to latest commit
PR Close #58781
2024-11-20 11:58:14 -08:00
Angular Robot
71549dd461
build: update cross-repo angular dependencies ( #58666 )
...
See associated pull request for more information.
PR Close #58666
2024-11-19 16:51:40 -08:00
Angular Robot
648c845c50
build: update cross-repo angular dependencies ( #58654 )
...
See associated pull request for more information.
PR Close #58654
2024-11-14 16:39:37 +00:00
Angular Robot
190b4d7763
build: update cross-repo angular dependencies ( #58641 )
...
See associated pull request for more information.
PR Close #58641
2024-11-13 20:45:11 +00:00
Angular Robot
28be388e6c
build: update cross-repo angular dependencies ( #58634 )
...
See associated pull request for more information.
PR Close #58634
2024-11-13 18:03:09 +00:00
Angular Robot
3b34073228
build: update cross-repo angular dependencies ( #58597 )
...
See associated pull request for more information.
PR Close #58597
2024-11-11 19:02:07 +00:00
Angular Robot
33e62c423c
build: update cross-repo angular dependencies ( #58593 )
...
See associated pull request for more information.
PR Close #58593
2024-11-11 17:24:46 +00:00