Skip to content
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

Bump uvu from 0.5.1 to 0.5.6 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps uvu from 0.5.1 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: lukeed/uvu@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)

Bumps [uvu](https://github.com/lukeed/uvu) from 0.5.1 to 0.5.6.
- [Release notes](https://github.com/lukeed/uvu/releases)
- [Commits](lukeed/uvu@v0.5.1...v0.5.6)

---
updated-dependencies:
- dependency-name: uvu
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2022
@dependabot dependabot bot mentioned this pull request Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants