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

fix(deps): update dependency @google-automations/git-file-utils to v2 #2081

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-automations/git-file-utils ^1.2.5 -> ^2.0.0 age adoption passing confidence

Release Notes

googleapis/repo-automation-bots (@​google-automations/git-file-utils)

v1.2.6

Compare Source


Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners September 19, 2023 11:34
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Sep 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch from 6474134 to b7fceac Compare October 2, 2023 17:36
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch 4 times, most recently from e3154cd to 9aab8f8 Compare October 26, 2023 23:19
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch 8 times, most recently from fed18b0 to 078efa6 Compare November 10, 2023 22:15
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. and removed size: m Pull request size is medium. labels Nov 10, 2023
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch 3 times, most recently from f526dc8 to 7ce9b4b Compare November 15, 2023 21:52
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: xl Pull request size is extra large. labels Nov 15, 2023
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch 5 times, most recently from 342b9a9 to b3003cf Compare November 27, 2023 18:17
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch from b3003cf to f29f4b4 Compare December 5, 2023 21:33
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch 8 times, most recently from da60adf to 2616927 Compare December 11, 2023 20:02
@renovate-bot renovate-bot force-pushed the renovate/google-automations-git-file-utils-2.x branch from 2616927 to 2b78156 Compare December 11, 2023 20:04
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Dec 11, 2023
Comment on lines -706 to -712
let githubCreateReleaseSpy: sinon.SinonSpy;
beforeEach(async () => {
githubCreateReleaseSpy = sandbox.spy(
github['octokit'].repos,
'createRelease'
);
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can no longer spy on this method call using sinon. These checks were already unnecessary as we snapshot the body of the http request in each of the 3 tests that were using this spy.

@chingor13 chingor13 assigned sofisl and unassigned chingor13 Dec 11, 2023
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@chingor13 chingor13 merged commit 9b745d5 into googleapis:main Dec 14, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants