Update dependency @cordis/common to ^0.3.0 - #2
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
August 11, 2025 19:52
5cd5150 to
5cc7a8a
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
September 25, 2025 23:54
5cc7a8a to
81d5f49
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
October 23, 2025 20:10
81d5f49 to
42bb93e
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
January 9, 2026 07:30
42bb93e to
1e6f9c4
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
2 times, most recently
from
January 24, 2026 11:35
59ab6f7 to
fd0e783
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
June 12, 2026 13:02
fd0e783 to
925fe8d
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
July 17, 2026 20:09
925fe8d to
33bc1e0
Compare
renovate
Bot
force-pushed
the
renovate/cordis-common-0.x
branch
from
July 25, 2026 03:48
33bc1e0 to
b99f2dd
Compare
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.2.3→^0.3.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cordis-lib/cordis (@cordis/common)
v0.3.0Compare Source
Hello! Been a while.
0.2releases turned out to work much better than I thought they would. Cordis has seen quite the volume of use with some of the stuff I've been working on lately and it's just been going super well.However, with that I managed to find a bunch of issues with
restrate limit handling - and oh lord. The codebase of that thing was a headache. This release is breaking because I have more or less entirely rewrote it.Here's a list of changes:
signalparameter, meaning you cannot cancel a request at this stage anymore - I'm fairly uncertain if this change really is desireable and it may see itself being reverted, but with a different approach. It was really only removed due to some of the problems it was causingError.captureStackTrace(this);in the constructor - seems like this was causing some trouble, may make the stack traces work better now. Uncertain, but I'll continue bashing down on that problem over the next few patch releasesfetch) - defaults to false if you pass in your owncontroller429status codes just throw instead of wait & retry, defaults toRest#retryAfterRatelimit.It's really not that bad. Unless you implemented your own mutex/did whacky stuff with the response event you don't even have to touch your code.
Configuration
📅 Schedule: (UTC)
🚦 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.