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
Andrew Scott
1ea39e050c
refactor(zone.js): Add a withProxyZone helper that might be used for unpatched test frameworks ( #61626 )
...
As an alternative to monkey patching vitest, this change adds a method that could be used
for manually running functions inside a shared proxy zone. If used inocrrectly,
this would mean that
the `fakeAsync` closure may not capture all timers and microtasks if it
invokes things created in a zone that was already forked (e.g. creating
a component in a beforeEach:
2699dd6555/packages/zone.js/lib/jasmine/jasmine.ts (L363-L371) )
PR Close #61626
2025-05-22 13:39:30 -07: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
Jessica Janiuk
fa5d7ff409
ci: temporarily disable saucelabs for push jobs ( #61558 )
...
This also disables saucelabs for the CI (push) jobs.
PR Close #61558
2025-05-21 11:07:18 +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
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
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
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
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
Angular Robot
33a336f74a
build: update cross-repo angular dependencies ( #61069 )
...
See associated pull request for more information.
PR Close #61069
2025-04-30 15:12:30 -07:00
Angular Robot
bb00b93db3
build: update cross-repo angular dependencies ( #61062 )
...
See associated pull request for more information.
PR Close #61062
2025-04-30 09:31:36 -07:00
Angular Robot
3735d55f6f
build: update cross-repo angular dependencies ( #61045 )
...
See associated pull request for more information.
PR Close #61045
2025-04-29 12:21:16 -07:00
Angular Robot
09cc3949d1
build: update cross-repo angular dependencies ( #61021 )
...
See associated pull request for more information.
PR Close #61021
2025-04-29 10:08:21 -07:00
Angular Robot
03360cf944
build: update cross-repo angular dependencies ( #60998 )
...
See associated pull request for more information.
PR Close #60998
2025-04-25 08:45:54 -07:00
Angular Robot
3331b10e19
build: update cross-repo angular dependencies ( #60978 )
...
See associated pull request for more information.
PR Close #60978
2025-04-23 17:37:09 +02:00
Angular Robot
61012cb239
build: update cross-repo angular dependencies ( #60960 )
...
See associated pull request for more information.
PR Close #60960
2025-04-22 21:23:37 +02:00
Angular Robot
619291b924
build: update cross-repo angular dependencies ( #60914 )
...
See associated pull request for more information.
PR Close #60914
2025-04-22 10:56:53 +02:00
Angular Robot
620f127131
build: update cross-repo angular dependencies ( #60877 )
...
See associated pull request for more information.
PR Close #60877
2025-04-16 11:58:44 -04:00
Angular Robot
e24b6d5066
build: update cross-repo angular dependencies ( #60847 )
...
See associated pull request for more information.
PR Close #60847
2025-04-14 13:41:14 -04:00
Angular Robot
1522e6c3f2
build: update cross-repo angular dependencies ( #60835 )
...
See associated pull request for more information.
PR Close #60835
2025-04-11 10:19:13 -04:00
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