mkdist
mkdist copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@vitest/coverage-c8 | ^0.24.1 -> ^0.24.3 |
||||
esbuild | ^0.15.10 -> ^0.15.11 |
||||
pnpm (source) | 7.13.3 -> 7.13.4 |
Release Notes
vitest-dev/vitest
v0.24.3
🐞 Bug Fixes
- build: Build packages before publishing - by @sheremet-va (3c4a2)
View changes on GitHub
v0.24.2
🚀 Features
- ui: Add tests summary in the dashboard - by @webfansplz and @userquin in https://github.com/vitest-dev/vitest/issues/2133
🐞 Bug Fixes
- bench: Throw root cause - by @azaleta and @nickmccurdy in https://github.com/vitest-dev/vitest/issues/2137
- browser: Working again - by @userquin in https://github.com/vitest-dev/vitest/issues/2143
- coverage: Reduce size of leftover v8 reports - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2144
- vite-node: Init the debugger ahead of time to ensure that load dumped code work as expected (fix #2126) - by @await-ovo in https://github.com/vitest-dev/vitest/issues/2127
View changes on GitHub
evanw/esbuild
v0.15.11
-
Fix various edge cases regarding template tags and
this
(#2610)This release fixes some bugs where the value of
this
wasn't correctly preserved when evaluating template tags in a few edge cases. These edge cases are listed below:async function test() { class Foo { foo() { return this } } class Bar extends Foo { a = async () => super.foo`` b = async () => super['foo']`` c = async (foo) => super[foo]`` } function foo() { return this } const obj = { foo } const bar = new Bar console.log( (await bar.a()) === bar, (await bar.b()) === bar, (await bar.c('foo')) === bar, { foo }.foo``.foo === foo, (true && obj.foo)`` !== obj, (false || obj.foo)`` !== obj, (null ?? obj.foo)`` !== obj, ) } test()
Each edge case in the code above previously incorrectly printed
false
when run through esbuild with--minify --target=es6
but now correctly printstrue
. These edge cases are unlikely to have affected real-world code.
pnpm/pnpm
v7.13.4
Patch Changes
-
pnpm link <pkg> --global
should work when a custom target directory is specified with the--dir
CLI option #5473. - It should be possible to override dependencies with local packages using overrides #5443.
Our Gold Sponsors
|
|
|
Our Silver Sponsors
|
![]() |
|
|
|
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #65 (8760fde) into main (2660802) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #65 +/- ##
=======================================
Coverage 95.35% 95.35%
=======================================
Files 6 6
Lines 323 323
Branches 70 70
=======================================
Hits 308 308
Misses 15 15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.