Skip to content

chore(deps): update dependency vitest to v2.1.9#19

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest-monorepo
Open

chore(deps): update dependency vitest to v2.1.9#19
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Confidence
vitest (source) 2.0.52.1.9 age confidence

Release Notes

vitest-dev/vitest (vitest)

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: (UTC)

  • 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 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 dependency vitest to v2.1.0 chore(deps): update dependency vitest to v2.1.1 Sep 14, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.1 chore(deps): update dependency vitest to v2.1.2 Oct 3, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.2 chore(deps): update dependency vitest to v2.1.3 Oct 16, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.3 chore(deps): update dependency vitest to v2.1.4 Oct 29, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.4 chore(deps): update dependency vitest to v2.1.5 Nov 14, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.5 chore(deps): update dependency vitest to v2.1.6 Nov 27, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.6 chore(deps): update dependency vitest to v2.1.8 Dec 3, 2024
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 1c07cd9 to c49d592 Compare January 31, 2025 11:52
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from c49d592 to 875a57f Compare February 5, 2025 03:26
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.8 chore(deps): update dependency vitest to v2.1.9 Feb 5, 2025
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 875a57f to 6ff9220 Compare February 11, 2025 08:01
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 6ff9220 to 7682258 Compare March 3, 2025 23:56
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 842e096 to 28b9b16 Compare March 19, 2025 08:10
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 28b9b16 to dc77007 Compare April 1, 2025 23:46
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from dc77007 to 95640b4 Compare April 12, 2025 03:59
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 95640b4 to c55e2d9 Compare April 26, 2025 23:46
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 69159bf to 1c8da9c Compare May 31, 2025 15:52
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 1c8da9c to 4479bc0 Compare June 6, 2025 16:30
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 4479bc0 to 3a4ae43 Compare July 5, 2025 11:47
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 3a4ae43 to e2ba0f0 Compare August 14, 2025 12:09
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from e2ba0f0 to 54d87e6 Compare August 23, 2025 12:05
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 54d87e6 to 9e0d015 Compare September 26, 2025 04:03
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 9e0d015 to a67b01a Compare October 23, 2025 20:09
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from a67b01a to f5cd0ab Compare November 16, 2025 19:43
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from f5cd0ab to be43ba9 Compare January 1, 2026 20:08
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from be43ba9 to c1eced1 Compare January 9, 2026 11:42
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from c1eced1 to 7bf0648 Compare January 20, 2026 04:11
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 7bf0648 to 118744f Compare February 3, 2026 16:12
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 118744f to 12f80b6 Compare February 14, 2026 03:05
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 12f80b6 to 0b2ed25 Compare March 8, 2026 10:00
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 0b2ed25 to c8ca9a3 Compare April 15, 2026 18:35
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from c8ca9a3 to 097ec75 Compare April 30, 2026 03:17
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 097ec75 to 007dad4 Compare May 13, 2026 02:53
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 007dad4 to 613e5d4 Compare May 22, 2026 07:58
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