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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2024

This PR contains the following updates:

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

Release Notes

vitest-dev/vitest (@​vitest/ui)

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

nx-cloud bot commented Jul 11, 2024

View your CI Pipeline Execution ↗ for commit 248aa02.

Command Status Duration Result
nx affected --target=build --parallel=3 ❌ Failed 9s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded 9s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 10s View ↗
nx-cloud record -- npx nx format:check ✅ Succeeded 2s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-12 06:22:42 UTC

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 8 times, most recently from 64c8af4 to 5c63a07 Compare July 18, 2024 13:26
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from 2141ea3 to c66e5ad Compare July 27, 2024 00:49
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 3c3390f to ad4a83d Compare August 3, 2024 10:54
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from ec9eefe to 7a599b6 Compare August 9, 2024 04:17
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 7a599b6 to c40ab42 Compare August 12, 2024 21:52
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 4 times, most recently from d0d1918 to 1cb3fa0 Compare September 7, 2024 14:03
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 11 times, most recently from 3cec96e to f140ed9 Compare December 15, 2024 21:14
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from c82f5d3 to 2c23493 Compare December 22, 2024 01:11
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 7 times, most recently from 884037d to e3f5daa Compare January 4, 2025 09:37
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 2129f13 to fe8ab89 Compare January 12, 2025 01:52
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from fe8ab89 to 248aa02 Compare January 12, 2025 06:21
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