Angular Robot
dfd5e3a90a
build: update pnpm to v10.29.3
...
See associated pull request for more information.
2026-02-13 09:18:58 -08:00
Angular Robot
5b59dbd36f
build: lock file maintenance
...
See associated pull request for more information.
2026-02-12 10:18:03 -08:00
Angular Robot
a4fceda35b
build: update pnpm to v10.29.2
...
See associated pull request for more information.
2026-02-11 13:40:49 -08:00
Charles Lyding
4999868d8d
build: migrate integration tests to manual Protractor setup
...
Removes the use of the private Protractor builder (`@angular-devkit/build-angular:private-protractor`)
from all integration test projects. Projects that still require E2E tests
now invoke Protractor directly via NPM scripts using `concurrently` to
manage the development server.
2026-02-11 13:38:55 -08:00
Charles Lyding
387793fe29
build: remove unused Protractor E2E target from legacy-animations
...
Removes the `e2e` architect target from the `legacy-animations` integration test
project as it does not have actual E2E tests and was using a placeholder script.
2026-02-10 09:41:26 -08:00
Charles Lyding
15fc190556
test: remove unused Protractor E2E targets from integration tests
...
Removes the `e2e` architect target from several integration test projects
that do not have Protractor as a dependency and are not executing E2E tests.
Affected projects:
- cli-hello-world
- cli-hello-world-lazy
- defer
- legacy-animations-async
- standalone-bootstrap
2026-02-10 09:41:26 -08:00
Angular Robot
20a24631a4
build: update pnpm to v10.29.1
...
See associated pull request for more information.
2026-02-09 12:21:19 -08:00
Angular Robot
11767cabe4
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 12:15:57 -08:00
Angular Robot
15c71fba43
build: update all non-major dependencies
...
See associated pull request for more information.
2026-02-06 09:44:52 -08:00
Angular Robot
91ed22c241
build: lock file maintenance
...
See associated pull request for more information.
2026-02-05 16:48:35 -08:00
Angular Robot
df3258cfc4
build: update all non-major dependencies
...
See associated pull request for more information.
2026-01-29 12:22:40 -08:00
Angular Robot
d7672cfceb
build: update pnpm to v10.28.2
...
See associated pull request for more information.
2026-01-28 19:22:35 +00:00
Angular Robot
1b324a2ca6
build: lock file maintenance
...
See associated pull request for more information.
2026-01-28 18:26:45 +00:00
Angular Robot
085784e4f1
build: update all non-major dependencies
...
See associated pull request for more information.
2026-01-22 22:10:16 +00:00
Angular Robot
cb7ace96a4
build: update pnpm to v10.28.1
...
See associated pull request for more information.
2026-01-21 10:18:42 -08:00
Angular Robot
d50e971e98
build: lock file maintenance
...
See associated pull request for more information.
2026-01-20 09:28:18 -08:00
Angular Robot
ebc52ff434
build: update all non-major dependencies
...
See associated pull request for more information.
2026-01-15 10:52:48 -08:00
Angular Robot
6e6a02206c
build: lock file maintenance
...
See associated pull request for more information.
2026-01-13 08:55:56 -08:00
Angular Robot
783f20edbc
build: update pnpm to v10.28.0
...
See associated pull request for more information.
2026-01-12 08:31:45 -08:00
Angular Robot
00905c1c03
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-08 13:26:26 -08:00
Angular Robot
7d3cf91b1e
build: update all non-major dependencies
...
See associated pull request for more information.
2026-01-08 08:41:30 -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
29574f622d
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2026-01-02 14:24:17 +01:00
Angular Robot
8fa602176c
build: update all non-major dependencies
...
See associated pull request for more information.
2026-01-02 08:31:03 +01: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
7335b98600
build: update dependency rollup to v4.53.5
...
See associated pull request for more information.
2025-12-17 09:50:30 -08:00
Matthieu Riegler
6270bba056
ci: reformat files
...
This is after we've slightly changed a rule in #66056
2025-12-16 14:44:19 -08:00
Angular Robot
db5429fbb2
build: lock file maintenance
...
See associated pull request for more information.
2025-12-16 09:36:22 -08:00
Matthieu Riegler
af77b89e2a
ci: reformat files
...
This is after we've slightly changed a rule in #66056
2025-12-16 09:24:36 -08:00
Matthieu Riegler
44d4439bc4
refactor(forms): add signal forms to the type tests
...
This will ensure that signal forms emit valid typings.
Also this commits moves `@standard-schema/spec` from peer-dep to regular dep
2025-12-15 11:44:54 -08:00
Angular Robot
d0c3806915
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-12-10 13:20:56 -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
28338c44b3
build: lock file maintenance
...
See associated pull request for more information.
2025-12-10 12:21:26 -08:00
Matthieu Riegler
9d1d742f1b
build: enable angular formatting on all html files
...
This should also be safe on any html file that isn't an angular template
2025-12-08 10:19:45 -08:00
Joey Perrott
aba8fbe5cd
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-12-08 08:40:42 -08:00
Angular Robot
009ca4bc70
build: update all non-major dependencies
...
See associated pull request for more information.
2025-12-04 11:31:29 -08:00
Angular Robot
dfd7d3bf6b
build: lock file maintenance
...
See associated pull request for more information.
2025-12-03 13:38:40 +01: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
42e73ff9ce
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-26 15:50:56 -05:00
Alan Agius
71435bd59f
test: update polyfills.js size in integration test reports
...
More info: https://angular-team.slack.com/archives/C07DT5M6V/p1764089279113199
2025-11-26 13:08:42 -05: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
076984259d
build: lock file maintenance
...
See associated pull request for more information.
2025-11-25 10:30:45 -05:00
Shuaib Hasan Akib
93cff501e9
refactor(common): remove redundant standalone: true as it is default now
...
-removing `standalone: true` from integration
- removed whitespace
2025-11-24 13:12:15 -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
4c31f8ebf4
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-19 15:00:49 -08:00
Angular Robot
7e9f1cc8d8
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-18 15:28:38 -08: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
6178e3ebfb
build: update cross-repo angular dependencies
...
See associated pull request for more information.
2025-11-17 16:34:41 -08:00
Aristeidis Bampakos
73295b1087
docs: use the new format for the X account
2025-11-17 08:22:19 -08:00