This repository was archived by the owner on Jan 26, 2026. It is now read-only.
fix(deps): update all non-major dependencies - #276
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Pull Request Test Coverage Report for Build 14124177621Details
💛 - Coveralls |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 14, 2025 05:36
3ed2662 to
c607196
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 27, 2025 15:58
bf34cd8 to
6995b71
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 16, 2025 15:33
0188321 to
1d1f19f
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 4, 2025 00:30
3259a28 to
c0da01a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 14, 2025 01:02
c0da01a to
6e9ca31
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 14, 2025 05:51
6e9ca31 to
fe496cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.0→v1.17.0v1.10.0→v1.11.1v2.27.6→v2.27.7v2.3.0→v2.4.0Release Notes
andygrunwald/go-jira (github.com/andygrunwald/go-jira)
v1.17.0Compare Source
This is a maintenance release, but there are two important changes:
What's Changed
ioutil.ReadFilewithos.ReadFileioutil.ReadAllwithio.ReadAllAll these changes have been made by @andygrunwald in #735
Full Changelog: andygrunwald/go-jira@v1.16.1...v1.17.0
v1.16.1Compare Source
This release is shipping a fix for the deprecation of the
GET /rest/api/2/searchendpoint. See Deprecation of JQL search and Evaluate expression endpoints / 31 October 2024.If you are using a Jira Cloud-hosted instance and are using either
IssueService.Search()orIssueService.SearchWithContext(), there is a high likelihood that these functions will no longer work for you due to deprecation and removal by Atlassian.This release introduces
IssueService.SearchV2JQL()andIssueService.SearchV2JQLWithContext()with a very similar function signature. To get the same results as withIssueService.Search()orIssueService.SearchWithContext(), you may need to configure aFieldslist in theoptionsparameter. Please see Search for issues using JQL enhanced search (GET) for further instructions.What's Changed
New Contributors
Full Changelog: andygrunwald/go-jira@v1.16.0...v1.16.1
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
urfave/cli (github.com/urfave/cli/v2)
v2.27.7Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.6...v2.27.7
go-yaml/yaml (gopkg.in/yaml.v2)
v2.4.0Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.