Skip to content

chore(deps): update all non-major dependencies #2

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.27.1 -> ^2.27.3 age adoption passing confidence
@types/node (source) ^20.16.1 -> ^20.17.47 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.9 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.27.0 age adoption passing confidence
hasown (source) ^1.0.29 -> ^1.0.44 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.5.2 age adoption passing confidence
nodemon (source) ^3.1.4 -> ^3.1.10 age adoption passing confidence
pnpm (source) 9.8.0 -> 9.15.9 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.13.0 age adoption passing confidence
tsx (source) ^4.17.0 -> ^4.19.4 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.8.3 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.19 age adoption passing confidence
vite-plugin-inspect ^0.8.7 -> ^0.10.6 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.9 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.27.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support Vite 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 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.

Potential Breaking Change
  • workspace:
    • Correctly resolve workspace globs and file paths  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/6316 (afdcb)
    • This changes how the custom glob pattern in the workspace config is treated. Any file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single vitest.config.ts or vite.config.ts inside the folder)
    • For example, projects/* will match anything inside the projects folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. projects/**/* previously would assume that you only wanted to have folders as projects, but now it will match every single file insideprojects.
    • This change doesn't affect non-glob usage.
   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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.

Copy link

codecov bot commented Jul 23, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 57b351e to c45e74a Compare July 28, 2024 20:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e71af51 to 58c1493 Compare August 3, 2024 20:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3dace0b to 2b2d70b Compare August 11, 2024 02:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 35df18a to eb277f1 Compare August 22, 2024 02:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb277f1 to 8fc552e Compare August 24, 2024 03:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update node.js to >=20.17.0 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8fc552e to 078343d Compare August 25, 2024 14:40
@renovate renovate bot changed the title chore(deps): update node.js to >=20.17.0 chore(deps): update all non-major dependencies Aug 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0fe496f to 508262f Compare September 2, 2024 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13e241a to b028cba Compare January 28, 2025 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e77369e to acd03b0 Compare February 11, 2025 08:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f03684 to f56eb7d Compare February 22, 2025 03:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b8ea722 to b4f2651 Compare March 4, 2025 23:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aed27e5 to 606d6d6 Compare March 12, 2025 23:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 10d8229 to 9588297 Compare March 25, 2025 23:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 833c0f6 to 307b4e0 Compare April 4, 2025 19:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dd52998 to 6ae8f7c Compare April 12, 2025 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7542112 to 1db4d5e Compare April 24, 2025 00:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6bf3942 to 73dff17 Compare May 3, 2025 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73dff17 to fe13767 Compare May 10, 2025 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe13767 to 2cc31b0 Compare May 17, 2025 04:09
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