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

build(deps-dev): bump the minor-and-patch-updates group with 20 updates #1

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps the minor-and-patch-updates group with 20 updates:

Package From To
@biomejs/biome 1.9.2 1.9.4
@storybook/addon-essentials 8.3.4 8.3.6
@storybook/addon-interactions 8.3.4 8.3.6
@storybook/addon-links 8.3.4 8.3.6
@storybook/blocks 8.3.4 8.3.6
@storybook/react 8.3.4 8.3.6
@storybook/react-webpack5 8.3.4 8.3.6
@storybook/test 8.3.4 8.3.6
@testing-library/jest-dom 6.5.0 6.6.2
@types/node 22.7.4 22.8.4
@types/react 18.3.10 18.3.12
@types/react-dom 18.3.0 18.3.1
@vitest/coverage-v8 2.1.1 2.1.4
lefthook 1.7.18 1.8.2
release-it 17.6.0 17.10.0
storybook 8.3.4 8.3.6
tsup 8.3.0 8.3.5
tsx 4.19.1 4.19.2
typescript 5.6.2 5.6.3
vitest 2.1.1 2.1.4

Updates @biomejs/biome from 1.9.2 to 1.9.4

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.4

Analyzer

Bug fixes

  • Improved the message for unused suppression comments. Contributed by @​dyc3

  • Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @​eryue0220

  • noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @​vasucp1207

CLI

Enhancements

  • The --summary reporter now reports parsing diagnostics too. Contributed by @​ematipico

  • Improved performance of GritQL queries by roughly 25-30%. Contributed by @​arendjr

Configuration

Bug fixes

  • Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #4121. Respect line width when printing multiline strings. Contributed by @​ah-yu

Linter

New features

Bug Fixes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.4 (2024-10-17)

Analyzer

Bug fixes

  • Implement GraphQL suppression action. Contributed by @​vohoanglong0107

  • Improved the message for unused suppression comments. Contributed by @​dyc3

  • Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @​eryue0220

  • noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @​vasucp1207

  • The syntax rule noTypeOnlyImportAttributes now ignores .cts files (#4361).

    Since TypeScript 5.3, type-only imports can be associated to an import attribute in CommonJS-enabled files. See the TypeScript docs.

    The following code is no longer reported as a syntax error:

    import type { TypeFromRequire } from "pkg" with {
        "resolution-mode": "require"
    };

    Note that this is only allowed in files ending with the cts extension.

    Contributed by @​Conaclos

CLI

Enhancements

  • The --summary reporter now reports parsing diagnostics too. Contributed by @​ematipico

  • Improved performance of GritQL queries by roughly 25-30%. Contributed by @​arendjr

Configuration

Bug fixes

  • Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @​ematipico

Editors

Formatter

Bug fixes

... (truncated)

Commits

Updates @storybook/addon-essentials from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-interactions from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/addon-interactions's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/addon-interactions's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-links from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/addon-links's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/addon-links's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @storybook/blocks from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/blocks's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/blocks's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @storybook/react from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/react's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/react's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @storybook/react-webpack5 from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/react-webpack5's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/react-webpack5's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @storybook/test from 8.3.4 to 8.3.6

Release notes

Sourced from @​storybook/test's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/test's changelog.

8.3.6

8.3.5

Commits
  • a2ee504 Bump version from "8.3.5" to "8.3.6" [skip ci]
  • b9c7f90 Bump version from "8.3.4" to "8.3.5" [skip ci]
  • See full diff in compare view

Updates @testing-library/jest-dom from 6.5.0 to 6.6.2

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.6.2

6.6.2 (2024-10-17)

Bug Fixes

  • remove recursive type reference in vitest types (#636) (4468378)

v6.6.1

6.6.1 (2024-10-16)

Bug Fixes

  • fix lodash import in to-have-selection.js (#642) (ced792e)

v6.6.0

6.6.0 (2024-10-16)

Features

Commits
  • 4468378 fix: remove recursive type reference in vitest types (#636)
  • abba961 docs: add billyjanitsch as a contributor for bug (#644)
  • 9490615 docs: add G-Rath as a contributor for code (#643)
  • ced792e fix: fix lodash import in to-have-selection.js (#642)
  • 9b14804 feat: implement toHaveSelection (#637)
  • f5b0e94 docs: add diegohaz as a contributor for ideas (#640)
  • 68e927e docs: add pwolaq as a contributor for code, and test (#639)
  • 04005db docs: add silviuaavram as a contributor for code, and test (#638)
  • 4723de3 docs: add mibcadet as a contributor for doc (#628)
  • 8fd402a docs: how to update tsconfig for vitest matchers extension (#624)
  • Additional commits viewable in compare view

Updates @types/node from 22.7.4 to 22.8.4

Commits

Updates @types/react from 18.3.10 to 18.3.12

Commits

Updates @types/react-dom from 18.3.0 to 18.3.1

Commits

Updates @vitest/coverage-v8 from 2.1.1 to 2.1.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.1.3

   🐞 Bug Fixes

... (truncated)

Commits
  • 0df44c0 chore: release v2.1.4
  • de74785 chore(deps): update @antfu/eslint-config v3.8.0 (#6751)
  • 62ac4eb chore(deps): update magic-string (#6711)
  • d260cef chore(deps): update all non-major dependencies (#6360)
  • 4c03a0d chore: release v2.1.3
  • 7155cee refactor(coverage): move re-usable parts to base provider (#6665)
  • 0ce26a4 chore: release v2.1.2
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 1371ca6 fix(coverage): remove empty coverage folder on test failure too (#6547)
  • See full diff in compare view

Updates lefthook from 1.7.18 to 1.8.2

Release notes

Sourced from lefthook's releases.

v1.8.2

Changelog

  • 66404377132992472f3caa1346fe92198e231b00 chore: fix linter and tests
  • 5ec87c72ec9feb7efc00b068394119a12e27942b docs(examples): call commitizen properly (#858)
  • 1bcc75cccafb910dc9872674b93adfcbb55a694b feat: add refetch_frequency parameter to settings (#857)

v1.8.1

Changelog

  • 3c959bf0df03ceffb4dfd5989ae82dd91907af2d chore: bump Go to 1.23 (#856)
  • 453d026d3f3548e1b16dce22e422237475dfc468 fix: skip git lfs hook when calling manually (#855)

v1.8.0

Changelog

  • f3b1a816aabe650d3d9000949271d55e2422c9b3 feat: support globs in extends (#853)
  • 7d38c9499dfc92e10266a03f12d759dd5659f84b fix!: don't auto-install lefthook with npx if not found (#602)
  • 5afb245c7d6545e9eabb31c186d5d463fb12efc7 fix!: execute files command within configured root (#607)
  • 551787800bb7be157a81fdd4e400ae01c3bf0bfb fix: calculate hashsum of the full config (#854)

v1.7.22

Changelog

  • ba633c01f60bfe55d6d9415c25b447a788ec88d1 ci: parallelize publishing (#847)
  • d5b7e77f15fd9b835aa62a6fef066dd902324d16 feat: add skip option merge-commit (#850)
  • 9ddae4777c80a384ed8e208ff2831d048c2fefb5 fix: increase self update download timeout (#849)

v1.7.21

Changelog

v1.7.20

Changelog

v1.7.19

Changelog

  • bd4a109c8e914f96729b0a7d45f9304d6bed6383 chore: hide remaining wiki links (#841)
  • ddb5eb1d67e01a89c048fb68da582959714bb8d6 ci: generate apk files (#843)
  • bf9d4e62cfc6e526eae4bfdc5c66b6fcbae6f4f7 feat: maintain Python package too (#845)
Changelog

Sourced from lefthook's changelog.

1.8.2 (2024-10-29)

1.8.1 (2024-10-23)

  • chore: bump Go to 1.23 (#856) by Valentin Kiselev
  • fix: skip git lfs hook when calling manually (#855) by Valentin Kiselev

1.8.0 (2024-10-22)

1.7.22 (2024-10-18)

1.7.21 (2024-10-17)

1.7.19 and 1.7.20 – failed to build

Commits
  • 9996e0d 1.8.2: add refetch_frequency option for remotes
  • 6640437 chore: fix linter and tests
  • 1bcc75c feat: add refetch_frequency parameter to settings (#857)
  • 5ec87c7 docs(examples): call commitizen properly (#858)
  • 48cf7f6 1.8.1: ignore lfs hook when running pre-push from terminal
  • 3c959bf chore: bump Go to 1.23 (#856)
  • 453d026 fix: skip git lfs hook when calling manually (#855)
  • fa89715 1.8.0: avoid using npx and set root dir for commands when configured
  • 7d38c94 fix!: don't auto-install lefthook with npx if not found (#602)
  • 5afb245 fix!: execute files command within configured root (#607)
  • Additional commits viewable in compare view

Updates release-it from 17.6.0 to 17.10.0

Release notes

Sourced from release-it's releases.

Release 17.10.0

  • Add error handling for gitlab requests + release url (312fd8b)
  • Add proper Content-Type header to fetch requests (#1166) (04bd34c)

Release 17.9.0

  • Fix up tests re. branch/ref name (70398b4)
  • Update dependencies (b4be09d)
  • feat: create tag via Gitlab release (release-it#1115) (#1161) (2263772)
  • Update projects list (e1a5c5d)

Release 17.8.2

  • Revert "Fix up other tests" (e19bcd8)
  • discussion_category_name = undefined (9225077)

Release 17.8.1

  • Fix up other tests (d8f903e)
  • Fix up discussion_category_name (5716681)

Release 17.7.0

  • Lint/formatting fixes (79530b9)
  • Fix uploaded assets URL for Gitlab version >= 17.2 (#1153) (1a6325b)
  • feat(github): expose github make_latest flag (#1150) (eeda65b)
  • fix(github-comments): make search query respect 256 character limit (encoded) (#1148) (43a5e71)
  • fix: replace obsolete is-ci library by ci-info library (closes #1145) (#1146) (19c232d)
  • Remove node-fetch and got from dependencies (#1133) (696f082)
  • Fix schema for git.requireBranch (closes #1138) (8b57290)
Commits

Updates storybook from 8.3.4 to 8.3.6

Release notes

Sourced from storybook's releases.

v8.3.6

8.3.6

v8.3.5

8.3.5

  • CLI: Update the React Native init to include v8 dependencies - #29273, thanks @​dannyhw!
  • Vitest plugin: Fix renamed export stories -

TimMikeladze and others added 3 commits October 18, 2024 04:00
Bumps the minor-and-patch-updates group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.2` | `1.9.4` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.3.4` | `8.3.6` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.3.4` | `8.3.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.3.4` | `8.3.6` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.3.4` | `8.3.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.3.4` | `8.3.6` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.3.4` | `8.3.6` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.3.4` | `8.3.6` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.5.0` | `6.6.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.1` | `2.1.4` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.7.18` | `1.8.2` |
| [release-it](https://github.com/release-it/release-it) | `17.6.0` | `17.10.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.3.4` | `8.3.6` |
| [tsup](https://github.com/egoist/tsup) | `8.3.0` | `8.3.5` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.4` |


Updates `@biomejs/biome` from 1.9.2 to 1.9.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome)

Updates `@storybook/addon-essentials` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/addons/interactions)

Updates `@storybook/addon-links` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/addons/links)

Updates `@storybook/blocks` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/blocks)

Updates `@storybook/react` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/frameworks/react-webpack5)

Updates `@storybook/test` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/test)

Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.5.0...v6.6.2)

Updates `@types/node` from 22.7.4 to 22.8.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.10 to 18.3.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.0 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitest/coverage-v8` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/coverage-v8)

Updates `lefthook` from 1.7.18 to 1.8.2
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.7.18...v1.8.2)

Updates `release-it` from 17.6.0 to 17.10.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@17.6.0...17.10.0)

Updates `storybook` from 8.3.4 to 8.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.3.6/code/lib/cli)

Updates `tsup` from 8.3.0 to 8.3.5
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.3.0...v8.3.5)

Updates `tsx` from 4.19.1 to 4.19.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.1...v4.19.2)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

Updates `vitest` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@storybook/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 30, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/minor-and-patch-updates-bf62aabdd1 branch October 31, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant