Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#74

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-dbf9085cb4
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates#74
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-dbf9085cb4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps the dev-dependencies group with 3 updates in the / directory: git-cliff, prettier and turbo.

Updates git-cliff from 2.10.1 to 2.13.1

Release notes

Sourced from git-cliff's releases.

Release v2.13.1

animation

2.13.1 - 2026-04-26

🐛 Bug Fixes

  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

Release v2.13.0

animation

2.13.0 - 2026-04-26

⛰️ Features

  • (config) Support more configuration file locations (#1448) - (7d90eee)
  • (context) Add per-commit statistics (#1487) - (9d43a15)
  • (context) Expose determined bump type in release context (#1483) - (3e97e75)
  • (docker) Apply latest tag to stable only (#1371) - (9d2a52a)
  • (git) Add configurable commit processing order (#1485) - (ead5587)
  • (remote) Add environment variable for offline execution (#1427) - (2d53920)
  • (tracing) Migrate logging to tracing (#1488) - (b71d250)

🐛 Bug Fixes

  • (args) Correctly parse multiple env values for include/exclude paths (#1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#1368) - (954106f)

🚜 Refactor

  • (deps) Replace dirs_next with etcetera (#1477) - (ee8bfd1)

📚 Documentation

  • (website) Add highlights for 2.13.0 (#1491) - (3a6195f)
  • (website) Add more-examples section for templates (#1472) - (e588472)

⚡ Performance

🧪 Testing

... (truncated)

Changelog

Sourced from git-cliff's changelog.

2.13.1 - 2026-04-26

🐛 Bug Fixes

  • (cd) Prepare embedded assets before PyPI and crates.io packaging - (b99a232)

2.13.0 - 2026-04-26

⛰️ Features

  • (config) Support more configuration file locations (#1448) - (7d90eee)
  • (context) Add per-commit statistics (#1487) - (9d43a15)
  • (context) Expose determined bump type in release context (#1483) - (3e97e75)
  • (docker) Apply latest tag to stable only (#1371) - (9d2a52a)
  • (git) Add configurable commit processing order (#1485) - (ead5587)
  • (remote) Add environment variable for offline execution (#1427) - (2d53920)
  • (tracing) Migrate logging to tracing (#1488) - (b71d250)

🐛 Bug Fixes

  • (args) Correctly parse multiple env values for include/exclude paths (#1450) - (f1874b8)
  • (cd) Publish musl wheels to PyPI by matching matrix.build.NAME (#1490) - (9b5e732)
  • (cli) Warn when --with-commit does not change version (#1484) - (3d6a7cb)
  • (docs) Use updated usage of doc_auto_cfg and fix internal link (#1373) - (0a0a795)
  • (npm) Use require.resolve to resolve binary path (#1392) - (39cd76e)
  • (remote) Deserialize GitLab API data models safely (#1368) - (954106f)

🚜 Refactor

  • (deps) Replace dirs_next with etcetera (#1477) - (ee8bfd1)

📚 Documentation

  • (website) Add highlights for 2.13.0 (#1491) - (3a6195f)
  • (website) Add more-examples section for templates (#1472) - (e588472)

⚡ Performance

🧪 Testing

  • (fixture) Add test fixture for skipped contributors (#1481) - (68b59a5)
  • (fixtures) Add include-path multi-value handling tests (#1456) - (dbe670c)
  • (website) Add site crawler for console error (#1444) - (e7057dd)

⚙️ Miscellaneous Tasks

  • (ci) Add github token to the profiler job (#1359) - (91e65f5)

... (truncated)

Commits
  • 5d3a670 chore(release): prepare for v2.13.1
  • b99a232 fix(cd): prepare embedded assets before PyPI and crates.io packaging
  • d235492 chore(release): prepare for v2.13.0
  • 3a6195f docs(website): add highlights for 2.13.0 (#1491)
  • 9b5e732 fix(cd): publish musl wheels to PyPI by matching matrix.build.NAME (#1490)
  • b71d250 feat(tracing): migrate logging to tracing (#1488)
  • 9d43a15 feat(context): add per-commit statistics (#1487)
  • ead5587 feat(git): add configurable commit processing order (#1485)
  • 3e97e75 feat(context): expose determined bump type in release context (#1483)
  • bd074d9 perf(ci): add caching where applicable (#1486)
  • Additional commits viewable in compare view

Updates prettier from 3.6.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

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

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates turbo from 2.6.1 to 2.9.12

Release notes

Sourced from turbo's releases.

Turborepo v2.9.12

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.11...v2.9.12

Turborepo v2.9.11

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.9.10...v2.9.11

Turborepo v2.9.11-canary.7

What's Changed

Changelog

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by 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

…ith 3 updates

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


Updates `git-cliff` from 2.10.1 to 2.13.1
- [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.13.1)

Updates `prettier` from 3.6.2 to 3.8.3
- [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.3)

Updates `turbo` from 2.6.1 to 2.9.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.9.12)

---
updated-dependencies:
- dependency-name: git-cliff
  dependency-version: 2.13.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: turbo
  dependency-version: 2.9.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 May 11, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 11, 2026

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

Project Deployment Actions Updated (UTC)
devmagic Ready Ready Preview, Comment May 11, 2026 7:03pm

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label May 11, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 11, 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