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

chore(deps): update vitest monorepo to v2 (major) #200

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2023

This PR contains the following updates:

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

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" 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 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.

Copy link

codecov bot commented Dec 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.66%. Comparing base (1b47503) to head (7cadd0e).
Report is 128 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #200       +/-   ##
============================================
- Coverage   100.00%   66.66%   -33.34%     
============================================
  Files            6       14        +8     
  Lines          288      891      +603     
  Branches        44      122       +78     
============================================
+ Hits           288      594      +306     
- Misses           0      297      +297     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from e9d5314 to 17eb843 Compare December 25, 2023 00:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 78e1431 to 3326216 Compare January 1, 2024 07:04
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 1cf3b4a to 3d77a84 Compare January 14, 2024 19:01
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from cd59c85 to 6534a0d Compare January 21, 2024 21:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 9edea51 to 2cd5228 Compare January 29, 2024 02:02
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 6 times, most recently from f760bcc to 824f639 Compare February 5, 2024 04:01
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 9c18ea3 to 8a4ea37 Compare February 11, 2024 21:46
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 3b8b857 to b6274a2 Compare July 21, 2024 20:30
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from b6274a2 to 4fb5a8d Compare July 28, 2024 19:32
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 4fb5a8d to a18ce73 Compare August 11, 2024 19:59
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 9f099cb to d495d72 Compare August 25, 2024 18:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 2d0a02f to 9f56b64 Compare September 1, 2024 21:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 49fcbc1 to 6e79de8 Compare September 15, 2024 18:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 98cfc08 to 879e401 Compare September 22, 2024 19:39
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from bcb611e to d377059 Compare September 29, 2024 21:23
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from fa4b39c to 1185aea Compare October 13, 2024 18:38
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from d55a56a to c133c51 Compare October 20, 2024 19:25
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a89e695 to 5ab7964 Compare November 3, 2024 19:00
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 08d9e9a to 74d0330 Compare November 10, 2024 19:38
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 3126945 to eefd1e4 Compare November 17, 2024 21:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from eefd1e4 to 1fbdcfe Compare November 24, 2024 19:09
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 1fbdcfe to 0b44a1f Compare December 1, 2024 19:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0b44a1f to 7cadd0e Compare December 8, 2024 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants