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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) ^29.5.12 -> ^29.5.14 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence
chalk ^5.3.0 -> ^5.4.1 age adoption passing confidence
execa ^9.3.1 -> ^9.5.2 age adoption passing confidence
happy-dom ^16.0.1 -> ^16.3.0 age adoption passing confidence
lint-staged ^15.2.10 -> ^15.3.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.15.2 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.7.2 age adoption passing confidence
unbuild ^3.0.1 -> ^3.2.0 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.8 age adoption passing confidence
vue (source) ^3.4.38 -> ^3.5.13 age adoption passing confidence
vue-router ^4.4.3 -> ^4.5.0 age adoption passing confidence

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

v5.4.1

Compare Source

[`v5


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 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 from 5538ca2 to fbf26ec Compare September 9, 2024 16:32
@renovate renovate bot changed the title chore(deps): update dependency vue to ^3.5.3 chore(deps): update all non-major dependencies Sep 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5427b24 to b95b1aa Compare September 17, 2024 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b55d625 to 8ad4140 Compare September 26, 2024 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 89ee511 to 1ee7c3e Compare October 3, 2024 18:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 67faebf to fa797ad Compare October 11, 2024 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3b3f26d to e356768 Compare October 16, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 90eddae to 91e3082 Compare October 28, 2024 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c1e4139 to cf6e3e5 Compare December 4, 2024 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 15d406d to ac81653 Compare December 8, 2024 00:13
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 8, 2024 18:41
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ac81653 to 2c39c94 Compare December 10, 2024 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 78c0d48 to 3584d51 Compare December 21, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from f9c1992 to b3d7083 Compare December 31, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3d7083 to 6baf640 Compare January 1, 2025 21: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