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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) ^0.34.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 - 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.

Copy link

cloudflare-workers-and-pages bot commented Dec 4, 2023

Deploying raid-comp with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7ff87c0
Status: ✅  Deploy successful!
Preview URL: https://dbcb95da.raid-comp.pages.dev
Branch Preview URL: https://renovate-major-vitest-monore.raid-comp.pages.dev

View logs

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 499da79 to 380f5fa Compare January 12, 2024 17:18
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 906dc20 to 043287a Compare February 8, 2024 22:10
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 043287a to 11d1082 Compare February 17, 2024 00:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 71e2a05 to 4fc2237 Compare March 24, 2024 15:54
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from b7ed55a to 2d502a9 Compare April 10, 2024 21:16
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2d502a9 to 5612685 Compare April 25, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from cb20c7b to 59ea1e0 Compare May 7, 2024 03:55
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 59ea1e0 to 52c9764 Compare May 23, 2024 14:34
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 52c9764 to b1fabb5 Compare June 16, 2024 01:13
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from b1fabb5 to f2ed41b Compare June 25, 2024 00:16
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 6d7d512 to 6e64ee3 Compare July 8, 2024 12:04
@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 from 6e64ee3 to 2ff173e Compare July 16, 2024 15:21
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 4d4c822 to 6ac0805 Compare August 6, 2024 10:42
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 6ac0805 to 7ff87c0 Compare August 30, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants