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 all non-major dependencies #11

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 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
@namesmt/utils-lambda ^0.1.1 -> ^0.1.3 age adoption passing confidence
@types/aws-lambda (source) ^8.10.143 -> ^8.10.147 age adoption passing confidence
@types/node (source) ^20.16.1 -> ^20.17.23 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.9 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.21.0 age adoption passing confidence
hasown (source) ^1 -> ^1.0.29 age adoption passing confidence
hono (source) >=4.5.1 -> >=4.7.2 age adoption passing confidence
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.4.3 age adoption passing confidence
nodemon (source) ^3.1.4 -> ^3.1.9 age adoption passing confidence
pnpm (source) 9.8.0 -> 9.15.6 age adoption passing confidence
tsx (source) ^4.17.0 -> ^4.19.3 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.8.2 age adoption passing confidence
vite (source) ^5.4.2 -> ^5.4.14 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
namesmt/utils-lambda (@​namesmt/utils-lambda)

v0.1.3

Compare Source

compare changes

🏡 Chore
  • Update deps, housekeeping (4c470f9)
❤️ Contributors

v0.1.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b26ccf6 to d4cbb28 Compare July 3, 2024 14:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from db3e001 to bd9a4ac Compare July 11, 2024 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c27bfc0 to f73765b Compare July 19, 2024 15:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bd3c30a to ae642dd Compare July 20, 2024 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6331df4 to 5054eb8 Compare January 23, 2025 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 99e34c3 to cd40ab9 Compare January 31, 2025 10:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9287588 to 2c17756 Compare February 7, 2025 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e4e108c to 3df10af Compare February 14, 2025 00:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 38fdb9e to 72c2867 Compare February 24, 2025 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fd19be3 to 6be8938 Compare March 1, 2025 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6be8938 to c8da232 Compare March 1, 2025 10:58
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