Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

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

Release notes

Sourced from git-cliff's releases.

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)
  • (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)
  • (workdir) Use the correct glob value for include-path - (0fbc625)

🚜 Refactor

📚 Documentation

  • (config) Fix comment for topo_order_commits (#1314) - (c8aad00)
  • (installation) Mention the side-bar (#1226) - (16ca78e)
  • (website) Add highlights for 2.11.0 (#1316) - (5af715d)
  • (website) Fix styling in installation page - (58c4cfb)
  • (website) Use the correct link for Github PR labels as groups (#1285) - (85cc05d)

🎨 Styling

  • (args) Group remote-related CLI arguments under REMOTE OPTIONS heading (#1271) - (0b6af12)

⚙️ Miscellaneous Tasks

New Contributors ❤️

... (truncated)

Changelog

Sourced from git-cliff's changelog.

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)
  • (workdir) Use the correct glob value for include-path - (0fbc625)

🚜 Refactor

📚 Documentation

  • (config) Fix comment for topo_order_commits (#1314) - (c8aad00)
  • (installation) Mention the side-bar (#1226) - (16ca78e)
  • (website) Add highlights for 2.11.0 (#1316) - (5af715d)
  • (website) Fix styling in installation page - (58c4cfb)
  • (website) Use the correct link for Github PR labels as groups (#1285) - (85cc05d)

🎨 Styling

  • (args) Group remote-related CLI arguments under REMOTE OPTIONS heading (#1271) - (0b6af12)

⚙️ Miscellaneous Tasks

New Contributors ❤️

Commits
  • 3ddfb1e chore(release): prepare for v2.11.0
  • 5af715d docs(website): add highlights for 2.11.0 (#1316)
  • e94c208 chore(deps): bump reqwest in the patch group across 1 directory (#1315)
  • 58c4cfb docs(website): fix styling in installation page
  • f9ff761 chore(deps): upgrade dependencies
  • b0ae7b9 chore(deps): bump crate-ci/typos (#1234)
  • 129e85c chore(deps): bump orhun/git-cliff-action (#1235)
  • 5a0c979 chore(deps): bump lukemathwalker/cargo-chef (#1301)
  • 3274b9f chore(deps): bump debian from 6ac2c08 to 2424c18 (#1236)
  • b4db79f fix(repo): always discover repositories
  • Additional commits viewable in compare view

Updates prettier from 3.6.2 to 3.7.4

Release notes

Sourced from prettier's releases.

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.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;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</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.7.1

Release notes

Sourced from turbo's releases.

Turborepo v2.7.1

What's Changed

Docs

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.7.0...v2.7.1

Turborepo v2.7.1-canary.0

What's Changed

Docs

Changelog

Full Changelog: vercel/turborepo@v2.7.0...v2.7.1-canary.0

Turborepo v2.7.0

What's Changed

Docs

... (truncated)

Commits
  • 46da9fd publish 2.7.1 to registry
  • ec482bf chore: Format version printing similar to rest of prelude (#11289)
  • 3e0eefb fix: Correct version mismatch causing noUpdateNotifier to fail (#11133)
  • 3a0afcc feat(query): Provide query for external dependencies (#9929)
  • 0136f70 ci: Add timeouts to all jobs (#11288)
  • beda9ed fix: Typo in example with-solid README.md description (#11287)
  • fa7d7ce chore(boundaries): Allow packages to import themselves (#10202)
  • 1848d7d fix: Overly aggressive path checking in microfrontends loading (#11286)
  • e965970 release(turborepo): 2.7.1-canary.0 (#11285)
  • 8e3f9ff fix: Correctly validate workspace root as package (#11284)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.11.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.11.0)

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

Updates `turbo` from 2.6.1 to 2.7.1
- [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.7.1)

---
updated-dependencies:
- dependency-name: git-cliff
  dependency-version: 2.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: turbo
  dependency-version: 2.7.1
  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 Dec 22, 2025
@vercel
Copy link
Contributor

vercel bot commented Dec 22, 2025

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

Project Deployment Review Updated (UTC)
devmagic Error Error Dec 22, 2025 0:24am

@greptile-apps
Copy link

greptile-apps bot commented Dec 22, 2025

Skipped: This PR was opened by one of your excluded authors: (dependabot[bot])

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.

1 participant