-
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) #187
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: 18.6 kB ℹ️ View Unchanged
|
renovate
bot
changed the title
chore(deps): update dependency happy-dom to v8.1.2
chore(deps): update dependency happy-dom to v8.1.3
Jan 5, 2023
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
January 7, 2023 13:36
bac4c2b
to
d5ac5ff
Compare
renovate
bot
changed the title
chore(deps): update dependency happy-dom to v8.1.3
chore(deps): update dev dependencies (non-major)
Jan 7, 2023
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
7 times, most recently
from
January 14, 2023 04:56
2b50492
to
aab05e6
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
6 times, most recently
from
January 23, 2023 04:22
5326bcc
to
6a4d972
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
7 times, most recently
from
January 28, 2023 13:16
5f78568
to
e197d3e
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
5 times, most recently
from
February 3, 2023 16:45
5ffa0cc
to
874c793
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
2 times, most recently
from
February 7, 2023 07:29
9850397
to
aff40a8
Compare
renovate
bot
force-pushed
the
renovate/dev-dependencies
branch
from
February 8, 2023 06:13
aff40a8
to
1fde101
Compare
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-next.7 🎉 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:
1.0.1
->1.0.2
18.0.26
->18.0.27
0.26.3
->0.28.4
8.1.1
->8.2.6
13.1.0
->13.1.1
2.8.1
->2.8.4
20.0.0
->20.1.0
0.23.23
->0.23.24
4.9.4
->4.9.5
0.26.3
->0.28.4
Release Notes
vitest-dev/vitest
v0.28.4
Compare Source
🐞 Bug Fixes
onWatcherStart
whentypecheck.ignoreSourceErrors
is true - by @mascii and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2774 (d612e)View changes on GitHub
v0.28.3
Compare Source
🚀 Features
config
option to be false - by @antfu in https://github.com/vitest-dev/vitest/issues/2749 (c66e3)🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.28.2
Compare Source
🐞 Bug Fixes
timestamp: 0
- by @danielroe in https://github.com/vitest-dev/vitest/issues/2747 (e88c0)View changes on GitHub
v0.28.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.28.0
Compare Source
🚨 Breaking Changes
@vitet/runner
package instead ofvitest
🐞 Bug Fixes
View changes on GitHub
v0.27.3
Compare Source
🚀 Features
environmentMatchGlobs
option to auto infer env based on glob - by @antfu in https://github.com/vitest-dev/vitest/issues/2714 (3e142)🐞 Bug Fixes
reportCoverage
context can be optional - by @antfu (4cd1e)View changes on GitHub
v0.27.2
Compare Source
🚀 Features
🐞 Bug Fixes
coverage.all
only when all tests are run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2665 (85096)🏎 Performance
View changes on GitHub
v0.27.1
Compare Source
🚀 Features
🐞 Bug Fixes
coverage.extension
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2641 (7e388)View changes on GitHub
v0.27.0
Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
capricorn86/happy-dom
v8.2.6
Compare Source
v8.2.5
Compare Source
👷♂️ Patch fixes
Window.setTimeout()
andWindow.setInterval()
. (#712)v8.2.4
Compare Source
👷♂️ Patch fixes
CustomEvent.detail
. (#701)v8.2.3
Compare Source
👷♂️ Patch fixes
Event.composedPath()
. (#709)v8.2.2
Compare Source
👷♂️ Patch fixes
MutationObserver.disconnect()
where it throws an error ifMutationObserver.observe()
has not been called first. (#659)v8.2.1
Compare Source
👷♂️ Patch fixes
v8.2.0
Compare Source
🎨 Features
NodeUtility.nodeEquals()
toNodeUtility.isEqualNode()
to make it easier to find, asisEqualNode
is how it is named in the spec. (#656)v8.1.5
Compare Source
👷♂️ Patch fixes
conditionalText
property toconditionText
inCSSContainerRule
andCSSMediaRule
according to spec. (#692)🎨 Features
CSSSupportsRule
(@supports
) to the CSS parser. (#693)v8.1.4
Compare Source
👷♂️ Patch fixes
HTMLElement.dataset
. (#652)v8.1.3
Compare Source
👷♂️ Patch fixes
v8.1.2
Compare Source
👷♂️ Patch fixes
Window.scrollX
,Window.scrollY
,Window.pageXOffset
andWindow.pageYOffset
. (#681)okonet/lint-staged
v13.1.1
Compare Source
Bug Fixes
--stash
when using the--diff
option (99390c3)prettier/prettier
v2.8.4
Compare Source
diff
Fix leading comments in mapped types with
readonly
(#13427 by @thorn0, @sosukesuzuki)Group params in opening block statements (#14067 by @jamescdavis)
This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by
grouping params in opening blocks. This causes params to break to a new line together and not be split across lines
unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the
same as opening blocks.
Ignore files in
.sl/
(#14206 by @bolinfest)In Sapling SCM,
.sl/
is the folder where it stores its state, analogous to.git/
in Git. It should be ignored in Prettier like the other SCM folders.Recognize
@satisfies
in Closure-style type casts (#14262 by @fisker)Fix parens in inferred function return types with
extends
(#14279 by @fisker)v2.8.3
Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2
Compare Source
diff
Don't lowercase link references (#13155 by @DerekNonGeneric & @fisker)
Preserve self-closing tags (#13691 by @dcyriller)
Allow custom "else if"-like blocks with block params (#13930 by @jamescdavis)
#13507 added support for custom block keywords used with
else
, but failed to allow block params. This updates printer-glimmer to allow block params with custom "else if"-like blocks.Preserve empty lines between nested SCSS maps (#13931 by @jneander)
Fix missing parentheses when an expression statement starts with
let[
(#14000, #14044 by @fisker, @thorn0)Fix semicolon duplicated at the end of LESS file (#14007 by @mvorisek)
Fix no space after unary minus when followed by opening parenthesis in LESS (#14008 by @mvorisek)
Do not change case of property name if inside a variable declaration in LESS (#14034 by @mvorisek)
Fix formatting for auto-accessors with comments (#14038 by @fisker)
Add parentheses for TSTypeQuery to improve readability (#14042 by @onishi-kohei)
Fix displacing of comments in default switch case (#14047 by @thorn0)
It was a regression in Prettier 2.6.0.
Support type annotations on auto accessors via
babel-ts
(#14049 by @sosukesuzuki)The bug that
@babel/parser
cannot parse auto accessors with type annotations has been fixed. So we now support it viababel-ts
parser.Fix formatting of empty type parameters (#14073 by @fisker)
Add parentheses to head of
ExpressionStatement
instead of the whole statement (#14077 by @fisker)Fix comments after directive (#14081 by @fisker)
Fix formatting for comments inside JSX attribute (#14082 with by @fisker)
Quote numeric keys for json-stringify parser (#14083 by @fisker)
Fix removing commas from function arguments in maps (#14089 by @sosukesuzuki)
Do not insert space in LESS property access (#14103 by @fisker)
semantic-release/semantic-release
v20.1.0
Compare Source
Features
v20.0.4
Compare Source
Bug Fixes
v20.0.3
Compare Source
Reverts
v20.0.2
Compare Source
Bug Fixes
v20.0.1
Compare Source
Bug Fixes
TypeStrong/TypeDoc
v0.23.24
Compare Source
Bug Fixes
Thanks!
Microsoft/TypeScript
v4.9.5
: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88ef
Port ignore deprecations to 4.9 (#52419)daf4e81
Port timestamp fix to 4.9 (#52426)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.