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) #50

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 5, 2023

This PR contains the following updates:

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

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
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).

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

@renovate renovate bot requested a review from JaronZ as a code owner December 5, 2023 01:26
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (81e8e08) to head (e6a1de9).

❗ Current head e6a1de9 differs from pull request most recent head 179c506. Consider uploading reports for the commit 179c506 to get more accurate results

Additional details and impacted files
@@         Coverage Diff          @@
##           main     #50   +/-   ##
====================================
  Coverage      0   0.00%           
====================================
  Files         0       1    +1     
  Lines         0       8    +8     
  Branches      0       1    +1     
====================================
- Misses        0       7    +7     
- Partials      0       1    +1     

☔ 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 4 times, most recently from 1492dce to 6b57204 Compare December 9, 2023 19:24
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 6b57204 to d657e82 Compare December 19, 2023 15:13
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 5a72842 to 0cd13a9 Compare January 5, 2024 10:43
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from e0b2c1c to 36f528d Compare January 17, 2024 16:37
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 36f528d to 5bcf229 Compare January 26, 2024 17:25
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from f1cd3a6 to ac0029a Compare February 20, 2024 16:57
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from ac0029a to e6a1de9 Compare March 15, 2024 12:54
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e6a1de9 to a30bdd8 Compare April 11, 2024 21:17
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 6546a1c to 8a9541d Compare April 30, 2024 09:20
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 8a9541d to 179c506 Compare May 3, 2024 17:10
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 179c506 to 448c723 Compare July 8, 2024 14:35
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v1 (major) chore(deps): update vitest monorepo to v2 (major) Jul 8, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 73e6dde to 707dddd Compare July 15, 2024 11:24
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 707dddd to a4208cc Compare July 22, 2024 12:20
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from a4208cc to 6e66248 Compare July 31, 2024 13:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 6e66248 to dd4fec0 Compare September 12, 2024 17:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from dd4fec0 to 256c025 Compare September 13, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants