Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

chore(deps): update vitest monorepo to v0.26.2 #383

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/ui 0.24.3 -> 0.26.2 age adoption passing confidence
vitest 0.24.3 -> 0.26.2 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.26.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.0

Compare Source

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

v0.25.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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: Enabled.

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.

@cloudflare-pages
Copy link

cloudflare-pages bot commented Oct 31, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: e5ec68d
Status: ✅  Deploy successful!
Preview URL: https://11d25d37.2022-hp.pages.dev
Branch Preview URL: https://renovate-vitest-monorepo.2022-hp.pages.dev

View logs

@github-actions
Copy link

@renovate renovate bot changed the title Update vitest monorepo to v0.24.4 Update vitest monorepo to v0.24.5 Nov 1, 2022
@github-actions
Copy link

github-actions bot commented Nov 1, 2022

@renovate renovate bot changed the title Update vitest monorepo to v0.24.5 Update vitest monorepo to v0.25.0 Nov 7, 2022
@github-actions
Copy link

github-actions bot commented 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
@github-actions
Copy link

github-actions bot commented Nov 8, 2022

@renovate renovate bot changed the title Update vitest monorepo to v0.25.1 Update vitest monorepo to v0.25.2 Nov 14, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update vitest monorepo to v0.25.2 Update vitest monorepo to v0.25.3 Nov 22, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update vitest monorepo to v0.25.3 Update vitest monorepo to v0.25.4 Dec 5, 2022
@github-actions
Copy link

github-actions bot commented Dec 5, 2022

@renovate renovate bot changed the title Update vitest monorepo to v0.25.4 Update vitest monorepo to v0.25.5 Dec 6, 2022
@github-actions
Copy link

github-actions bot commented Dec 6, 2022

@renovate renovate bot changed the title Update vitest monorepo to v0.25.5 Update vitest monorepo to v0.25.6 Dec 8, 2022
@github-actions
Copy link

github-actions bot commented Dec 8, 2022

@renovate renovate bot changed the title Update vitest monorepo to v0.25.6 Update vitest monorepo to v0.25.7 Dec 10, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update vitest monorepo to v0.25.7 Update vitest monorepo to v0.25.8 Dec 13, 2022
@github-actions
Copy link

@renovate renovate bot changed the title Update vitest monorepo to v0.25.8 chore(deps): update vitest monorepo to v0.25.8 Dec 18, 2022
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.25.8 chore(deps): update vitest monorepo to v0.26.0 Dec 19, 2022
@github-actions
Copy link

@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.26.0 chore(deps): update vitest monorepo to v0.26.1 Dec 20, 2022
@github-actions
Copy link

@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.26.1 chore(deps): update vitest monorepo to v0.26.2 Dec 21, 2022
@github-actions
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants