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) #83

Open
wants to merge 1 commit into
base: v2
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/coverage-v8 (source) ^0.34.6 -> ^2.1.1 age adoption passing confidence
vitest (source) ^0.34.6 -> ^2.1.1 age adoption passing confidence

Release Notes

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

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 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.

@renovate renovate bot added the major label Dec 7, 2023
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from 58b035f to ba9502c Compare December 13, 2023 00:23
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from ef08289 to c1c3aa0 Compare December 19, 2023 04:44
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from c56afe3 to 87a99ba Compare December 28, 2023 18:55
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 16b6a4a to d47987b Compare January 9, 2024 19:42
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 8d50d6b to 2755656 Compare January 18, 2024 19:47
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 2d7334c to 7945f8b Compare January 25, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 3e76a7e to d88e5ac Compare February 1, 2024 12:43
@renovate renovate bot changed the base branch from main to v2 February 1, 2024 12:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from ed7720a to bcd02d8 Compare February 23, 2024 16:39
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from bcd02d8 to 2036ac6 Compare March 18, 2024 11:29
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2036ac6 to 74cfd16 Compare April 14, 2024 19:52
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 42c84ae to 5e1fdcc Compare May 3, 2024 10:17
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 5e1fdcc to 9237a9e Compare May 6, 2024 16:52
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 9237a9e to f45086e Compare July 11, 2024 13:41
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v1 (major) chore(deps): update vitest monorepo to v2 (major) Jul 11, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 716a837 to e0bb51b Compare July 18, 2024 11:28
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e0bb51b to a2b0db6 Compare July 25, 2024 11:14
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from a2b0db6 to 132e61e Compare August 3, 2024 12:22
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 132e61e to 838d25c Compare September 15, 2024 15:30
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 838d25c to a54c647 Compare September 16, 2024 16:36
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