-
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update all dependencies #64
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
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
d87208d
to
65e1c41
Compare
8a196c2
to
bed0aeb
Compare
9e308a5
to
1f57ff0
Compare
50fa6b0
to
87b6a7c
Compare
9abeba5
to
1c5b652
Compare
1f873b2
to
3230f39
Compare
3230f39
to
62416f3
Compare
02b9c1f
to
1c3c704
Compare
6f7e632
to
b9b3e47
Compare
d825218
to
5aa1136
Compare
6c3cb60
to
51302a4
Compare
f9528ee
to
ac368b0
Compare
fb2f5c8
to
0c85e2f
Compare
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
42f5d93
to
bf65d64
Compare
461e96f
to
9c22c78
Compare
9c22c78
to
911b7d6
Compare
This PR contains the following updates:
^10.3.0
->^13.0.0
^0.4.8
->^0.5.0
^18.7.18
->^22.0.0
^0.34.6
->^3.0.0
v4
->v5
v4
->v5
v3
->v5
^9.4.1
->^14.0.0
v2
->v4
^2.1.3
->^3.0.0
7.33.6
->10.18.1
v2
->v4
^4.0.1
->^5.0.0
^8.0.5
->^9.0.0
^6.0.0
->^7.0.0
^9.0.4
->^10.0.0
^4.9.5
->^5.0.0
^10.1.2
->^11.0.0
^2.0.0
->^3.0.0
^3.1.1
->^4.0.0
^4.1.1
->^5.0.0
^0.16.7
->^20.0.0
^0.34.6
->^3.0.0
Release Notes
1stG/configs (@1stg/lib-config)
v13.0.1
Compare Source
Patch Changes
#343
ad28a13
Thanks @JounQin! - fix: add missingrepository
fieldUpdated dependencies [
ad28a13
]:v13.0.0
Compare Source
Major Changes
#341
8527c5f
Thanks @JounQin! - feat(eslint-config)!: mark all framework plugins as optional peer#342
3945e4f
Thanks @JounQin! - feat!: migrate fromlint-staged
tonano-staged
Patch Changes
8527c5f
,3945e4f
]:v12.0.1
Compare Source
Patch Changes
#336
fa39ecf
Thanks @JounQin! - chore: bump all (dev) depsUpdated dependencies [
fa39ecf
]:v12.0.0
Compare Source
Major Changes
c08b298
Thanks @JounQin! - chore: bumpprettier-plugin-pkg
with different orders fortypes
related entriesPatch Changes
c08b298
,c08b298
]:v11.1.0
Compare Source
Minor Changes
692226d
Thanks @JounQin! - chore(eslint-config): bump mdx/prettier/unicorn pluginsPatch Changes
692226d
]:v11.0.1
Compare Source
Patch Changes
#296
2cc92e1
Thanks @JounQin! - chore(remark-preset): bump major versionUpdated dependencies [
2cc92e1
]:v11.0.0
Compare Source
Major Changes
db3b78b
Thanks @JounQin! - chore: bump all (dev) depsPatch Changes
db3b78b
]:changesets/changesets (@changesets/changelog-github)
v0.5.1
Compare Source
Patch Changes
84a4a1b
]:v0.5.0
Compare Source
Minor Changes
a971652
Thanks @Andarist! -package.json#exports
have been added to limit what (and how) code might be imported from the package.Patch Changes
a971652
]:vitest-dev/vitest (@vitest/coverage-istanbul)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should be watch-mode - by @AriPerkkio in #8128 (657e8)--shard x/<count>
exceeds count of test files - by @AriPerkkio in #8112 (8a18c)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in #8110 (14dc0)task.meta
should be available in custom reporter's errors - by @AriPerkkio in #8115 (27df6)View changes on GitHub
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in #8129 (47514)process.send()
- by @AriPerkkio in #8125 (dfe81)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in #8101 (142c7)vitest-browser-*
packages - by @sheremet-va in #8103 (247ef)toEqual
- by @dubzzz in #8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in #7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in #8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
🚀 Features
ctx.signal
- by @sheremet-va in #7878 (e761f)test.name
- by @AriPerkkio in #7809 (4af5d)vi.mockObject
to automock any object - by @hi-ogawa and @sheremet-va in #7761 (465bd)watchTriggerPatterns
option - by @sheremet-va in #7778 (a0675)workspace
in favor ofprojects
- by @sheremet-va and @AriPerkkio in #7923 (41beb)sequence.groupOrder
option - by @sheremet-va in #7852 (d1a1d)connect
option forplaywright
browser provider - by @egfx-notifications and @sheremet-va in #7915 (029c0)screenshot.save
option - by @sheremet-va in #7777 (d9f51)onWritePath
option togithub-actions
- by @nwalters512 and @AriPerkkio in #8015 (abd3b)🐞 Bug Fixes
micromatch
withpicomatch
- by @sapphi-red in #7951 (df076)any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by @JoshuaKGoldberg in #7016 (8ec44)stack
properties - by @sheremet-va in #7995 (330f9)toJSON
serialisation - by @sheremet-va in #8053 (3bdf0)upload
files relative to the project root - by @sheremet-va in #8042 (b9a31)this
type tolocators.extend
- by @sheremet-va in #8069 (70fb0)--silent
values properly - by @AriPerkkio in #8055 (8fad7)@types/chai
- by @hi-ogawa in #7937 (525f5)vitest list
command - by @sheremet-va in #7933 (ba6da)__vite_ssr_exportName__
- by @hi-ogawa in #7925 (76091)getWorkerMemoryLimit
priority for vmForks - by @pengooseDev in #7960 (5a91e)View changes on GitHub
v3.1.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.3
Compare Source
🐞 Bug Fixes
inline: true
is set - by @sheremet-va in #7856 (a83f3)--merge-reports
to show each total run times - by @AriPerkkio in #7877 (d613b)View changes on GitHub
v3.1.2
Compare Source
🐞 Bug Fixes
chai
variable invitest/globals
(fix: #7474) - by @Jay-Karia in #7771 and #7474 (d9297)test.exclude
when same object passed incoverage.exclude
- by @AriPerkkio in #7774 (c3751)envionmentOptions
- by @hi-ogawa in #7795 (67430)await
profiler calls - by @AriPerkkio in #7763 (795a6)🏎 Performance
View changes on GitHub
v3.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
%$
option to add number of the test to its title - by @kemuridama in #7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in #7481 (eacab)test.each/for
title formatting - by @hi-ogawa in #7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in #7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in #7705 (5659a)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 was generated by Mend Renovate. View the repository job log.