Conversation
3c4e3ef to
b2d7f22
Compare
b2d7f22 to
cc415a0
Compare
4821aa6 to
0819938
Compare
0819938 to
cce5ec5
Compare
b01970d to
8439d6d
Compare
5947161 to
25156a1
Compare
bda6c0d to
7557e2e
Compare
c689b62 to
d77f982
Compare
ee0219d to
acc5fef
Compare
acc5fef to
719c66f
Compare
719c66f to
90072b5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.0->4.2.218.14.1->18.15.115.53.0->5.57.05.53.0->5.57.0^0.28.5->^0.29.00.37.28->0.37.3714.7.1->14.8.08.34.0->8.37.08.6.0->8.8.013.1.2->13.2.02.8.4->2.8.70.6.2->0.7.11.8.2->1.8.80.23.25->0.23.28^0.28.5->^0.29.03.3.1->3.5.0Release Notes
sapphiredev/framework
v4.2.2Compare Source
🐛 Bug Fixes
v4.2.1Compare Source
🐛 Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.57.0Compare Source
Bug Fixes
Features
no-duplicate-type-constituentsrule (#5728) (bc31078)v5.56.0Compare Source
Bug Fixes
Features
v5.55.0Compare Source
Bug Fixes
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.54.0Compare Source
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.57.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.56.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.55.0Compare Source
Features
5.54.1 (2023-03-06)
Note: Version bump only for package @typescript-eslint/parser
v5.54.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.54.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
vitest-dev/vitest
v0.29.8Compare Source
🚀 Features
istanbulcoverage support for browser testing - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3040 (0f44d)🐞 Bug Fixes
View changes on GitHub
v0.29.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.4Compare Source
🚀 Features
--test-timeoutCLI argument - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3019 (63c62)🐞 Bug Fixes
View changes on GitHub
v0.29.3Compare Source
🚀 Features
🐞 Bug Fixes
anyas default value for TArgs in vi.fn() - by @jessevanassen in https://github.com/vitest-dev/vitest/issues/2947 (1bdcc)🏎 Performance
View changes on GitHub
v0.29.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.29.0Compare Source
This release makes some significant changes to how tests are running. If you were using
--no-threadsbefore, you might consider enabling--single-threadinstead (because your tests are now running inchild_processinstead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (likeprocess.chdir(), you can now use this option.One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with
--no-isolate,--no-threadsor--single-thread- you might need to update your setup files if you were relying on a global variable before.If you had performance issues on large code bases before, try the new
deps.experimentalOptimizeroption instead of disabling threads. Feedback is welcome!One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.
🚨 Breaking Changes
NODE_V8_COVERAGE- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2786 (095c6)nodeandjsdom(and other environments) now don't share the same global scope, if you run them with--no-isolateor--no-threadsflag. Vitest doesn't provide a way to restore the previous behavior as it is considered a bug.chid_processmight run longer due to the communication overhead. If you want to restore the previous behavior, use--single-thread.🚀 Features
🐞 Bug Fixes
View changes on GitHub
discordjs/discord-api-types
v0.37.37Compare Source
Bug Fixes
RESTGetAPIWebhookWithTokenQuery(#735) (2a78a51)Features
with_counts(#641) (0cd9b0d)default_thread_rate_limit_per_user(#730) (8f9370d)v0.37.36Compare Source
Features
custom_messagefield support (#727) (0d47c69)v0.37.35Compare Source
Bug Fixes
StageRaiseHandshould be unstable (#722) (85051ea)v0.37.34Compare Source
Bug Fixes
Features
managedfield toChannelType.GroupDM(#698) (8477deb)storePageAsset()(#695) (4cf6fd2)instagram(#701) (c65e214)30011(#697) (41b31eb)30060(#720) (20153f6)30061(#717) (d609efc)v0.37.33Compare Source
Bug Fixes
v0.37.32Compare Source
Features
SuppressNotifications(#710) (b14aea6)v0.37.31Compare Source
v0.37.30Compare Source
Features
GuildAuditLogEntryCreate(#692) (31ca234)v0.37.29Compare Source
discordjs/discord.js
v14.8.0Compare Source
Bug Fixes
bulkDeletablepermissions should be retrieved later for DMs (#9146) (a9495bd)action(#9111) (9156a28)toJSON()infinite recursion (#9070) (f268e1d)showModal()(#9046) (b803a9a)recipientIdedge case (#8950) (7ce9909)disabled(#8965) (6614603)escapeX()functions (#8944) (25c27ea)@discordjs/formattersto dependency list (#8939) (18b3a19)Documentation
@typedescription and reveal info block (#9097) (405f940)invitable(#9020) (f3fe3ce)stickertype (#8940) (dd62be0).Flagsstatic (#8902) (c48ff5e)Features
Configuration
📅 Schedule: Branch creation - "before 10am on Saturday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.