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 v2 #154

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) ^0.34.6 -> ^2.1.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

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
🐞 Bug Fixes

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the major label Dec 7, 2023
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from a8ac311 to 3cb7a36 Compare December 12, 2023 21:16
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 64ccef1 to fd89ccb Compare December 22, 2023 16:46
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from ca21222 to 84ce2f4 Compare January 8, 2024 09:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from b878c0e to 33787ec Compare January 15, 2024 16:26
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a09ec8b to 5597143 Compare January 20, 2024 18:13
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from acc3baa to 4f8487f Compare February 3, 2024 07:24
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 37417f8 to 3348e1d Compare February 18, 2024 12:18
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 9fe518e to bae3d3f Compare February 25, 2024 21:06
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from bae3d3f to 4900770 Compare March 2, 2024 02:02
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 5951efd to 22e7508 Compare March 15, 2024 01:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 22e7508 to 0297a03 Compare March 18, 2024 02:22
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from cf06ae2 to 94aca58 Compare May 9, 2024 21:27
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 07a1528 to a3a8b4a Compare June 13, 2024 02:05
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 5bdddff to 5215ada Compare June 25, 2024 09:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 21e795a to c0bd1a9 Compare July 11, 2024 13:20
@renovate renovate bot changed the title chore(deps): update dependency vitest to v1 chore(deps): update dependency vitest to v2 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 7d9f817 to 6bdb0f6 Compare July 18, 2024 12:02
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 758c742 to e6c34e3 Compare July 26, 2024 23:17
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a5e5d2a to 5552ec4 Compare August 5, 2024 13:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 5552ec4 to f79c868 Compare August 12, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 270b5ef to 7608735 Compare August 22, 2024 06:34
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e4b8997 to 403014a Compare September 4, 2024 15:56
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from aefb479 to a3c168a Compare September 12, 2024 18:38
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from a3c168a to 180a821 Compare September 15, 2024 15:23
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 180a821 to 207ba7b Compare September 16, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants