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) #16

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.15.3 -> 22.9.0 age adoption passing confidence
@vitest/ui (source) 0.29.3 -> 2.1.4 age adoption passing confidence
eslint (source) 8.36.0 -> 9.14.0 age adoption passing confidence
eslint-config-prettier 8.7.0 -> 9.1.0 age adoption passing confidence
husky 8.0.3 -> 9.1.6 age adoption passing confidence
lint-staged 13.2.0 -> 15.2.10 age adoption passing confidence
nodemon (source) 2.0.21 -> 3.1.7 age adoption passing confidence
prettier (source) 2.8.4 -> 3.3.3 age adoption passing confidence
scaffdog (source) 2.5.0 -> 4.1.0 age adoption passing confidence
turbo (source) 1.8.3 -> 2.2.3 age adoption passing confidence
vitest (source) 0.29.3 -> 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

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 changed the title chore(deps): update dependency prettier to v3 chore(deps): update devdependencies to v3 (major) Jul 8, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 1fd8edc to b6ffcd4 Compare July 9, 2023 11:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 873ec4c to b9df01f Compare August 3, 2023 09:53
@renovate renovate bot changed the title chore(deps): update devdependencies to v3 (major) chore(deps): update devdependencies (major) Aug 5, 2023
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b9df01f to e35fa51 Compare August 5, 2023 21:08
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from b8ea214 to 3a83854 Compare August 15, 2023 18:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 3a83854 to 23d8555 Compare August 21, 2023 13:11
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 23d8555 to 0de7cac Compare August 29, 2023 15:05
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 44448e8 to acb18dd Compare October 19, 2023 13:08
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 70158bc to eff853f Compare October 25, 2023 19:47
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from eff853f to c54a41e Compare October 31, 2023 09:22
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 09133dd to 5fdf5ee Compare November 13, 2023 04:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from ca0e74a to 09de3cc Compare November 22, 2023 04:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 5f5b06e to c7496f2 Compare November 29, 2023 19:53
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c7496f2 to 7ab817a Compare December 1, 2023 19:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from 4f84442 to e9fc708 Compare September 30, 2024 21:19
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 583b2b7 to 074e620 Compare October 8, 2024 00:31
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 7 times, most recently from c35a9c4 to 6a43869 Compare October 21, 2024 18:46
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 7 times, most recently from b2ea61c to e279d80 Compare October 29, 2024 01:34
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 2a66298 to 76d2580 Compare November 3, 2024 05:18
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 76d2580 to e9618e6 Compare November 5, 2024 02:14
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