Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2023

This PR contains the following updates:

Package Change Age Confidence
@sapphire/decorators (source) ^6.0.1^6.2.0 age confidence
@sapphire/framework (source) ^4.4.4^4.8.5 age confidence
@sapphire/plugin-editable-commands (source) ^3.0.2^3.1.0 age confidence
@sapphire/plugin-hmr (source) ^2.0.1^2.0.3 age confidence
@sapphire/result (source) ^2.6.4^2.8.0 age confidence
@sapphire/utilities (source) ^3.12.0^3.18.2 age confidence

Release Notes

sapphiredev/utilities (@​sapphire/decorators)

v6.2.0

Compare Source

🐛 Bug Fixes

🚀 Features

v6.1.1

Compare Source

🏠 Refactor

🐛 Bug Fixes

📝 Documentation

  • decorator: Fix tsdoc comments (97dd5ac)

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)
sapphiredev/framework (@​sapphire/framework)

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)
sapphiredev/plugins (@​sapphire/plugin-editable-commands)

v3.1.0

Compare Source

🐛 Bug Fixes

  • editable-commands: Set engines.node to >=18 (96bbd43)
  • Set engines.node to >=v18 (885a390)

🚀 Features

  • Make all pieces virtual (61b4d66)

v3.0.3

Compare Source

🏠 Refactor

sapphiredev/plugins (@​sapphire/plugin-hmr)

v2.0.3

Compare Source

🐛 Bug Fixes

  • hmr: Set engines.node to >=18 (dd4d7cd)
  • Set engines.node to >=v18 (885a390)

v2.0.2

Compare Source

🏠 Refactor

sapphiredev/utilities (@​sapphire/result)

v2.8.0

Compare Source

🚀 Features

v2.7.3

Compare Source

🐛 Bug Fixes

📝 Documentation

v2.7.2

Compare Source

Changelog

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

v2.7.1

Compare Source

🐛 Bug Fixes

v2.7.0

Compare Source

🐛 Bug Fixes

📝 Documentation

  • result: Update readme url for website (804cc21)

🚀 Features

🧪 Testing

  • result: Update test case (5932a43)

v2.6.6

Compare Source

🐛 Bug Fixes

v2.6.5

Compare Source

🐛 Bug Fixes

  • result: Properly split CJS, ESM and IIFE (1f8f52e)
  • Update export mapping for proper ESM/CJS split (dd0cff8)
  • deps: Update all non-major dependencies (#​607) (9cc8bd0)

📝 Documentation

  • readme: Add link to examples (e33b5b9)

🧪 Testing

  • Update vitest to coverage v8 (a4bc6e4)
sapphiredev/utilities (@​sapphire/utilities)

v3.18.2

Compare Source

🐛 Bug Fixes

v3.18.1

Compare Source

Changelog

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

v3.18.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

🚀 Features

v3.17.0

Compare Source

🏠 Refactor

🐛 Bug Fixes

📝 Documentation

🚀 Features

v3.16.2

Compare Source

🐛 Bug Fixes

  • utilities: Update re-exports on index level (902cee8)

v3.16.1

Compare Source

🐛 Bug Fixes

  • utilities: Fixed cjs bundle (f1db3f6)

v3.16.0

Compare Source

📝 Documentation

  • readme: Fix readme table of contents (c60e8bd)
  • utilities: Fix tsdoc comments for debounce (e9f4de9)

🚀 Features

  • utilities: Add capitalizeFirstLetter, hasAtLeastOneKeyInObject, and snakeToCamelCase (#​747) (014e4e8)

v3.15.3

Compare Source

🐛 Bug Fixes

v3.15.2

Compare Source

🐛 Bug Fixes

v3.15.1

Compare Source

📝 Documentation

  • utilities: Fix tsdoc comments for omitKeysFromObject (afd7d27)

v3.15.0

Compare Source

🚀 Features

  • utilities: Add omitKeysFromObject utility function (#​700) (eccf9f6)

🪞 Styling

  • Run prettier on the codebase (1d6e994)

v3.14.0

Compare Source

🐛 Bug Fixes

  • utilities: Properly split CJS, ESM and IIFE (f9d8c8e)
  • discord.js-utilities: Fixed isNsfwChannel typeguard by including ChannelType.GuildMedia (#​665) (7c6cfe2)

📝 Documentation

  • utilities: Improve typedoc (16c05ea)

🚀 Features

v3.13.0

Compare Source

🏠 Refactor

  • sleep: Align more closely with the Node.js API. This removes the AbortError class, if you were previously using it then check for instanceof DOMException and error.name === 'AbortError' (#​626) (36cd38f)
  • utilities: Make sleepSync its own file (#​615) (5838b7e)

🐛 Bug Fixes

🚀 Features

🧪 Testing

  • sleepSync: Use spies for Date.now() (#​617) (cf444df)
  • pickRandom: Add test to cover empty arrays (b74394a)

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from satoufuyuki as a code owner June 29, 2023 19:45
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from b1f3aa3 to 3f18d3f Compare July 5, 2023 10:10
@renovate renovate bot changed the title fix(deps): update dependency @sapphire/framework to ^4.5.0 fix(deps): update sapphire dependencies Jul 21, 2023
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 2 times, most recently from 8674291 to e0f63bb Compare July 21, 2023 18:51
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 3 times, most recently from e4e16f3 to 80c8dc0 Compare August 23, 2023 20:04
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 80c8dc0 to f256038 Compare September 6, 2023 10:51
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from f256038 to 6184c26 Compare October 5, 2023 17:02
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 2 times, most recently from 33c7c7b to fe715ac Compare October 16, 2023 20:27
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from fe715ac to 86cd793 Compare October 23, 2023 13:00
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 2 times, most recently from 47e611f to 8a620ce Compare November 17, 2023 02:22
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 4 times, most recently from 2c428a4 to fa74444 Compare December 4, 2023 22:05
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from fa74444 to 392551d Compare December 28, 2023 19:00
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 392551d to 48d045f Compare January 6, 2024 01:21
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 48d045f to e2b204f Compare January 19, 2024 22:24
@renovate renovate bot enabled auto-merge December 1, 2024 20:20
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from e2b204f to b1656f9 Compare December 1, 2024 20:20
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from b1656f9 to 4ecf574 Compare January 30, 2025 14:29
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 4ecf574 to c750126 Compare June 11, 2025 14:10
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 2 times, most recently from acc0a25 to 81f1c4b Compare August 13, 2025 16:12
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 81f1c4b to 6c969fa Compare August 19, 2025 18:14
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 6c969fa to 4f4a1f8 Compare August 31, 2025 10:10
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 4f4a1f8 to 07bff11 Compare September 24, 2025 17:07
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 07bff11 to 1861550 Compare October 21, 2025 21:47
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch 2 times, most recently from 452f4f4 to e45a9dc Compare November 10, 2025 20:32
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from e45a9dc to b9778a4 Compare November 18, 2025 23:00
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from b9778a4 to 665b191 Compare December 3, 2025 17:57
@renovate renovate bot force-pushed the renovate/sapphire-dependencies branch from 665b191 to 6e63f6c Compare December 31, 2025 17:52
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