Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update dependency delay to v7#11344

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/delay-7.x

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedDec 9, 2025

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
delay^5.0.0 ->^7.0.0ageadoptionpassingconfidence

Release Notes

sindresorhus/delay (delay)

v7.0.0

Compare Source

Breaking
Improvements
  • Add support for unlimited delays8f9d742

v6.0.0

Compare Source

Breaking
  • Require Node.js 16b2edac7
  • This package is now pure ESM.Pleaseread this.
  • Removed thedelay.reject() method.
    • It's not really needed anymore with async/await. Just throw an error after awaiting the delay.
  • const delay = require('delay'); delay.clear(…);import {clearDelay} from 'delay'; clearDelay(…);
  • const delay = require('delay'); delay.range(…);import {rangeDelay} from 'delay'; rangeDelay(…);
  • const delay = require('delay'); delay.createWithTimers(…);import {createDelay} from 'delay'; createDelay(…);

If you only target Node.js and not the browser, I recommend moving to the built-in method whenever possible:

import{setTimeout}from'node:timers/promises';awaitsetTimeout(1000);

Configuration

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

🚦Automerge: Enabled.

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 was generated byMend Renovate. View therepository job log.

@renovaterenovatebot added the dependenciesPull requests that update a dependency file labelDec 9, 2025
@coveralls
Copy link

coveralls commentedDec 9, 2025
edited
Loading

Pull Request Test Coverage Report forBuild 20282510348

Details

  • 0 of0 changed or added relevant lines in0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at54.896%

TotalsCoverage Status
Change from baseBuild 20282402569:0.0%
Covered Lines:9572
Relevant Lines:12457

💛 -Coveralls

@renovaterenovatebotforce-pushed therenovate/delay-7.x branch 7 times, most recently from6e77e89 to8e54784CompareDecember 15, 2025 19:13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@raymondfengraymondfengAwaiting requested review from raymondfengraymondfeng will be requested when the pull request is marked ready for reviewraymondfeng is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@coveralls

[8]ページ先頭

©2009-2025 Movatter.jp