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 vitest monorepo to v2 (major) #96

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) 0.34.6 -> 2.1.3 age adoption passing confidence
vitest (source) 0.34.6 -> 2.1.3 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes
🚀 Features

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 was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jan 3, 2024

⚠️ No Changeset found

Latest commit: 88ab8f8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from fd27fcf to e615532 Compare January 8, 2024 23:00
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e615532 to 3002c70 Compare January 18, 2024 17:55
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 561a4d3 to 6047acc Compare February 4, 2024 10:20
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e0838b4 to 868d9c1 Compare February 16, 2024 16:32
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 79cab36 to 099037e Compare February 27, 2024 23:10
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 099037e to 41c8683 Compare March 7, 2024 04:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 31780cf to 1c303bc Compare March 21, 2024 15:45
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 31e1a81 to d41e3ef Compare April 14, 2024 11:12
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from bd55f59 to 969cb3d Compare April 21, 2024 03:48
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a443e53 to 4bf659b Compare April 21, 2024 03:59
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 4bf659b to f9f80e1 Compare May 11, 2024 19:59
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from a3eab21 to 5c1beee Compare May 30, 2024 09:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from acaaa87 to 792e0a5 Compare June 6, 2024 02:08
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 792e0a5 to 502b99d Compare June 27, 2024 14:36
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from f405780 to 6165cb4 Compare August 7, 2024 11:41
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v1 (major) chore(deps): update vitest monorepo to v2 (major) Aug 7, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from add19f9 to e780cf6 Compare August 14, 2024 10:04
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e780cf6 to f444776 Compare August 21, 2024 10:26
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from f444776 to 3ac667a Compare August 30, 2024 14:01
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 3ac667a to 27c7a14 Compare September 7, 2024 15:28
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 3951fe9 to db59713 Compare September 21, 2024 16:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 243e13c to 6989701 Compare October 13, 2024 19:34
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 6989701 to 704e137 Compare October 14, 2024 21:17
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 704e137 to 2125342 Compare November 1, 2024 16:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2125342 to 88ab8f8 Compare November 13, 2024 12:35
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