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

Update devDependencies (major) #45

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint-types/typescript-eslint (source) ~6.16.0 -> ~7.5.0 age adoption passing confidence
@vitest/coverage-v8 (source) ~1.1.0 -> ~2.1.1 age adoption passing confidence
eslint (source) ~8.56.0 -> ~9.11.1 age adoption passing confidence
prettier-plugin-organize-imports ~3.2.4 -> ~4.1.0 age adoption passing confidence
rimraf ~5.0.5 -> ~6.0.1 age adoption passing confidence
vite-plugin-dts ~3.7.0 -> ~4.2.2 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

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
🚀 Features
🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Feb 26, 2024
@renovate renovate bot requested a review from Shinigami92 as a code owner February 26, 2024 22:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 52873a7 to 2515d96 Compare March 18, 2024 11:27
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from b49ec54 to f2b131a Compare April 5, 2024 21:43
@renovate renovate bot changed the title Update dependency @eslint-types/typescript-eslint to v7 Update devDependencies (major) Apr 5, 2024
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from dbad276 to 16c3803 Compare April 22, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 16c3803 to e501a17 Compare May 3, 2024 21:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from e501a17 to dc6d531 Compare May 18, 2024 00:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from dc6d531 to ca4e847 Compare May 31, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from ca4e847 to 3e73ee9 Compare June 14, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from e3b94bc to 8e57761 Compare July 1, 2024 18:04
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 7 times, most recently from c7b6f44 to 44b8e1f Compare July 15, 2024 10:36
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 7883663 to 70bd49c Compare July 26, 2024 22:57
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 3a81905 to c0c9f7e Compare August 6, 2024 17:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from c2972e3 to d95a3d3 Compare August 9, 2024 21:04
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d95a3d3 to 8f4b7a7 Compare August 14, 2024 19:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 8f4b7a7 to 25b628c Compare August 23, 2024 23:32
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from a2a52af to 7d9c18e Compare September 8, 2024 16:02
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 6a7467d to 4514b50 Compare September 13, 2024 15:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 45eac29 to b46fc45 Compare September 23, 2024 23:46
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b46fc45 to 1d507c3 Compare September 24, 2024 08:30
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