Skip to content

chore(deps): update vitest monorepo to v2.1.9#35

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2024

Copy link
Copy Markdown
Contributor

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 13, 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 2, 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 14, 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 28, 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 13, 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 26, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.6 chore(deps): update dependency vitest to v2.1.7 Dec 2, 2024
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.7 chore(deps): update dependency vitest to v2.1.8 Dec 2, 2024
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 9a403ed to 4e5a91e Compare January 30, 2025 16:44
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 4e5a91e to 5486e32 Compare February 3, 2025 15:01
@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 3, 2025
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 5486e32 to 8d27bfa Compare February 9, 2025 15:54
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 8d27bfa to 5b342b3 Compare March 3, 2025 14:23
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 3 times, most recently from ef8738d to cab9707 Compare March 17, 2025 16:01
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from cab9707 to 16d4bdf Compare April 1, 2025 09:45
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 16d4bdf to d92066a Compare April 8, 2025 15:10
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from d92066a to 6bee616 Compare April 24, 2025 11:31
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 6bee616 to 512ab15 Compare May 19, 2025 15:12
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from bcefef5 to 963efd3 Compare June 4, 2025 08:24
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 963efd3 to af8f362 Compare June 22, 2025 11:33
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from af8f362 to 617d3e3 Compare July 2, 2025 20:27
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from c2c5f10 to a7099d2 Compare August 13, 2025 14:49
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from a7099d2 to 3ce27e7 Compare August 19, 2025 19:31
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 3ce27e7 to 649d695 Compare August 31, 2025 12:22
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 649d695 to 4986890 Compare September 25, 2025 15:12
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 4986890 to 39235d2 Compare October 22, 2025 00:16
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 39235d2 to 0f83e3b Compare November 10, 2025 19:45
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 0f83e3b to 1fb1df8 Compare November 18, 2025 23:02
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 1fb1df8 to 733997c Compare December 3, 2025 14:38
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 733997c to 7f1774d Compare December 31, 2025 13:43
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 7f1774d to 91f4688 Compare January 8, 2026 18:10
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from dd07ed5 to ab25507 Compare January 23, 2026 16:34
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from ab25507 to e0e06bc Compare February 2, 2026 19:06
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from e0e06bc to c41a7bd Compare February 12, 2026 16:10
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from c41a7bd to 85cd8d4 Compare March 5, 2026 17:55
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 85cd8d4 to 6588d96 Compare April 1, 2026 20:09
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 6588d96 to 2a3e38f Compare April 8, 2026 21:35
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 2a3e38f to c5726ec Compare April 29, 2026 18:46
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 0aa1ac6 to 928efef Compare May 18, 2026 18:49
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from a75f6a5 to 8d1b607 Compare June 1, 2026 22:15
@renovate renovate Bot changed the title chore(deps): update dependency vitest to v2.1.9 chore(deps): update vitest monorepo to v2.1.9 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 8d1b607 to 31e7d62 Compare June 11, 2026 19:49
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