Angular Robot
bf881cc7bd
build: update github/codeql-action action to v3.29.2 ( #62394 )
...
See associated pull request for more information.
PR Close #62394
2025-07-01 08:25:36 +00:00
Angular Robot
7c82f26c5e
build: lock file maintenance ( #62369 )
...
See associated pull request for more information.
PR Close #62369
2025-06-30 09:25:01 +00:00
Angular Robot
175e4802b8
build: update cross-repo angular dependencies ( #62350 )
...
See associated pull request for more information.
PR Close #62350
2025-06-30 07:42:15 +00:00
Angular Robot
82cdd5ce24
build: update github/codeql-action action to v3.29.1 ( #62332 )
...
See associated pull request for more information.
PR Close #62332
2025-06-27 11:23:59 +00:00
Angular Robot
84fe149dc7
build: update cross-repo angular dependencies ( #62330 )
...
See associated pull request for more information.
PR Close #62330
2025-06-27 11:21:21 +00:00
Angular Robot
ff37af9f76
build: update cross-repo angular dependencies ( #62313 )
...
See associated pull request for more information.
PR Close #62313
2025-06-27 07:21:12 +00:00
Jessica Janiuk
bee0409525
ci: remove artifacts job ( #62291 )
...
Remove the artifacts job.
PR Close #62291
2025-06-26 12:01:00 +00:00
Angular Robot
8b861e2caf
build: update cross-repo angular dependencies ( #62289 )
...
See associated pull request for more information.
PR Close #62289
2025-06-26 11:44:06 +00:00
Angular Robot
31a21253ed
build: update cross-repo angular dependencies ( #62263 )
...
See associated pull request for more information.
PR Close #62263
2025-06-25 13:19:42 +00:00
Angular Robot
767e1ddcf5
build: update cross-repo angular dependencies ( #62248 )
...
See associated pull request for more information.
PR Close #62248
2025-06-24 16:26:10 +00:00
Jessica Janiuk
9d20d6fbfc
Revert "test(devtools): revive cypress tests ( #61972 )" ( #62243 )
...
This reverts commit 75d246e03c .
PR Close #62243
2025-06-24 15:03:46 +00:00
AleksanderBodurri
a42169a7ab
test(devtools): revive cypress tests ( #61972 )
...
Previously these tests would run automatically when Angular DevTools lived in another repo. These files have continued to live here but have not been running automatically on each PR.
Now, these test files have been revived to run properly with our changes since the repo merge. This is a first step to reviving our e2e testing.
Next steps include writing cypress tests for new features like Injector Graph, Router tree, signals visualizations, etc.
PR Close #61972
2025-06-24 14:22:22 +00:00
Angular Robot
9c3157d327
build: lock file maintenance ( #62204 )
...
See associated pull request for more information.
PR Close #62204
2025-06-24 09:38:18 +00:00
Angular Robot
7a520ffff9
build: update cross-repo angular dependencies ( #62200 )
...
See associated pull request for more information.
PR Close #62200
2025-06-24 08:53:38 +00:00
Angular Robot
9c4144962f
build: update cross-repo angular dependencies ( #62163 )
...
See associated pull request for more information.
PR Close #62163
2025-06-20 14:43:24 -07:00
Angular Robot
b40613f70d
build: lock file maintenance ( #62068 )
...
See associated pull request for more information.
PR Close #62068
2025-06-18 15:58:43 +02:00
Angular Robot
24b4484f7f
build: update cross-repo angular dependencies ( #62080 )
...
See associated pull request for more information.
PR Close #62080
2025-06-18 09:10:08 +02:00
Angular Robot
30e4cfd9aa
build: update github/codeql-action action to v3.29.0 ( #62024 )
...
See associated pull request for more information.
PR Close #62024
2025-06-12 10:13:51 +02:00
Paul Gschwendtner
d16c1cf462
build: migrate packages/core/test to new jasmine_test rule ( #61902 )
...
Migrates `packages/core/test` to the new `jasmine_test` rule. As part of
this, we are also removing an unnecessary/unused test fixture.
PR Close #61902
2025-06-12 10:00:10 +02:00
Angular Robot
492d76f6cf
build: update cross-repo angular dependencies ( #61944 )
...
See associated pull request for more information.
PR Close #61944
2025-06-11 13:30:56 +02:00
Joey Perrott
eef6faf6a8
ci: update to latest version of dev-infra actions ( #61990 )
...
Update to the latest sha of the dev-infra actions
PR Close #61990
2025-06-10 15:50:09 -07:00
Joey Perrott
10a6a87235
ci: use new pull-request-labeling action ( #61938 )
...
Use the pull-request-labeling action which replaced the commit-message-based-labeling action.
PR Close #61938
2025-06-06 12:38:21 -07:00
Angular Robot
9ae8027d9b
build: update cross-repo angular dependencies ( #61912 )
...
See associated pull request for more information.
PR Close #61912
2025-06-06 10:29:43 +02:00
Angular Robot
32ce1496ab
build: update scorecard action dependencies ( #61891 )
...
See associated pull request for more information.
PR Close #61891
2025-06-05 11:20:37 +02:00
Angular Robot
3710b124a1
build: update cross-repo angular dependencies ( #61855 )
...
See associated pull request for more information.
PR Close #61855
2025-06-04 10:24:51 -04:00
Angular Robot
30ea478be4
build: update cross-repo angular dependencies ( #61704 )
...
See associated pull request for more information.
PR Close #61704
2025-06-03 07:33:33 -04:00
Angular Robot
2f1f6eeb57
build: update cross-repo angular dependencies ( #61680 )
...
See associated pull request for more information.
PR Close #61680
2025-05-26 10:27:08 +00:00
Alan Agius
f6ee2811cb
ci: remove sync angular-robot forked repository workflow ( #61675 )
...
Renovate now supports syncing of non-default base branches, making this workflow obsolete.
PR Close #61675
2025-05-26 09:18:33 +00:00
Alan Agius
f355fbc446
build: disable esbuild metadata file generation ( #61636 )
...
Disables creation of the esbuild meta.json file, which is not utilized in the build process. This streamlines the output and avoids generating unused artifacts.
PR Close #61636
2025-05-26 08:57:44 +00:00
Andrew Scott
eb4abc2ddb
refactor(zone.js): Add a withProxyZone helper that might be used for unpatched test frameworks ( #61626 )
...
As an alternative to monkey patching vitest, this change adds a method that could be used
for manually running functions inside a shared proxy zone. If used inocrrectly,
this would mean that
the `fakeAsync` closure may not capture all timers and microtasks if it
invokes things created in a zone that was already forked (e.g. creating
a component in a beforeEach:
https://github.com/angular/angular/blob/2699dd65558d70fadeac1e9b420841f3dfc3a059/packages/zone.js/lib/jasmine/jasmine.ts#L363-L371 )
PR Close #61626
2025-05-22 13:39:32 -07:00
Angular Robot
9d8a778b28
build: update cross-repo angular dependencies ( #61577 )
...
See associated pull request for more information.
PR Close #61577
2025-05-21 15:01:11 +00:00
Jessica Janiuk
edc694d462
ci: temporarily disable saucelabs for push jobs ( #61558 )
...
This also disables saucelabs for the CI (push) jobs.
PR Close #61558
2025-05-21 11:07:19 +00:00
Jessica Janiuk
7ea3b5e862
ci: temporarily disable saucelabs ( #61555 )
...
Saucelabs is having connection issues
PR Close #61555
2025-05-21 09:50:46 +00:00
Alan Agius
38d936b5d5
ci: change action: review to action: merge in update docs ( #61533 )
...
Simplifies the workflow by reducing the number of required actions for the caretaker or reviewer, similar to Renovate PRs.
PR Close #61533
2025-05-20 20:04:22 +00:00
Angular Robot
7a447271de
build: update cross-repo angular dependencies ( #61531 )
...
See associated pull request for more information.
PR Close #61531
2025-05-20 17:45:32 +00:00
Angular Robot
6218b381c7
build: update cross-repo angular dependencies ( #61509 )
...
See associated pull request for more information.
PR Close #61509
2025-05-20 13:50:57 +00:00
Angular Robot
29d8283d65
build: update dependency @octokit/graphql to v9 ( #61505 )
...
See associated pull request for more information.
PR Close #61505
2025-05-20 12:31:14 +00:00
Angular Robot
3c5b0296cd
build: update cross-repo angular dependencies ( #61507 )
...
See associated pull request for more information.
PR Close #61507
2025-05-20 12:01:28 +00:00
Angular Robot
f0ce891d27
build: update cross-repo angular dependencies ( #61504 )
...
See associated pull request for more information.
PR Close #61504
2025-05-20 11:08:30 +00:00
Angular Robot
a30fc96e98
build: update cross-repo angular dependencies ( #61466 )
...
See associated pull request for more information.
PR Close #61466
2025-05-19 12:05:27 +00:00
Angular Robot
41ded3dbc8
build: update cross-repo angular dependencies ( #61436 )
...
See associated pull request for more information.
PR Close #61436
2025-05-19 08:06:27 +00:00
Angular Robot
e409d94b92
build: update cross-repo angular dependencies to 4d867b5 ( #61423 )
...
See associated pull request for more information.
PR Close #61423
2025-05-16 15:51:33 +00:00
Angular Robot
e17ba18fd6
build: lock file maintenance ( #61267 )
...
See associated pull request for more information.
PR Close #61267
2025-05-16 15:47:50 +00:00
Angular Robot
78931b1d94
build: update github/codeql-action action to v3.28.18 ( #61417 )
...
See associated pull request for more information.
PR Close #61417
2025-05-16 14:38:52 +00:00
Alan Agius
1d6d8a3ff7
build: update cross-repo angular dependencies ( #61416 )
...
See associated pull request for more information.
Closes #61402 as a pr takeover
PR Close #61416
2025-05-16 14:33:35 +00:00
Angular Robot
a9d0ed6dfe
build: update cross-repo angular dependencies ( #61343 )
...
See associated pull request for more information.
PR Close #61343
2025-05-16 08:59:04 +00:00
Alan Agius
337c7b8955
ci: update step name in workflow ( #61393 )
...
This was named incorrectly.
PR Close #61393
2025-05-16 08:32:29 +00:00
Alan Agius
15dcb2b8b9
ci: use current branch as base for pull request ( #61390 )
...
Avoid creating new branches since peter-evans/create-pull-request uses the currently checked-out branch as the base.
PR Close #61390
2025-05-16 07:42:18 +00:00
Alan Agius
7034b74fe3
ci: replace usage of create-pr-for-changes with create-pull-request ( #61388 )
...
This changes remove the usage of the custom of github action to create PRs instead it uses `peter-evans/create-pull-request`.
PR Close #61388
2025-05-16 07:14:36 +00:00
Alan Agius
b9b74b692c
ci: ensure uncommitted changes are cleaned up before creating a branch ( #61387 )
...
This ensures that all uncommitted changes are cleaned up before creating a new branch.
PR Close #61387
2025-05-16 07:14:02 +00:00