Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Bump github.com/lainio/err2 from 0.9.52 to 1.0.0 #528

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps github.com/lainio/err2 from 0.9.52 to 1.0.0.

Release notes

Sourced from github.com/lainio/err2's releases.

v1.0.0

Changelog

  • c6b877a *.vim
  • a1bb857 CopyFile doc comments update, use long package names for sub-pkgs
  • 313e26d Handle examples for multi-handler and annotation
  • 314344a Handler multi call moved to internal/handler pkg with tests
  • bbf85b6 Handler must be a type alias, and keep it to handler pkg
  • ca7e9a8 Handler type must be type alias
  • 4a30688 HandlerFn renames & support for multiple handler functions
  • 34754a3 Merge branch 'internal-variadic-removal' into repare-major-release
  • 95c6e7a Merge pull request #23 from lainio/repare-major-release
  • 08a533d Note that with out comma
  • a9218f2 Note that without comma, and updated docs
  • b189b5b Push and Pop works for sub-goroutines + docs
  • 1b8c72d Result2 Def1 & Def2 are two separated now
  • ff0f65c SetLogTrace docs: setting affects to all logging supporting function
  • 4f2b63f Std streams output funcs NoReset-versions
  • 56741bc add missing links to docs
  • 316ba86 adding links to assert pkg
  • bcca59e assert pkg docs: sub-goroutines in unit tests, better English
  • 7d66b3d better docs for panic handler in Handle
  • 41cda29 better documentation INil and INotNil
  • d077657 better documentation, rm not used function
  • cc31822 better message in example
  • 2c48c35 better test case to use elsewhere
  • 4ee44c4 bug fixed, reset the error, now doesn't
  • 07c4a76 clean spaces
  • c2f1416 code block intention
  • 874d11f comment of control flow assertions
  • bfd8dc5 continuing go doc format fixes, we are almost there
  • a9a9c89 docs cleaned and simplify, remove wordiness
  • a0180d6 docs how to combine SetErrorTracer, etc. with Flags
  • 10bd9be documentation about auto-generated messages, better layout, etc.
  • 7920fdf documentation note that you can use Flag pkg with SetXxxTracers
  • c2eec00 documentation of using isErrorOnly
  • dfde0a4 documentation to sample
  • abdb34e english
  • 9ec0e64 err2 main doc's links
  • 9b5e417 explain error return traces and add link to Zig
  • b2d4af0 export because of the doc ref link
  • ed98df4 finalize release 1.0.0 message
  • ad70547 fix documentation
  • a8d6e30 fix some code block intentions
  • 1aeaa32 fix: Plain assert allows override assert msg
  • 097ce05 fixing bugs from prebuilt error handlers
  • a744f45 flag & TestMain info for SetDefault documentation
  • fd0a95f given assert msg is concat to auto-generated msg
  • 089db87 hyperlinks in docs
  • 67cff84 implement&test for auto-annotation for multi-handler API
  • 6a2ea35 internal variadic -> slices

... (truncated)

Changelog

Sourced from github.com/lainio/err2's changelog.

Changelog

Version history

Commits
  • 95c6e7a Merge pull request #23 from lainio/repare-major-release
  • ed98df4 finalize release 1.0.0 message
  • a8d6e30 fix some code block intentions
  • 15dcc61 keep sample short, clean spaces
  • 07c4a76 clean spaces
  • 8073fd2 package lvl PushTester info for goroutines
  • c2f1416 code block intention
  • b189b5b Push and Pop works for sub-goroutines + docs
  • bcca59e assert pkg docs: sub-goroutines in unit tests, better English
  • a9218f2 Note that without comma, and updated docs
  • 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/lainio/err2](https://github.com/lainio/err2) from 0.9.52 to 1.0.0.
- [Release notes](https://github.com/lainio/err2/releases)
- [Changelog](https://github.com/lainio/err2/blob/master/CHANGELOG.md)
- [Commits](lainio/err2@v0.9.52...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/lainio/err2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 21, 2024
@github-actions github-actions bot enabled auto-merge March 21, 2024 07:48
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.47%. Comparing base (0e1e5d6) to head (54a2567).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #528   +/-   ##
=======================================
  Coverage   76.47%   76.47%           
=======================================
  Files         130      130           
  Lines        7601     7601           
=======================================
  Hits         5813     5813           
  Misses       1593     1593           
  Partials      195      195           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit fb11e7e into dev Mar 21, 2024
9 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/dev/github.com/lainio/err2-1.0.0 branch March 21, 2024 07:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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