Matthieu Riegler
9943cb79da
ci: add zone.js to minimumReleaseAgeExclude
...
This is a package we control the release of.
(cherry picked from commit d501506aa6 )
2026-02-19 20:41:24 +00:00
Angular Robot
50c53534ea
build: update pnpm to v10.29.3
...
See associated pull request for more information.
2026-02-13 09:19:51 -08:00
Miles Malerba
5cf357bdce
build: lock file maintenance
...
See associated pull request for more information.
2026-02-12 16:42:54 -08:00
Angular Robot
937e98f4df
build: update pnpm to v10.29.2
...
See associated pull request for more information.
2026-02-11 15:37:15 -08:00
Matthieu Riegler
6c14e3af2e
build: update Jasmine to 6.0.0
...
Jasmine enables `forbidDuplicateNames: true` by default. So we also need to desambiguate duplicate spec names.
2026-02-09 15:57:12 -08:00
Angular Robot
6855296a36
build: update pnpm to v10.29.1
...
See associated pull request for more information.
2026-02-09 12:21:48 -08:00
Angular Robot
3de87e1eda
build: update pnpm to v10.28.2
...
See associated pull request for more information.
2026-01-28 18:36:21 +00:00
Angular Robot
60aceefc75
build: update pnpm to v10.28.1
...
See associated pull request for more information.
2026-01-21 10:19:09 -08:00
Angular Robot
f0bcf876ec
build: lock file maintenance
...
See associated pull request for more information.
2026-01-20 09:28:39 -08:00
Angular Robot
bf5db2b8d3
build: lock file maintenance
...
See associated pull request for more information.
2026-01-13 08:59:44 -08:00
Angular Robot
e9cb3cbefb
build: update pnpm to v10.28.0
...
See associated pull request for more information.
2026-01-12 08:31:22 -08:00
Matthieu Riegler
18810d8a15
build: update lock file maintenance
...
superseeds #66229
This also removes the dagre-d3-es patch as it was merged upstream (tbo47/dagre-es/pull/51)
2026-01-07 15:53:37 -05:00
Angular Robot
708a813f5f
build: update pnpm to v10.27.0
...
See associated pull request for more information.
2026-01-02 08:30:38 +01:00
Angular Robot
2e58b66810
build: update pnpm to v10.26.0
...
See associated pull request for more information.
2025-12-17 09:56:35 -08:00
Angular Robot
af6c01f9fb
build: update pnpm to v10.25.0
...
See associated pull request for more information.
2025-12-10 12:33:25 -08:00
Angular Robot
71b613177f
build: update pnpm to v10.24.0
...
See associated pull request for more information.
2025-12-01 19:54:46 +01:00
Angular Robot
e681c871d3
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-26 13:08:42 -05:00
Angular Robot
50259f02f3
build: update pnpm to v10.23.0
...
See associated pull request for more information.
2025-11-24 09:35:06 -05:00
Angular Robot
f799fc89f4
build: lock file maintenance
...
See associated pull request for more information.
2025-11-18 08:17:39 -08:00
Angular Robot
415cfecf09
build: update pnpm to v10.22.0
...
See associated pull request for more information.
2025-11-14 08:35:14 -08:00
Angular Robot
8e81d0a9e8
build: update pnpm to v10.21.0
...
See associated pull request for more information.
2025-11-12 09:42:28 -08:00
Angular Robot
b8b8bad130
build: lock file maintenance
...
See associated pull request for more information.
2025-11-04 17:52:54 +00: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
97e5f570fb
build: lock file maintenance
...
See associated pull request for more information.
2025-10-28 10:27:27 +01: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
aca2f758d3
build: lock file maintenance ( #64533 )
...
See associated pull request for more information.
PR Close #64533
2025-10-20 16:03:34 +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
4d1d962492
build: lock file maintenance ( #64376 )
...
See associated pull request for more information.
PR Close #64376
2025-10-14 12:21:32 -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
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
Angular Robot
470dca1c01
build: lock file maintenance ( #64252 )
...
See associated pull request for more information.
PR Close #64252
2025-10-06 15:23:00 -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
Alan Agius
fc643c9044
build: adopt moduleResolution: "bundler" ( #64125 )
...
This commit updates the TypeScript configuration across the project to use `moduleResolution: "bundler"`. This modernizes our module resolution strategy to align with current TypeScript best practices and bundler behaviors.
The following changes are included:
- Updated `tsconfig.json` files to set `moduleResolution` to `"bundler"`.
- Updated the `rules_angular` bazel dependency to a version compatible with these changes.
- Adjusted related test files and golden files to reflect the new module resolution strategy.
PR Close #64125
2025-09-29 14:20:23 -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
Matthieu Riegler
56cb0931ef
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:25 +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
Jessica Janiuk
4924108630
refactor(core): dispatch enter and leave animations at the right times ( #63450 )
...
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 #63450
2025-09-10 22:24:00 +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
Andrew Kushnir
599c45c380
build: update lock files for integration test apps ( #60594 )
...
This commit updates yarn.lock files for integration test apps.
PR Close #60594
2025-03-31 16:39:14 +00:00
Joey Perrott
9dbe6fc18b
refactor: update license text to point to angular.dev ( #57901 )
...
Update license text to point to angular.dev instead of angular.io
PR Close #57901
2024-09-24 15:33:00 +02:00
Angular Robot
8a5f3197c0
build: update cross-repo angular dependencies ( #57776 )
...
See associated pull request for more information.
Closes #56387 as a pr takeover
PR Close #57776
2024-09-13 16:09:02 +02:00
Paul Gschwendtner
f0d63f17e2
build: update cross-repo angular dependencies ( #56364 )
...
This commit also performs lock file maintenance on all integration
tests, fixing some ambigous ESM/CJS dependency graph issues.
e.g.
```
Unknown error: Error [ERR_REQUIRE_ESM]: require() of ES Module /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/string-width/index.js from /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs not supported.
Instead change the require of index.js in /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs to a dynamic import() which is available in all CommonJS modules.
------------------------------------------
```
Closes #56261 .
PR Close #56364
2024-06-11 12:35:47 -07:00
Alan Agius
46acb55e76
build: update integration tests lock files ( #55661 )
...
This should fix CI.
PR Close #55661
2024-05-03 09:17:16 -07: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
Joey Perrott
894c1c5f10
refactor: apply prettier formatting to integration ( #54653 )
...
Apply prettier formatting to integration directories
PR Close #54653
2024-04-02 20:42:04 +00:00
Matthieu Riegler
c2f270cf14
refactor(compiler): Delete the @angular/compiler/testing module. ( #49872 )
...
The package was removed in components, it can now be deleted here also.
PR Close #49872
2023-10-09 15:58:25 -07:00
alkavats1
178ece4dfb
docs: correcting existing import for the commonHttpTesting ( #50473 )
...
PR Close #50473
2023-05-30 12:59:53 -07:00
Paul Gschwendtner
63673ddd3f
build: re-add lock files for integration tests ( #49787 )
...
The lock files for integration tests have been accidentally
removed with: https://github.com/angular/angular/commit/612eaca3c55b1304e0018abc1ee10aba27b642a7
This commit re-adds them.
PR Close #49787
2023-04-11 10:26:42 -07:00