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

chore: update dependency vitest to ^2.1.6 #292

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

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 (source) ^2.0.5 -> ^2.1.6 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

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

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Asia/Tokyo, 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.

@renovate renovate bot requested a review from a team as a code owner September 13, 2024 01:30
@renovate renovate bot added the renovate label Sep 13, 2024
@renovate renovate bot requested review from diescake and ytakahashi05 and removed request for a team September 13, 2024 01:30
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 8dbb919 to a7e9c89 Compare September 16, 2024 01:49
@renovate renovate bot changed the title chore: update dependency vitest to ^2.1.0 chore: update dependency vitest to ^2.1.1 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from a7e9c89 to d107429 Compare October 3, 2024 01:32
@renovate renovate bot changed the title chore: update dependency vitest to ^2.1.1 chore: update dependency vitest to ^2.1.2 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from d107429 to 35f7d52 Compare October 15, 2024 00:10
@renovate renovate bot changed the title chore: update dependency vitest to ^2.1.2 chore: update dependency vitest to ^2.1.3 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 35f7d52 to f674cfb Compare October 16, 2024 06:06
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f674cfb to cce0963 Compare October 29, 2024 00:21
@renovate renovate bot changed the title chore: update dependency vitest to ^2.1.3 chore: update dependency vitest to ^2.1.4 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from cce0963 to cca805f Compare November 14, 2024 00:37
@renovate renovate bot changed the title chore: update dependency vitest to ^2.1.4 chore: update dependency vitest to ^2.1.5 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from cca805f to 8c20fbe Compare November 27, 2024 00:49
@renovate renovate bot changed the title chore: update dependency vitest to ^2.1.5 chore: update dependency vitest to ^2.1.6 Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants