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.2 age adoption passing confidence dependencies patch
@types/aws-lambda (source) ^8.10.143 -> ^8.10.145 age adoption passing confidence dependencies patch
@types/node (source) ^20.16.1 -> ^20.16.12 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.3 age adoption passing confidence devDependencies minor
eslint (source) ^9.9.1 -> ^9.12.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.5 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.10 age adoption passing confidence devDependencies patch
node (source) >=18.20.3 -> >=18.20.4 age adoption passing confidence engines patch
nodemon (source) ^3.1.4 -> ^3.1.7 age adoption passing confidence devDependencies patch
pnpm (source) 9.8.0 -> 9.12.2 age adoption passing confidence packageManager minor
tsx (source) ^4.17.0 -> ^4.19.1 age adoption passing confidence devDependencies minor
typescript (source) ^5.5.4 -> ^5.6.3 age adoption passing confidence devDependencies minor
vite (source) ^5.4.2 -> ^5.4.9 age adoption passing confidence devDependencies patch
vitest (source) ^2.0.5 -> ^2.1.3 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.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
vitest-dev/vitest (@​vitest/coverage-v8)

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
    View changes on GitHub
eslint/eslint (eslint)

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation


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 7 times, most recently from 9d09de1 to 2f2004b Compare September 19, 2024 11:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 0948600 to bc89786 Compare September 26, 2024 01:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0aceff0 to d59f61c Compare October 2, 2024 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8a83ff0 to 1f5a7a3 Compare October 11, 2024 09:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 43bbce8 to 02714a7 Compare October 16, 2024 17:35
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