Skip to content

meta: update dependency delay to v7 - #18046

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/delay-7.x
Closed

meta: update dependency delay to v7#18046
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/delay-7.x

Conversation

@renovate

@renovate renovate Bot commented Nov 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
delay 5.0.0 -> 7.0.0 age confidence

Release Notes

sindresorhus/delay (delay)

v7.0.0

Compare Source

Breaking
Improvements
  • Add support for unlimited delays 8f9d742

v6.0.0

Compare Source

Breaking
  • Require Node.js 16 b2edac7
  • This package is now pure ESM. Please read this.
  • Removed the delay.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';

await setTimeout(1000);

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the no-autoupdate The branch of this PR will not be automatically updated when its auto-merge is enabled label Nov 3, 2025
@renovate
renovate Bot requested a review from a team as a code owner November 3, 2025 22:45
@renovate
renovate Bot requested review from ephys and sdepold November 3, 2025 22:45
@coderabbitai

coderabbitai Bot commented Nov 3, 2025

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@WikiRik WikiRik closed this Nov 3, 2025
@renovate

renovate Bot commented Nov 3, 2025

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/delay-7.x branch November 3, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-autoupdate The branch of this PR will not be automatically updated when its auto-merge is enabled

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant