Skip to content

fix(deps): update dependency delay to v7 - #351

Open
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/delay-7.x
Open

fix(deps): update dependency delay to v7#351
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/delay-7.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
delay^5.0.0^7.0.0ageconfidence

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';awaitsetTimeout(1000);

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.58%. Comparing base (dead429) to head (845d863).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #351 +/- ##
==========================================
- Coverage 41.92% 38.58% -3.34% 
==========================================
Files 14 14 Lines 2092 2340 +248 Branches 42 42 ==========================================
+ Hits 877 903 +26 - Misses 1197 1419 +222 
Partials 18 18 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aabmass

Copy link
Copy Markdown
Member
Error [ERR_REQUIRE_ESM]: require() of ES Module /tmp/tmp.Y6oSCaGDXk/busybench/node_modules/delay/index.js from /tmp/tmp.Y6oSCaGDXk/busybench/node_modules/pprof/out/src/time-profiler.js not supported.
Instead change the require of index.js in /tmp/tmp.Y6oSCaGDXk/busybench/node_modules/pprof/out/src/time-profiler.js to a dynamic import() which is available in all CommonJS modules.
at Object.<anonymous> (/[tmp/tmp.Y6oSCaGDXk/busybench/node_modules/pprof/out/src/time-profiler.js:28](https://cs.corp.google.com/piper///depot/google3/tmp/tmp.Y6oSCaGDXk/busybench/node_modules/pprof/out/src/time-profiler.js?l=28):17)
at Object.<anonymous> (/[tmp/tmp.Y6oSCaGDXk/busybench/node_modules/pprof/out/src/index.js:22](https://cs.corp.google.com/piper///depot/google3/tmp/tmp.Y6oSCaGDXk/busybench/node_modules/pprof/out/src/index.js?l=22):22)
at Object.<anonymous> (/[tmp/tmp.Y6oSCaGDXk/busybench/build/src/busybench.js:30](https://cs.corp.google.com/piper///depot/google3/tmp/tmp.Y6oSCaGDXk/busybench/build/src/busybench.js?l=30):17) {
code: 'ERR_REQUIRE_ESM'
}

will hold off on this one for now

@aabmassaabmass added the blocked Progress blocked by another issue label Jul 6, 2026
auto-merge was automatically disabled July 16, 2026 08:03

Head branch was pushed to by a user without write access

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blockedProgress blocked by another issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@renovate-bot@codecov-commenter@aabmass@kokoro-team