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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 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.8.5
@release-it/conventional-changelog 8.0.2 9.0.3
commitlint 19.5.0 19.6.0
del-cli 5.1.0 6.0.0
prettier 3.3.3 3.4.1
react-native-builder-bob 0.30.3 0.33.3
turbo 2.2.3 2.3.3
typescript 5.6.3 5.7.2
@react-native/babel-preset 0.75.4 0.76.3
@react-native/metro-config 0.75.4 0.76.3
@react-native/typescript-config 0.75.4 0.76.3
@rnx-kit/metro-config 1.3.17 2.0.1
react-native-test-app 3.10.22 4.0.4

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.8.5

Release notes

Sourced from @​evilmartians/lefthook's releases.

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.8.5 (2024-12-02)

1.8.4 (2024-11-18)

1.8.3 (2024-11-18)

Commits
  • e4f122d 1.8.5: add an option to disable LFS hooks
  • dad0830 ci: automate publishing to cloudsmith (#875)
  • 2c874a9 feat: add option to skip running LFS hooks (#879)
  • f53894f 1.8.4: use absolute git paths internally and update dependencies
  • 5a60d0b ci: fix goreleaser update changes (#874)
  • 5b42b57 deps: November 2024 (#867)
  • e2b7d87 docs: add docs for fnm configuration (#869)
  • 7deeefc docs: add output to list of config options (#868)
  • 15aa369 1.8.3: fix git commands for stable use when changing CWD
  • f4c24e4 fix: use absolute paths when cloning remotes (#873)
  • See full diff 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.0

Release notes

Sourced from commitlint'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's changelog.

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.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

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

Release notes

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

[email protected]

0.33.3 (2024-11-29)

Bug Fixes

[email protected]

0.33.2 (2024-11-27)

Bug Fixes

[email protected]

0.33.1 (2024-11-21)

Bug Fixes

[email protected]

0.33.0 (2024-11-21)

Features

[email protected]

0.32.1 (2024-11-17)

Bug Fixes

[email protected]

0.32.0 (2024-11-15)

Features

[email protected]

0.31.0 (2024-11-08)

... (truncated)

Changelog

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

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

0.32.1 (2024-11-17)

Bug Fixes

0.32.0 (2024-11-15)

Features

0.31.0 (2024-11-08)

Features

Commits

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.3

Release notes

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

0.76.3

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.2

Added

Changed

iOS specific

Fixed

Android specific

... (truncated)

Changelog

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

v0.76.3

Fixed

Android specific

v0.76.2

Added

Changed

iOS specific

Fixed

Android specific

iOS specific

v0.76.1

Fixed

Android specific

... (truncated)

Commits

Updates @react-native/metro-config from 0.75.4 to 0.76.3

Release notes

Sourced from @​react-native/metro-config's releases.

0.76.3

Fixed

Android specific

…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.8.5` |
| [@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.0` |
| [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.1` |
| [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) | `0.30.3` | `0.33.3` |
| [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.3` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.75.4` | `0.76.3` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.75.4` | `0.76.3` |
| [@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.4` |



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

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.0
- [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.0/@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.1
- [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.1)

Updates `react-native-builder-bob` from 0.30.3 to 0.33.3
- [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.3
- [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.3)

Updates `@react-native/metro-config` from 0.75.4 to 0.76.3
- [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.3/packages/metro-config)

Updates `@react-native/typescript-config` from 0.75.4 to 0.76.3
- [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.3/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.4
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](microsoft/react-native-test-app@3.10.22...4.0.4)

---
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-patch
  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 2, 2024
Copy link

sonarqubecloud bot commented Dec 2, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #995.

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

Successfully merging this pull request may close these issues.

0 participants