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 dependency vitest to v2 - autoclosed #17

Closed
wants to merge 1 commit into 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 (source) 1.3.1 -> 2.1.6 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🚀 Features
   🐞 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
    View changes on GitHub

v2.0.2

Compare Source

v2.0.1

Compare Source

   🐞 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 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 force-pushed the renovate/major-2-vitest-monorepo branch 3 times, most recently from 5961088 to 9eb01f4 Compare July 18, 2024 11:25
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from 9eb01f4 to 556d724 Compare July 25, 2024 12:00
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from 556d724 to 388cea6 Compare August 3, 2024 12:02
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch 2 times, most recently from e1bd291 to a85eec6 Compare September 16, 2024 16:55
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from a85eec6 to ec23b3b Compare October 5, 2024 16:28
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from ec23b3b to 56d9813 Compare October 17, 2024 14:49
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from 56d9813 to 7d78474 Compare October 31, 2024 14:10
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from 7d78474 to 5960cab Compare November 16, 2024 16:33
@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch 4 times, most recently from 3d87e88 to cb09efa Compare November 29, 2024 14:07
Copy link

socket-security bot commented Nov 29, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/vitest@2.1.6 environment, eval Transitive: filesystem, network, shell, unsafe +40 10.7 MB antfu, oreanno, patak, ...1 more

🚮 Removed packages: npm/vitest@1.3.1

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-2-vitest-monorepo branch from cb09efa to 0ca9217 Compare November 30, 2024 15:03
@renovate renovate bot changed the title chore(deps): update dependency vitest to v2 chore(deps): update dependency vitest to v2 - autoclosed Dec 1, 2024
@renovate renovate bot closed this Dec 1, 2024
@renovate renovate bot deleted the renovate/major-2-vitest-monorepo branch December 1, 2024 02:18
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