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

chore(deps): update sapphire dependencies (major) #68

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/decorators (source) ^5.0.0 -> ^6.1.0 age adoption passing confidence
@sapphire/framework (source) 3.2.0 -> 5.2.1 age adoption passing confidence
@sapphire/pieces (source) ^3.10.0 -> ^4.3.1 age adoption passing confidence

Release Notes

sapphiredev/utilities (@​sapphire/decorators)

v6.1.0

Compare Source

🚀 Features

v6.0.4

Compare Source

🐛 Bug Fixes

v6.0.3

Compare Source

🐛 Bug Fixes

  • decorators: Properly split CJS and ESM (2326c11)
  • Update export mapping for proper ESM/CJS split (dd0cff8)

v6.0.2

Compare Source

🐛 Bug Fixes

🧪 Testing

  • Update vitest to coverage v8 (a4bc6e4)

v6.0.1

Compare Source

🐛 Bug Fixes

🧪 Testing

v6.0.0

Compare Source

🚀 Features

sapphiredev/framework (@​sapphire/framework)

v5.2.1

Compare Source

🐛 Bug Fixes

  • permissions: Add permissions added by DJS 14.5.2 (7d6a301)
  • deps: Update all non-major dependencies (22f7729)

v5.2.0

Compare Source

🚀 Features

v5.1.0

Compare Source

🚀 Features

v5.0.10

Compare Source

🐛 Bug Fixes

  • Actually fix type bundle (7e7074a)

v5.0.9

Compare Source

🐛 Bug Fixes

v5.0.8

Compare Source

