-
Notifications
You must be signed in to change notification settings - Fork 12
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 all non-major dev-dependencies #188
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
Codecov Report
@@ Coverage Diff @@
## main #188 +/- ##
==========================================
+ Coverage 94.35% 97.53% +3.18%
==========================================
Files 3 3
Lines 2195 2195
Branches 250 218 -32
==========================================
+ Hits 2071 2141 +70
+ Misses 62 6 -56
+ Partials 62 48 -14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
November 20, 2022 05:13
eb08762
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
November 20, 2022 05:13
95a61f9
to
eb08762
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
November 21, 2022 17:58
d444b8a
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
November 21, 2022 17:58
eb08762
to
d444b8a
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
November 22, 2022 13:54
36e961e
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
November 22, 2022 13:54
d444b8a
to
36e961e
Compare
renovate
bot
dismissed stale reviews from renovate-approve-2[bot] and renovate-approve[bot]
via
November 23, 2022 07:40
00cf8f0
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
November 23, 2022 07:40
36e961e
to
00cf8f0
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
November 25, 2022 09:09
22a834b
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
November 25, 2022 09:09
00cf8f0
to
22a834b
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
January 3, 2023 10:09
cc5eb20
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
January 3, 2023 10:09
5bbffe7
to
cc5eb20
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
January 4, 2023 09:41
fcf251d
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
January 4, 2023 09:41
cc5eb20
to
fcf251d
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
January 4, 2023 16:11
e66f26f
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
January 4, 2023 16:11
fcf251d
to
e66f26f
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
January 6, 2023 21:24
74419ae
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
January 6, 2023 21:24
e66f26f
to
74419ae
Compare
renovate
bot
dismissed stale reviews from renovate-approve[bot] and renovate-approve-2[bot]
via
January 7, 2023 01:24
106c8d6
renovate
bot
force-pushed
the
renovate/all-non-major-dev
branch
from
January 7, 2023 01:24
74419ae
to
106c8d6
Compare
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:
^17.2.0
->^17.4.0
^17.2.0
->^17.4.0
^1.8.8
->^1.9.0
^1.0.5
->^1.0.7
^18.11.9
->^18.11.18
^5.42.1
->^5.48.0
^5.42.1
->^5.48.0
^0.25.1
->^0.26.3
^8.30.0
->^8.31.0
^8.5.0
->^8.6.0
^8.0.2
->^8.0.3
^13.0.3
->^13.1.0
^2.7.1
->^2.8.1
^0.23.20
->^0.23.23
^7.0.1
->^7.1.0
^4.8.4
->^4.9.4
^0.25.1
->^0.26.3
Release Notes
vitest-dev/vitest
v0.26.3
Compare Source
🚀 Features
importOriginal
helper to the factory - by @antfu in https://github.com/vitest-dev/vitest/issues/2551 (853ee)🐞 Bug Fixes
View changes on GitHub
v0.26.2
Compare Source
🚀 Features
🐞 Bug Fixes
dir
- by @antfu in https://github.com/vitest-dev/vitest/issues/2550 (f6b59)View changes on GitHub
v0.26.0
Compare Source
🚨 Breaking Changes
node
, Vitest will not resolve invalid named exports (exports that are on "default" property will not magically appear as named exports), unlessdeps.interopDefault
is enabled, or dependency is indeps.inline
. This change doesn't affectjsdom
,happy-dom
oredge
environments.structuredClone
, if it's available, or fallbacks to a polyfill.SharedWorker
🚀 Features
@vitest/ui
installed, you can now use'html'
reporter to get a beautiful UI to view your test results, inspect module graph and read log messages.🐞 Bug Fixes
View changes on GitHub
RealShadowNova/typedoc-json-parser
v7.1.0
Compare Source
🐛 Bug Fixes
🚀 Features
optional
property (#103) (d81536c)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.
This PR has been generated by Mend Renovate. View repository job log here.