Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

chore(deps): Update vitest monorepo to ^2.1.1 #72

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
@vitest/ui (source) ^2.0.5 -> ^2.1.1 age adoption passing confidence
vitest (source) ^2.0.5 -> ^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

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone UTC, 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 enabled auto-merge (squash) September 13, 2024 00:21
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 177fdbd to 696e2f2 Compare September 13, 2024 15:50
@renovate renovate bot changed the title chore(deps): Update vitest monorepo to ^2.1.0 chore(deps): Update vitest monorepo to ^2.1.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from d845e71 to 42c6815 Compare September 17, 2024 08:45
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 42c6815 to 6e85b5c Compare September 18, 2024 03:41
@renovate renovate bot merged commit 42f931d into master Sep 19, 2024
5 checks passed
@renovate renovate bot deleted the renovate/vitest-monorepo branch September 19, 2024 05:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant