Skip to content

chore(deps-dev): bump the minor-and-patch-updates group across 1 directory with 12 updates #5

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the minor-and-patch-updates group with 12 updates in the / directory:

Package From To
@biomejs/biome 1.9.2 1.9.4
@testing-library/jest-dom 6.5.0 6.6.3
@testing-library/react 16.0.1 16.1.0
@types/node 22.7.4 22.10.3
@vitest/coverage-v8 2.1.1 2.1.8
concurrently 9.0.1 9.1.2
lefthook 1.7.18 1.10.1
release-it 17.6.0 17.11.0
tsup 8.3.0 8.3.5
tsx 4.19.1 4.19.2
typescript 5.6.2 5.7.2
vitest 2.1.1 2.1.8

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 @testing-library/jest-dom from 6.5.0 to 6.6.3

Release notes

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

v6.6.3

6.6.3 (2024-10-31)

Bug Fixes

  • add vitest import when extending vitest matchers (#646) (5ba0156)

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
  • 5ba0156 fix: add vitest import when extending vitest matchers (#646)
  • 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)
  • Additional commits viewable in compare view

Updates @testing-library/react from 16.0.1 to 16.1.0

Release notes

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

v16.1.0

16.1.0 (2024-12-05)

Features

Commits

Updates @types/node from 22.7.4 to 22.10.3

Commits

Updates @vitest/coverage-v8 from 2.1.1 to 2.1.8

Release notes

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

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHub

v2.1.5

   🐞 Bug Fixes

   🏎 Performance

... (truncated)

Commits

Updates concurrently from 9.0.1 to 9.1.2

Release notes

Sourced from concurrently's releases.

v9.1.2

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

v9.1.0

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

Commits

Updates lefthook from 1.7.18 to 1.10.1

Release notes

Sourced from lefthook's releases.

v1.10.1

Changelog

  • 8fd6c98f1dddc4ea3e16af2e7cced1528206da85 chore: fix version regexp in integration test
  • f8bc2c309248621a53f71a2e19650742fe7ccc20 ci: add linux aarch64 binary to release (#903)
  • f3ab494f03de90e80755568c6bdd1f67b09061e6 ci: fix aur build (#905)
  • bf23558afbce3aaab333b55b41dc7f27a27ed5a5 feat: add ability to specify job names for command run (#904)
  • 7d7da7571a573a0cba36c0b9819741d0cb69b7be packages: set AUR dependency for Go >= 1.23

v1.10.0

Changelog

  • 2af1d2dea03176f31b59566cdd83ed7ce2eb3128 chore: update swift reference version
  • 5b620aa3d0c831188ae23fcce5c3a6b1f394f0a9 ci: automate aur package update (#899)
  • 73d28b7983223107505931742041cd24ca30a316 feat: add jobs option (#861)

v1.9.3

Changelog

  • 1e38d75b494f052b5ee5fa9ca9896deca506b20a chore: add mdbook (#894)
  • f2704a386695a7c88d7f77452325b9b32ce32802 fix: correctly parse config options (#895)

v1.9.2

Changelog

  • 5980de12b2404314d3ed303af21f4b0092e9ab3c fix: use correct remote scripts folder (#891)

v1.9.1

Changelog

  • b5b777635eed7900c0e2254ff6656104d5880a4c fix: skip_lfs config option (#889)

v1.9.0

Changelog

  • c1393d93f474dcbc171b7b27d99b67f947fbd5f8 chore!: replace viper with koanf (#813)
  • 9df624ccd340438fbac70a37d9b7ed94b6c34b23 chore: add minimum git version support warning (#886)
  • 4a2248d187cc970777dfef5885601f1f041bb519 ci: fix packages release (#881)
  • df484d9ebb2e0a48f7a80cc895faa0a37a3f1bda fix: reorder available hooks list (#884)

v1.8.5

Changelog

  • dad0830bb4c2b001dc9352a623de6c920ddec243 ci: automate publishing to cloudsmith (#875)
  • 2c874a9d8070edebc69202d2cfc635f4969af84c feat: add option to skip running LFS hooks (#879)

v1.8.4

Changelog

  • 5a60d0bb888fe30afd4627e4c17e078797c5aea5 ci: fix goreleaser update changes (#874)
  • 5b42b57f6f68aba503d43b0b70bd9c0f5f8a5413 deps: November 2024 (#867)

v1.8.3

Changelog

  • f4c24e4429daa1c012d26667116a8d9f3742d7cd fix: use absolute paths when cloning remotes (#873)

v1.8.2

Changelog

... (truncated)

Changelog

Sourced from lefthook's changelog.

1.10.1 (2024-12-26)

1.10.0 (2024-12-19)

1.9.3 (2024-12-18)

1.9.2 (2024-12-12)

1.9.1 (2024-12-12)

1.9.0 (2024-12-06)

1.8.5 (2024-12-02)

1.8.4 (2024-11-18)

1.8.3 (2024-11-18)

1.8.2 (2024-10-29)

... (truncated)

Commits
  • 5e5c77f 1.10.1: allow specify jobs to execute for run command
  • bf23558 feat: add ability to specify job names for command run (#904)
  • 1165260 docs: arch installation small enhancement
  • c31f70a docs: add community aur package mention (#907)
  • f8bc2c3 ci: add linux aarch64 binary to release (#903)
  • f3ab494 ci: fix aur build (#905)
  • 7d7da75 packages: set AUR dependency for Go >= 1.23
  • 1128568 docs: update configuration README
  • 0a15c5e docs: explain run details (#902)
  • 36a39d2 docs: fix jobs docs
  • Additional commits viewable in compare view

Updates release-it from 17.6.0 to 17.11.0

Release notes

Sourced from release-it's releases.

Release 17.11.0

  • Update dependencies (182e992)
  • GitLab Generic Package Repository for assets (#1189) (54399c9)
  • fix(gitlab): don't set Content-Type header when uploading release assets (#1183) (04a36d2)
  • Fixed GitBase.getLatestVersion to computed formatted tagTemplate before using it for latestTag computation (#1170) (09d7d1b)
  • Add git-cliff example (#1176) (b161114)
  • Move configuration options to existing doc pages + table format, shorten (28213bf)
  • Add docs for configuration options (#1155) (667cd6a)
  • Improve docs on Tag Match (#1165) (716b44f)

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
  • 2ec1d60 Release 17.11.0
  • 182e992 Update dependencies
  • 54399c9 GitLab Generic Package Repository for assets (#1189)
  • 04a36d2 fix(gitlab): don't set Content-Type header when uploading release assets (#1183)
  • 09d7d1b Fixed GitBase.getLatestVersion to computed formatted tagTemplate before using...
  • b161114 Add git-cliff example (#1176)
  • 28213bf Move configuration options to existing doc pages + table format, shorten
  • 667cd6a Add docs for configuration options (#1155)
  • 716b44f Improve docs on Tag Match (#1165)
  • a4a6876 Release 17.10.0
  • Additional commits viewable in compare view

Updates tsup from 8.3.0 to 8.3.5

Release notes

Sourced from tsup's releases.

v8.3.5

   🐞 Bug Fixes

    View changes on GitHub

v8.3.4

No significant changes

    View changes on GitHub

v8.3.3

No significant changes

    View changes on GitHub

v8.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates tsx from 4.19.1 to 4.19.2

Release notes

Sourced from tsx's releases.

v4.19.2

4.19.2 (2024-10-26)

Bug Fixes

  • generate sourcesContent when Node.js debugger is enabled (#670) (7c47074)

This release is also available on:

Commits
  • 7c47074 fix: generate sourcesContent when Node.js debugger is enabled (#670)
  • 315d5f4 docs(watch): document --include flag
  • 375e39a test: refactor enforce-timeout
  • 524cb77 docs(cjs): add compilation caveats
  • 7f8a051 chore(deps): update dependency node to v20.18.0 (#660)
  • 97e8de0 chore: upgrade pnpm
  • 95d2b0f chore: remove commit hooks
  • 0161078 docs: add prisma as a premium sponsor
  • 09f9532 chore(docs): fix typo (#655)
  • See full diff in compare view

Updates typescript from 5.6.2 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates vitest from 2.1.1 to 2.1.8

Release notes

Sourced from vitest's releases.

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHubDescription has been truncated

…ctory with 12 updates

Bumps the minor-and-patch-updates group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.2` | `1.9.4` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.5.0` | `6.6.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.1` | `2.1.8` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.1` | `9.1.2` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.7.18` | `1.10.1` |
| [release-it](https://github.com/release-it/release-it) | `17.6.0` | `17.11.0` |
| [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.7.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.8` |



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 `@testing-library/jest-dom` from 6.5.0 to 6.6.3
- [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.3)

Updates `@testing-library/react` from 16.0.1 to 16.1.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.1.0)

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

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

Updates `concurrently` from 9.0.1 to 9.1.2
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.2)

Updates `lefthook` from 1.7.18 to 1.10.1
- [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.10.1)

Updates `release-it` from 17.6.0 to 17.11.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.11.0)

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.7.2
- [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.7.2)

Updates `vitest` from 2.1.1 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/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: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: "@testing-library/react"
  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: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: 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-minor
  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 Jan 1, 2025
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.

0 participants