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

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.4.1 -> 19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.4.1 -> 19.5.0 age adoption passing confidence
@nuxt/eslint (source) 0.5.6 -> 0.5.7 age adoption passing confidence
@nuxtjs/robots (source) 4.1.6 -> 4.1.7 age adoption passing confidence
@types/node (source) 22.5.4 -> 22.5.5 age adoption passing confidence
husky 9.1.5 -> 9.1.6 age adoption passing confidence
vite (source) 5.4.3 -> 5.4.5 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

nuxt/eslint (@​nuxt/eslint)

v0.5.7

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-modules/robots (@​nuxtjs/robots)

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
typicode/husky (husky)

v9.1.6

Compare Source

vitejs/vite (vite)

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 4 times, most recently from 91ba1f7 to b6107b6 Compare September 13, 2024 15:48
@ThornWalli ThornWalli merged commit 386b472 into main Sep 14, 2024
1 check passed
@ThornWalli ThornWalli deleted the renovate/all-minor-patch branch September 14, 2024 22:22
Copy link

🎉 This PR is included in version 1.3.35 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

1 participant