Skip to content
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

Update dependency @cordis/util to v1 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cordis/util ^0.3.0 -> ^1.0.0 age adoption passing confidence

Release Notes

cordis-lib/cordis (@​cordis/util)

v1.2.0

Compare Source

Bug fixes

  • fix(WebsocketConnection): no longer hardcode gateway version (#​92)
  • fix(DiscordFetch): add highWaterMark option (#​93) - this is a bug fix as before, due to internal request cloning requests to Discord that returned large payloads would cause promises to never resolve
  • fix(MemoryMutex): properly update the remaining property - this is a critical fix, as before it would cause lots of rate limits
  • fix(Bucket): implement a TLL system for Bucket instances - this is also an important fix at scale, resolving a memory leak
  • fix(Bucket): #makeRoute now deals with /channels/:id correctly
  • fix(Bucket): group all invite routes into one bucket

v1.0.1

Compare Source

Fixes

  • fix(GatewayService): parse for env once more (#​90)
  • fix(rest): move discord-api-types into runtime deps (#​91)

v1.0.0

Compare Source

Hiya! Cordis is finally stable. Lots of breaking changes! Officially everything before this version has been deprecated.

Repo & QOL

  • ci: add deploy workflow (#​77)
  • chore: polish/cleanup (#​76, #​86) - typescript, eslint and other dependency bumps
  • chore: automatic changelog generation (#​82)

General refactoring

  • chore: polish rest (#​73) - this was a rewrite - breaking
  • refactor: remove DI and the pub sub client from GW service (#​84) - breaking
  • refactor(Brokers): change confusing client/server naming to publisher/subscriber (#​87) - breaking
  • chore: remove relics of the past (#​85) - breaking - this PR removed a lot of stuff
  • refactor(WebsocketShard): gateway events (#​88) - breaking

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants