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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 5, 2023

This PR contains the following updates:

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

Release Notes

vitest-dev/vitest (vitest)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the dependencies label Dec 5, 2023
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from f564f82 to 0a52b44 Compare December 10, 2023 08:23
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0a52b44 to 7bb01b6 Compare December 20, 2023 02:32
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from b91e3ec to aa5faa8 Compare January 5, 2024 14:47
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 6a91734 to 5ae3089 Compare January 18, 2024 05:57
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 5ae3089 to 703c6fc Compare January 30, 2024 03:01
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a24b8c8 to 55aefec Compare February 21, 2024 02:36
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 55aefec to 9456fe1 Compare March 16, 2024 17:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 9456fe1 to 68730c0 Compare April 13, 2024 17:56
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from fcb2090 to 69e0b5d Compare April 30, 2024 18:01
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 69e0b5d to b74348f Compare May 4, 2024 05:41
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from b74348f to 0789551 Compare July 9, 2024 08:36
@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 9e276b8 to 430bb4f Compare July 17, 2024 20:59
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 907c428 to ef5d445 Compare August 1, 2024 04:45
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 59dbd5d to de41218 Compare September 14, 2024 08:26
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from de41218 to aba0a0e Compare October 3, 2024 02:45
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from aba0a0e to 0e2c1f6 Compare October 16, 2024 05:59
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0e2c1f6 to 54b2da7 Compare October 30, 2024 05:54
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 54b2da7 to 47bf48d Compare November 13, 2024 23:23
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 47bf48d to 8fc071b Compare November 27, 2024 02:47
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 8fc071b to b4f597e Compare December 4, 2024 08:51
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