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 #31

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 10, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) ^0.30.1 -> ^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 - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/major-vitest-monorepo branch from 5f4f369 to d38106a Compare December 19, 2023 15:27
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from d93c840 to edff1ac Compare January 5, 2024 10:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 6dea2fc to 83064ff Compare January 17, 2024 16:36
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 83064ff to 3d2dfb1 Compare January 26, 2024 17:09
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 7549822 to 5f0d80f Compare February 4, 2024 08:06
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 5a80865 to 4e089ca Compare February 20, 2024 15:06
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from bc62072 to 0e53a86 Compare March 15, 2024 12:27
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0e53a86 to f3a0b84 Compare April 11, 2024 19:09
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 41f21bb to e1afb07 Compare April 30, 2024 09:04
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a157d95 to e0f6d53 Compare May 5, 2024 05:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e0f6d53 to 59203c5 Compare June 23, 2024 04:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 59203c5 to ff928df Compare July 9, 2024 18:04
@renovate renovate bot changed the title chore(deps): update dependency vitest to v1 chore(deps): update dependency vitest to v2 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 3c5aab6 to 7470fa0 Compare July 15, 2024 11:27
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 7470fa0 to 14ce96b Compare July 22, 2024 10:10
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from c6a57fb to 7987a71 Compare August 6, 2024 03:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 7987a71 to 816f74e Compare August 11, 2024 04:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 816f74e to 9807662 Compare August 25, 2024 05:21
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 9807662 to bc4249c Compare September 12, 2024 15:25
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from bc4249c to c8cc305 Compare September 13, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants