-
-
Notifications
You must be signed in to change notification settings - Fork 25
chore(deps): update dependency delay to v7 #287
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
Conversation
7803c0c to
7291c42
Compare
7291c42 to
c6a6c8c
Compare
c6a6c8c to
528031d
Compare
528031d to
d405dd4
Compare
d405dd4 to
30c4ce3
Compare
Warning
Rate limit exceeded
@renovate[bot] has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 52 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.
We recommend that you space out your commits to avoid hitting the rate limit.
🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization.
Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.
Please see our FAQ for further information.
Comment @coderabbitai help to get the list of available commands and usage tips.
d88d5aa to
68b939d
Compare
68b939d to
0dade98
Compare
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
5.0.0→7.0.0Release Notes
sindresorhus/delay (delay)
v7.0.0Compare Source
Breaking
19fdb59Improvements
8f9d742v6.0.0Compare Source
Breaking
b2edac7delay.reject()method.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:
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.