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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^0.34.6 -> ^2.1.8 age adoption passing confidence
vitest (source) ^0.34.6 -> ^2.1.8 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 - At any time (no schedule defined), 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 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 major label Dec 7, 2023
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.35%. Comparing base (7fab853) to head (8490cff).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   87.50%   82.35%   -5.15%     
==========================================
  Files           1        1              
  Lines          24       17       -7     
  Branches        3        3              
==========================================
- Hits           21       14       -7     
  Partials        3        3              

☔ 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 7 times, most recently from dfcc3e6 to d16a7fc Compare December 13, 2023 12:32
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from d16a7fc to dc05b79 Compare December 14, 2023 22:54
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from dc05b79 to 830a9b3 Compare December 22, 2023 15:47
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 446f99c to 3cc46aa Compare January 8, 2024 11:27
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 63c0790 to b4b520c Compare January 20, 2024 21:11
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from 758daa3 to 682f070 Compare January 30, 2024 18:19
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 7d6d6eb to cf60877 Compare February 3, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from cf60877 to b920db1 Compare February 8, 2024 21:44
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from ed18f7a to c2ca157 Compare February 19, 2024 19:58
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 9215770 to 9afc3dc Compare June 23, 2024 22:25
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 2249f5d to b75e2aa Compare July 11, 2024 15:22
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v1 (major) chore(deps): update vitest monorepo to v2 (major) Jul 11, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 9c1f663 to 0e1962a Compare July 18, 2024 10:15
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from a2a8b1f to 019509a Compare July 26, 2024 21:06
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from 7771752 to bf200f4 Compare August 10, 2024 01:33
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from d4db3e2 to b0ebfd1 Compare August 12, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e5561ac to 01bd747 Compare September 16, 2024 17:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 01bd747 to da1016e Compare October 5, 2024 16:58
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from da1016e to 0c28edb Compare October 17, 2024 12:55
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from c191ab1 to b489261 Compare October 31, 2024 13:39
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 2b25329 to ff1bc14 Compare November 22, 2024 14:55
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from a8ae393 to 5cc0391 Compare December 5, 2024 10:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 5cc0391 to 8490cff Compare December 5, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants