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 #182

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker ^9.0.0 -> ^9.0.1 age adoption passing confidence
@sxzz/eslint-config ^3.9.0 -> ^3.17.4 age adoption passing confidence
@sxzz/prettier-config ^2.0.1 -> ^2.0.2 age adoption passing confidence
@types/node (source) ^20.12.6 -> ^20.16.5 age adoption passing confidence
@vitest/ui (source) ^2.0.3 -> ^2.1.1 age adoption passing confidence
bumpp ^9.4.0 -> ^9.5.2 age adoption passing confidence
esbuild ^0.20.2 -> ^0.23.1 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.10.0 age adoption passing confidence
ky ^1.2.3 -> ^1.7.2 age adoption passing confidence
pnpm (source) 9.0.5 -> 9.10.0 age adoption passing confidence
rollup (source) ^4.14.1 -> ^4.22.0 age adoption passing confidence
serve ^14.2.1 -> ^14.2.3 age adoption passing confidence
sharp (source, changelog) ^0.33.3 -> ^0.33.5 age adoption passing confidence
tsup (source) ^8.0.2 -> ^8.3.0 age adoption passing confidence
tsx (source) ^4.7.2 -> ^4.19.1 age adoption passing confidence
typedoc (source) ^0.25.13 -> ^0.26.7 age adoption passing confidence
typescript (source) ^5.4.4 -> ^5.6.2 age adoption passing confidence
vitest (source) ^2.0.3 -> ^2.1.1 age adoption passing confidence

Release Notes

faker-js/faker (@​faker-js/faker)

v9.0.1

Compare Source

Bug Fixes
sxzz/eslint-config (@​sxzz/eslint-config)

v3.17.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.17.3

Compare Source

   🐞 Bug Fixes
  • Disable @typescript-eslint/no-unused-expressions for markdown files  -  by @​sxzz (54300)
    View changes on GitHub

v3.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.17.1

Compare Source

   🚀 Features
  • Enable @typescript-eslint/no-unused-expressions  -  by @​sxzz (f5932)
   🐞 Bug Fixes
    View changes on GitHub

v3.17.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.16.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.16.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.16.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.14.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.13.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.12.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v3.9.1

Compare Source

   🚀 Features
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.0.2

Compare Source

vitest-dev/vitest (@​vitest/ui)

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

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.5.0

Compare Source

v9.4.2

Compare Source

v9.4.1

Compare Source

evanw/esbuild (esbuild)

[v0.23.1](https://redirect.github.com/evanw/esbuild/blob/HEA


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

vercel bot commented Apr 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jike-sdk ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 19, 2024 6:10am

Copy link

stackblitz bot commented Apr 15, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 718044b to f84df18 Compare April 15, 2024 07:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f84df18 to 197a29d Compare April 17, 2024 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 197a29d to 3909ba0 Compare April 19, 2024 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3909ba0 to fcd30ec Compare April 20, 2024 06:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fcd30ec to cc24f73 Compare April 21, 2024 06:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc24f73 to 1ef6916 Compare April 21, 2024 23:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ef6916 to f92da64 Compare April 22, 2024 11:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f92da64 to 0f5e529 Compare April 22, 2024 11:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f5e529 to 58cd32b Compare April 22, 2024 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58cd32b to 5c5129e Compare April 22, 2024 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c5129e to 90da098 Compare April 23, 2024 08:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90da098 to e43bff9 Compare April 23, 2024 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e43bff9 to 3463b81 Compare April 24, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants