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
@types/node (source) 20.8.9 -> 22.9.0 age adoption passing confidence
@vitest/ui (source) 1.0.2 -> 2.1.4 age adoption passing confidence
eslint (source) 8.47.0 -> 9.14.0 age adoption passing confidence
scaffdog (source) 3.0.0 -> 4.1.0 age adoption passing confidence
turbo (source) 1.10.12 -> 2.2.3 age adoption passing confidence
vitest (source) 1.0.2 -> 2.1.4 age adoption passing confidence

Release Notes

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

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 - "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 6 times, most recently from 1c4096f to c3cd3f2 Compare September 13, 2024 19:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 82f92ec to 267ed44 Compare September 20, 2024 18:13
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 267ed44 to 9e3120c Compare September 23, 2024 20:26
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from fea9cae to 3fa839b Compare October 4, 2024 22:52
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 8253a9d to 1f7228e Compare October 18, 2024 19:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from d62ba90 to 0b6faa0 Compare October 21, 2024 18:49
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 7 times, most recently from afe0b25 to 354f6a6 Compare November 3, 2024 07:45
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 354f6a6 to 189379a Compare November 5, 2024 04:33
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