Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1 #107

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1.

Release notes

Sourced from github.com/caarlos0/env/v11's releases.

v11.3.1

Changelog

Bug fixes

  • f329e8800eb3ca623e8e454ccb75d513cbfc0d07: fix: Options.Environment: Do not merge with default env (#353) (@​oxzi)
  • 9bf044aa0830bee858473a7bf6484cae2bf40b21: fix: retract 11.3.0 (@​caarlos0)

Other work

  • 4ebfdad1c46fdb92617ec13640763981c4d66d83: ci: fix gitignore (@​caarlos0)

Released with GoReleaser Pro!

v11.3.0

Changelog

New Features

  • 59284e4b4474cce9c818d002ace60f10e52aa64c: feat: implement interface { Unwrap() []error } for AggregateError to be compatibility with std errors.Join go1.20 without any breaking change (#336) (@​itsabgr-raika)
  • 17fdb9176ce08567cfb70bc31df856fe1a63f47c: feat: set custom tag name for envDefault (#324) (@​dnovikoff)
  • 1cb1967ed1990150385c0450f5fda35128b8ff68: feat: set custom tag name for envPrefix (#332) (@​sv-kozlov)
  • 013693160323c41f4c9113d5378cd3ade61f7a6e: feat: support time.Location (#326) (@​BorzdeG)
  • 4ab8b371a1e3f57c04bc0531d6e99773e9297564: feat: support ignored value "-" for env tag (#338) (@​sv-kozlov)

Bug fixes

  • 6f3a5c03be3c21cd7182233f189e97bf3972ced9: fix: better handle envDefault, refactor merge options (#349) (@​astak16)
  • 3afa723e0d7b225a11e4860b28c30bf5a14b7a6a: fix: improve errors (#329) (@​caarlos0)
  • 0cbf40b610ab14c412290b84eb55f716154ec1ac: fix: map value with : in it (@​caarlos0)
  • e55230b50da897c64fe539fd3bce0887cc1c96bd: fix: parsing into ptr fields with value (#340) (@​hypnoglow)

Documentation updates

  • 84c7739f7080f8d9209e0d0b9a00e72eb30fd9e5: docs: DefaultValueTagName example (@​caarlos0)
  • 0847ba15e32495a5223f24bb5fd3dbd47b395854: docs: add installation instructions to README.md (#330) (@​eduardolat)
  • 76faca5ee577b2b910e6f50ff8dd2aa22c54a826: docs: project state (@​caarlos0)

Other work

  • b76caa99b4ad2e76e2dd1f272822c6e3c4249f64: ci: add EditorConfig (#327) (@​BorzdeG)
  • 1f955b7c5514c8bf4450e62a0c018a5c47c59cd8: ci: update (@​caarlos0)
  • f68d1dcfe3bddeb3e0ffda2819f8e62adb028a66: refactor: enable gocritic linter and fix lint issues (#342) (@​alexandear)
  • 52e7186e71f67e4259b6f1f8d6a889368f4e3378: refactor: modify the init logic for env tag options to make it more reasonable (#347) (@​astak16)

Released with GoReleaser Pro!

Commits
  • 9bf044a fix: retract 11.3.0
  • f329e88 fix: Options.Environment: Do not merge with default env (#353)
  • 4ebfdad ci: fix gitignore
  • 0cbf40b fix: map value with : in it
  • 6f3a5c0 fix: better handle envDefault, refactor merge options (#349)
  • 52e7186 refactor: modify the init logic for env tag options to make it more reasonabl...
  • cb81472 test: field 'unexported' has no environment variable (#346)
  • f68d1dc refactor: enable gocritic linter and fix lint issues (#342)
  • a9fcfa3 chore(deps): bump codecov/codecov-action from 4 to 5 (#341)
  • 1f955b7 ci: update
  • 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/caarlos0/env/v11](https://github.com/caarlos0/env) from 11.2.2 to 11.3.1.
- [Release notes](https://github.com/caarlos0/env/releases)
- [Changelog](https://github.com/caarlos0/env/blob/main/.goreleaser.yml)
- [Commits](caarlos0/env@v11.2.2...v11.3.1)

---
updated-dependencies:
- dependency-name: github.com/caarlos0/env/v11
  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 Dec 20, 2024
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Dec 20, 2024
@lippserd lippserd merged commit a65f18b into main Jan 7, 2025
15 checks passed
@lippserd lippserd deleted the dependabot/go_modules/github.com/caarlos0/env/v11-11.3.1 branch January 7, 2025 12:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla/signed CLA is signed by all contributors of a PR 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.

2 participants