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 all non-major dependencies #70

Merged
merged 1 commit into from
May 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.16.0 -> ^18.16.3 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.30.1 -> ^0.31.0 age adoption passing confidence
typescript (source) ^4.9.5 -> ^5.0.4 age adoption passing confidence
ufo ^1.1.1 -> ^1.1.2 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.0 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Update mock implementation to support ESM runtime, introduce "vi.hoisted"  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3258 (0c09a)

    • Bypass ESM import order restriction with vi.hoisted to run code before imports are executed:
    vi.hoisted(() => vi.setSystemTime(new Date(2022, 1, 1)))

    You can also use it to pass variables to vi.mock:

    const { mockedMethod } = vi.hoisted(() => {
      return { mockedMethod: vi.fn() }
    })   
    vi.mocked('./path/to/module.js', () => {
      return { originalMethod: mockedMethod }
    })
  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/ufo

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Provide node16 style types field (#​133)
📖 Documentation
  • Add jsdocs for parse utils (#​134)
  • Add stringifyParsedURL (81e92b2)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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, check this box

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

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Merging #70 (af45c63) into main (0b34c7a) will increase coverage by 0.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   54.24%   54.36%   +0.11%     
==========================================
  Files           3        3              
  Lines         837      837              
  Branches       58       55       -3     
==========================================
+ Hits          454      455       +1     
+ Misses        383      382       -1     

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb8a58b to a0fb83b Compare May 3, 2023 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0fb83b to af45c63 Compare May 4, 2023 01:18
@renovate renovate bot merged commit 9d08f00 into main May 5, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 5, 2023 01:06
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.

0 participants