Skip to content
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
masterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#276
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/andygrunwald/go-jira v1.16.0v1.17.0 age confidence
github.com/stretchr/testify v1.10.0v1.11.1 age confidence
github.com/urfave/cli/v2 v2.27.6v2.27.7 age confidence
gopkg.in/yaml.v2 v2.3.0v2.4.0 age confidence

Release Notes

andygrunwald/go-jira (github.com/andygrunwald/go-jira)

v1.17.0

Compare Source

This is a maintenance release, but there are two important changes:

  • github.com/golang-jwt/jwt/v4 has been updated because of a security issue, see CVE-2025-30204
  • Minimum Go version has been raised from v1.15 to v1.21, due to an update of github.com/google/go-cmp

What's Changed

  • Replace ioutil.ReadFile with os.ReadFile
  • Replace ioutil.ReadAll with io.ReadAll
  • upgraded static v2022.1 => v2023.1
  • go fmt issue.go, metaissue.go, sprint.go
  • Github Actions: Upgrade dominikh/staticcheck-action from v1.2 to v1.4
  • Github Actions: Upgrade actions/setup-go from v3 to v6
  • Github Actions: Upgrade actions/checkout from v3 to v5
  • go mod tidy
  • upgraded github.com/google/go-cmp v0.5.8 => v0.7.0
  • upgraded go 1.15 => 1.21
  • upgraded github.com/golang-jwt/jwt/v4 v4.4.2 => v4.5.2

All these changes have been made by @​andygrunwald in #​735

Full Changelog: andygrunwald/go-jira@v1.16.1...v1.17.0

v1.16.1

Compare Source

This release is shipping a fix for the deprecation of the GET /rest/api/2/search endpoint. 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() or IssueService.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() and IssueService.SearchV2JQLWithContext() with a very similar function signature. To get the same results as with IssueService.Search() or IssueService.SearchWithContext(), you may need to configure a Fields list in the options parameter. Please see Search for issues using JQL enhanced search (GET) for further instructions.

What's Changed

  • Add SearchV2JQL to fix the deprecation of JQL search and evaluate expression endpoints by @​conor-naranjo in #​725

New Contributors

Full Changelog: andygrunwald/go-jira@v1.16.0...v1.16.1

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare 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.0

Compare 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.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

go-yaml/yaml (gopkg.in/yaml.v2)

v2.4.0

Compare 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file minor labels Mar 28, 2025
@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 14124177621

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.722%

Totals Coverage Status
Change from base Build 14124167237: 0.0%
Covered Lines: 1849
Relevant Lines: 2410

💛 - Coveralls

@renovate renovate Bot changed the title fix(deps): update module gopkg.in/yaml.v2 to v2.4.0 fix(deps): update all non-major dependencies Jun 14, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 3ed2662 to c607196 Compare June 14, 2025 05:36
@renovate

renovate Bot commented Jun 14, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.7
github.com/golang-jwt/jwt/v4 v4.4.2 -> v4.5.2

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bf34cd8 to 6995b71 Compare August 27, 2025 15:58
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0188321 to 1d1f19f Compare September 16, 2025 15:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3259a28 to c0da01a Compare November 4, 2025 00:30
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from c0da01a to 6e9ca31 Compare December 14, 2025 01:02
@renovate

renovate Bot commented Dec 14, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.7
github.com/golang-jwt/jwt/v4 v4.4.2 -> v4.5.2

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6e9ca31 to fe496cd Compare December 14, 2025 05:51
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 minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant