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

fix(deps): update dependency @skyra/http-framework to v2 #76

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@skyra/http-framework (source) ^1.2.2 -> ^2.0.0 age adoption passing confidence

Release Notes

skyra-project/archid-components (@​skyra/http-framework)

v2.0.0

Compare Source

🏠 Refactor

  • Moved command routing operations to its own class (6105ae5)
    • 💥 BREAKING CHANGE: refactor: @RegisterCommand is now lazy and its arguments now resolve in the command's constructor
    • 💥 BREAKING CHANGE: refactor: @RegisterMessageCommand is now lazy and its arguments now resolve in the command's constructor
    • 💥 BREAKING CHANGE: refactor: @RegisterSubcommand is now lazy and its arguments now resolve in the command's constructor
    • 💥 BREAKING CHANGE: refactor: @RegisterSubcommandGroup is now lazy and its arguments now resolve in the command's constructor
    • 💥 BREAKING CHANGE: refactor: @RegisterUserCommand is now lazy and its arguments now resolve in the command's constructor
    • 💥 BREAKING CHANGE: refactor: Command#autocompleteRun now throws by default
    • 💥 BREAKING CHANGE: refactor: Command#chatInputRun now throws by default
    • 💥 BREAKING CHANGE: refactor: RegisterSubCommand has been renamed to RegisterSubcommand
    • 💥 BREAKING CHANGE: refactor: RegisterSubCommandGroup has been renamed to RegisterSubcommandGroup
    • 💥 BREAKING CHANGE: refactor: changed CommandStore's routing from command names to registered command names
    • 💥 BREAKING CHANGE: refactor: made token required in Client
    • 💥 BREAKING CHANGE: refactor: removed Registry, use client.registry or applicationCommandRegistry instead
  • New registry (afc6faf)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (d64478a)
  • http-framework: Update transitive dependencies (2dad7b9)
  • Fixed registry system losing track of linked methods when merging (154c23f)
  • Fixed message commands and user commands being registered in the same collection (b755515)
  • deps: Update dependency @​vladfrangu/async_event_emitter to ^2.2.3 (b4b9282)

📝 Documentation

  • Documented the entire library (129def2)

🚀 Features

  • Added support for retrieving the pushed guild command IDs from the registry (24910e0)
  • Added support for retrieving the pushed global command ID from the registry (13881a3)
  • Added applicationCommandRegistry to container (a6f8119)

🧪 Testing

  • Added more extensive tests, handle more edge cases (e056d0e)
  • Add more tests (938deaf)

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from favna as a code owner December 24, 2023 01:19
@renovate renovate bot requested a review from kyranet as a code owner December 24, 2023 01:19
@favna favna closed this Dec 24, 2023
Copy link
Contributor Author

renovate bot commented Dec 24, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.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/skyra-http-framework-2.x branch December 24, 2023 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant