Angular Robot
8315504d60
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-06 07:47:07 -08:00
Angular Robot
2b71181288
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-05 15:13:37 -08:00
Angular Robot
2922b411e5
build: update pnpm to v10.20.0
...
See associated pull request for more information.
2025-10-31 22:15:02 +00:00
Angular Robot
5c5353d1e5
build: update cross-repo angular dependencies ( #64795 )
...
See associated pull request for more information.
PR Close #64795
2025-10-30 19:22:04 +00:00
Angular Robot
b0c9c63784
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-10-29 21:02:34 +00:00
Angular Robot
13d8ccc41b
build: update cross-repo angular dependencies ( #64622 )
...
See associated pull request for more information.
PR Close #64622
2025-10-23 18:24:58 +02:00
Angular Robot
07a6379de4
build: update pnpm to v10.19.0 ( #64606 )
...
See associated pull request for more information.
PR Close #64606
2025-10-23 12:37:04 +02:00
Angular Robot
a7ba2f5e65
build: update cross-repo angular dependencies ( #64452 )
...
See associated pull request for more information.
PR Close #64452
2025-10-15 22:42:54 +00:00
Angular Robot
7572a272a8
build: update pnpm to v10.18.3 ( #64431 )
...
See associated pull request for more information.
PR Close #64431
2025-10-15 10:44:22 -07:00
Angular Robot
84f6e36e19
build: update pnpm to v10.18.2 ( #64358 )
...
See associated pull request for more information.
PR Close #64358
2025-10-13 08:42:16 -07:00
Angular Robot
8cd1b43d42
build: update cross-repo angular dependencies ( #64282 )
...
See associated pull request for more information.
PR Close #64282
2025-10-09 06:39:05 -07:00
Angular Robot
cb6f8d4228
build: update all non-major dependencies ( #64265 )
...
See associated pull request for more information.
PR Close #64265
2025-10-09 05:23:34 -07:00
Angular Robot
a15688c2da
build: update pnpm to v10.18.1 ( #64264 )
...
See associated pull request for more information.
PR Close #64264
2025-10-07 20:24:42 -04:00
Alan Agius
858e37cf83
build: update cross-repo angular dependencies ( #64255 )
...
See associated pull request for more information.
Closes #64212 as a pr takeover
PR Close #64255
2025-10-07 20:15:46 -04:00
Angular Robot
da0982a5fd
build: update pnpm to v10.18.0 ( #64232 )
...
See associated pull request for more information.
PR Close #64232
2025-10-06 14:57:16 -04:00
Angular Robot
e23815bb7d
build: update dependency typescript to v5.9.3 ( #64207 )
...
See associated pull request for more information.
Closes #64192 as a pr takeover
PR Close #64207
2025-10-02 20:48:42 +00:00
Angular Robot
508090aaed
build: update all non-major dependencies ( #64111 )
...
See associated pull request for more information.
PR Close #64111
2025-09-29 10:14:09 -04:00
Alan Agius
64e28ccf81
build: update cross-repo angular dependencies ( #64073 )
...
See associated pull request for more information.
Closes #64043 as a pr takeover
PR Close #64073
2025-09-25 10:26:19 -04:00
Angular Robot
f36a5049b5
build: update pnpm to v10.17.1 ( #64015 )
...
See associated pull request for more information.
PR Close #64015
2025-09-23 21:40:03 +00:00
Angular Robot
eeb07ddabf
build: update dependency jasmine-spec-reporter to v7 ( #63919 )
...
See associated pull request for more information.
PR Close #63919
2025-09-19 14:57:53 +00:00
Alan Agius
00a1f99e8d
test: update integration test dependencies ( #63937 )
...
During a previous PR review, it was noted that the `next` tag was causing confusion. This commit updates the dependencies for the integration tests to resolve this ambiguity and ensure clarity going forward.
Additionally, this change uses the `link:` protocol to ensure that `pnpm i` does not fail when lockfiles or dependencies are updated outside of Bazel.
PR Close #63937
2025-09-19 14:38:42 +00:00
Alan Agius
950ffd001e
build: remove yarn from integration tests, switch to pnpm ( #63902 )
...
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 #63902
2025-09-18 14:39:51 +00:00
Joey Perrott
50c7e132b5
test: use zone from npm instead of the locally built package for integration tests ( #61947 )
...
Use zone from npm for integration tests
PR Close #61947
2025-06-06 15:20:11 -07:00
Matthieu Riegler
2b73b496e0
test: replace platform-browser-dynamic with platform-browser ( #61495 )
...
The former isn't needed anymore and is now deprecated.
PR Close #61495
2025-05-20 10:01:34 +00:00
Andrew Kushnir
8e3c40a0a4
refactor(core): drop unused deps for integration apps ( #60594 )
...
This commit drops unused deps from the `packages.json` files of various integration test apps.
PR Close #60594
2025-03-31 16:39:14 +00:00
Alan Agius
aeb3fe26cf
build: remove tslint and codelyzer deps from integration tests ( #55658 )
...
These are redundant.
PR Close #55658
2024-05-03 08:15:41 -07:00
Paul Gschwendtner
8a8b682d05
test: integration test for output() api ( #54650 )
...
Adds an integration test for `output()` and `outputFromObservable()`.
The test verifies the JIT transform as well.
PR Close #54650
2024-03-06 12:34:39 +01:00
Paul Gschwendtner
eba017f8c7
refactor(compiler-cli): add transform to support signal input in JIT ( #53808 )
...
This commit adds a transform for supporting input signals in JIT
environments. The transform will be wired up for Angular CLI
applications automatically. An integration test verifies that this fixes
unit testing with signal inputs.
The transform basically will take the signal input metadata and
transform it into `@Input` decorators that can provide static
information to the Angular JIT runtime when the directive/component
definition is compiled.
PR Close #53808
2024-01-10 12:21:05 +00:00
Paul Gschwendtner
7f5ae52c02
test: add integration test for signal inputs in CLI ( #53808 )
...
This commit introduces a new integration test to ensure signal inputs
work as expected for end uses in Angular CLI applications.
PR Close #53808
2024-01-10 12:21:05 +00:00