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
76a5246943
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-12 09:39:55 -08:00
Angular Robot
75dd600570
build: lock file maintenance
...
See associated pull request for more information.
2025-11-11 08:48:00 -08:00
Angular Robot
e5cc6d55e8
build: update all non-major dependencies
...
See associated pull request for more information.
2025-11-10 09:47:41 -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
1acc0bcef5
build: update all non-major dependencies to v7.28.5
...
See associated pull request for more information.
2025-10-24 18:47:48 +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
fad6e1351e
build: update all non-major dependencies ( #64514 )
...
See associated pull request for more information.
PR Close #64514
2025-10-20 16:13:17 +00: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
1828230c6f
build: update all non-major dependencies ( #64231 )
...
See associated pull request for more information.
PR Close #64231
2025-10-06 14:59:50 -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
3b28ee1daa
build: lock file maintenance ( #64126 )
...
See associated pull request for more information.
PR Close #64126
2025-09-29 11:55:51 -04: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
Angular Robot
1b7f17b015
build: update all non-major dependencies ( #64018 )
...
See associated pull request for more information.
PR Close #64018
2025-09-24 14:23:17 +00: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
a7e48514eb
build: lock file maintenance ( #63984 )
...
See associated pull request for more information.
PR Close #63984
2025-09-22 15:04:30 +00:00
Angular Robot
6165a9f00b
build: update all non-major dependencies ( #63964 )
...
See associated pull request for more information.
PR Close #63964
2025-09-22 14:24:32 +00:00
Angular Robot
5a0225d9f9
build: update all non-major dependencies ( #63928 )
...
See associated pull request for more information.
PR Close #63928
2025-09-19 17:00:49 +00:00
Angular Robot
8891ee492e
build: update dependency concurrently to v9 ( #63918 )
...
See associated pull request for more information.
PR Close #63918
2025-09-19 14:54:12 +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
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
Matthieu Riegler
e85021a7ba
build: Migrate all integration tests with the schematic. ( #58160 )
...
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .
PR Close #58160
2024-10-14 14:58:58 +00:00
Matthieu Riegler
58bfb4aee9
build: update ts target to ES2022 and module to ES2022 ( #58022 )
...
Our integration tests are based on the CLI. CLI build force the target to ES2022 else it logs a warning
PR Close #58022
2024-10-04 13:33:48 +00: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
8630dc8149
test: add Integration tests for hydration and event reply ( #55708 )
...
This commit introduces integration tests for hydration and event reply functionalities. Additionally, it implements a payload size check for the `event-dispatch-contract.min.js`.
PR Close #55708
2024-05-07 13:39:55 -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
Mateusz Daniluk
de777afbc5
refactor: standardize doctype declaration to <!DOCTYPE html> ( #51052 )
...
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`
PR Close #51052
2024-02-01 19:29:46 +00:00
Paul Gschwendtner
552ea77854
refactor(compiler-cli): drop tsickle code paths ( #50602 )
...
`tsickle` is not used in any code paths in 3P and we can remove
this complexity. The `tsickle` npm package has not been released
in a while and we are risking breakages with e.g. future TypeScript
versions.
Note that the `ng_module` rule was updated to not emit through
tsickle at all. The tsickle in 1P is done directly by `tsc_wrapped`
and our code path in `compiler-cli` is not needed at all.
PR Close #50602
2023-08-17 10:23:49 -07:00
aanchal
6691c497e2
docs: add lang attributes to the files ( #51200 )
...
PR Close #51200
2023-08-01 11:58:44 -07:00
Paul Gschwendtner
4238ed8fb6
build: sort integration package.json dependencies ( #49787 )
...
This commits contains changes proposes by running `yarn install`
for these integration tests.
PR Close #49787
2023-04-11 10:26:43 -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: 612eaca3c5
This commit re-adds them.
PR Close #49787
2023-04-11 10:26:42 -07:00
Alan Agius
6762f79b3d
test: remove google-closure-compiler from tests ( #49559 )
...
google-closure-compiler does not support ES2022
(cherry picked from commit 54365418bb8388ffa9b6388ae438e4d6ac4e081d)
PR Close #49559
2023-03-23 08:18:45 -07:00
Alan Agius
6e26af52fa
feat(bazel): (APF) Angular Package Format updates ( #49559 )
...
Several updates to Angular Package Format.
BREAKING CHANGE:
Several changes to the Angular Package Format (APF)
- Removal of FESM2015
- Replacing ES2020 with ES2022
- Replacing FESM2020 with FESM2022
PR Close #49559
2023-03-23 08:18:45 -07:00
Andrew Scott
07cbaa3e28
Revert "feat(bazel): (APF) Angular Package Format updates ( #49332 )" ( #49555 )
...
This reverts commit 842d569a94 .
PR Close #49555
2023-03-22 16:01:20 -07:00
Andrew Scott
7ebbd6dc39
Revert "test: remove google-closure-compiler from tests ( #49332 )" ( #49554 )
...
This reverts commit 4d89696285 .
PR Close #49554
2023-03-22 14:34:25 -07:00