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 #2756

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) 0.34.6 -> 2.1.5 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

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 added the dependencies Pull requests that update a dependency file label May 26, 2024
Copy link

changeset-bot bot commented May 26, 2024

⚠️ No Changeset found

Latest commit: 4a1c084

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented May 26, 2024

💻 Website Preview

The latest changes are available as preview in: https://d522f0a7.graphql-inspector.pages.dev

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from d64638d to 0e06f71 Compare May 30, 2024 11:10
Copy link
Contributor

github-actions bot commented May 30, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-inspector/action 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/cli 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/audit-command 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/coverage-command 6.1.0-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/diff-command 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/introspect-command 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/similar-command 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/validate-command 5.0.6-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎
@graphql-inspector/core 6.1.0-alpha-20240530111353-aa1c249861ffea8ec8f14a3fd18ae554afd4b2f5 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0e06f71 to aa1c249 Compare May 30, 2024 11:13
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from aa1c249 to d088020 Compare July 9, 2024 14:32
@renovate renovate bot changed the title chore(deps): update dependency vitest to v1 chore(deps): update dependency vitest to v2 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from fb2e119 to 59c46d9 Compare July 15, 2024 13:21
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 59c46d9 to 47ba569 Compare July 22, 2024 10:49
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 47ba569 to 9f6b8b7 Compare July 31, 2024 12:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 5 times, most recently from 715dff7 to 8cef43e Compare August 11, 2024 01:58
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 586e38d to d35d236 Compare September 13, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from d35d236 to f19f9a5 Compare October 2, 2024 19:12
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from f19f9a5 to 8025247 Compare October 14, 2024 20:42
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 8025247 to 536ef8a Compare October 28, 2024 14:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 536ef8a to 4a1c084 Compare November 13, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants