Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular shared dev-infra code to fed4403 #25187

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jun 29, 2022

This PR contains the following updates:

Package Type Update Change
@angular/dev-infra-private devDependencies digest 67631cd -> fed4403
angular/dev-infra action digest f5e706a -> b5e4e32

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@angular-robot angular-robot requested a review from a team as a code owner June 29, 2022 11:54
@angular-robot angular-robot added merge safe target: patch This PR is targeted for the next patch release labels Jun 29, 2022
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to aac7f7e build: update angular shared dev-infra code to 6ee9057 Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from 8ce4c0c to ac236e5 Compare June 29, 2022 16:22
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 6ee9057 build: update angular shared dev-infra code to 71b25ab Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from ac236e5 to 36c3c9a Compare June 29, 2022 16:52
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 71b25ab build: update angular shared dev-infra code to 2aad4b8 Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from 36c3c9a to b2b30ad Compare June 29, 2022 17:27
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 2aad4b8 build: update angular shared dev-infra code to c1d657f Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from b2b30ad to 6485f28 Compare June 29, 2022 17:51
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to c1d657f build: update angular shared dev-infra code to 034f57e Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from 6485f28 to 6f45fe9 Compare June 29, 2022 18:48
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 034f57e build: update angular shared dev-infra code to a7dc27f Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch 3 times, most recently from 1a19542 to 8753b58 Compare June 29, 2022 23:06
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to a7dc27f build: update angular shared dev-infra code to 4de6d08 Jun 29, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch 2 times, most recently from e056217 to ff68e45 Compare June 30, 2022 12:50
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 4de6d08 build: update angular shared dev-infra code to b9800c1 Jun 30, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from ff68e45 to b6fc6a0 Compare June 30, 2022 13:23
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to b9800c1 build: update angular shared dev-infra code to 4da6998 Jun 30, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from b6fc6a0 to fd324b5 Compare June 30, 2022 16:48
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 4da6998 build: update angular shared dev-infra code to 00e13a2 Jun 30, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from fd324b5 to 8f0237c Compare June 30, 2022 17:15
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 00e13a2 build: update angular shared dev-infra code to 4d1daf1 Jun 30, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch 3 times, most recently from 39f97ef to 08e7f68 Compare July 1, 2022 16:05
@angular-robot angular-robot changed the title build: update angular shared dev-infra code to 4d1daf1 build: update angular shared dev-infra code to fed4403 Jul 2, 2022
@angular-robot angular-robot force-pushed the ng-renovate/angular-shared-dev-infra-code branch from 08e7f68 to 6a42d9d Compare July 2, 2022 13:10
angular-robot and others added 2 commits July 4, 2022 12:00
The Angular CLI requires the `node_modules` directory for ngcc to be
present. With PnP this directory does not exist and we need to make sure
it exists. Previously it worked without the explicit command because it
went up the execroot, but the CLI made this stricter so that we now
notice it until the fix/looser check is available:

angular/angular-cli@5319428.
@devversion devversion force-pushed the ng-renovate/angular-shared-dev-infra-code branch from 6a42d9d to f21a665 Compare July 4, 2022 13:09
@devversion devversion added the action: merge The PR is ready for merge by the caretaker label Jul 4, 2022
@devversion devversion merged commit 2b53d7b into angular:main Jul 4, 2022
devversion pushed a commit that referenced this pull request Jul 4, 2022
* build: update angular shared dev-infra code to fed4403

* test: create `node_modules` directory in PnP integration test

The Angular CLI requires the `node_modules` directory for ngcc to be
present. With PnP this directory does not exist and we need to make sure
it exists. Previously it worked without the explicit command because it
went up the execroot, but the CLI made this stricter so that we now
notice it until the fix/looser check is available:

angular/angular-cli@5319428.

Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
(cherry picked from commit 2b53d7b)
devversion pushed a commit that referenced this pull request Jul 4, 2022
* build: update angular shared dev-infra code to fed4403

* test: create `node_modules` directory in PnP integration test

The Angular CLI requires the `node_modules` directory for ngcc to be
present. With PnP this directory does not exist and we need to make sure
it exists. Previously it worked without the explicit command because it
went up the execroot, but the CLI made this stricter so that we now
notice it until the fix/looser check is available:

angular/angular-cli@5319428.

Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
(cherry picked from commit 2b53d7b)
@angular-robot angular-robot deleted the ng-renovate/angular-shared-dev-infra-code branch July 19, 2022 18:24
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants