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 vitest to v0.28.4 - autoclosed #255

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest 0.22.1 -> 0.28.4 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.28.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.27.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.27.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.0

Compare Source

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

v0.26.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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

v0.24.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.0

Compare Source

   🚨 Breaking Changes
   🚀 Features

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 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 requested a review from auguwu as a code owner October 28, 2022 10:50
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 0d7eea6 to e239ad9 Compare October 31, 2022 11:37
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.24.3 chore(deps): update dependency vitest to v0.24.4 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 64c3847 to aed4e21 Compare November 1, 2022 20:43
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.24.4 chore(deps): update dependency vitest to v0.24.5 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 1c20cfe to 579c762 Compare November 7, 2022 18:43
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.24.5 chore(deps): update dependency vitest to v0.25.0 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from e3039a9 to 4b97022 Compare November 8, 2022 17:46
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.0 chore(deps): update dependency vitest to v0.25.1 Nov 8, 2022
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.1 chore(deps): update dependency vitest to v0.25.2 Nov 14, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 5 times, most recently from ac4ee06 to da76a81 Compare November 21, 2022 21:35
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.2 chore(deps): update dependency vitest to v0.25.3 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 4 times, most recently from d85a6df to 36756d8 Compare December 5, 2022 22:40
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.25.3 chore(deps): update dependency vitest to v0.25.4 Dec 5, 2022
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from dff660e to c3ded5a Compare January 9, 2023 16:33
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.26.3 chore(deps): update dependency vitest to v0.27.0 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from ac2f87d to 0a12e3a Compare January 11, 2023 16:54
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.27.0 chore(deps): update dependency vitest to v0.27.1 Jan 11, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from 2e0af75 to 23de052 Compare January 17, 2023 07:49
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.27.1 chore(deps): update dependency vitest to v0.27.2 Jan 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.27.2 chore(deps): update dependency vitest to v0.27.3 Jan 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.27.3 chore(deps): update dependency vitest to v0.28.1 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 95730fd to 114c96b Compare January 25, 2023 14:48
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.1 chore(deps): update dependency vitest to v0.28.2 Jan 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.2 chore(deps): update dependency vitest to v0.28.3 Jan 27, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 6 times, most recently from 6b54cf0 to 4b5cb93 Compare February 3, 2023 11:41
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.3 chore(deps): update dependency vitest to v0.28.4 Feb 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.28.4 chore(deps): update dependency vitest to v0.28.4 - autoclosed Feb 6, 2023
@renovate renovate bot closed this Feb 6, 2023
@renovate renovate bot deleted the renovate/vitest-monorepo branch February 6, 2023 09:19
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