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 sapphire dependencies (major) #22

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/decorators (source) ^4.3.4 -> ^6.1.0 age adoption passing confidence
@sapphire/framework (source) ^3.0.0-next.fd7be0b.0 -> ^5.2.1 age adoption passing confidence
@sapphire/plugin-logger (source) ^2.2.1 -> ^4.0.2 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

v5.0.0

Compare Source

🐛 Bug Fixes

📝 Documentation

v4.3.8

Compare Source

v4.3.7

Compare Source

🏠 Refactor

🐛 Bug Fixes

  • deps: Update all non-major dependencies (84af0db)

🧪 Testing

v4.3.6

Compare Source

v4.3.5

Compare Source

🐛 Bug Fixes

  • deps: Update all non-major dependencies (50cd8de)

📝 Documentation

4.3.4 (2022-04-01)

Note: Version bump only for package @​sapphire/decorators

4.3.3 (2022-03-20)

Note: Version bump only for package @​sapphire/decorators

4.3.2 (2022-03-20)

Note: Version bump only for package @​sapphire/decorators

4.3.1 (2022-03-11)

Note: Version bump only for package @​sapphire/decorators

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

  • Add missing permission to account for discord-api-types@0.37.40 (8c5ce9d)
  • deps: Update all non-major dependencies (#​631) (d9115d2)

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

v3.2.0

Compare Source

🐛 Bug Fixes

  • computeDifferences: Ensure Overwrite strategy is actually faster (#​586) (bfa3561)

📝 Documentation

🚀 Features

  • Add ApplicationCommandRegistriesRegistered event (#​587) (b49fd2a)
  • ApplicationCommandRegistries: Add RegisterBehavior.BulkOverwrite which has Sapphire use bulk overwrite for registering Application Commands (#​585) (9f0ef5e)

v3.1.4

Compare Source

🐛 Bug Fixes

v3.1.3

Compare Source

🐛 Bug Fixes

  • Reloading the entire command store didn't fire ApplicationCommandRegistries (#​525) (ad21eaa)

📝 Documentation

v3.1.2

Compare Source

🐛 Bug Fixes

📝 Documentation

  • Install correct d.js version in installation steps (#​537) (afeb934)

🧪 Testing

v3.1.1

Compare Source

🐛 Bug Fixes

  • Bump sapphire utilities (7015275)
  • Only fetch guild ids for commands that require them (#​523) (61f2c07)
  • computeDifferences: Do not compute dm_permissions for guild-only commands (#​519) (645df81)

v3.1.0

Compare Source

🐛 Bug Fixes

  • deps: Update all non-major dependencies (652135f)
  • args: Make getOption and getOptions return string | null again (77f5ed4)
  • message-listeners: Fixed potential null pointer exception in canRunInChannel (#​515) (5409282)

🚀 Features

  • args: Add getOptionResult and getOptionsResults (8031e9b)
  • args: Add ArgsJSON type (b578d54)
sapphiredev/plugins (@​sapphire/plugin-logger)

v4.0.2

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (c78017c)
  • Ensure cts file extensions in dist/cjs (#​537) (6f863f8)

v4.0.1

Compare Source

↩️ Revert

  • "refactor(register): cleanup unnecessary side effect imports of index" (c2af242)

v4.0.0

Compare Source

🏠 Refactor

  • register: Cleanup unnecessary side effect imports of index (dede596)

🐛 Bug Fixes

  • logger: In register load module augments from index to ensure a clean .d.ts file (eed0124)
  • Update transitive dependencies (9fd4cfa)

🚀 Features

  • Split ESM and CJS bundles for proper ESM and CJS loading (#​512) (d9aa006)
    • 💥 BREAKING CHANGE: This ensures that the plugins will properly load the
      either only ESM or only CJS files. This is done by outputting
      dist/cjs and dist/esm folders. This requires @​sapphire/framework v5.x!

v3.0.7

Compare Source

🐛 Bug Fixes

  • Set engines.node to >=v18 (885a390)

📝 Documentation

  • Reference updated types in README (cc963c4)

v3.0.6

Compare Source

🏠 Refactor

v3.0.5

Compare Source

🏠 Refactor

v3.0.4

Compare Source

🐛 Bug Fixes

  • logger: Remove const enum for verbatimModuleSyntax (7a7e55d)

v3.0.3

Compare Source

🐛 Bug Fixes

  • logger: Fixed compatibility with TS 5.x (e6a8386)

v3.0.2

Compare Source

🐛 Bug Fixes

📝 Documentation

v3.0.1

Compare Source

🏠 Refactor

  • logger: Switch from time-utilities to timestamp package (345769b)

🧪 Testing

v3.0.0

Compare Source

🐛 Bug Fixes

📝 Documentation


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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.

👻 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 from 6feeb1b to 81564b0 Compare March 16, 2023 15:58
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 81564b0 to 5b5b108 Compare April 3, 2023 10:53
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 5b5b108 to 82f597c Compare April 17, 2023 11:35
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 82f597c to c68e5a9 Compare May 28, 2023 11:12
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from c68e5a9 to d5e2410 Compare June 29, 2023 19:03
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from d5e2410 to 41c1232 Compare July 21, 2023 19:07
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 3 times, most recently from 3176f1a to 9378d32 Compare August 23, 2023 21:13
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 9378d32 to 507de8f Compare September 6, 2023 11:57
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 507de8f to 8bcd3ee Compare October 5, 2023 13:54
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from 0eb32c7 to 6460fab Compare October 16, 2023 18:13
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 6460fab to 8fc5710 Compare October 23, 2023 12:24
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from c9744b3 to 51ef6b5 Compare November 17, 2023 00:51
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 5 times, most recently from 3b3398c to 787e48b Compare December 5, 2023 22:51
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 787e48b to 419d024 Compare December 9, 2023 21:16
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 419d024 to 8c6cf92 Compare December 28, 2023 00:37
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 8c6cf92 to 3ed95ea Compare January 10, 2024 19:25
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 3ed95ea to 9a1b083 Compare January 19, 2024 23:12
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch 2 times, most recently from 9d0c3b6 to 819ddfb Compare March 23, 2024 22:45
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from 819ddfb to a393bb6 Compare April 6, 2024 15:38
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from a393bb6 to beb90cd Compare May 2, 2024 18:49
@renovate renovate bot force-pushed the renovate/major-sapphire-dependencies branch from beb90cd to 40c75c6 Compare May 6, 2024 12:53
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.

0 participants