Skip to content

chore(deps-dev): bump the dev-dependencies group with 4 updates#69

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-ba028c5b6f
Open

chore(deps-dev): bump the dev-dependencies group with 4 updates#69
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-ba028c5b6f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the dev-dependencies group with 4 updates: git-cliff, lint-staged, prettier and turbo.

Updates git-cliff from 2.10.1 to 2.12.0

Release notes

Sourced from git-cliff's releases.

Release v2.12.0

animation

2.12.0 - 2026-01-20

⛰️ Features

🐛 Bug Fixes

  • (config) Respect the changelog.output configuration (#1349) - (cfcc5ae)
  • (logging) Revert the noisy warn log level to trace (#1353) - (eb99e41)
  • (remote) Avoid false first-time contributors when tag timestamp missing (#1348) - (de7cf02)
  • (remote) Remove reqwest::Response::error_for_status (#1336) - (081ba68)

📚 Documentation

  • (contributing) Clarify Rust toolchain requirements (#1344) - (97b0322)
  • (install) Add mise alternative method installation (#1320) - (34b8d30)
  • (website) Add highlights for 2.12.0 (#1356) - (0228f43)

⚙️ Miscellaneous Tasks

  • (azure_devops) [breaking] Rename azureDevops variable to azure_devops (#1319) - (5d955c1)
  • (ci) Fix codecov action inputs and skip upload for dependabot PRs (#1343) - (d7a47bb)
  • (clippy) Fix pedantic lints (#1346) - (0260b0a)
  • Update yarn.lock (#1322) - (0cec8a0)

New Contributors ❤️

Release v2.11.0

animation

2.11.0 - 2025-12-14

⛰️ Features

  • (changelog) Support failing on unmatched commits (#1298) - (a22a1a3)
  • (integration) Add support for azure devops (#1283) - (ef65be6)
  • (repo) Improve repository/directory path resolution (#1290) - (7b1825b)

... (truncated)

Changelog

Sourced from git-cliff's changelog.

2.12.0 - 2026-01-20

⛰️ Features

🐛 Bug Fixes

  • (config) Respect the changelog.output configuration (#1349) - (cfcc5ae)
  • (logging) Revert the noisy warn log level to trace (#1353) - (eb99e41)
  • (remote) Avoid false first-time contributors when tag timestamp missing (#1348) - (de7cf02)
  • (remote) Remove reqwest::Response::error_for_status (#1336) - (081ba68)

📚 Documentation

  • (contributing) Clarify Rust toolchain requirements (#1344) - (97b0322)
  • (install) Add mise alternative method installation (#1320) - (34b8d30)
  • (website) Add highlights for 2.12.0 (#1356) - (0228f43)

⚙️ Miscellaneous Tasks

  • (azure_devops) [breaking] Rename azureDevops variable to azure_devops (#1319) - (5d955c1)
  • (ci) Fix codecov action inputs and skip upload for dependabot PRs (#1343) - (d7a47bb)
  • (clippy) Fix pedantic lints (#1346) - (0260b0a)
  • Update yarn.lock (#1322) - (0cec8a0)

New Contributors ❤️

2.11.0 - 2025-12-14

⛰️ Features

  • (changelog) Support failing on unmatched commits (#1298) - (a22a1a3)
  • (integration) Add support for azure devops (#1283) - (ef65be6)
  • (repo) Improve repository/directory path resolution (#1290) - (7b1825b)
  • (template) Add split_regex, replace_regex, find_regex filters (#1287) - (8270084)

🐛 Bug Fixes

  • (args) Set the include-path if workdir is set (#1293) - (50b8312)
  • (bump) Write bumped version to stdout even when output config is set (#1307) - (314ff57)
  • (remote) Use optional default branch for GitLab (#1305) - (d3cb938)
  • (repo) Always discover repositories - (b4db79f)

... (truncated)

Commits
  • 988e863 chore(release): prepare for v2.12.0
  • 0228f43 docs(website): add highlights for 2.12.0 (#1356)
  • aa01a09 feat(logging): implement commit processing summary (#1355)
  • eb99e41 fix(logging): revert the noisy warn log level to trace (#1353)
  • cfcc5ae fix(config): respect the changelog.output configuration (#1349)
  • 5d955c1 chore(azure_devops)!: rename azureDevops variable to azure_devops (#1319)
  • 0260b0a chore(clippy): fix pedantic lints (#1346)
  • f19f1cd feat(args): add offline flag (#1321)
  • de7cf02 fix(remote): avoid false first-time contributors when tag timestamp missing (...
  • 97b0322 docs(contributing): clarify Rust toolchain requirements (#1344)
  • Additional commits viewable in compare view

Updates lint-staged from 16.2.7 to 16.3.1

Release notes

Sourced from lint-staged's releases.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 2a74cd2 chore(changeset): release
  • cd5d762 refactor: remove nano-spawn dependency completely
  • e342cab build(deps): move nano-spawn to dev
  • 9aa2cd7 chore(changeset): release
  • 0c387bc test: make long-running task longer because of GitHub Actions slowness
  • 87467aa refactor: detect incorrect brace expansion exhaustively
  • dceabc6 ci: run npm audit in GitHub Actions
  • d0e4c2a build(deps): update dependencies
  • 93cf144 docs: add tip about lint-staged.sh
  • 9809fee test: adjust integration test logging setup for concurrency
  • Additional commits viewable in compare view

Updates prettier from 3.6.2 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.


Updates turbo from 2.6.1 to 2.8.12

Release notes

Sourced from turbo's releases.

Turborepo v2.8.12

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.11...v2.8.12

Turborepo v2.8.12-canary.3

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.11-canary.28...v2.8.12-canary.3

Turborepo v2.8.12-canary.2

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.8.12-canary.1...v2.8.12-canary.2

... (truncated)

Commits
  • 50a9e4b publish 2.8.12 to registry
  • 2bc9f04 release(turborepo): 2.8.12-canary.3 (#12035)
  • 829b351 ci: Disable flaky Rust unit tests from release pipeline (#12034)
  • f698b04 fix: Suppress npm upgrade notices in Rust integration tests (#12033)
  • b47e099 fix: Add nextest retries for flaky prune_test::test_prune_composable_config (...
  • 9479a54 ci: Use larger runners for macOS Rust tests (#12029)
  • 9b66431 fix: Add nextest retries for flaky prysk tests (#12030)
  • 0c1bd47 ci: Increase Rust test partitions from 4 to 10 (#12028)
  • 329bdb5 refactor: Migrate prune and run-summary tests to Rust (#12022)
  • 9d90270 fix: Add nextest retries for flaky tests (#12027)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for turbo since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 4 updates: [git-cliff](https://github.com/orhun/git-cliff), [lint-staged](https://github.com/lint-staged/lint-staged), [prettier](https://github.com/prettier/prettier) and [turbo](https://github.com/vercel/turborepo).


Updates `git-cliff` from 2.10.1 to 2.12.0
- [Release notes](https://github.com/orhun/git-cliff/releases)
- [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md)
- [Commits](orhun/git-cliff@v2.10.1...v2.12.0)

Updates `lint-staged` from 16.2.7 to 16.3.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.3.1)

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

Updates `turbo` from 2.6.1 to 2.8.12
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.6.1...v2.8.12)

---
updated-dependencies:
- dependency-name: git-cliff
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: turbo
  dependency-version: 2.8.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 2, 2026
@vercel
Copy link
Contributor

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
devmagic Ready Ready Preview, Comment Mar 2, 2026 0:55am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 2, 2026

PR author is in the excluded authors list.

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