🐛 Bug Fixes

  • Resolved issue with registerOptions not picking up default options correctly (#​738) (2ad21b5)
  • Update sonar project key (b852496)

📝 Documentation

v5.0.7

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (fba3ce2)
  • Fixed commonjs typings export mapping (#​718) (d10b4fa)
  • computeDifferences: Check channel types (#​719) (3a1931b)
  • deps: Update all non-major dependencies (#​717) (59f061c)
  • ApplicationCommandRegistries: Add the right ids in the right place (#​716) (34193ef)

v5.0.6

Compare Source

🐛 Bug Fixes

v5.0.5

Compare Source

🐛 Bug Fixes

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

v5.0.4

Compare Source

🐛 Bug Fixes

v5.0.3

Compare Source

🐛 Bug Fixes

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

v5.0.2

Compare Source

🐛 Bug Fixes

  • Update transitive dependencies (16af23b)

v5.0.1

Compare Source

🐛 Bug Fixes

  • Actually fix type bundle (7e7074a)

v5.0.0

Compare Source

🚀 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

Compare Source

🐛 Bug Fixes

v4.8.4

Compare Source

🐛 Bug Fixes

v4.8.3

Compare Source

🏠 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

  • Command: Update fullCategory's outdated docs (d2d7967)

v4.8.2

Compare Source

🐛 Bug Fixes

v4.8.1

Compare Source

🏠 Refactor

📝 Documentation

v4.8.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

  • Update transitive dependencies (85c0280)
  • Set engines.node to >=18 (7cbec42)

🚀 Features

v4.7.2

Compare Source

🏠 Refactor

v4.7.1

Compare Source

🏠 Refactor

  • Expose runInTypeIsSpecificsObject as public static method on Command (6bbe2c1)

v4.7.0

Compare Source

🚀 Features

  • command: Make it possible for runIn to be command type specific (#​673) (99ab31e)

v4.6.1

Compare Source

🐛 Bug Fixes

v4.6.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

  • Update transitive dependencies (dc0cf8a)

📝 Documentation

  • Temporarily typedoc docgen until typedoc-json-parser is fixed (4eb8306)
  • SapphireClient: Fix link to DiscordJS docs (341d57a)

🚀 Features

  • Add global config for setting the guild ids to register commands to (#​659) (de5e8eb)

v4.5.3

Compare Source

🐛 Bug Fixes

  • Command: Make resolveConstructorPreConditionsRunType protected instead of private (ce73c44)

v4.5.2

Compare Source

🏠 Refactor

  • preconditions: Add RunIn, deprecate everything else (#​655) (2ed7fa5)

🐛 Bug Fixes

  • deps: Update all non-major dependencies (#​656) (6d3b4fc)
  • Bump transitive dependencies (9103253)
  • deps: Update all non-major dependencies (b8ce85d)

v4.5.1

Compare Source

🐛 Bug Fixes

  • preconditions: Resolve deprecated discordjs code (71cf295)
  • identifiers: Fix wrong string for Identifiers.ArgumentGuildNewsThreadChannelError (c711e8c)
  • Update transitive sapphire dependencies (f97ca21)

v4.5.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • interaction-handlers: Add events for parse return states (#​641) (a069d5f)

v4.4.4

Compare Source

🐛 Bug Fixes

v4.4.3

Compare Source

🐛 Bug Fixes

v4.4.2

Compare Source

🐛 Bug Fixes

v4.4.1

Compare Source

🐛 Bug Fixes

📝 Documentation

  • Add code of conduct to the repo (f4a9897)

v4.4.0

Compare Source

🚀 Features

  • Make the Application Command Registries status listeners optional (#​627) (0e6d59a)

v4.3.1

Compare Source

🐛 Bug Fixes

  • deps: Update pieces and utilities to latest version (e83009a)

v4.3.0

Compare Source

🐛 Bug Fixes

  • Add missing type modifiers (75fb220)
  • Update dependencies (7555627)
  • ApplicationCommandRegistries: Emit event if user is listening for bulk overwrites errors (#​622) (55b26ad)
  • deps: Update all non-major dependencies (#​620) (5212e8c)

🚀 Features

v4.2.2

Compare Source

🐛 Bug Fixes

v4.2.1

Compare Source

🐛 Bug Fixes

  • ClientPermissions: Fixed permission checking for old applications (#​616) (725a7d3)
  • events: Add missing discordjs events (#​612) (f9606c3)

v4.2.0

Compare Source

🏠 Refactor

🚀 Features

v4.1.1

Compare Source

🐛 Bug Fixes

v4.1.0

Compare Source

🐛 Bug Fixes

  • Command: Do not attempt to execute application command reloading logic when a command does not have any application commands (#​598) (61e96d2)
  • Use declare for store properties to avoid the need for as *Store (#​602) (b243bcd)
  • Command: Support BulkOverwrite for reloads (#​600) (b4c252e)
  • Args: Ensure proper error types are always thrown (#​601) (ee8be2e)

🚀 Features

  • Remove CommandChatInputRegisterShortcut alias interface, prefer using ApplicationCommandRegistry.RegisterOptions instead (#​597) (18ad9fa)

v4.0.2

Compare Source

🐛 Bug Fixes

v4.0.1

Compare Source

🐛 Bug Fixes

  • ApplicationCommandRegistry: Context menu command matching went wrong (#​590) (779dda4)

v4.0.0

Compare Source

🚀 Features

  • deps: Support for djs v14 (#​512) (e81cba2)
    • 💥 Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>
    • 💥 Co-authored-by: Jeroen Claassens [email protected]
    • 💥 Co-authored-by: Hezekiah Hendry [email protected]
    • 💥 Co-authored-by: Ben <34194692+BenSegal855@​users.noreply.github.com>
    • 💥 Co-authored-by: Urcute [email protected]
    • 💥 Co-authored-by: Lioness100 <jchickmm2@​gmail.com>
sapphiredev/pieces (@​sapphire/pieces)

v4.3.1

Compare Source

🐛 Bug Fixes

v4.3.0

Compare Source

🐛 Bug Fixes

📝 Documentation

  • container: Fix incorrect function name in tsdoc (d58e5d5)

🚀 Features

v4.2.2

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (78d8198)
  • Fixed commonjs typings export mapping (#​377) (b115413)
  • Make virtual pieces respect name restrictions like normal pieces (#​374) (fcca114)

v4.2.1

Compare Source

🐛 Bug Fixes

  • Add deno to the filters for loading TS files (#​373) (6ba9dc5)
  • deps: Update all non-major dependencies (0c68396)

v4.2.0

Compare Source

🚀 Features

  • RootScan: Ensure RootScan also scans module fields in package.json (#​369) (7eb28a9)

v4.1.0

Compare Source

🚀 Features

v4.0.2

Compare Source

🐛 Bug Fixes

  • Properly package all files in dist for npm (2faab8a)

v4.0.1

Compare Source

🐛 Bug Fixes

  • Bump transitive dependencies (1da0283)

v4.0.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

  • Properly split CJS and ESM (41e8cec)
    • 💥 BREAKING CHANGE: This ensures that Pieces will properly load the files
      from the appropiate folder and we properly bundle CJS and ESM.
      To use this version of @​sapphire/pieces you have to use @​sapphire/framework
      v5.x or higher, or update your own usage of @​sapphire/pieces to also
      properly split ESM and CJS.

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" in timezone Asia/Seoul, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 3 times, most recently from 150b138 to 8650f73 Compare January 21, 2023 19:40
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 4 times, most recently from 9bb5370 to 57a696a Compare January 28, 2023 18:56
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 3 times, most recently from 5380f59 to 428e717 Compare February 4, 2023 20:14
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 5 times, most recently from 1d2764e to d7869f7 Compare February 12, 2023 19:14
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 4 times, most recently from 1659a1c to c41a736 Compare February 22, 2023 20:56
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from e15544e to 44c3b71 Compare February 25, 2023 20:39
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from 862e988 to dff94f5 Compare March 9, 2023 23:40
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 5 times, most recently from d1d280b to 6764011 Compare March 15, 2023 06:20
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 3 times, most recently from 5978e06 to 774ea54 Compare October 16, 2023 19:20
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 774ea54 to 1afc3af Compare October 23, 2023 17:38
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 3 times, most recently from ff55e23 to 3ce59f6 Compare November 19, 2023 19:16
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 4 times, most recently from fd05d4f to 726a8be Compare December 2, 2023 15:48
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 6 times, most recently from 8af3a23 to 165d964 Compare December 9, 2023 21:42
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 165d964 to 544785d Compare December 28, 2023 01:58
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from e2bd665 to d875030 Compare January 12, 2024 15:39
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from d875030 to 932cd30 Compare January 19, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 3 times, most recently from 084cf37 to 3101fe0 Compare March 23, 2024 23:32
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 3101fe0 to a5e9c77 Compare April 6, 2024 16:50
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from 476fd86 to 929c108 Compare May 6, 2024 14:38
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 929c108 to fffa94d Compare June 30, 2024 13:31
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from fffa94d to 825bbf5 Compare July 1, 2024 12:04
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