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

fix: bump the dependencies group with 2 updates #262

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps the dependencies group with 2 updates: FileCurator and Mirage.

Updates FileCurator from 4.0.96 to 4.0.97

Changelog

Sourced from FileCurator's changelog.

4.0.97 (2024-07-25)

Bug Fixes

  • bump BigBook from 5.1.45 to 5.1.46 in the dependencies group (377f6b6)

Other

  • Merge pull request #272 from JaCraig/dependabot/nuget/test/FileCurator.Tests/dependencies-56431d92ff (cf35a0a)
  • Merge pull request #273 from JaCraig/dependabot/nuget/src/FileCurator/MimeKit-4.7.1 (7020dd6)
  • Merge pull request #274 from JaCraig/dependabot/nuget/test/FileCurator.Tests/dependencies-83469d7972 (37d1cbd)
  • Merge pull request #275 from JaCraig/dependabot/nuget/dependencies-cb0a75293e (864a120)
  • bump Mecha.xUnit (905d735)
  • bump Mecha.xUnit (48432d9)
  • bump MimeKit from 4.7.0 to 4.7.1 in /src/FileCurator (dc0f5f0)

Commits
  • db0e4e9 chore(release): 4.0.97
  • 864a120 Merge pull request #275 from JaCraig/dependabot/nuget/dependencies-cb0a75293e
  • 377f6b6 fix: bump BigBook from 5.1.45 to 5.1.46 in the dependencies group
  • 37d1cbd Merge pull request #274 from JaCraig/dependabot/nuget/test/FileCurator.Tests/...
  • 905d735 chore: bump Mecha.xUnit
  • 7020dd6 Merge pull request #273 from JaCraig/dependabot/nuget/src/FileCurator/MimeKit...
  • dc0f5f0 chore: bump MimeKit from 4.7.0 to 4.7.1 in /src/FileCurator
  • cf35a0a Merge pull request #272 from JaCraig/dependabot/nuget/test/FileCurator.Tests/...
  • 48432d9 chore: bump Mecha.xUnit
  • See full diff in compare view

Updates Mirage from 4.1.4 to 4.1.5

Changelog

Sourced from Mirage's changelog.

4.1.5 (2024-07-24)

Bug Fixes

  • bump BigBook in /src/Mirage in the dependencies group (b404bd1)

Other

  • Merge pull request #268 from JaCraig/dependabot/nuget/test/Mirage.Tests/dependencies-83469d7972 (401a2f0)
  • Merge pull request #269 from JaCraig/dependabot/nuget/src/Mirage/dependencies-cb0a75293e (0388900)
  • bump Mecha.xUnit in /test/Mirage.Tests in the dependencies group (bfaba99)

Commits
  • 54807d9 chore(release): 4.1.5
  • 0388900 Merge pull request #269 from JaCraig/dependabot/nuget/src/Mirage/dependencies...
  • b404bd1 fix: bump BigBook in /src/Mirage in the dependencies group
  • 401a2f0 Merge pull request #268 from JaCraig/dependabot/nuget/test/Mirage.Tests/depen...
  • bfaba99 chore: bump Mecha.xUnit in /test/Mirage.Tests in the dependencies group
  • See full diff in compare view

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

Bumps the dependencies group with 2 updates: [FileCurator](https://github.com/JaCraig/FileCurator) and [Mirage](https://github.com/JaCraig/Mirage).


Updates `FileCurator` from 4.0.96 to 4.0.97
- [Changelog](https://github.com/JaCraig/FileCurator/blob/master/CHANGELOG.md)
- [Commits](JaCraig/FileCurator@v4.0.96...v4.0.97)

Updates `Mirage` from 4.1.4 to 4.1.5
- [Changelog](https://github.com/JaCraig/Mirage/blob/master/CHANGELOG.md)
- [Commits](JaCraig/Mirage@v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: FileCurator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Mirage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 25, 2024
Copy link
Owner

@JaCraig JaCraig left a comment

Choose a reason for hiding this comment

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

Approving this pull request because it includes a patch or minor update

@JaCraig JaCraig merged commit 0d2ef6b into main Jul 25, 2024
3 checks passed
@JaCraig JaCraig deleted the dependabot/nuget/dependencies-5aea72918c branch July 25, 2024 16:10
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant