Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

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

Release Notes

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

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

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

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 12, 2024

Deploying johannes with  Cloudflare Pages  Cloudflare Pages

Latest commit: d83053f
Status: ✅  Deploy successful!
Preview URL: https://75ba0766.johannes-6eh.pages.dev
Branch Preview URL: https://renovate-vitest-monorepo.johannes-6eh.pages.dev

View logs

@renovate renovate bot added the type/dependencies Issue or PR related to dependencies label Sep 12, 2024
@renovate renovate bot enabled auto-merge (squash) September 12, 2024 15:44
@github-actions
Copy link

github-actions bot commented Sep 12, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 95.83% 115 / 120
🔵 Statements 95.83% 115 / 120
🔵 Functions 75% 3 / 4
🔵 Branches 90.9% 10 / 11
File CoverageNo changed files found.
Generated in workflow #1727

@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f25a61c to d83053f Compare September 12, 2024 18:39
@renovate renovate bot merged commit 1fa10d4 into main Sep 12, 2024
@renovate renovate bot deleted the renovate/vitest-monorepo branch September 12, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/dependencies Issue or PR related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant