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 development-dependencies group across 1 directory with 14 updates #1000

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the development-dependencies group with 14 updates in the / directory:

Package From To
@commitlint/config-conventional 19.5.0 19.6.0
@evilmartians/lefthook 1.8.2 1.9.2
@release-it/conventional-changelog 8.0.2 9.0.3
commitlint 19.5.0 19.6.1
del-cli 5.1.0 6.0.0
prettier 3.3.3 3.4.2
react-native-builder-bob 0.30.3 0.35.2
turbo 2.2.3 2.3.3
typescript 5.6.3 5.7.2
@react-native/babel-preset 0.75.4 0.76.5
@react-native/metro-config 0.75.4 0.76.5
@react-native/typescript-config 0.75.4 0.76.5
@rnx-kit/metro-config 1.3.17 2.0.1
react-native-test-app 3.10.22 4.0.7

Updates @commitlint/config-conventional from 19.5.0 to 19.6.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.6.0

19.6.0 (2024-11-19)

Features

Chore, Docs, etc

Full Changelog: conventional-changelog/commitlint@v19.5.0...v19.6.0

New Contributors

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.6.0 (2024-11-19)

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

Commits

Updates @evilmartians/lefthook from 1.8.2 to 1.9.2

Release notes

Sourced from @​evilmartians/lefthook's releases.

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)
Changelog

Sourced from @​evilmartians/lefthook's changelog.

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)

Commits
  • eeaddbf 1.9.2: fix execution for remote scripts
  • 5980de1 fix: use correct remote scripts folder (#891)
  • 305512c 1.9.1: fix skip_lfs option
  • b5b7776 fix: skip_lfs config option (#889)
  • 2077242 1.9.0: use different parsing tool koanf instead of viper, add git version war...
  • 9df624c chore: add minimum git version support warning (#886)
  • df484d9 fix: reorder available hooks list (#884)
  • a4ff6fa docs: correct typo in 'Scoop for Windows' section (#883)
  • c1393d9 chore!: replace viper with koanf (#813)
  • 4a2248d ci: fix packages release (#881)
  • Additional commits viewable in compare view

Updates @release-it/conventional-changelog from 8.0.2 to 9.0.3

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 9.0.3

  • Format (09fdb3e)
  • fix: use whatBump option (#106) (09aac9e)

Release 9.0.2

  • Minor refactor for readability (ccdd687)
  • Format docs (73e212c)
  • fix: Resolve whatBump is not a function error (#105) (5e0af0c)

Release 9.0.1

  • Update dependencies (6059558)
  • fix: Allow whatBump to return undefined to skip versioning (#102) (3301fbe)

Release 9.0.0

  • Update dependencies (1db67c1)
  • Add .gitignore file (d9416d7)

Release 9.0.0-next.0

  • Update docs (deeb133)
  • Streamline opts (ac72e25)
  • Doc whatBump (1671544)
  • Try compact (dc1be68)
  • Add pkg.pr.new workflow (d978f50)
  • Migrate to conventional-changelog v6 + conventional-recommended-bump v10 (c4b9886)
Commits

Updates commitlint from 19.5.0 to 19.6.1

Release notes

Sourced from commitlint's releases.

v19.6.1

19.6.1 (2024-12-15)

Bug Fixes

Chore & docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.6.0...v19.6.1

v19.6.0

19.6.0 (2024-11-19)

Features

Chore, Docs, etc

Full Changelog: conventional-changelog/commitlint@v19.5.0...v19.6.0

New Contributors

Changelog

Sourced from commitlint's changelog.

19.6.1 (2024-12-15)

Note: Version bump only for package commitlint

19.6.0 (2024-11-19)

Note: Version bump only for package commitlint

Commits

Updates del-cli from 5.1.0 to 6.0.0

Release notes

Sourced from del-cli's releases.

v6.0.0

Breaking

  • Require Node.js 18 de54031

Improvements

  • Update dependencies de54031

sindresorhus/del-cli@v5.1.0...v6.0.0

Commits

Updates prettier from 3.3.3 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates react-native-builder-bob from 0.30.3 to 0.35.2

Release notes

Sourced from react-native-builder-bob's releases.

[email protected]

0.35.2 (2024-12-06)

Bug Fixes

[email protected]

0.35.1 (2024-12-06)

Reverts

[email protected]

0.35.0 (2024-12-06)

Features

[email protected]

0.34.0 (2024-12-04)

Bug Fixes

Features

[email protected]

0.33.3 (2024-11-29)

Bug Fixes

[email protected]

0.33.2 (2024-11-27)

Bug Fixes

... (truncated)

Changelog

Sourced from react-native-builder-bob's changelog.

0.35.2 (2024-12-06)

Bug Fixes

0.35.1 (2024-12-06)

Reverts

0.35.0 (2024-12-06)

Features

0.34.0 (2024-12-04)

Bug Fixes

Features

0.33.3 (2024-11-29)

Bug Fixes

0.33.2 (2024-11-27)

Bug Fixes

0.33.1 (2024-11-21)

Bug Fixes

0.33.0 (2024-11-21)

Features

... (truncated)

Commits
  • 9c5638a chore: publish
  • b029db9 fix: fix syntax error when running the app
  • 2f8ae32 chore: publish
  • 262185c Revert "feat: enable JS codegen transform (#717)"
  • c798f70 Revert "fix: skip compiling fabric view as react native freaks out (#720)"
  • 2ec645b fix: skip compiling fabric view as react native freaks out (#720)
  • 520f7bf chore: publish
  • 2fc7496 feat: enable JS codegen transform (#717)
  • 50bfbb8 chore: publish
  • 78f16fc fix: correctly log error output when building (#698)
  • Additional commits viewable in compare view

Updates turbo from 2.2.3 to 2.3.3

Release notes

Sourced from turbo's releases.

Turborepo v2.3.3

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.3.2...v2.3.3

Turborepo v2.3.2

What's Changed

Docs

eslint

@​turbo/repository

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.1...v2.3.2

... (truncated)

Commits
  • 81c4e43 publish 2.3.3 to registry
  • 755f14c fix: correct TUI vim binds direction (#9529)
  • 95129e3 release(turborepo): 2.3.2 (#9520)
  • 6fa050a docs: update ESLint documentation with ESLint v9 (#9515)
  • 2dd46cc chore(examples): Remove spare dependencies from basic example. (#9516)
  • cf68935 docs: fix formatting on /repo/docs/getting-started/installation (#9514)
  • 4f5f048 feat: sibling tasks (#9504)
  • e3fcdee fix(examples): remove --filter from with-docker example. (#9513)
  • b00eea2 chore: update basic example to ESLint v9 and Flat Configurations. (#9501)
  • cbb85b3 chore: add a comment to GitHub release flow types. (#9506)
  • Additional commits viewable in compare view

Updates typescript from 5.6.3 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:

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 @react-native/babel-preset from 0.75.4 to 0.76.5

Release notes

Sourced from @​react-native/babel-preset's releases.

0.76.5

v0.76.5

Fixed

Android specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.76.4

v0.76.4

Added

Android specific


Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.

... (truncated)

Changelog

Sourced from @​react-native/babel-preset's changelog.

v0.76.5

Fixed

Android specific

v0.76.4

Added

Android specific

v0.76.3

Fixed

Android specific

v0.76.2

Added

ChangedDescription has been truncated

…ectory with 14 updates

Bumps the development-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.5.0` | `19.6.0` |
| [@evilmartians/lefthook](https://github.com/evilmartians/lefthook) | `1.8.2` | `1.9.2` |
| [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) | `8.0.2` | `9.0.3` |
| [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) | `19.5.0` | `19.6.1` |
| [del-cli](https://github.com/sindresorhus/del-cli) | `5.1.0` | `6.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) | `0.30.3` | `0.35.2` |
| [turbo](https://github.com/vercel/turborepo) | `2.2.3` | `2.3.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.75.4` | `0.76.5` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.75.4` | `0.76.5` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.75.4` | `0.76.5` |
| [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) | `1.3.17` | `2.0.1` |
| [react-native-test-app](https://github.com/microsoft/react-native-test-app) | `3.10.22` | `4.0.7` |



Updates `@commitlint/config-conventional` from 19.5.0 to 19.6.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-conventional)

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

Updates `@release-it/conventional-changelog` from 8.0.2 to 9.0.3
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@8.0.2...9.0.3)

Updates `commitlint` from 19.5.0 to 19.6.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@alias/commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.1/@alias/commitlint)

Updates `del-cli` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/sindresorhus/del-cli/releases)
- [Commits](sindresorhus/del-cli@v5.1.0...v6.0.0)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `react-native-builder-bob` from 0.30.3 to 0.35.2
- [Release notes](https://github.com/callstack/react-native-builder-bob/releases)
- [Changelog](https://github.com/callstack/react-native-builder-bob/blob/main/packages/react-native-builder-bob/CHANGELOG.md)
- [Commits](https://github.com/callstack/react-native-builder-bob/commits/[email protected]/packages/react-native-builder-bob)

Updates `turbo` from 2.2.3 to 2.3.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.2.3...v2.3.3)

Updates `typescript` from 5.6.3 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.3...v5.7.2)

Updates `@react-native/babel-preset` from 0.75.4 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.75.4...v0.76.5)

Updates `@react-native/metro-config` from 0.75.4 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/metro-config)

Updates `@react-native/typescript-config` from 0.75.4 to 0.76.5
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/typescript-config)

Updates `@rnx-kit/metro-config` from 1.3.17 to 2.0.1
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/[email protected]/packages/metro-config)

Updates `react-native-test-app` from 3.10.22 to 4.0.7
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](microsoft/react-native-test-app@3.10.22...4.0.7)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@evilmartians/lefthook"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: commitlint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: del-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: react-native-builder-bob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/babel-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/metro-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/typescript-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rnx-kit/metro-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: react-native-test-app
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-aeccdd5024 branch December 23, 2024 12:43
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants