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

Bump Fake.Core.SemVer from 6.1.0 to 6.1.1 #780

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps Fake.Core.SemVer from 6.1.0 to 6.1.1.

Release notes

Sourced from Fake.Core.SemVer's releases.

6.1.1

BUGFIX: Assembly resolver to pick a found SDK instead of first SDK, thanks @​Thorium - fsprojects/FAKE#2797 BUGFIX: Fix issue parsing global.json when using prerelease .NET SDKs, thanks @​numpsy - fsprojects/FAKE#2803 BUGFIX: Allow RunSettingsArguments to be set, thanks @​TheAngryByrd - fsprojects/FAKE#2771

Changelog

Sourced from Fake.Core.SemVer's changelog.

6.1.1 - 2024-08-30

Commits
  • fac7295 Remove the System.Runtime.Loader NuGet reference from Fake.Runtime (#2812)
  • b658df4 Bump version to 6.1.0 (#2811)
  • bb0dce7 Allow RunSettingsArguments to be set (#2771)
  • 3e5e3f0 Some code clean-ups and performance improvements (#2799)
  • 32ee50e Remove Version.Parse check from global.json parsing (#2804)
  • 2d3420d Fixed null reference exception on compilation results moving (#2795)
  • 7ef3837 Update System.Text.Json in the fakerunner group to 8.0.4 to fix vulnerability...
  • eeae957 SdkAssemblyResolver improvements (#2797)
  • See full diff 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)

@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Sep 2, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/Fake.Core.SemVer-6.1.1 branch from 124529a to 587a61d Compare September 2, 2024 02:34
Bumps [Fake.Core.SemVer](https://github.com/fsprojects/Fake) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.0...6.1.1)

---
updated-dependencies:
- dependency-name: Fake.Core.SemVer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Fake.Core.SemVer-6.1.1 branch from 9b9b62a to 71c8c0c Compare September 2, 2024 03:03
Signed-off-by: dependabot[bot] <support@github.com>
@Xtansia Xtansia merged commit caf21c9 into main Sep 2, 2024
42 of 46 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Fake.Core.SemVer-6.1.1 branch September 2, 2024 03:06
@Xtansia Xtansia added the backport 1.x Backport to 1.x branch label Sep 2, 2024
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-780-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 caf21c982048fe490260b587ffdda74faebc54fb
# Push it to GitHub
git push --set-upstream origin backport/backport-780-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-780-to-1.x.

Xtansia pushed a commit to Xtansia/opensearch-net that referenced this pull request Sep 2, 2024
* Bump Fake.Core.SemVer from 6.1.0 to 6.1.1

Bumps [Fake.Core.SemVer](https://github.com/fsprojects/Fake) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.0...6.1.1)

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
---
updated-dependencies:
- dependency-name: Fake.Core.SemVer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit caf21c9)
Xtansia added a commit that referenced this pull request Sep 2, 2024
* Bump YamlDotNet from 16.0.0 to 16.1.0 (#778)

* Bump YamlDotNet from 16.0.0 to 16.1.0

Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.0.0 to 16.1.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v16.0.0...v16.1.0)

Signed-off-by: Thomas Farr <tsfarr@amazon.com>

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 705c914)

* Bump AWSSDK.Core from 3.7.400.11 to 3.7.400.13 (#779)

* Bump AWSSDK.Core from 3.7.400.11 to 3.7.400.13

Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.400.11 to 3.7.400.13.
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 04ee446)

* Bump Fake.Core.SemVer from 6.1.0 to 6.1.1 (#780)

* Bump Fake.Core.SemVer from 6.1.0 to 6.1.1

Bumps [Fake.Core.SemVer](https://github.com/fsprojects/Fake) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/fsprojects/Fake/releases)
- [Changelog](https://github.com/fsprojects/FAKE/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FAKE@6.1.0...6.1.1)

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
---
updated-dependencies:
- dependency-name: Fake.Core.SemVer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit caf21c9)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.x Backport to 1.x branch dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant