-
Notifications
You must be signed in to change notification settings - Fork 563
Update github.com/diggerhq/digger/cli digest to fd83543 - autoclosed #1909
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
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR updates the digger/cli dependency to a future version (March 2025), which represents a significant version jump from the current July 2024 version.
- Updated
github.com/diggerhq/digger/cli
from75187a7
tod07625c
inee/cli/go.mod
- Updated
github.com/hashicorp/terraform-config-inspect
to a newer version inee/cli/go.mod
- Both updates are to pre-release versions (0.0.0) which suggests these are development builds
- Recommend thorough testing of CLI functionality due to the significant version jump
- Consider reviewing the digger/cli changelog between these versions for breaking changes
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
2875d3c
to
b725a75
Compare
a7df540
to
a57df9d
Compare
a57df9d
to
202d2c4
Compare
202d2c4
to
4b28293
Compare
4b28293
to
d602919
Compare
d602919
to
f0703be
Compare
f0703be
to
c8e5360
Compare
c8e5360
to
e1af1bd
Compare
e1af1bd
to
09e3034
Compare
fffdeb2
to
2f3078c
Compare
2f3078c
to
2af2839
Compare
2af2839
to
d856f8e
Compare
d856f8e
to
73217c4
Compare
8a6130a
to
71296ee
Compare
71296ee
to
90d5ebd
Compare
90d5ebd
to
2f07abd
Compare
2f07abd
to
f10064a
Compare
f10064a
to
ed310e9
Compare
ed310e9
to
3903bd7
Compare
3903bd7
to
6dc041a
Compare
6dc041a
to
5e09fb5
Compare
Bug SummaryTotal Bugs Found: 1 Critical Bug
|
ee/cli/go.mod
Outdated
@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli | |||
|
|||
require ( | |||
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c | |||
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e | |||
github.com/diggerhq/digger/cli v0.0.0-20250717202615-e42e96520391 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a typo in the dependency version for github.com/diggerhq/digger/cli. The version string contains a date in the future (2025) which will cause dependency resolution issues. The correct date should be 2024 instead of 2025.
github.com/diggerhq/digger/cli v0.0.0-20250717202615-e42e96520391 | |
github.com/diggerhq/digger/cli v0.0.0-20240717202615-e42e96520391 |
5e09fb5
to
332a4db
Compare
Bug SummaryTotal Bugs Found: 1 Critical Bug
|
ee/cli/go.mod
Outdated
@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli | |||
|
|||
require ( | |||
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c | |||
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e | |||
github.com/diggerhq/digger/cli v0.0.0-20250718024802-de6a7605a08b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CLI dependency version contains a future date (2025-07-18) in the pseudo-version: github.com/diggerhq/digger/cli v0.0.0-20250718024802-de6a7605a08b
.
This is likely a typo where "2025" was written instead of "2024". In Go modules, pseudo-versions follow the format v0.0.0-yyyymmddhhmmss-commithash
. Having a future date can cause dependency resolution issues as Go's module system might not be able to properly resolve this version.
The corrected version should be: github.com/diggerhq/digger/cli v0.0.0-20240718024802-de6a7605a08b
github.com/diggerhq/digger/cli v0.0.0-20250718024802-de6a7605a08b | |
github.com/diggerhq/digger/cli v0.0.0-20240718024802-de6a7605a08b |
332a4db
to
f7f7cba
Compare
Bug SummaryTotal Bugs Found: 1 Critical Bugs
|
@@ -8,7 +8,7 @@ replace github.com/diggerhq/digger/cli => ../../cli | |||
|
|||
require ( | |||
github.com/diggerhq/digger/backend v0.0.0-20241111113338-9a40639ab83c | |||
github.com/diggerhq/digger/cli v0.0.0-20240705091808-75187a7aae8e | |||
github.com/diggerhq/digger/cli v0.0.0-20250718034728-fd83543ef8b7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency version for github.com/diggerhq/digger/cli
contains a typo in the date portion of the version string. The version v0.0.0-20250718034728-fd83543ef8b7
references a date in the future (July 18, 2025), which is not valid and likely a typo. The correct version should probably be v0.0.0-20240718034728-fd83543ef8b7
(July 18, 2024).
github.com/diggerhq/digger/cli v0.0.0-20250718034728-fd83543ef8b7 | |
github.com/diggerhq/digger/cli v0.0.0-20240718034728-fd83543ef8b7 |
This PR contains the following updates:
75187a7
->fd83543
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.