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 devdependencies (major) #141

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/ui (source) 1.0.2 -> 2.1.1 age adoption passing confidence
eslint (source) 8.47.0 -> 9.10.0 age adoption passing confidence
scaffdog (source) 3.0.0 -> 4.0.0 age adoption passing confidence
turbo (source) 1.10.12 -> 2.1.2 age adoption passing confidence
vitest (source) 1.0.2 -> 2.1.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/ui)

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
Running tresjs example in Vitest BrowserMode
🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekend,before 5am every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/major-devdependencies branch 2 times, most recently from 72e7e13 to 3577289 Compare April 12, 2024 20:41
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from e766a1e to 8676fbd Compare April 19, 2024 22:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 97779a0 to db23b2c Compare April 28, 2024 16:03
@renovate renovate bot changed the title chore(deps): update dependency eslint to v9 chore(deps): update devdependencies (major) Apr 28, 2024
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 002f170 to 252b02d Compare May 10, 2024 19:05
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 20096af to 72982ff Compare May 17, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 33936e9 to 60d2d22 Compare May 24, 2024 22:06
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from 8113a28 to 70355e0 Compare June 7, 2024 18:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from e10eb3e to a7b7c63 Compare June 14, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from b743af7 to d063e6f Compare June 28, 2024 18:41
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d063e6f to 63178a3 Compare June 28, 2024 21:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 0cc41d7 to 12d22cc Compare July 19, 2024 17:16
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 9709cc3 to 2349b0a Compare July 26, 2024 22:50
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from c856c15 to b0128cc Compare August 6, 2024 17:16
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 309f4e3 to 16c0e21 Compare August 16, 2024 18:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from 081ed2c to 9f915f2 Compare August 30, 2024 19:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 9f915f2 to b6aa7f6 Compare August 30, 2024 22:06
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 8108b68 to 1c4096f Compare September 13, 2024 16:25
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 1c4096f to c3cd3f2 Compare September 13, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants