-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): update dev dependencies (non-major) #209
Merged
Merged
Conversation
This file contains 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
Size Change: 0 B Total Size: 21.3 kB ℹ️ View Unchanged
|
renovate
bot
changed the title
chore(deps): update dependency happy-dom to v9.10.0
chore(deps): update dev dependencies (non-major)
Apr 28, 2023
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
12 times, most recently
from
May 4, 2023 17:23
1b848b6
to
6c623f5
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
7 times, most recently
from
May 12, 2023 12:00
95d9fbe
to
407881f
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
May 18, 2023 21:33
b20522a
to
eff105d
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
3 times, most recently
from
May 24, 2023 17:15
fe62d8f
to
16bc40e
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
from
May 30, 2023 16:02
16bc40e
to
1b8aff6
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
June 6, 2023 21:01
244ce4d
to
dd39bc2
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
June 10, 2023 16:30
770c345
to
4860836
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
from
June 12, 2023 23:06
4860836
to
af822d0
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 📦🚀 |
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:
18.2.0
->18.2.12
0.30.1
->0.32.0
9.9.2
->9.20.3
5.0.0
->5.0.1
21.0.1
->21.0.5
0.24.6
->0.24.8
5.0.4
->5.1.3
0.30.1
->0.32.0
Release Notes
vitest-dev/vitest
v0.32.0
Compare Source
🚨 Breaking Changes
test.js
to be a test file. Also any file in__tests__
is now considered to be a test, not just files withtest
orspec
suffix.@vitest/coverage-v8
package - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)@vitest/coverage-c8
is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user hasc8
as their coverage provider. Please, install the new@vitest/coverage-v8
package if you previously used@vitest/coverage-c8
.spy.mockRestore
on auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.🚀 Features
expect.soft
- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3507 (7c687)describe
/test
name - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3497 (15253)🐞 Bug Fixes
View changes on GitHub
v0.31.4
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.31.3
Compare Source
🚀 Features
VITE_NODE_DEPS_MODULE_DIRECTORIES
from .npmrc - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3471 (393bf)🐞 Bug Fixes
View changes on GitHub
v0.31.2
Compare Source
🚀 Features
test.each
ordescribe.each
- by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3360 (7c2f7)reportOnFailure
option - by @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3453 (1988f)🐞 Bug Fixes
SIGINT
is received - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3407 (a2cc2)rejects
&resolves
breaks with thenable objects - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3456 (4e996)birpc
timeouts whenMath.random
mock is not restored - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3460 (cd5d5)less
extension - by @rluvaton in https://github.com/vitest-dev/vitest/issues/3465 (4d045)PartialMock
with async TReturns - by @ghry5 in https://github.com/vitest-dev/vitest/issues/3462 (b664d)View changes on GitHub
v0.31.1
Compare Source
🚀 Features
r
should rerun current pattern tests - by @Dunqing and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3305 (69d27)🐞 Bug Fixes
cwd
from test name filter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3353 (324a9)toMatchInlineSnapshot
fails when file path includes parentheses - by @pacexy in https://github.com/vitest-dev/vitest/issues/3370 and https://github.com/vitest-dev/vitest/issues/3371 (dcf13)View changes on GitHub
v0.31.0
Compare Source
🚨 Breaking Changes
Remove
browser
from allowed pools insidepoolMatchGlob
config option. Please, use Vitest workspaces for running tests in the browser.Move assertion declarations to expect package - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)
🚀 Features
vi.hoisted
to run code before imports are executed:vi.mock
:--bail
option for cancelling test run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3163 (8d460)🐞 Bug Fixes
thresholdAutoUpdate
to work withperFile
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3182 (29eeb)import.meta.hot.send
mock - by @antfu (b1624)View changes on GitHub
capricorn86/happy-dom
v9.20.3
Compare Source
👷♂️ Patch fixes
HTMLUnknownElement
to a custom element that is replacing it when it is defined. (#668)v9.20.2
Compare Source
👷♂️ Patch fixes
Window.getComputedStyle()
when callingCSSStyleDeclaration.getPropertyValue()
. (#932)v9.20.1
Compare Source
👷♂️ Patch fixes
querySelectorAll()
where it didn't always return elements in document order. (#928)v9.20.0
Compare Source
🎨 Features
v9.19.2
Compare Source
👷♂️ Patch fixes
v9.19.1
Compare Source
👷♂️ Patch fixes
XMLHttpRequest
Thank you @btea for your contribution!
v9.19.0
Compare Source
🎨 Features
Window.getComputedStyle()
andWindow.matchMedia()
(#921)Window.getComputedStyle()
andWindow.matchMedia()
when setting font size (other properties will be set to "0px") (#921)<html>
when usingWindow.getComputedStyle()
(#921)CSSStyleDeclaration
. (#921)👷♂️ Patch fixes
CSSStyleDeclaration
. Not having support for "height" was missed somehow, as we have support for "width". (#922)v9.18.3
Compare Source
👷♂️ Patch fixes
CharacterData.data
,CharacterData.nodeValue
orCharacterData.textContent
. (#819)v9.18.2
Compare Source
👷♂️ Patch fixes
Thank you @gtm-nayan for your contribution!
v9.18.1
Compare Source
👷♂️ Patch fixes
v9.18.0
Compare Source
🎨 Features
v9.17.0
Compare Source
🎨 Features
v9.16.0
Compare Source
🎨 Features
XMLSerializer.serializeToString()
. (#908)v9.15.0
Compare Source
🎨 Features
Element.getInnerHTML()
. (#898)Thank you @crypto-scythe for your contribution!
v9.14.0
Compare Source
🎨 Features
Document.links
. (#896)Thank you @btea for your contribution!
v9.13.1
Compare Source
👷♂️ Patch fixes
CSSStyleDeclaration
. (#889)Thank you @btea for your contribution!
v9.13.0
Compare Source
🎨 Features
Element.querySelectorAll()
. The performance was decreased after the implementation of document sorting order, due to the fact that it relied onObject.assign()
for each match, which is slower than iterating through all matches in the end. (#909)v9.12.0
Compare Source
🎨 Features
👷♂️ Patch fixes
v9.11.0
Compare Source
🎨 Features
v9.10.9
Compare Source
👷♂️ Patch fixes
Request.formData()
. (#892)Thank you @rolandjohann for your contribution!
v9.10.8
Compare Source
👷♂️ Patch fixes
HTMLAnchorElement.toString()
returned "HTMLElement.outerHTML", but should return "HTMLAnchorElement.href" according to spec. (#890)Thank you @Schleuse for your contribution!
v9.10.7
Compare Source
👷♂️ Patch fixes
Thank you for your contribution @htuomola!
v9.10.6
Compare Source
👷♂️ Patch fixes
XMLHttpRequest
. (#795)XMLHttpRequest.response
. (#788)Thank you @Mas0nShi for your contribution!
v9.10.5
Compare Source
👷♂️ Patch fixes
HTMLCollection
andHTMLFormControlsCollection
related to id/name of elements colliding with class properties and methods. (#875)v9.10.4
Compare Source
👷♂️ Patch fixes
v9.10.3
Compare Source
👷♂️ Patch fixes
click()
. (#880)v9.10.2
Compare Source
👷♂️ Patch fixes
v9.10.1
Compare Source
👷♂️ Patch fixes
v9.10.0
Compare Source
🎨 Features
👷♂️ Patch fixes
*.querySelectorAll()
did not return elements in document order. (#285)isaacs/rimraf
v5.0.1
Compare Source
semantic-release/semantic-release
v21.0.5
Compare Source
Bug Fixes
v21.0.4
Compare Source
Bug Fixes
v21.0.3
Compare Source
Bug Fixes
@semantic-release/commit-analyzer
tov10.0.0-beta.1
(4a6b31f)@semantic-release/github
to9.0.0-beta.2
(#2818) (6f19d77)v21.0.2
Compare Source
Bug Fixes
TypeStrong/TypeDoc
v0.24.8
Compare Source
Features
navigation.fullTree
to control rendering the full navigation tree on each page, #2287.This option will likely be replaced in 0.25 with dynamic loading of the full tree.
--pretty
option now also controls whether generated HTML contains line breaks, #2287.MarkdownEvent.INCLUDE
for plugins, #2284.Bug Fixes
and any other block tags in the order they are defined in the comment, #2285.
Thanks!
v0.24.7
Compare Source
Features
Bug Fixes
sort
option, #2272.Microsoft/TypeScript
v5.1.3
: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
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.