Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^2.27.1 -> ^2.27.3 age confidence
@types/node (source) ^20.16.1 -> ^20.19.27 age confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.9 age confidence
eslint (source) ^9.9.1 -> ^9.39.2 age confidence
hasown (source) ^1.0.29 -> ^1.0.44 age confidence
lint-staged ^15.2.9 -> ^15.5.2 age confidence
nodemon (source) ^3.1.4 -> ^3.1.11 age confidence
pnpm (source) 9.8.0 -> 9.15.9 age confidence
simple-git-hooks ^2.11.1 -> ^2.13.1 age confidence
tsx (source) ^4.17.0 -> ^4.21.0 age confidence
typescript (source) ^5.5.4 -> ^5.9.3 age confidence
vite (source) ^5.4.2 -> ^5.4.21 age confidence
vite-plugin-inspect ^0.8.7 -> ^0.10.6 age confidence
vitest (source) ^2.0.5 -> ^2.1.9 age 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
  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (#​6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    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 #​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
    View changes on GitHub
eslint/eslint (eslint)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores


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.

@codecov
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 53565bc to 5540843 Compare August 24, 2025 08:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5680f1c to aed9a98 Compare September 5, 2025 23:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1db9931 to b08ad93 Compare September 14, 2025 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 940bf97 to 38a6810 Compare September 20, 2025 04:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b48d076 to d7efaa3 Compare October 2, 2025 03:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b9b29f7 to 23be16e Compare October 10, 2025 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cab74ca to 599f4ff Compare October 18, 2025 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 33fae0e to 1ff8374 Compare October 25, 2025 04:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9ada4ee to e09ae4b Compare November 8, 2025 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 80e54ec to 874f103 Compare November 19, 2025 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dbb1bbf to 8cfd227 Compare December 4, 2025 19:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c6033f5 to c4be7c1 Compare December 13, 2025 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4be7c1 to d7c4487 Compare December 14, 2025 07:36
@renovate renovate bot merged commit e1c58f9 into main Dec 21, 2025
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 21, 2025 01:50
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.

1 participant