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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vitest (source) ^0.32.4 -> ^2.1.4 age adoption passing confidence

Release Notes

vitest-dev/vitest (vitest)

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

v2.0.0

Compare Source

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes

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.

Copy link
Contributor Author

renovate bot commented Dec 5, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  GET https://registry.npmjs.org/@jcamp/eslint-config/-/eslint-config-0.7.1.tgz error (ERR_PNPM_FETCH_404). Will retry in 10 seconds. 2 retries left.
Progress: resolved 6, reused 0, downloaded 5, added 0
Progress: resolved 6, reused 0, downloaded 6, added 0
Progress: resolved 9, reused 0, downloaded 9, added 0
Progress: resolved 10, reused 0, downloaded 9, added 0
Progress: resolved 10, reused 0, downloaded 10, added 0
 WARN  GET https://registry.npmjs.org/@jcamp/eslint-config/-/eslint-config-0.7.1.tgz error (ERR_PNPM_FETCH_404). Will retry in 1 minute. 1 retries left.
undefined
 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@jcamp/eslint-config/-/eslint-config-0.7.1.tgz: Not Found - 404

No authorization header was set for the request.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from ae2f232 to 136ce5e Compare December 9, 2023 22:14
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 136ce5e to 00fcafc Compare December 19, 2023 15:40
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from b26378b to 190aec3 Compare January 5, 2024 09:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from c9e2aed to a401d74 Compare January 17, 2024 17:55
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from a401d74 to f898bff Compare January 26, 2024 17:37
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from 549001e to b2a8042 Compare February 20, 2024 15:13
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from b2a8042 to 7046c32 Compare March 15, 2024 11:14
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 7046c32 to 85ac99c Compare April 11, 2024 18:38
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 424263e to 2d6dbad Compare April 30, 2024 11:18
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2d6dbad to d8d442d Compare May 3, 2024 15:47
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from d8d442d to fe0042d Compare July 8, 2024 15:04
@renovate renovate bot changed the title chore(deps): update devdependency vitest to v1 chore(deps): update devdependency vitest to v2 Jul 8, 2024
Copy link
Contributor Author

renovate bot commented Jul 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  GET https://registry.npmjs.org/@jcamp/eslint-config/-/eslint-config-0.7.1.tgz error (ERR_PNPM_FETCH_404). Will retry in 10 seconds. 2 retries left.
Progress: resolved 9, reused 0, downloaded 8, added 0
Progress: resolved 10, reused 0, downloaded 10, added 0
 WARN  GET https://registry.npmjs.org/@jcamp/eslint-config/-/eslint-config-0.7.1.tgz error (ERR_PNPM_FETCH_404). Will retry in 1 minute. 1 retries left.
undefined
 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@jcamp/eslint-config/-/eslint-config-0.7.1.tgz: Not Found - 404

No authorization header was set for the request.

@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 3 times, most recently from 8973e17 to 0df1916 Compare July 15, 2024 12:17
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 0df1916 to 4b84d20 Compare July 22, 2024 10:50
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 4b84d20 to c794ca0 Compare July 31, 2024 13:12
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch 2 times, most recently from b1f860d to 2a3a42c Compare September 13, 2024 17:24
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from 2a3a42c to c8484bd Compare October 2, 2024 17:07
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from c8484bd to e364328 Compare October 14, 2024 20:00
@renovate renovate bot force-pushed the renovate/major-vitest-monorepo branch from e364328 to 30ba722 Compare October 28, 2024 13:26
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