这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Thanks for the minimal reproduction! Makes it much simpler to investigate 💜

It definitely looks like:

DEBUG: Unknown value (repository=losador/38979, baseBranch=main, branch=renovate/all-dependencies)
       "depName": "mysql:mysql-connector-java",
       "version": ">8.0.33",
							     ^^^^^^^^^ this looks at fault
       "currentValue": "8.0.28",
       "newValue": "8.0.33"

Is the issue here, will see if I can debug why version is including the > in

let leftPart = fileContent.slice(0, fileReplacePosition);
const rightPart = fileContent.slice(fileReplacePosition);
const versionClosePosition = r…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@losador
Comment options

Comment options

You must be logged in to vote
1 reply
@losador
Comment options

Comment options

You must be logged in to vote
1 reply
@jamietanna
Comment options

This comment was marked as off-topic.

Comment options

You must be logged in to vote
2 replies
@jamietanna
Comment options

@jamietanna
Comment options

Answer selected by losador
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed
2 participants