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 Type Update
@antfu/eslint-config ^2.27.1 -> ^2.27.3 age adoption passing confidence devDependencies patch
@namesmt/utils-lambda ^0.1.1 -> ^0.1.3 age adoption passing confidence dependencies patch
@types/aws-lambda (source) ^8.10.143 -> ^8.10.147 age adoption passing confidence dependencies patch
@types/node (source) ^20.16.1 -> ^20.17.16 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence devDependencies minor
eslint (source) ^9.9.1 -> ^9.19.0 age adoption passing confidence devDependencies minor
hasown (source) ^1 -> ^1.0.29 age adoption passing confidence pnpm.overrides patch
hono (source) >=4.5.1 -> >=4.6.19 age adoption passing confidence peerDependencies minor
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence pnpm.overrides patch
lint-staged ^15.2.9 -> ^15.4.3 age adoption passing confidence devDependencies minor
node (source) >=18.20.3 -> >=18.20.6 age adoption passing confidence engines patch
nodemon (source) ^3.1.4 -> ^3.1.9 age adoption passing confidence devDependencies patch
pnpm (source) 9.8.0 -> 9.15.4 age adoption passing confidence packageManager minor
tsx (source) ^4.17.0 -> ^4.19.2 age adoption passing confidence devDependencies minor
typescript (source) ^5.5.4 -> ^5.7.3 age adoption passing confidence devDependencies minor
vite (source) ^5.4.2 -> ^5.4.14 age adoption passing confidence devDependencies patch
vite-plugin-inspect ^0.8.7 -> ^0.10.6 age adoption passing confidence devDependencies minor
vitest (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence devDependencies minor

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

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.

@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 3 times, most recently from 46c1721 to 1b149e4 Compare December 21, 2024 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4fba060 to e5fda8b Compare January 3, 2025 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b326250 to 1797265 Compare January 10, 2025 22:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8358ac3 to eb724fb Compare January 20, 2025 10:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 42050c6 to d5628fd Compare January 26, 2025 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5628fd to 99e34c3 Compare January 26, 2025 17:40
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