Skip to content

Update vitest monorepo to v0.25.3 - autoclosed#110

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/vitest-monorepo
Closed

Update vitest monorepo to v0.25.3 - autoclosed#110
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/vitest-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-c8 0.24.3 -> 0.25.3 age adoption passing confidence
vitest 0.23.4 -> 0.25.3 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.25.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.0

Compare Source

   ✅ Builtin TypeChecking

In v0.25.0, Vitest allows you to write tests for your types, using expectTypeOf or assertType syntaxes. By default all tests inside *.test-d.ts files are considered type tests. Run vitest typecheck to run type tests.

// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'

test('my types work properly', () => {
  expectTypeOf(mount).toBeFunction()
  expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()

  // @&#8203;ts-expect-error name is a string
  assertType(mount({ name: 42 }))
})

Learn more at the documentation and this RFC

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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 these updates 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 Update dependency vitest to v0.24.3 Update vitest monorepo to v0.24.4 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 294a98c to 9c17cda Compare November 1, 2022 20:37
@renovate renovate bot changed the title Update vitest monorepo to v0.24.4 Update vitest monorepo to v0.24.5 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 9c17cda to a3722a1 Compare November 7, 2022 17:47
@renovate renovate bot changed the title Update vitest monorepo to v0.24.5 Update vitest monorepo to v0.25.0 Nov 7, 2022
@renovate renovate bot changed the title Update vitest monorepo to v0.25.0 Update vitest monorepo to v0.25.1 Nov 8, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from ccb463a to aab1612 Compare November 14, 2022 15:08
@renovate renovate bot changed the title Update vitest monorepo to v0.25.1 Update vitest monorepo to v0.25.2 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from aab1612 to cff9b27 Compare November 18, 2022 11:54
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from cff9b27 to aa78858 Compare November 22, 2022 16:11
@renovate renovate bot changed the title Update vitest monorepo to v0.25.2 Update vitest monorepo to v0.25.3 Nov 22, 2022
@renovate renovate bot changed the title Update vitest monorepo to v0.25.3 Update vitest monorepo to v0.25.3 - autoclosed Dec 1, 2023
@renovate renovate bot closed this Dec 1, 2023
@renovate renovate bot deleted the renovate/vitest-monorepo branch December 1, 2023 17:29
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