-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 GitVersion.MsBuild from 5.12.0 to 6.0.0 #215
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe project Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
c16251b
to
716a00e
Compare
@dependabot recreate |
Bumps [GitVersion.MsBuild](https://github.com/GitTools/GitVersion) from 5.12.0 to 6.0.0. - [Release notes](https://github.com/GitTools/GitVersion/releases) - [Changelog](https://github.com/GitTools/GitVersion/blob/main/BREAKING_CHANGES.md) - [Commits](GitTools/GitVersion@5.12.0...6.0.0) --- updated-dependencies: - dependency-name: GitVersion.MsBuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
716a00e
to
b582afb
Compare
@coderabbitai review |
Actions performedReview triggered.
|
@dependabot squash and merge |
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- BaseBotService/BaseBotService.csproj (1 hunks)
Additional comments not posted (1)
BaseBotService/BaseBotService.csproj (1)
39-41
: Verify and update configurations for breaking changes.The
GitVersion.MsBuild
package has been updated from version5.12.0
to6.0.0
, which includes several breaking changes. Ensure that all configurations and code references are updated accordingly.Verification successful
Verify and update configurations for breaking changes.
The
GitVersion.MsBuild
package has been updated from version5.12.0
to6.0.0
, which includes several breaking changes. Ensure that all configurations and code references are updated accordingly.
BaseBotService/BaseBotService.csproj
: Contains references toGitVersion
andGitVersion.MsBuild
.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify and update configurations for breaking changes introduced by GitVersion.MsBuild 6.0.0. # Test: Search for configurations related to GitVersion.MsBuild. Expect: Updated configurations as per the new version. rg --type yaml --type json --type csproj 'GitVersion'Length of output: 84
Script:
#!/bin/bash # Description: Verify and update configurations for breaking changes introduced by GitVersion.MsBuild 6.0.0. # Test: Search for configurations related to GitVersion.MsBuild in XML files and other relevant configuration files. rg --type xml --type yaml --type json 'GitVersion'Length of output: 199
Script:
#!/bin/bash # Description: Diagnose why rg did not search any files by running with --debug flag. # Test: Run rg with --debug to understand why files are being skipped. rg --debug --type xml --type yaml --type json 'GitVersion'Length of output: 46112
Script:
#!/bin/bash # Description: Search for configurations related to GitVersion.MsBuild in all files, including XML, YAML, and JSON files, without applying any filters. # Test: Run rg to search for 'GitVersion' in all files. rg 'GitVersion' --type-add 'csproj:*.csproj' --type xml --type yaml --type jsonLength of output: 228
Script:
#!/bin/bash # Description: Search for configurations related to GitVersion.MsBuild in all files without applying any filters. # Test: Run rg to search for 'GitVersion' in all files. rg 'GitVersion'Length of output: 199
Signed-off-by: Gordon Breuer <[email protected]>
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
Signed-off-by: Gordon Breuer <[email protected]>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps GitVersion.MsBuild from 5.12.0 to 6.0.0.
Release notes
Sourced from GitVersion.MsBuild's releases.
... (truncated)
Changelog
Sourced from GitVersion.MsBuild's changelog.
... (truncated)
Commits
d5d9033
(build) prepare for releasef777262
Merge pull request #4107 from arturcic/feature/sunset-net7.0fa2def9
Sunset .net 7.0e10cdae
(build) cleanup6098afe
(build) improve build constants0d2d67c
Merge pull request #4104 from arturcic/feature/4017083204b
#4017 - fix Html-Proofera7a6e01
#4017 - Docs changesb367b02
#4017 - ignore *source.md files on docs publishingd75cc93
#4017 - use MarkdownSnippets tool to embed.yml
files as code snippet in ma...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 will merge this PR once CI passes on it, as requested by @Anheledir.
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)Summary by CodeRabbit