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.146 age adoption passing confidence dependencies patch
@types/node (source) ^20.16.1 -> ^20.17.10 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.17.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.14 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.2.11 age adoption passing confidence devDependencies patch
node (source) >=18.20.3 -> >=18.20.5 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.1 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.2 age adoption passing confidence devDependencies minor
vite (source) ^5.4.2 -> ^5.4.11 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 9 times, most recently from 6ed6d6e to f047e6b Compare November 26, 2024 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 26a0282 to 40c411f Compare December 3, 2024 06:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 375a2ba to 10c4ee6 Compare December 11, 2024 11:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 28de3db to 46c1721 Compare December 20, 2024 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46c1721 to 1b149e4 Compare December 21, 2024 22:13
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