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.1.8 - autoclosed #30

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/ui (source) 2.0.4 -> 2.1.8 age adoption passing confidence
vitest (source) 2.0.4 -> 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

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 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 force-pushed the renovate/vitest-monorepo branch from 6179bd0 to 5ae1b0e Compare March 20, 2023 17:45
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.29.3 chore(deps): update vitest monorepo to v0.29.5 Mar 20, 2023
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.29.5 chore(deps): update vitest monorepo to v0.29.7 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 5ae1b0e to e06c38e Compare March 20, 2023 21:10
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.29.7 chore(deps): update vitest monorepo to v0.29.8 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from e06c38e to ab6dfc6 Compare April 3, 2023 15:39
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.29.8 chore(deps): update vitest monorepo to v0.30.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from ab6dfc6 to c139dce Compare April 17, 2023 11:35
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.30.1 chore(deps): update vitest monorepo to v0.31.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 1fba72f to 5d637f0 Compare May 30, 2023 13:39
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.31.1 chore(deps): update vitest monorepo to v0.31.2 May 30, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 5d637f0 to d0b7aea Compare May 31, 2023 15:40
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.31.2 chore(deps): update vitest monorepo to v0.31.3 May 31, 2023
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.31.3 chore(deps): update vitest monorepo to v0.31.4 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from d0b7aea to cb03104 Compare June 2, 2023 14:56
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.31.4 chore(deps): update vitest monorepo to v0.32.0 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from cb03104 to bb51f21 Compare June 6, 2023 17:57
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from bb51f21 to 5126d20 Compare June 16, 2023 13:20
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.32.0 chore(deps): update vitest monorepo to v0.32.1 Jun 16, 2023
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.32.1 chore(deps): update vitest monorepo to v0.32.2 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 5126d20 to 8a62f06 Compare June 16, 2023 18:51
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 8a62f06 to 02ca901 Compare July 3, 2023 09:54
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.32.2 chore(deps): update vitest monorepo to v0.32.3 Jul 3, 2023
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.32.3 chore(deps): update vitest monorepo to v0.32.4 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 02ca901 to a554ea5 Compare July 3, 2023 15:10
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.32.4 chore(deps): update vitest monorepo to v0.33.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from a554ea5 to 588c5e8 Compare July 6, 2023 18:13
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.33.0 chore(deps): update vitest monorepo to v0.34.1 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 588c5e8 to bae3a60 Compare August 1, 2023 17:27
@renovate renovate bot restored the renovate/vitest-monorepo branch July 31, 2024 11:27
@renovate renovate bot reopened this Jul 31, 2024
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v0.34.7 chore(deps): update vitest monorepo to v2.0.5 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 6938992 to 5c717a3 Compare August 6, 2024 06:25
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 5c717a3 to 61c1cfe Compare August 28, 2024 09:19
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 61c1cfe to 8eb80e1 Compare September 12, 2024 17:09
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.0.5 chore(deps): update vitest monorepo to v2.1.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from 8eb80e1 to fdaf15c Compare September 13, 2024 19:22
@renovate renovate bot changed the title chore(deps): update vitest monorepo to v2.1.0 chore(deps): update vitest monorepo to v2.1.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from fdaf15c to 8d71e4a Compare October 2, 2024 16:45
@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 force-pushed the renovate/vitest-monorepo branch 2 times, most recently from 638354f to 6231f88 Compare October 14, 2024 18:47
@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 force-pushed the renovate/vitest-monorepo branch from 6231f88 to 6a622fb Compare October 28, 2024 14:11
@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 force-pushed the renovate/vitest-monorepo branch from 6a622fb to 1849634 Compare November 13, 2024 18:54
@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 force-pushed the renovate/vitest-monorepo branch from 1849634 to b95a7e1 Compare November 26, 2024 13:09
@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 force-pushed the renovate/vitest-monorepo branch from b95a7e1 to ed3864b Compare December 2, 2024 08:19
@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 force-pushed the renovate/vitest-monorepo branch from ed3864b to cf6966d Compare December 2, 2024 11:36
@renovate renovate bot force-pushed the renovate/vitest-monorepo branch from cf6966d to 48d7457 Compare December 2, 2024 17:35
@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 changed the title chore(deps): update vitest monorepo to v2.1.8 chore(deps): update vitest monorepo to v2.1.8 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/vitest-monorepo branch December 8, 2024 18:59
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