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

build(deps): bump github.com/go-sprout/sprout from 0.4.1 to 0.5.1 #11

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps github.com/go-sprout/sprout from 0.4.1 to 0.5.1.

Release notes

Sourced from github.com/go-sprout/sprout's releases.

Release v0.5.1: Sprout Growth 🌿

💡 Cultivating Code, Growing Solutions!

⚡ Performance Improvements

  • Memory Footprint Reduction: Reduced overall memory footprint for better performance. See (@​42atomys) PR 56.

🐛 Bug Fixes

  • Default Logger Initialization: Fixed an issue where the default logger had a bad initialization. See (@​42atomys) PR 48.
  • Logger Accessibility: Resolved a problem where loggers were not accessible due to duplicated pointers. See (@​42atomys) PR 50.
  • Sprigin CamelCase Consistency: Ensured that sprigin camelcase returns are consistent. See (@​42atomys) PR 55.

🛠️ Chores

  • Go Task Integration: Replaced Makefile with Go Task for better task management. See (@​42atomys) PR 54.

⭐ If you find our growth inspiring, give us a star! Let's navigate the digital greenery together! 🚀

Release v0.5.0: Sprout Growth 🌿

💡 Nurturing Ideas, Harvesting Innovation!.

🌟 Major Feature: Registry System Unleashed!

  • Revamped Architecture: Introducing the powerful registry system (aka loader). This refactor modularizes all methods into separate registries. See (@​42atomys) PR 46
  • Handler & Registry Interfaces: New interfaces with clear rules to streamline function management.
  • Seamless Migration: All functions are now in registries, with backward compatibility via FuncsMap in springin See Transitioning from Sprig.

Read more about the registry system in the official documentation.

[!CAUTION] This update may cause errors due to changes required on your side. You can either switch to using the new system or temporarily use the replacement package: github.com/go-sprout/sprout/sprigin

📚 Fully Documented

  • In-Depth Docs: Detailed documentation and a handy glossary are now available. Explore more sprout.atom.codes.
  • README: Updated the documentation and README to reflect all recent changes. Check out the latest README.md.

🐛 Bug Fixes

  • toDuration Doc Update: Added a practical example showing how to convert durations to seconds using toDuration. This is based on real test cases to make time formatting easier. See (@​cbandy) PR 44.

New Contributors

Full Changelog: go-sprout/sprout@v0.4.1...v0.5.0


⭐ If you find our growth inspiring, give us a star! Let's navigate the digital greenery together! 🚀

Changelog

Sourced from github.com/go-sprout/sprout's changelog.

Release v0.5.1: Sprout Growth 🌿 (2024-09-15)

💡 Cultivating Code, Growing Solutions!

⚡ Performance Improvements

  • Memory Footprint Reduction: Reduced overall memory footprint for better performance. See (@​42atomys) PR 56.

🐛 Bug Fixes

  • Default Logger Initialization: Fixed an issue where the default logger had a bad initialization. See (@​42atomys) PR 48.
  • Logger Accessibility: Resolved a problem where loggers were not accessible due to duplicated pointers. See (@​42atomys) PR 50.
  • Sprigin CamelCase Consistency: Ensured that sprigin camelcase returns are consistent. See (@​42atomys) PR 55.

🛠️ Chores

  • Go Task Integration: Replaced Makefile with Go Task for better task management. See (@​42atomys) PR 54.

Release v0.5.0: Sprout Growth 🌿 (2024-08-15)

💡 Nurturing Ideas, Harvesting Innovation!

🌟 Major Feature: Registry System Unleashed!

  • Revamped Architecture: Introducing the powerful registry system (aka loader). This refactor modularizes all methods into separate registries. See (@​42atomys) PR 46
  • Handler & Registry Interfaces: New interfaces with clear rules to streamline function management.
  • Seamless Migration: All functions are now in registries, with backward compatibility via FuncsMap in springin See Transitioning from Sprig.

Read more about the registry system in the official documentation.

📚 Fully Documented

  • In-Depth Docs: Detailed documentation and a handy glossary are now available. Explore more sprout.atom.codes.
  • README: Updated the documentation and README to reflect all recent changes. Check out the latest README.md.

🐛 Bug Fixes

  • toDuration Doc Update: Added a practical example showing how to convert durations to seconds using toDuration. This is based on real test cases to make time formatting easier. See (@​cbandy) PR 44.
Commits
  • 7aa208f chore: prepare v0.5.1
  • c18511c docs(gitbook): No subject
  • fdf44ea docs(gitbook): add links to go style guide decisions
  • 50d1686 perf: reduce all memory fingerprint (#56)
  • 50b7ee2 chore: use go task instead of makefile (#54)
  • 9851ac1 docs(gitbook): update roadmap advancement
  • 10a299c docs(gitbook): add conventions about naming
  • cb7cf6f fix: sprigin camelcase needs to be the same (bugged) return (#55)
  • d4f1d68 fix: logger aren't accessible due to duplicated pointer (#50)
  • 0497869 fix: default logger have a bad init (#48)
  • Additional commits viewable 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)

Bumps [github.com/go-sprout/sprout](https://github.com/go-sprout/sprout) from 0.4.1 to 0.5.1.
- [Release notes](https://github.com/go-sprout/sprout/releases)
- [Changelog](https://github.com/go-sprout/sprout/blob/main/CHANGELOG.md)
- [Commits](go-sprout/sprout@v0.4.1...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/go-sprout/sprout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

Looks like github.com/go-sprout/sprout is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 28, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/go-sprout/sprout-0.5.1 branch August 28, 2024 21:48
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants