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): Bump cc from 1.1.36 to 1.1.37 in the dev-dependencies group across 1 directory #63

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps the dev-dependencies group with 1 update in the / directory: cc.

Updates cc from 1.1.36 to 1.1.37

Release notes

Sourced from cc's releases.

cc-v1.1.37

Other

  • Use relative directory for obj files hash (#1270)
  • Regenerate target info (#1280)
Changelog

Sourced from cc's changelog.

1.1.37 - 2024-11-08

Other

  • Use relative directory for obj files hash (#1270)
  • Regenerate target info (#1280)
Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2024
Copy link
Member

@qmonnet qmonnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hitting CI issues related to PR branch name

@qmonnet
Copy link
Member

qmonnet commented Nov 8, 2024

CI workflows will be fixed with #64

@qmonnet
Copy link
Member

qmonnet commented Nov 8, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/main/dev-dependencies-b1d16e1b38 branch from 2174064 to 8793053 Compare November 8, 2024 23:44
@qmonnet
Copy link
Member

qmonnet commented Nov 9, 2024

Looks like tags can't go beyond 128 characters, we'll need another fix

@qmonnet
Copy link
Member

qmonnet commented Nov 9, 2024

Counting on #65

@qmonnet
Copy link
Member

qmonnet commented Nov 9, 2024

@dependabot rebase

@daniel-noland daniel-noland force-pushed the dependabot/cargo/main/dev-dependencies-b1d16e1b38 branch from 8793053 to ba7efae Compare November 9, 2024 00:43
@daniel-noland
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

1 similar comment
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@qmonnet
Copy link
Member

qmonnet commented Nov 9, 2024

There's at least one bug in my fix, from offset 0 to offset 128 included makes 129 characters. [EDIT: Nope, the one additional character I observed was the ending line break.]

But there's probably something else at play, because the tag in use in the failing workflow is still 163 character-long, which is not what I expected.

@qmonnet
Copy link
Member

qmonnet commented Nov 9, 2024

Ah but I'm silly, the tag is used elsewhere in the justfile, and I totally missed it and forgot to update.

@qmonnet
Copy link
Member

qmonnet commented Nov 9, 2024

Next stop: #66

Bumps the dev-dependencies group with 1 update in the / directory: [cc](https://github.com/rust-lang/cc-rs).


Updates `cc` from 1.1.36 to 1.1.37
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.36...cc-v1.1.37)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@qmonnet qmonnet force-pushed the dependabot/cargo/main/dev-dependencies-b1d16e1b38 branch from ba7efae to 8ce1959 Compare November 9, 2024 03:43
@qmonnet qmonnet merged commit 4212024 into main Nov 9, 2024
10 checks passed
@qmonnet qmonnet deleted the dependabot/cargo/main/dev-dependencies-b1d16e1b38 branch November 9, 2024 04:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants