chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
sapphiredev/framework (@βsapphire/framework)
v5.2.1
π Bug Fixes
- permissions: Add permissions added by DJS 14.5.2 (7d6a301)
- deps: Update all non-major dependencies (22f7729)
v5.2.0
π Features
getsentry/sentry-javascript (@βsentry/integrations)
v7.114.0
Important Changes
- fix(browser/v7): Continuously record CLS (#β11935)
This release fixes a bug that caused the cumulative layout shift (CLS) web vital not to be reported in a majority of the cases where it should have been reported. With this change, the CLS web vital should now always be reported for pageloads with layout shift. If a pageload did not have layout shift, no CLS web vital should be reported.
Please note that upgrading the SDK to this version may cause data in your dashboards to drastically change.
Other Changes
- build(aws-lambda/v7): Turn off lambda layer publishing (#β11875)
- feat(v7): Add
tunnelsupport to multiplexed transport (#β11851) - fix(opentelemetry-node): support
HTTP_REQUEST_METHODattribute (#β11929) - fix(react/v7): Fix react router v4/v5 span names (#β11940)
v7.113.0
Important Changes
- feat(node): Support Node 22 (#β11754)
This release adds support for Node 22! π
It also adds prebuilt-binaries for Node 22 to @sentry/profiling-node.
Other Changes
swc-project/swc (@βswc/core)
v1.5.7
Documentation
v1.5.6
Bug Fixes
-
(es) Allow input source map file to be omitted (#β8951) (606cb67)
-
(es/compat) Avoid reserved name for private method (#β8949) (7053bb1)
-
(es/minifier) Abort inliner on mutation via property (#β8938) (257afc9)
-
(es/minifier) Don't invoke IIFE containing reserved words (#β8939) (5a3456c)
-
(es/minifier) Fix evaluation of
String.charCodeAt(#β8946) (772c50f)
v1.5.5
Bug Fixes
-
(css/modules) Allow any order of composes (#β8930) (7014c63)
-
(css/modules) Fix
:globalselectors without preceding whitespace (#β8926) (2405dc6) -
(es/fixer) Wrap class expressions in callee (#β8928) (6b60bdb)
-
(es/minifier) Consider side effects of operands of binary expressions (#β8929) (4d4a7a9)
-
(es/minifier) Fix operand handling of
**(#β8933) (c9d72cd) -
(es/minifier) Fix a bug about
Tpl=>Str(#β8934) (d4be383)
Refactor
v1.5.3
v1.5.2
v1.5.1
Bug Fixes
-
(es/decorator) Support for legacy decorators in class expressions (#β8892) (8fe57ad)
-
(es/helpers) Remove unused export from
_using_ctx.js(#β8891) (438d0b3) -
(es/minifier) Do not add vars if
evalexists (#β8888) (be359fa)
v1.5.0
Bug Fixes
Features
typescript-eslint/typescript-eslint (@βtypescript-eslint/eslint-plugin)
v7.9.0
π©Ή Fixes
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
β€οΈ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
v7.8.0
π©Ή Fixes
-
eslint-plugin: [no-unsafe-argument] handle tagged templates
-
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
-
eslint-plugin: [consistent-type-assertions] handle tagged templates
-
eslint-plugin: [no-unsafe-return] handle union types
-
eslint-plugin: [no-unused-vars] clear error report range
β€οΈ Thank You
- auvred
- Josh Goldberg β¨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@βtypescript-eslint/parser)
v7.9.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.8.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
discordjs/discord.js (discord.js)
v14.15.2
Bug Fixes
v14.15.1
Bug Fixes
v14.15.0
Bug Fixes
- Message: Not crosspostable if has a poll (#β10246) (a6b9f1b)
- actions: Always emit message create for own messages (#β10211) (798f28c)
- Embed: Address
equalsmethod issue (#β10152) (ddc927f) - types: Export
ReadonlyCollection(#β10184) (6cc5fa2) - Anchor link for events (0efd1be)
- resolveColor: Address case for numbers (#β10115) (3755e66)
- Invert deletable message types list (#β10093) (42bc5d2)
- BaseClient: Fall back to
userAgentAppendix(#β10113) (b16647e) - InteractionResponses: Check if ephemeral message flag is used (#β10021) (62e31cb)
- Replace internal calls to Emoji#url (#β10025) (941642a)
- Export "ESM" types when discord.js is imported in ESM land (#β10009) (e412a22)
- website: Discord-api-types links, URL links and some minor doc issues (#β9990) (57c414b)
- website: Cross package deprecated links (#β9981) (802ec63)
- Minify mainlib docs json (#β9963) (4b88306)
- website: Misc improvements (#β9940) (b79351b)
Documentation
- Remove unused
Localetypedef (#β10191) (f1f2683) - ActionRow: Fix deprecated message (#β10130) (f67da74)
- ApplicationCommandPermissionsManager: Remove incorrect comment (#β10123) (e9d6547)
- Split docs.api.json into multiple json files (597340f)
- Convert comment into private remark (#β10097) (bfc7bb5)
- BaseInteraction: Correct return type of
member(#β10096) (f48787e) - ThreadMember: Fix docblock async return type (#β10058) (4824ac1)
- CategoryCreateChannelOptions: Update reference (#β10031) (8ace6fa)
- resolvePartialEmoji: Add
@internalto all overloads (#β10033) (e245a39) - PermissionOverwriteManager:
PermissionsFlagsBittypo (#β10004) (b992019) - Fix links in @βdeprecated tags (#β9976) (9868772)
Features
- MessageManager: Poll methods (#β10239) (6cf094c)
- Consumable entitlements (#β10235) (9978870)
- Polls (#β10185) (a1aeaeb)
- ClientUser: Add support for setting bot banner (#β10176) (de14c92)
- GuildBanManager: Add
bulkCreate()method (#β10182) (b6bdd57) - Local and preview detection (79fbda3)
- MessageCreateOptions: Add
enforceNonce(#β10129) (992aa67) - Add support for
usingkeyword on discord.jsClientandWebSocketManager(#β10063) (543d617) - Webhook: Allow setting
appliedTagsonsend()(#β10027) (33674be) - Premium application subscriptions (#β9907) (c4fcee3)
- website: Show union members of type aliases (#β10001) (a44ada6)
Performance
Refactor
- ThreadChannel: Use single thread member endpoint (#β10136) (f500ad6)
- Docs (#β10126) (18cce83)
- Remove usage of mixin on error classes (#β10128) (f48cb2a)
- resolveColor: Prioritise number type check (#β10116) (d4472f8)
- Messages: Improve
ColorConverterror (#β10108) (fc1f8ae) - formatters: Add support for object and name param in
formatEmoji()(#β10076) (7b8e0de) - Document relevant types as
@internal(#β9974) (2b8ac35) - ThreadMemberManager: #remove accepts UserResolvable (#β10000) (179af38)
Typings
- Add
PolltoMessage(#β10245) (cb961f5) - Generic for Webhook type (#β10188) (980a2b7)
- Fix duplicate props in merged interfaces (#β10160) (a1010c6)
- Update accessibility modifiers on constructors (#β10147) (efa3cac)
- Builder.from: Fix wrong types (#β10071) (bfbd62e)
- Use readonly array / collection types for user input (#β10045) (bcd4c2c)
- InteractionReplyOptions: Allow setting
MessageFlags.SuppressNotifications(#β9199) (c89c343) - Replace Mixins with interface merging (#β10094) (54106db)
- DirectoryChannel: Ensure directory channels cannot contain user mentions when stringified (#β10043) (db56324)
- Change Awaitable
to void (#β10017) (1acc9ab) - Omit unnecessary methods from <ContextMenuCommandInteraction>.options (#β10003) (17a6f5d)
- InteractionWebhook: Add
client(#β9997) (30f6a5f)
Configuration
π Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» 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 has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 41.96%. Comparing base (
a698949) to head (b103a81).
Additional details and impacted files
@@ Coverage Diff @@
## main #273 +/- ##
=======================================
Coverage 41.96% 41.96%
=======================================
Files 18 18
Lines 255 255
Branches 61 53 -8
=======================================
Hits 107 107
Misses 148 148
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.