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 tempfile to v5 #1041

Merged
merged 1 commit into from Aug 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tempfile ^3.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

sindresorhus/tempfile (tempfile)

v5.0.0

Compare Source

Breaking
  • Require Node.js 14 64d0b46
  • Move the extension parameter to an options-object 371a2a3
-tempfile('.png');
+tempfile({extension: 'png'});

The . is also optional now.

v4.0.0

Compare Source

Breaking

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 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 renovate bot force-pushed the renovate/tempfile-5.x branch 4 times, most recently from adb2491 to ddae164 Compare July 10, 2023 09:39
@renovate renovate bot force-pushed the renovate/tempfile-5.x branch 3 times, most recently from 2fcd46f to eecb922 Compare August 5, 2023 23:30
@coveralls
Copy link

coveralls commented Aug 5, 2023

Coverage Status

coverage: 89.497%. remained the same when pulling 8bfbd3a on renovate/tempfile-5.x into 77c41e9 on master.

@renovate renovate bot force-pushed the renovate/tempfile-5.x branch 5 times, most recently from 0509e4f to 5194566 Compare August 6, 2023 21:16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@dangreen dangreen merged commit c026e30 into master Aug 6, 2023
6 checks passed
@dangreen dangreen deleted the renovate/tempfile-5.x branch August 6, 2023 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants