Angular Robot
8ce8b9342a
build: update pnpm to v10.33.2
...
See associated pull request for more information.
2026-04-24 10:11:20 -07:00
Angular Robot
f3308dc1f7
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-04-23 14:14:19 -07:00
Angular Robot
750af5b123
build: update cross-repo angular dependencies to v21.2.8
...
See associated pull request for more information.
2026-04-22 11:03:02 -07:00
Angular Robot
4dc7bf5a75
build: lock file maintenance
...
See associated pull request for more information.
2026-04-21 10:23:48 -07:00
Angular Robot
810fb7382f
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-04-17 14:34:29 -07:00
Angular Robot
bb8cdd9566
build: lock file maintenance
...
See associated pull request for more information.
2026-04-14 12:20:59 +03:00
Angular Robot
05d9b97cf9
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-04-09 14:17:44 +03:00
Angular Robot
e8265f4593
build: lock file maintenance
...
See associated pull request for more information.
2026-04-07 09:49:43 -07:00
Angular Robot
4441a95119
build: update cross-repo angular dependencies to v21.2.5
...
See associated pull request for more information.
2026-04-02 15:50:14 -07:00
Angular Robot
4ad6d582d2
build: update cross-repo angular dependencies to v21.2.6
...
See associated pull request for more information.
2026-04-01 18:25:52 +02:00
Angular Robot
5fd4f0f854
build: lock file maintenance
...
See associated pull request for more information.
2026-03-31 13:42:53 +02:00
Angular Robot
cf7846bd62
build: update pnpm to v10.33.0
...
See associated pull request for more information.
2026-03-30 12:47:07 +02:00
Angular Robot
4b2008d0f2
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-27 14:00:33 +01:00
Angular Robot
a3048f231c
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-25 12:59:42 -07:00
Angular Robot
3b3ab8b626
build: lock file maintenance
...
See associated pull request for more information.
2026-03-24 15:08:55 -07:00
Angular Robot
1ba89d1128
build: lock file maintenance
...
See associated pull request for more information.
2026-03-20 15:14:25 -07:00
Jessica Janiuk
ad0156e056
fix(core): fixes a regression with animate.leave and reordering
...
PATCH PR for #67765
This fixes a regression bug that resulted in reordered elements not getting properly removed from the DOM. Reused nodes were not being cleared out in this situation.
fixes : #67728
2026-03-19 15:52:35 -07:00
Angular Robot
3838554503
build: update cross-repo angular dependencies to v21.2.3
...
See associated pull request for more information.
2026-03-19 15:04:08 -07:00
Angular Robot
f39896da99
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-03-13 16:25:45 -06:00
Angular Robot
2d28e9b392
build: update pnpm to v10.32.1
...
See associated pull request for more information.
2026-03-13 13:08:54 -06:00
Angular Robot
ff697707ba
build: update pnpm to v10.32.0
...
See associated pull request for more information.
2026-03-11 09:28:49 -07:00
Angular Robot
934e2732b3
build: lock file maintenance
...
See associated pull request for more information.
2026-03-10 09:59:30 -07:00
Angular Robot
024e307ab0
build: update pnpm to v10.31.0
...
See associated pull request for more information.
2026-03-09 17:00:10 -07:00
Jessica Janiuk
b4ec3cc4e4
fix(core): prevent child animation elements from being orphaned
...
When routing between two different routes, child animations were not finishing, causing elements to be left behind in the dom. The fix ensures the proper fallback is handled to avoid automatically cancelled custom events. This ensures the animation-fallback cancelling the animation actually completes, and ensures the element is removed.
fixes : #67400
(cherry picked from commit 9e64147b73 )
2026-03-04 16:21:41 +00:00
Angular Robot
84e79f5add
build: update pnpm to v10.30.3
...
See associated pull request for more information.
2026-03-04 08:03:41 -08:00
Angular Robot
8f6ca1d9f9
build: lock file maintenance
...
See associated pull request for more information.
2026-03-03 09:08:50 -08:00
Angular Robot
0c8a2858b9
build: update cross-repo angular dependencies to v21.2.0
...
See associated pull request for more information.
2026-03-02 11:32:52 -08:00
Jessica Janiuk
e923d88398
fix(core): Prevent removal of elements during drag and drop
...
This addresses a reported issue where elements were being fully removed from the DOM during drag and drop operations.
fixes : #67257
(cherry picked from commit 0b59cba85d )
2026-03-02 16:46:13 +00: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
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
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
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
Andrew Kushnir
13c819bad2
test(core): remove obsolete integration tests ( #60594 )
...
This commit removes a number of obsolete integration tests and also removes some e2e tests for a few remianing apps, since they are not adding value, but cause extra time to spend on CI.
PR Close #60594
2025-03-31 16:39:14 +00:00
Doug Parker
8b5e5f76a4
test: update protractor builder usage to private-protractor ( #58254 )
...
This fixes any existing usage of `@angular-devkit/build-angular:protractor` which would be broken by the CLI `-next.12` upgrade.
PR Close #58254
2024-10-22 07:37:14 -07: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
Alan Agius
38de06b2d1
test: disable cache and analytics ( #57863 )
...
In Bazel, the `CI` environment variable is not set due to its hermetic nature. As a result, caching is enabled by default, which includes Vite pre-bundling. This is unnecessary in CI environments.
In some cases, this leads to errors during CI runs when the Vite build is closed or canceled prematurely, resulting in the following errors:
```
Error: R] The build was canceled
Error: R] Terminating worker thread [plugin angular-vite-optimize-deps]
```
PR Close #57863
2024-09-19 11:14:23 +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
Angular Robot
3d55073531
build: update cross-repo angular dependencies ( #56041 )
...
See associated pull request for more information.
Closes #55806 as a pr takeover
PR Close #56041
2024-05-30 14:53:32 +00:00
Alan Agius
6e1e70d3f1
ci: use application builder for integration tests ( #55660 )
...
This updates the integration tests to use the application builder.
PR Close #55660
2024-05-03 11:21:06 -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
cexbrayat
7ba5dc87ed
refactor(core): remove test.ts files in integration tests ( #52109 )
...
These files are not necessary since CLI v15+
PR Close #52109
2023-10-18 11:52:55 -07:00
Matthieu Riegler
81e7f5be03
test(animations): update the integration test ( #50738 )
...
Let's have the same test app for async and eagerly loaded animations.
PR Close #50738
2023-09-29 10:49:41 -07:00
Paul Gschwendtner
78791cea4d
build: update browserslist db for integration tests ( #50772 )
...
Since we updated the devkit dependencies, we need to update
the browserslist DB versions in integration tests to avoid
browser mismatches causing errors like the following:
```
BrowserslistError: [BABEL] /tmp/ng-integration-test-91jP3g/test-sandbox/node_modules/zone.js/fesm2015/zone.js: Unknown version 114 of edge (While processing: "base$0$0")
```
PR Close #50772
2023-06-20 17:20:50 +02:00
Matthieu Riegler
aebf1158f6
ci: Remove environment files and EnableProdMode on integration tests ( #49746 )
...
Since v15, prod mode is handled by the CLI with the `optimization` flag. We can remove the environement files and `enableProdMode` when the tests use the CLI.
PR Close #49746
2023-04-14 14:13:33 +00: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