fix(deps): update module github.com/pkg/errors to v0.9.1 #3

Open
renovate wants to merge 1 commits from renovate/github.com-pkg-errors-0.x into main
Member

This PR contains the following updates:

Package Type Update Change
github.com/pkg/errors require minor v0.8.1 -> v0.9.1

Release Notes

pkg/errors (github.com/pkg/errors)

v0.9.1: errors 0.9.1

Compare Source

pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #​215 and many breaking changes was produced by that.

v0.9.0: errors 0.9.0

Compare Source

errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.

We tried to move into runtime.CallerFrames but this was not possible, you can show the explanation here: Issue 188.

The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.

Now you could use the methods, Is and As, and the Unwrap() interface like on the standard library.

The method Cause is now compatible with fmt.Errorf("%w", err) and with the Unwrap() interface.

On the same way the methods related with wrapping on this package now are compatible with Cause and Unwrap() interface.

Improvements

Bugs fixed

  • .travis.yml Adjust Go versions. Thanks @​komuw, @​aperezg
  • minor fix in an example to print Stack Trace. Thanks @​bep.
  • Remove not necessary code.
  • Clean up documentation. Thanks @​seh.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pkg/errors](https://github.com/pkg/errors) | require | minor | `v0.8.1` -> `v0.9.1` | --- ### Release Notes <details> <summary>pkg/errors (github.com/pkg/errors)</summary> ### [`v0.9.1`](https://github.com/pkg/errors/releases/tag/v0.9.1): errors 0.9.1 [Compare Source](https://github.com/pkg/errors/compare/v0.9.0...v0.9.1) pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: [#&#8203;215](https://github.com/pkg/errors/issues/215) and many breaking changes was produced by that. ### [`v0.9.0`](https://github.com/pkg/errors/releases/tag/v0.9.0): errors 0.9.0 [Compare Source](https://github.com/pkg/errors/compare/v0.8.1...v0.9.0) errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13. We tried to move into `runtime.CallerFrames` but this was not possible, you can show the explanation here: [Issue 188](https://github.com/pkg/errors/issues/188). The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way. Now you could use the methods, `Is` and `As`, and the `Unwrap()` interface like on the standard library. The method `Cause` is now compatible with `fmt.Errorf("%w", err)` and with the `Unwrap()` interface. On the same way the methods related with `wrapping` on this package now are compatible with `Cause` and `Unwrap()` interface. ### Improvements - `.travis.yml` Now use make file. - reduce allocations when printing stack traces. Thanks [@&#8203;cstockton](https://github.com/cstockton) - Reduce allocations in Stacktrace.Format - Add Support to Go 1.13. Thanks [@&#8203;jayschwa](https://github.com/jayschwa), [@&#8203;Sherlock-Holo](https://github.com/Sherlock-Holo) and [@&#8203;puellanivis](https://github.com/puellanivis). - Add json.Marshaler support to the Frame type. Thanks [@&#8203;flimzy](https://github.com/flimzy) ### Bugs fixed - `.travis.yml` Adjust Go versions. Thanks [@&#8203;komuw](https://github.com/komuw), [@&#8203;aperezg](https://github.com/aperezg) - minor fix in an example to print Stack Trace. Thanks [@&#8203;bep](https://github.com/bep). - Remove not necessary code. - Clean up documentation. Thanks [@&#8203;seh](https://github.com/seh). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45My41IiwidXBkYXRlZEluVmVyIjoiMzYuOTMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
renovate
label 2023-09-28 03:11:42 +00:00
renovate added 1 commit 2023-09-28 03:11:43 +00:00
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main This commit looks good Details
6ad6ae43d3
fix(deps): update module github.com/pkg/errors to v0.9.1
All checks were successful
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main This commit looks good
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/github.com-pkg-errors-0.x main
git pull origin renovate/github.com-pkg-errors-0.x

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff renovate/github.com-pkg-errors-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No Label
renovate
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/tty-prometheus-exporter-merger#3
No description provided.