Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-istanbul (source) 2.0.52.1.9 age confidence

Release Notes

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

v2.1.9

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (#​6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    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

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

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

Potential Breaking Change
  • workspace:
    • Correctly resolve workspace globs and file paths  -  by @​sheremet-va in #​6316 (afdcb)
    • This changes how the custom glob pattern in the workspace config is treated. Any file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single vitest.config.ts or vite.config.ts inside the folder)
    • For example, projects/* will match anything inside the projects folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. projects/**/* previously would assume that you only wanted to have folders as projects, but now it will match every single file insideprojects.
    • This change doesn't affect non-glob usage.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 this update 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 changed the title chore(deps): update vitest monorepo to v2.1.1 chore(deps): update vitest monorepo to v2.1.2 Oct 2, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.2 chore(deps): update vitest monorepo to v2.1.3 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.3 chore(deps): update vitest monorepo to v2.1.4 Oct 28, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.4 chore(deps): update vitest monorepo to v2.1.5 Nov 13, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.5 chore(deps): update vitest monorepo to v2.1.6 Nov 26, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.6 chore(deps): update vitest monorepo to v2.1.7 Dec 2, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.7 chore(deps): update vitest monorepo to v2.1.8 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from c2cc1b0 to 1eb437e Compare January 30, 2025 17:01
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 1eb437e to 8c97867 Compare February 3, 2025 14:32
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.8 chore(deps): update vitest monorepo to v2.1.9 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 8c97867 to c2aa07b Compare February 4, 2025 18:43
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.9 chore(deps): update dependency @vitest/coverage-istanbul to v2.1.9 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from c2aa07b to f497074 Compare February 9, 2025 13:26
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from f497074 to 69d9ebe Compare March 3, 2025 11:52
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from c8c71a3 to ca033c6 Compare March 17, 2025 18:26
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from ca033c6 to 6d6c628 Compare April 1, 2025 11:11
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 6d6c628 to 75e6624 Compare April 8, 2025 12:10
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 75e6624 to 17b8c9e Compare April 24, 2025 08:11
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 17b8c9e to 900854d Compare May 19, 2025 20:11
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 9b8b651 to 75a6271 Compare June 4, 2025 05:59
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 75a6271 to dc33b09 Compare June 22, 2025 13:32
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from dc33b09 to 1a6cf6f Compare July 2, 2025 19:41
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 1128baf to ac27d7c Compare August 10, 2025 14:28
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 50c3f96 to daa7d4d Compare August 19, 2025 17:52
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from daa7d4d to 180a8c9 Compare August 31, 2025 10:14
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 180a8c9 to 6dd5cc6 Compare September 25, 2025 21:31
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 6dd5cc6 to a41b70f Compare October 21, 2025 17:46
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from a41b70f to da5928c Compare November 10, 2025 19:54
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from da5928c to 40962f2 Compare November 18, 2025 22:43
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 40962f2 to aef289a Compare December 3, 2025 18:05
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from aef289a to 82380e7 Compare December 31, 2025 16:03
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 82380e7 to bed5b8a Compare January 8, 2026 20:02
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.

1 participant