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 #325

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps the dependencies group with 2 updates: BigBook and versionize.

Updates BigBook from 5.1.55 to 5.1.56

Changelog

Sourced from BigBook's changelog.

5.1.56 (2024-10-15)

Bug Fixes

  • bump ObjectCartographer.SQL in the dependencies group (caa150e)

Other

  • Merge pull request #293 from JaCraig/dependabot/nuget/test/BigBook.Tests/dependencies-006c3a6508 (a8ac426)
  • Merge pull request #294 from JaCraig/dependabot/nuget/dependencies-df6c3ef09e (f5db3cb)
  • bump Mecha.xUnit in /test/BigBook.Tests in the dependencies group (81a43c9)

Commits
  • 62115e5 chore(release): 5.1.56
  • f5db3cb Merge pull request #294 from JaCraig/dependabot/nuget/dependencies-df6c3ef09e
  • caa150e fix: bump ObjectCartographer.SQL in the dependencies group
  • a8ac426 Merge pull request #293 from JaCraig/dependabot/nuget/test/BigBook.Tests/depe...
  • 81a43c9 chore: bump Mecha.xUnit in /test/BigBook.Tests in the dependencies group
  • See full diff in compare view

Updates versionize from 1.27.0 to 2.0.0

Changelog

Sourced from versionize's changelog.

2.0.0 (2024-10-15)

Features

  • add config for changelog file path (#141) (f0834da)
  • add first-parent commits option (#142) (8308f2b)
  • remove deprecated cli options and update logic (61e2f42)

Breaking Changes

  • remove deprecated cli options and update logic (61e2f42)
  • remove support for netcoreapp3.1, net5, net6 (b873db5)

Other

  • break up WorkingCopy logic into smaller units (6bba7ba)
  • explain how .versionize deserialized (cb406a6)
  • final preparations for v2 release (35f0c05)
  • formatting, modernize syntax, add namespaces, seal classes (d738f3e)
  • Introduce docs folder with mono-repo example (db55150)
  • make releases manual (dbf7290)
  • move config from Program.cs to dedicated class (70e5694)
  • organize files into folders (968db28)
  • update Actions (1814aa3)
  • update nuget packages (e986a1a)
  • use source generator regex for link builders (9b2885b)

Commits
  • c92f2aa chore(release): 2.0.0
  • 8308f2b feat: add first-parent commits option (#142)
  • f0834da feat: add config for changelog file path (#141)
  • db55150 docs: Introduce docs folder with mono-repo example
  • 35f0c05 chore: final preparations for v2 release
  • 61e2f42 feat!: remove deprecated cli options and update logic
  • 6bba7ba refactor: break up WorkingCopy logic into smaller units
  • 70e5694 refactor: move config from Program.cs to dedicated class
  • 9b2885b perf: use source generator regex for link builders
  • d738f3e refactor: formatting, modernize syntax, add namespaces, seal classes
  • Additional commits viewable 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: [BigBook](https://github.com/JaCraig/BigBookOfDataTypes) and [versionize](https://github.com/versionize/versionize).


Updates `BigBook` from 5.1.55 to 5.1.56
- [Changelog](https://github.com/JaCraig/BigBookOfDataTypes/blob/master/CHANGELOG.md)
- [Commits](JaCraig/BigBookOfDataTypes@v5.1.55...v5.1.56)

Updates `versionize` from 1.27.0 to 2.0.0
- [Changelog](https://github.com/versionize/versionize/blob/master/CHANGELOG.md)
- [Commits](versionize/versionize@v1.27.0...v2.0.0)

---
updated-dependencies:
- dependency-name: BigBook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: versionize
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Oct 15, 2024
@JaCraig
Copy link
Owner

JaCraig commented Oct 15, 2024

Not approving this PR because it includes a major update of a dependency used in production

@JaCraig JaCraig merged commit c17c2b3 into master Oct 15, 2024
3 of 4 checks passed
@JaCraig JaCraig deleted the dependabot/nuget/dependencies-e43804591a branch October 15, 2024 22: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.

1 participant