chore(deps): update dev dependencies (non-major)#200
Merged
andipaetzold merged 1 commit intomainfrom Mar 22, 2023
Merged
Conversation
|
Size Change: 0 B Total Size: 21.3 kB ℹ️ View Unchanged
|
3701654 to
59ac62e
Compare
30dc35b to
aa0bb48
Compare
8cbba67 to
16f4305
Compare
638b033 to
0534aac
Compare
0534aac to
687f7f2
Compare
|
🎉 This PR is included in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.0.0-next.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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:
0.28.5->0.29.78.7.2->8.9.013.1.2->13.2.02.8.4->2.8.64.1.2->4.4.020.1.0->20.1.30.23.25->0.23.280.28.5->0.29.7Release Notes
vitest-dev/vitest
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
capricorn86/happy-dom
v8.9.0Compare Source
🎨 Features
Audioclass to Window. (#778)v8.8.0Compare Source
🎨 Features
Document.title. (#785)v8.7.6Compare Source
👷♂️ Patch fixes
XMLHttpRequestwith responses other charsets than UTF-8. (#783)v8.7.5Compare Source
👷♂️ Patch fixes
XMLParser. (#519)v8.7.4Compare Source
👷♂️ Patch fixes
Node.contains()method. (#776)v8.7.3Compare Source
👷♂️ Patch fixes
Document.visibilityStateandDocument.hidden. (#774)okonet/lint-staged
v13.2.0Compare Source
Bug Fixes
colorettewithchalkfor better color support detection (f598725)Features
v13.1.4Compare Source
v13.1.3Compare Source
prettier/prettier
v2.8.6Compare Source
diff
Allow decorators on private members and class expressions (#14548 by @fisker)
v2.8.5Compare Source
diff
Support TypeScript 5.0 (#14391 by @fisker, #13819 by @fisker, @sosukesuzuki)
TypeScript 5.0 introduces two new syntactic features:
constmodifiers for type parametersexport type *declarationsAdd missing parentheses for decorator (#14393 by @fisker)
Add parentheses for
TypeofTypeAnnotationto improve readability (#14458 by @fisker)Support
max_line_length=offwhen parsing.editorconfig(#14516 by @josephfrazier)If an .editorconfig file is in your project and it sets
max_line_length=offfor the file you're formatting,it will be interpreted as a
printWidthofInfinityrather than being ignored(which previously resulted in the default
printWidthof 80 being applied, if not overridden by Prettier-specific configuration).isaacs/rimraf
v4.4.0Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
v4.1.4Compare Source
v4.1.3Compare Source
semantic-release/semantic-release
v20.1.3Compare Source
Bug Fixes
v20.1.2Compare Source
Bug Fixes
v20.1.1Compare Source
Bug Fixes
TypeStrong/TypeDoc
v0.23.28Compare Source
Features
consttype parameters.@overloadtag.@satisfiestag.v0.23.27Compare Source
Features
--treatValidationWarningsAsErrorsto treat only validation warnings as errors without treating all warnings as errors, #2199.Bug Fixes
@privateand@protectedtags totypedoc/tsdoc.json, #2187.Thanks!
v0.23.26Compare Source
Features
Application.EVENT_VALIDATE_PROJECTevent for plugins which implement custom validation, #2183.Comment.displayPartsToMarkdownon for themes overwriting thecommenthelper, #2115.Bug Fixes
export default undefined, #2175.Thanks!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.