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 dev-dependencies #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
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
@commitlint/cli (source) ^19.4.0 -> ^19.6.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.2.2 -> ^19.6.0 age adoption passing confidence
@favware/cliff-jumper ^4.0.3 -> ^4.1.0 age adoption passing confidence
@types/node (source) ^20.16.0 -> ^20.17.8 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.6 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
husky ^9.1.4 -> ^9.1.7 age adoption passing confidence
lint-staged ^15.2.9 -> ^15.2.10 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.5 age adoption passing confidence
typedoc (source) ^0.26.5 -> ^0.27.0 age adoption passing confidence
typedoc-json-parser ^10.1.5 -> ^10.2.0 age adoption passing confidence
typescript (source) ^5.5.4 -> ^5.7.2 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.6 age adoption passing confidence

Release Notes

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

v19.6.0

Compare Source

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

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

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

v19.4.1

Compare Source

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

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

v19.6.0

Compare Source

Note: Version bump only for package @​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

v19.4.1

Compare Source

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

favware/cliff-jumper (@​favware/cliff-jumper)

v4.1.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • Update to git-cliff 2.5.0 (fb33eba)
vitest-dev/vitest (@​vitest/coverage-v8)

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 - "before 12pm on Sunday" (UTC), 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-non-major-dev branch 3 times, most recently from fb1d5a3 to 4a294da Compare August 28, 2024 07:53
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 4 times, most recently from 8b03819 to 793da72 Compare September 8, 2024 03:54
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 7 times, most recently from 3e889b7 to 7033c71 Compare September 15, 2024 04:18
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 3 times, most recently from 6f4ebe1 to 446f9c0 Compare September 22, 2024 04:45
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 7 times, most recently from 3a8c124 to 860a896 Compare September 30, 2024 07:22
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 4 times, most recently from 217d4d2 to d43c1fb Compare October 8, 2024 02:00
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 8 times, most recently from 2709bf5 to 5fcd203 Compare October 26, 2024 07:49
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 8 times, most recently from 23b7851 to 07b282c Compare November 2, 2024 22:19
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 2 times, most recently from e3f5f79 to b6d4c4d Compare November 10, 2024 03:02
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 4 times, most recently from 0c67cf2 to d0fee50 Compare November 19, 2024 13:03
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch 6 times, most recently from c41626a to 873eff3 Compare November 26, 2024 13:18
@renovate renovate bot force-pushed the renovate/all-non-major-dev branch from 873eff3 to 1b0ec6f Compare November 27, 2024 03:29
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