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

Update vitest monorepo to v2 (major) #220

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^1.0.0 -> ^2.0.0 age adoption passing confidence
vitest (source) ^1.0.0 -> ^2.0.0 age adoption passing confidence

Release Notes

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

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

   🐞 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 - "after 7am and before 11am every weekday" in timezone Europe/London, 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 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 dependencies label Jul 9, 2024
@renovate renovate bot enabled auto-merge (rebase) July 9, 2024 06:58
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from d88b0f8 to 438383e Compare July 15, 2024 10:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from cfee08b to f347787 Compare July 23, 2024 12:08
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 1513968 to 88bede6 Compare July 25, 2024 11:13
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from cca61b0 to 71a4b3d Compare August 7, 2024 11:02
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 71a4b3d to 13520cd Compare August 12, 2024 09:22
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 9840043 to b2719f1 Compare August 22, 2024 10:10
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from b2719f1 to c89ecdf Compare August 26, 2024 10:11
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from efd1cc7 to e14e8bb Compare September 10, 2024 11:41
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 58f8e40 to 0831d53 Compare September 30, 2024 09:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from a42af76 to 0a3a271 Compare October 9, 2024 12:25
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0a3a271 to 605b798 Compare October 17, 2024 11:58
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from ef9afc7 to 4a76346 Compare October 24, 2024 10:04
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 2a6cdc1 to a090d80 Compare November 4, 2024 10:58
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from a090d80 to 5733eff Compare November 6, 2024 09:33
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 6 times, most recently from 35c0af4 to 5e8e9d4 Compare November 28, 2024 11:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 35e59be to 551be32 Compare December 4, 2024 15:26
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e50743c to 28c49b0 Compare January 3, 2025 11:00
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 28c49b0 to ea349e9 Compare January 3, 2025 14:21
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