alpine-collective / alpinejs-devtools

Chrome/Firefox DevTools extension for debugging Alpine.js applications.
MIT License
521 stars 18 forks source link

chore(deps-dev): bump uvu from 0.5.2 to 0.5.6 #382

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

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 have process.exit or unresolved Promises (#206, #207): 70b59e7 Thank you @​rictic~!

  • (uvu/diff): Print BigInts within JSON correctly (#186): d764c08 Thank you @​rdmurphy~!

  • (uvu): Attach globalThis.UVU_DEFER to isCLI bool guard: 213efb5

  • (uvu/run): Move uvu imports into function call: f735f5a Both of these commits enable (some) programmatic-style uvu usage.

    // 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-node image 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 unsupported require statement within the ESM version.

Chores

  • Add Node 16.x to CI test matrix: 7535db6

... (truncated)

Commits
  • 56e1cb2 0.5.6
  • 2831a14 chore(ci): update setup-node image
  • 70b59e7 fix(core): tests should fail if has process.exit or unresolved Promises (#...
  • d764c08 fix(diff): print BigInts within JSON correctly (#186)
  • f735f5a fix(run): import core uvu within handler;
  • 213efb5 fix(core): attach UVU_DEFER to isCLI guard
  • 5a859bb 0.5.5
  • 7535db6 chore: add node16 to CI matrix
  • 870e6aa fix(parse): support native ESM mode;
  • 4cedf40 fix(parse): allow file-path requires
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)