Angular Robot
127bad774a
build: update cross-repo angular dependencies ( #61576 )
...
See associated pull request for more information.
PR Close #61576
2025-05-21 15:00:22 +00:00
Jessica Janiuk
fa5d7ff409
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:18 +00:00
Jessica Janiuk
282357f042
ci: temporarily disable saucelabs ( #61555 )
...
Saucelabs is having connection issues
PR Close #61555
2025-05-21 09:50:45 +00:00
Alan Agius
3947a4b9f5
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:20 +00:00
Angular Robot
bb220c0d31
build: update cross-repo angular dependencies ( #61530 )
...
See associated pull request for more information.
PR Close #61530
2025-05-20 17:45:02 +00:00
Angular Robot
6ba9adc797
build: update cross-repo angular dependencies ( #61508 )
...
See associated pull request for more information.
PR Close #61508
2025-05-20 13:42:02 +00:00
Angular Robot
fb0f5aaa76
build: update cross-repo angular dependencies ( #61506 )
...
See associated pull request for more information.
PR Close #61506
2025-05-20 12:00:51 +00:00
Angular Robot
c3e26907c9
build: update cross-repo angular dependencies ( #61502 )
...
See associated pull request for more information.
PR Close #61502
2025-05-20 11:07:56 +00:00
Angular Robot
a6b8b2ccd4
build: update cross-repo angular dependencies ( #61464 )
...
See associated pull request for more information.
PR Close #61464
2025-05-19 12:04:34 +00:00
Angular Robot
7ac3643a14
build: update cross-repo angular dependencies ( #61435 )
...
See associated pull request for more information.
PR Close #61435
2025-05-19 08:05:40 +00:00
Angular Robot
c335dcd04c
build: update cross-repo angular dependencies ( #61415 )
...
See associated pull request for more information.
Closes #61400 as a pr takeover
PR Close #61415
2025-05-16 14:30:35 +00:00
Angular Robot
f1abf3c2a1
build: update github/codeql-action action to v3.28.18 ( #61403 )
...
See associated pull request for more information.
PR Close #61403
2025-05-16 11:06:10 +00:00
Angular Robot
743c7cf5d2
build: update cross-repo angular dependencies ( #61339 )
...
See associated pull request for more information.
PR Close #61339
2025-05-16 08:45:13 +00:00
Alan Agius
333a0f35dd
ci: update step name in workflow ( #61393 )
...
This was named incorrectly.
PR Close #61393
2025-05-16 08:32:29 +00:00
Alan Agius
0c993378ff
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
1ffe37df33
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
cd9b1b7b72
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:01 +00:00
Alan Agius
38f251da40
ci: streamline adev CDK APIs and CLI help workflows ( #61253 )
...
This commit implements several enhancements to the adev docs update workflow pipeline:
- **Unify actions:** Merge the workflows into a single one.
- **Optimize Git cloning:** Clone the repo with `--depth=0` only once per push instead of 2 times.
- **Prevent concurrent runs:** Implement concurrency control to automatically cancel in-progress workflow runs for the same branch, ensuring only the latest commit is processed.
PR Close #61253
2025-05-15 10:05:30 -07:00
Angular Robot
0fc0d67146
build: update cross-repo angular dependencies ( #61286 )
...
See associated pull request for more information.
PR Close #61286
2025-05-14 10:43:35 +00:00
Angular Robot
8f9a21ae6f
build: update cross-repo angular dependencies ( #61234 )
...
See associated pull request for more information.
PR Close #61234
2025-05-12 15:30:57 -07:00
Paul Gschwendtner
c8dfe6da34
ci: ensure pnpm-lock file and aspect lock files are up-to-date ( #61224 )
...
Ensures that the pnpm lock file and Aspect lock files are up-to-date
in PRs.
PR Close #61224
2025-05-09 11:54:38 +02:00
Alan Agius
db06708e5e
ci: update workflow to clone repo with history ( #61223 )
...
Tentative fix for:
```
Adding upstream remote: ***github.com/angular-robot/angular.git
origin https://github.com/angular/angular (fetch)
origin https://github.com/angular/angular (push)
upstream ***github.com/angular-robot/angular.git (fetch)
upstream ***github.com/angular-robot/angular.git (push)
Pushing 19.2.x from origin to angular-robot upstream...
To https://github.com/angular-robot/angular.git
! [rejected] 19.2.x -> 19.2.x (stale info)
error: failed to push some refs to 'https://github.com/angular-robot/angular.git '
```
PR Close #61223
2025-05-08 11:56:57 -07:00
Alan Agius
adffb2ec82
ci: use --force-with-lease when pushing to remote branch ( #61222 )
...
Tentative fix for:
```
! [rejected] 20.0.x -> 20.0.x (fetch first)
error: failed to push some refs to 'https://github.com/angular-robot/angular.git '
```
PR Close #61222
2025-05-08 11:33:44 -07:00
Angular Robot
f7e4541b8f
build: update cross-repo angular dependencies ( #61164 )
...
See associated pull request for more information.
PR Close #61164
2025-05-08 09:54:57 -07:00
Miles Malerba
c49d206dd6
ci: fix typo in update-cdk-apis job and mark it for megre ( #61195 )
...
Updates the name which accidentally remained unchanged from when I
copied it from the CLI help script
Also marks the PR for merge immediately. The caretaker can sanity check
it, approve it, and merge it.
PR Close #61195
2025-05-08 09:42:51 -07:00
Alan Agius
0f99d63060
ci: fix step name ( #61213 )
...
This fixes the name of the step which was previously incorrect
PR Close #61213
2025-05-08 09:27:02 -07:00
Alan Agius
66753dcdc0
ci: use bash syntax for CURRENT_BRANCH in GitHub Actions ( #61212 )
...
Replaces incorrect use of GitHub Actions expression syntax `${{CURRENT_BRANCH }}` inside a run block with proper bash variablesyntax `$CURRENT_BRANCH`, preventing 'Unrecognized named-value' errors.
PR Close #61212
2025-05-08 16:32:42 +02:00
Alan Agius
6f4307faf3
ci: remove redundant dash in workflow file ( #61206 )
...
This appears to the reason why the workflow is erroring out that each step is required to have `uses` or `run`
PR Close #61206
2025-05-08 14:41:31 +02:00
Alan Agius
50993be218
ci: add workflow to sync non-default branches ( #61201 )
...
This workflow addresses a limitation with Renovate's behavior in fork mode. Renovate does not automatically sync non-default branches in forked repositories.
This workflow automates syncing forked non-default branches with their upstream counterparts. This ensures Renovate can detect and apply updates to these branches, maintaining up-to-date dependencies across all relevant branches.
PR Close #61201
2025-05-08 13:29:53 +02:00
Angular Robot
d225c72618
build: update github/codeql-action action to v3.28.17 ( #61134 )
...
See associated pull request for more information.
PR Close #61134
2025-05-06 09:09:56 -07:00
Angular Robot
826b4f604f
build: update angular/dev-infra digest to a4538b2 ( #61096 )
...
See associated pull request for more information.
PR Close #61096
2025-05-02 07:56:25 -07:00
Miles Malerba
8828a84ecf
ci: add a script to copy cdk api files to adev ( #61081 )
...
Refactors the update-cli-help script into a generic script to copy json
assets, and uses the shared code to also copy the CDK apis
PR Close #61081
2025-05-01 15:00:41 -07:00
Angular Robot
33a336f74a
build: update cross-repo angular dependencies ( #61069 )
...
See associated pull request for more information.
PR Close #61069
2025-04-30 15:12:30 -07:00
Angular Robot
bb00b93db3
build: update cross-repo angular dependencies ( #61062 )
...
See associated pull request for more information.
PR Close #61062
2025-04-30 09:31:36 -07:00
Angular Robot
3735d55f6f
build: update cross-repo angular dependencies ( #61045 )
...
See associated pull request for more information.
PR Close #61045
2025-04-29 12:21:16 -07:00
Angular Robot
09cc3949d1
build: update cross-repo angular dependencies ( #61021 )
...
See associated pull request for more information.
PR Close #61021
2025-04-29 10:08:21 -07:00
Angular Robot
6b7e368602
build: update github/codeql-action action to v3.28.16 ( #61035 )
...
See associated pull request for more information.
PR Close #61035
2025-04-29 09:51:08 -07:00
Angular Robot
03360cf944
build: update cross-repo angular dependencies ( #60998 )
...
See associated pull request for more information.
PR Close #60998
2025-04-25 08:45:54 -07:00
Angular Robot
3331b10e19
build: update cross-repo angular dependencies ( #60978 )
...
See associated pull request for more information.
PR Close #60978
2025-04-23 17:37:09 +02:00
Angular Robot
61012cb239
build: update cross-repo angular dependencies ( #60960 )
...
See associated pull request for more information.
PR Close #60960
2025-04-22 21:23:37 +02:00
Angular Robot
619291b924
build: update cross-repo angular dependencies ( #60914 )
...
See associated pull request for more information.
PR Close #60914
2025-04-22 10:56:53 +02:00
Angular Robot
620f127131
build: update cross-repo angular dependencies ( #60877 )
...
See associated pull request for more information.
PR Close #60877
2025-04-16 11:58:44 -04:00
Angular Robot
e24b6d5066
build: update cross-repo angular dependencies ( #60847 )
...
See associated pull request for more information.
PR Close #60847
2025-04-14 13:41:14 -04:00
Angular Robot
1522e6c3f2
build: update cross-repo angular dependencies ( #60835 )
...
See associated pull request for more information.
PR Close #60835
2025-04-11 10:19:13 -04:00
Paul Gschwendtner
cda922d480
build: update post-approval dev-infra action
...
This should fix errors with the suspended GitHub app installation.
2025-04-11 12:24:35 +02:00
Angular Robot
6aa0bbd4e4
build: update cross-repo angular dependencies ( #60811 )
...
See associated pull request for more information.
PR Close #60811
2025-04-10 11:31:17 -04:00
Paul Gschwendtner
7fc14d7f26
build: fix adev first party linking and re-enable tests ( #60825 )
...
This commit attempts to finally fix the long-standing first-party
package linking issue with the rather tricky `rules_nodejs` toolchain.
I've verified that no version of e.g. `@angular/core` ends up in the
Bazel sandbox. This is achieved by also filtering transitive Angular
deps for first-party linked packages. e.g. `@angular/docs`.
In addition, `@angular/docs` accidentally ended up bundling parts of
Angular core because it relied on an entry-point that was not part of
the "well known externals". As part of the ongoing `ng_package`
update/rewrite, we should look into disabling bundling of ANY external
dependency/module. This is possible because we use relative imports
inside APF packages as of recently!
This commit should allow us to develop and continue new compiler
features, without having to temporarily (or longer) disable all
`angular.dev` unit tests!
Fixes #54858 .
PR Close #60825
2025-04-10 14:19:52 +00:00
Angular Robot
df42976084
build: update github/codeql-action action to v3.28.15 ( #60780 )
...
See associated pull request for more information.
PR Close #60780
2025-04-08 16:26:14 -07:00
Angular Robot
9bba182c0e
build: update cross-repo angular dependencies ( #60777 )
...
See associated pull request for more information.
PR Close #60777
2025-04-08 16:09:31 -07:00
Angular Robot
5039ed0fa7
build: update cross-repo angular dependencies ( #60747 )
...
See associated pull request for more information.
PR Close #60747
2025-04-07 10:31:01 -07:00