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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

This PR contains the following updates:

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

Release Notes

vitest-dev/vitest (vitest)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 enabled auto-merge (rebase) December 11, 2023 02:18
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 70349b4 to 1a9b9e7 Compare December 11, 2023 04:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 9d42e93 to f80d541 Compare December 25, 2023 04:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e4fdaf3 to 2d48061 Compare January 1, 2024 04:22
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 18b61da to 00bcfd3 Compare January 8, 2024 07:31
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 0fbb2e8 to 973adca Compare January 22, 2024 04:20
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from c8c04ba to 2aaab34 Compare February 5, 2024 06:21
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 3dfa3a7 to 4765502 Compare February 12, 2024 06:11
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 325f7e0 to 64f4e02 Compare February 19, 2024 07:54
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 64f4e02 to 7e8f794 Compare February 26, 2024 03:46
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 2565d7d to 42dd2a5 Compare March 11, 2024 03:35
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from dd895da to 8497d0d Compare March 25, 2024 03:37
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 7ec188e to 5147bcc Compare April 8, 2024 04:08
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from ec1bc67 to 73a673c Compare April 22, 2024 03:34
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a88a2de to e1f6996 Compare July 1, 2024 04:09
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 94ef42a to 4f4a3fc Compare July 8, 2024 12:35
@renovate renovate bot changed the title chore(deps): update dependency vitest to v1 chore(deps): update dependency vitest to v2 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 6fdcdad to 4f5d663 Compare July 22, 2024 03:29
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 4f5d663 to 03a9da2 Compare July 29, 2024 03:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 03a9da2 to d3d1400 Compare August 5, 2024 03:14
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 6100f3f to 0f78d94 Compare August 19, 2024 03:11
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 856c31b to 1b97cc4 Compare August 26, 2024 05:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 4ea34fe to 5e77fdb Compare September 9, 2024 03:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from cb11184 to f836587 Compare September 16, 2024 06:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a8e1818 to f2798a9 Compare September 30, 2024 03:21
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 1a0a06b to 9c4fa65 Compare October 7, 2024 03:33
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 9c4fa65 to 0f25ceb Compare October 14, 2024 03:08
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from ba2c42d to 42848f8 Compare October 28, 2024 03:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 113d8c3 to 2ccd3d8 Compare November 4, 2024 07:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2ccd3d8 to c44a022 Compare November 11, 2024 03:18
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