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

chore(deps): bump git-cliff-windows-x64 from 2.6.1 to 2.7.0 #276

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps git-cliff-windows-x64 from 2.6.1 to 2.7.0.

Release notes

Sourced from git-cliff-windows-x64's releases.

Release v2.7.0

animation

2.7.0 - 2024-11-20

⛰️ Features

🐛 Bug Fixes

  • (bitbucket) Match PR and release metadata correctly (#907) - (e936ed5)
  • (changelog) Fix missing commit fields in context (#837) (#920) - (f8641ee)
  • (changelog) Include the root commit when --latest is used with one tag (#901) - (508a97e)
  • (remote) Preserve first time contributors (#925) - (99b78b5)

📚 Documentation

  • (git) Improve docs for commit_preprocessors and commit_parsers (#928) - (c1f1215)
  • (readme) Add blog post about git-cliff - (82b10ac)
  • (website) Add highlights for 2.7.0 (#955) - (b6b5449)
  • (website) Add more testimonials - (bfe9beb)
  • (website) Update sourcehut (#894) - (bcc32ca)

⚡ Performance

  • (test) Don't create regex inside a loop (#937) - (0fabf22)

🧪 Testing

  • (git) Find upstream remote when using ssh (#926) - (2e65a72)
  • (repo) Expand unit tests of the repo module (#909) - (da1cb61)

⚙️ Miscellaneous Tasks

  • (config) Add the 'other' parser to the default config - (12cb1df)
  • (docker) Upgrade Rust and libc version in Dockerfile - (8bd0607)
  • (docker) Bump the Rust version in Docker image - (c28121c)
  • (integration) Remove experimental feature disclaimer - (237c327)
  • (log) Add trace log about which command is being run - (a9b2690)
  • (nix) Update flakes - (7654e67)
  • (website) Add new testimonials - (0c207d6)

◀️ Revert

... (truncated)

Changelog

Sourced from git-cliff-windows-x64's changelog.

2.7.0 - 2024-11-20

⛰️ Features

🐛 Bug Fixes

  • (bitbucket) Match PR and release metadata correctly (#907) - (e936ed5)
  • (changelog) Fix missing commit fields in context (#837) (#920) - (f8641ee)
  • (changelog) Include the root commit when --latest is used with one tag (#901) - (508a97e)
  • (remote) Preserve first time contributors (#925) - (99b78b5)

📚 Documentation

  • (git) Improve docs for commit_preprocessors and commit_parsers (#928) - (c1f1215)
  • (readme) Add blog post about git-cliff - (82b10ac)
  • (website) Add highlights for 2.7.0 (#955) - (b6b5449)
  • (website) Add more testimonials - (bfe9beb)
  • (website) Update sourcehut (#894) - (bcc32ca)

⚡ Performance

  • (test) Don't create regex inside a loop (#937) - (0fabf22)

🧪 Testing

  • (git) Find upstream remote when using ssh (#926) - (2e65a72)
  • (repo) Expand unit tests of the repo module (#909) - (da1cb61)

⚙️ Miscellaneous Tasks

  • (config) Add the 'other' parser to the default config - (12cb1df)
  • (docker) Upgrade Rust and libc version in Dockerfile - (8bd0607)
  • (docker) Bump the Rust version in Docker image - (c28121c)
  • (integration) Remove experimental feature disclaimer - (237c327)
  • (log) Add trace log about which command is being run - (a9b2690)
  • (nix) Update flakes - (7654e67)
  • (website) Add new testimonials - (0c207d6)

◀️ Revert

  • (docker) Bump the Rust version in Docker image - (fc142e4)

... (truncated)

Commits
  • 7f81ed4 chore(release): prepare for v2.7.0
  • 8bd0607 chore(docker): upgrade Rust and libc version in Dockerfile
  • fc142e4 revert(docker): bump the Rust version in Docker image
  • b6b5449 docs(website): add highlights for 2.7.0 (#955)
  • 7654e67 chore(nix): update flakes
  • 7308bcf refactor(clippy): apply clippy suggestions
  • c28121c chore(docker): bump the Rust version in Docker image
  • 483627e chore(deps): bump dependencies
  • 237c327 chore(integration): remove experimental feature disclaimer
  • 6d86e2c feat(config): allow overriding the remote API URL via config (#896)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [git-cliff-windows-x64](https://github.com/orhun/git-cliff) from 2.6.1 to 2.7.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.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: git-cliff-windows-x64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 6, 2025
@Cnotech Cnotech merged commit 0e76864 into develop Jan 10, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/git-cliff-windows-x64-2.7.0 branch January 10, 2025 07:31
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