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

Bump @sapphire/framework from 2.2.0 to 5.0.2 #274

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2023

Bumps @sapphire/framework from 2.2.0 to 5.0.2.

Release notes

Sourced from @​sapphire/framework's releases.

v5.0.1

5.0.1 - (2023-12-05)

🐛 Bug Fixes

  • Bump transitive dependencies (8863d94)

v5.0.0

5.0.0 - (2023-12-04)

🚀 Features

  • Make ESM properly load ESM endpoint and not masquerade as ESM (#700) (59b637e)
    • 💥 BREAKING CHANGE: This ensures that Framework will properly load the files from the dist/esm folder. This is BREAKING to ALL plugins that are not equally updated to load ESM specific files because they will otherwise load the CJS files of @​sapphire/framework and every piece will load twice. DO NOT use this version without also updating your plugins! Sapphire plugins have been released alongside this version, third-party plugins will need to be updated by their respective authors!!

v4.8.5

4.8.5 - (2023-12-03)

🐛 Bug Fixes

v4.8.4

4.8.4 - (2023-12-03)

🐛 Bug Fixes

v4.8.3

4.8.3 - (2023-12-02)

🏠 Refactor

  • Switch to split cjs and esm builds and fully build with tsup (#697) (2502abb)
  • Command: Make type guards check the type (3a6b259)

🐛 Bug Fixes

  • computeDifference: Correctly check for extra properties and split up compute difference (#695) (281d118)
  • Command: parentCategory failing with fullCategory.length === 1 (04bc519)

📝 Documentation

... (truncated)

Changelog

Sourced from @​sapphire/framework's changelog.

Changelog

All notable changes to this project will be documented in this file.

5.0.2 - (2023-12-05)

🐛 Bug Fixes

  • Update transitive dependencies (16af23b)

5.0.1 - (2023-12-05)

🐛 Bug Fixes

  • Bump transitive dependencies (8863d94)

5.0.0 - (2023-12-04)

🚀 Features

  • Make ESM properly load ESM endpoint and not masquerade as ESM (#700) (59b637e)
    • 💥 BREAKING CHANGE: This ensures that Framework will properly load the files from the dist/esm folder. This is BREAKING to ALL plugins that are not equally updated to load ESM specific files because they will otherwise load the CJS files of @​sapphire/framework and every piece will load twice. DO NOT use this version without also updating your plugins! Sapphire plugins have been released alongside this version, third-party plugins will need to be updated by their respective authors!!

4.8.5 - (2023-12-03)

🐛 Bug Fixes

4.8.4 - (2023-12-03)

🐛 Bug Fixes

4.8.3 - (2023-12-02)

🏠 Refactor

  • Switch to split cjs and esm builds and fully build with tsup (#697) (2502abb)
  • Command: Make type guards check the type (3a6b259)

🐛 Bug Fixes

... (truncated)

Commits
  • 422a338 chore(release): release 5.0.2
  • 16af23b fix: update transitive dependencies
  • 22d7a9e chore(release): release 5.0.1
  • 8863d94 fix: bump transitive dependencies
  • fdf854c chore(release): release 5.0.0
  • 59b637e feat!: make ESM properly load ESM endpoint and not masquerade as ESM (#700)
  • 0e66fa6 chore(release): release 4.8.5
  • 5132f62 fix: point ESM entrypoint to CJS build (#699)
  • af89313 chore(release): release 4.8.4
  • 925e2c9 fix: convert .js imports to .cjs (#698)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sapphire/framework](https://github.com/sapphiredev/framework) from 2.2.0 to 5.0.2.
- [Release notes](https://github.com/sapphiredev/framework/releases)
- [Changelog](https://github.com/sapphiredev/framework/blob/main/CHANGELOG.md)
- [Commits](sapphiredev/framework@v2.2.0...v5.0.2)

---
updated-dependencies:
- dependency-name: "@sapphire/framework"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #277.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sapphire/framework-5.0.2 branch December 11, 2023 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants