Angular Robot
e4e6b92db3
build: lock file maintenance ( #64534 )
...
See associated pull request for more information.
PR Close #64534
2025-10-20 16:04:25 +00:00
Angular Robot
60eba9b0a4
build: update cross-repo angular dependencies ( #64447 )
...
See associated pull request for more information.
PR Close #64447
2025-10-15 21:09:30 +00:00
Angular Robot
7b65a49f78
build: update pnpm to v10.18.3 ( #64432 )
...
See associated pull request for more information.
PR Close #64432
2025-10-15 10:45:20 -07:00
Angular Robot
285dad4463
build: lock file maintenance ( #64377 )
...
See associated pull request for more information.
PR Close #64377
2025-10-14 12:22:10 -07:00
Angular Robot
9cbe5b650a
build: update pnpm to v10.18.2 ( #64359 )
...
See associated pull request for more information.
PR Close #64359
2025-10-13 08:44:03 -07:00
Angular Robot
950a05c8e1
build: update cross-repo angular dependencies ( #64308 )
...
See associated pull request for more information.
PR Close #64308
2025-10-09 05:28:32 -07:00
Angular Robot
0d8fe3e4c2
build: update pnpm to v10.18.1 ( #64266 )
...
See associated pull request for more information.
PR Close #64266
2025-10-07 20:26:12 -04:00
Angular Robot
6e5be385b2
build: update pnpm to v10.18.0 ( #64233 )
...
See associated pull request for more information.
PR Close #64233
2025-10-06 14:57:56 -04:00
Angular Robot
3fe6416ae3
build: update cross-repo angular dependencies ( #64213 )
...
See associated pull request for more information.
PR Close #64213
2025-10-02 14:21:28 -07:00
Angular Robot
7d720d52ec
build: update cross-repo angular dependencies ( #64077 )
...
See associated pull request for more information.
PR Close #64077
2025-09-25 15:38:02 -04:00
Angular Robot
71955dcf7e
build: update pnpm to v10.17.1 ( #64016 )
...
See associated pull request for more information.
PR Close #64016
2025-09-23 21:41:48 +00:00
Angular Robot
2d215246c8
build: lock file maintenance ( #63985 )
...
See associated pull request for more information.
PR Close #63985
2025-09-22 14:48:56 +00:00
Alan Agius
d09ef683b7
build: remove yarn from integration tests, switch to pnpm ( #63986 )
...
This commit removes Yarn as a package manager for integration tests and migrates to pnpm. This change aims to standardize package management across the project, leveraging pnpm's efficiency and consistent behavior for dependency resolution and installation.
PR Close #63986
2025-09-22 14:21:11 +00:00
Matthieu Riegler
b04e6b1869
refactor(core): drop the usage of PromiseSettledResult<void> ( #63955 )
...
`PromiseSettledResult<void>` requires the ES2020 typings. Those might not be provided (or `skipLibCheck` is not enabled).
fixes #63931
PR Close #63955
2025-09-19 20:27:26 +00:00
Jessica Janiuk
5f5828f60d
refactor(core): dispatch enter and leave animations at the right times ( #63710 )
...
This updates the enter and leave logic to use the stored LView data to dispatch the enter and leave animations at the right points in the lifecycle. This should fix issues with signals not being available yet, parallel animations, and also eliminate the need for the element registry.
fixes : #63391
fixes : #63388
fixes : #63369
PR Close #63710
2025-09-10 22:24:31 +00:00
Matthieu Riegler
ed50120d4c
refactor(animations): remove dependency on @angular/common ( #63248 )
...
`DOCUMENT` was move to `@angular/core`, so we don't need to depend on common anymore.
PR Close #63248
2025-08-29 08:51:32 -07:00
Joey Perrott
b0effa1cc3
ci: use new size tracking in integration tests ( #62650 )
...
Use the new size tracking within integration tests
PR Close #62650
2025-07-17 13:56:22 -04:00
Jessica Janiuk
365ca13b22
test: rename legacy animations integration tests ( #62527 )
...
This just prefixes the integration tests associated with the animation packages.
PR Close #62527
2025-07-08 13:28:37 -07:00