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

chore(deps): update dependency uvu to v0.5.6 #193

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 9, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvu 0.5.1 -> 0.5.6 age adoption passing confidence

Release Notes

lukeed/uvu (uvu)

v0.5.6

Compare Source

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

Compare Source

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

Full Changelog: lukeed/uvu@v0.5.4...v0.5.5

v0.5.4

Compare Source

Patches


Full Changelog: lukeed/uvu@v0.5.3...v0.5.4

v0.5.3

Compare Source

Patches

Chores


Full Changelog: lukeed/uvu@v0.5.2...v0.5.3

v0.5.2

Compare Source

Patches

  • (uvu) Improve deferral for single-file execution (#​145): 2a3a598
    This allows top-level await when using the node <file> approach.

  • (uvu/diff): Handle undefined|null vs object values (#​94): 0acb895

  • (uvu/assert): Normalize windows newlines (\r\n) for snapshot & fixture helpers: 2ec6735

  • (uvu/assert): Rewrite dedent with for-loop (#​117): b84c0a4
    Thank you @​bartveneman~!

  • (uvu/assert): Include TypeScript asserts typehint for assert.ok method (#​105): a1f9bfb
    Thank you @​ryanatkn~!

  • (types): Replace VoidFunction type (#​89): 1d75357

Examples

Chores


Full Changelog: lukeed/uvu@v0.5.1...v0.5.2


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency uvu to v0.5.2 chore(deps): update dependency uvu to v0.5.3 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency uvu to v0.5.3 chore(deps): update dependency uvu to v0.5.4 Jun 23, 2022
@renovate renovate bot changed the title chore(deps): update dependency uvu to v0.5.4 chore(deps): update dependency uvu to v0.5.6 Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants