chore(deps-dev): bump uvu from 0.5.2 to 0.5.6
Bumps uvu from 0.5.2 to 0.5.6.
Release notes
Sourced from uvu's releases.
v0.5.6
Patches
(
uvu): Ensure tests fail if haveprocess.exitor unresolved Promises (#206, #207): 70b59e7 Thank you@rictic~!(
uvu/diff): Print BigInts within JSON correctly (#186): d764c08 Thank you@rdmurphy~!(
uvu): AttachglobalThis.UVU_DEFERtoisCLIbool guard: 213efb5(
uvu/run): Moveuvuimports into function call: f735f5a Both of these commits enable (some) programmatic-styleuvuusage.// Basic ESM programmatic usage // --- let { run } = await import('uvu/run'); let { parse } = await import('uvu/parse');// find all "src/**/*.test.ts" files let { suites } = await parse('src', /.test.ts$/, { require: ['tsm'], });
try { await run(suites); } catch (err) { console.error(err.stack || err); process.exitCode = 1; }
Note: This will still be greatly simplified in a future release (#113)
Chores
- Bump
setup-nodeimage version for CI: 2831a14
Full Changelog: https://github.com/lukeed/uvu/compare/v0.5.5...v0.5.6
v0.5.5
Patches
- (
uvu/parse): Support native ESM mode: 870e6aa Previously contained unsupportedrequirestatement within the ESM version.Chores
- Add Node 16.x to CI test matrix: 7535db6
... (truncated)
Commits
56e1cb20.5.62831a14chore(ci): update setup-node image70b59e7fix(core): tests should fail if hasprocess.exitor unresolved Promises (#...d764c08fix(diff): print BigInts within JSON correctly (#186)f735f5afix(run): import coreuvuwithin handler;213efb5fix(core): attachUVU_DEFERtoisCLIguard5a859bb0.5.57535db6chore: add node16 to CI matrix870e6aafix(parse): support native ESM mode;4cedf40fix(parse): allow file-path requires- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)