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

Upgrade Vitest to 2.1.5 (major) #37

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Upgrade Vitest to 2.1.5 (major) #37

merged 2 commits into from
Nov 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) 1.6.0 -> 2.1.5 age adoption passing confidence
@vitest/ui (source) 1.6.0 -> 2.1.5 age adoption passing confidence
vitest (source) 1.6.0 -> 2.1.5 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

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 - "after 5pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Copenhagen, 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 dependencies Upgrades third-party dependencies. label Sep 6, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch 6 times, most recently from f991a38 to 7f06e2a Compare September 15, 2024 15:24
@renovate renovate bot changed the title Upgrade Vitest to 2.0.5 (major) Upgrade Vitest to 2.1.0 (major) Sep 15, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch from 7f06e2a to a51824a Compare September 16, 2024 15:48
@renovate renovate bot changed the title Upgrade Vitest to 2.1.0 (major) Upgrade Vitest to 2.1.1 (major) Sep 16, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch 5 times, most recently from 8e30d24 to 99ee249 Compare September 23, 2024 20:59
@renovate renovate bot force-pushed the renovate/major-vitest branch from 99ee249 to 2d4751f Compare October 5, 2024 19:38
@renovate renovate bot changed the title Upgrade Vitest to 2.1.1 (major) Upgrade Vitest to 2.1.2 (major) Oct 5, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch 5 times, most recently from 01b1ef0 to 2916714 Compare October 12, 2024 09:50
@renovate renovate bot force-pushed the renovate/major-vitest branch 3 times, most recently from 3092e8e to ecc933b Compare October 17, 2024 11:42
@renovate renovate bot changed the title Upgrade Vitest to 2.1.2 (major) Upgrade Vitest to 2.1.3 (major) Oct 17, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch from ecc933b to 60dcd91 Compare October 19, 2024 18:56
@renovate renovate bot force-pushed the renovate/major-vitest branch from 60dcd91 to 0be85a9 Compare October 31, 2024 12:38
@renovate renovate bot changed the title Upgrade Vitest to 2.1.3 (major) Upgrade Vitest to 2.1.4 (major) Oct 31, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch from 0be85a9 to 6a35e47 Compare November 6, 2024 16:03
@renovate renovate bot force-pushed the renovate/major-vitest branch from 6a35e47 to 5920921 Compare November 6, 2024 16:04
@renovate renovate bot force-pushed the renovate/major-vitest branch from 5920921 to 960c813 Compare November 16, 2024 16:05
@renovate renovate bot changed the title Upgrade Vitest to 2.1.4 (major) Upgrade Vitest to 2.1.5 (major) Nov 16, 2024
@renovate renovate bot force-pushed the renovate/major-vitest branch from 960c813 to 636fe7e Compare November 22, 2024 21:39
@spdiswal spdiswal merged commit e67654f into main Nov 22, 2024
4 checks passed
@spdiswal spdiswal deleted the renovate/major-vitest branch November 22, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrades third-party dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant