-
Notifications
You must be signed in to change notification settings - Fork 369
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
fix(deps): update dependency @google-automations/git-file-utils to v2 #2081
Conversation
6474134
to
b7fceac
Compare
e3154cd
to
9aab8f8
Compare
fed18b0
to
078efa6
Compare
f526dc8
to
7ce9b4b
Compare
342b9a9
to
b3003cf
Compare
b3003cf
to
f29f4b4
Compare
da60adf
to
2616927
Compare
2616927
to
2b78156
Compare
let githubCreateReleaseSpy: sinon.SinonSpy; | ||
beforeEach(async () => { | ||
githubCreateReleaseSpy = sandbox.spy( | ||
github['octokit'].repos, | ||
'createRelease' | ||
); | ||
}); |
There was a problem hiding this comment.
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.
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
^1.2.5
->^2.0.0
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.
This PR has been generated by Mend Renovate. View repository job log here.