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.5 #278

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @sapphire/framework from 2.2.0 to 5.0.5.

Release notes

Sourced from @​sapphire/framework's releases.

v5.0.5

5.0.5 - (2023-12-27)

🐛 Bug Fixes

  • Update transitive sapphire dependencies (ddf4f15)
  • deps: Update all non-major dependencies (#704) (9e2dc3b)

v5.0.4

5.0.4 - (2023-12-09)

🐛 Bug Fixes

  • Update @​sapphire/pieces dependency to have bun load ts files automatically (47945f5)

v5.0.3

5.0.3 - (2023-12-09)

🐛 Bug Fixes

  • normalizeInputs: Bring back the defaulting I removed (#701) (0e04eb3)

v5.0.2

5.0.2 - (2023-12-05)

🐛 Bug Fixes

  • Update transitive dependencies (16af23b)

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

... (truncated)

Changelog

Sourced from @​sapphire/framework's changelog.

Changelog

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

5.0.5 - (2023-12-27)

🐛 Bug Fixes

  • Update transitive sapphire dependencies (ddf4f15)
  • deps: Update all non-major dependencies (#704) (9e2dc3b)

5.0.4 - (2023-12-09)

🐛 Bug Fixes

  • Update @​sapphire/pieces dependency to have bun load ts files automatically (47945f5)

5.0.3 - (2023-12-09)

🐛 Bug Fixes

  • normalizeInputs: Bring back the defaulting I removed (#701) (0e04eb3)

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)

... (truncated)

Commits
  • e7a2f13 chore(release): release 5.0.5
  • 07ba677 chore: update dev deps
  • ddf4f15 fix: update transitive sapphire dependencies
  • 5d558c7 chore(deps): update all non-major dependencies (#712)
  • 25aee96 chore(deps): update crazy-max/ghaction-github-labeler action to v5 (#709)
  • fc4e5a5 chore(deps): update actions/upload-artifact action to v4 (#708)
  • f8fe7aa chore(deps): update actions/setup-node action to v4 (#707)
  • a42cdf7 chore(deps): update actions/download-artifact action to v4 (#706)
  • 3d2cf5d chore(deps): update actions/checkout action to v4 (#705)
  • c0a02d5 chore(deps): update github/codeql-action action to v3 (#711)
  • 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.5.
- [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.5)

---
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 28, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 11, 2024

Superseded by #280.

@dependabot dependabot bot closed this Jan 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sapphire/framework-5.0.5 branch January 11, 2024 05:16
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