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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) ^22.1.0 -> ^22.10.7 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence devDependencies minor
automd ^0.3.8 -> ^0.3.12 age adoption passing confidence devDependencies patch
bulma (source) 0.4.1 -> 0.9.4 age adoption passing confidence minor
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence devDependencies patch
esbuild ^0.23.0 -> ^0.24.2 age adoption passing confidence devDependencies minor
eslint (source) ^9.8.0 -> ^9.18.0 age adoption passing confidence devDependencies minor
eslint-config-unjs ^0.3.2 -> ^0.4.2 age adoption passing confidence devDependencies minor
jiti ^2.0.0-beta.3 -> ^2.4.2 age adoption passing confidence devDependencies minor
mitata ^0.1.11 -> ^0.1.14 age adoption passing confidence devDependencies patch
pnpm (source) 9.7.0 -> 9.15.4 age adoption passing confidence packageManager minor
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence devDependencies minor
protobufjs (source) ^7.3.2 -> ^7.4.0 age adoption passing confidence devDependencies minor
unbuild ^3.0.0-rc.7 -> ^3.3.1 age adoption passing confidence devDependencies minor
vite-tsconfig-paths ^5.0.1 -> ^5.1.4 age adoption passing confidence devDependencies minor
vitest (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence devDependencies minor

Release Notes

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 7 times, most recently from 32a5381 to 027d276 Compare September 2, 2024 02:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 11229c5 to 471c864 Compare September 10, 2024 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c9e56e to fcebcd4 Compare September 20, 2024 08:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 88e895e to 5190ff9 Compare September 26, 2024 11:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1f8d39e to 84a773c Compare October 4, 2024 05:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0881cda to 6abb019 Compare October 10, 2024 05:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 79c1188 to 5030544 Compare October 20, 2024 05:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 436f395 to 6ffd283 Compare November 10, 2024 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 038fbe0 to 50cfa1e Compare November 16, 2024 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from abcaf08 to 5cd185e Compare November 28, 2024 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f6169a0 to 3c680f2 Compare December 7, 2024 06:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b56b614 to 5c890a5 Compare December 14, 2024 04:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c890a5 to 7af3f11 Compare December 21, 2024 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 34003bd to ea5ad2e Compare January 3, 2025 14:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2b5843c to 0c09e4a Compare January 13, 2025 04:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2071373 to ec151f1 Compare January 16, 2025 11:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec151f1 to dfeff82 Compare January 16, 2025 11:29
@pi0 pi0 closed this Jan 16, 2025
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.

1 participant