Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: Update minor and patch Golang dependencies #565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bmatcuk/doublestar/v4 v4.6.1 -> v4.7.1 age adoption passing confidence
github.com/nobl9/govy v0.3.0 -> v0.4.0 age adoption passing confidence
github.com/nobl9/nobl9-go v0.86.0 -> v0.88.0 age adoption passing confidence
go.uber.org/mock v0.4.0 -> v0.5.0 age adoption passing confidence
golang.org/x/text v0.18.0 -> v0.19.0 age adoption passing confidence
golang.org/x/time v0.6.0 -> v0.7.0 age adoption passing confidence

Release Notes

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.7.1: Fixed FilepathGlob("")

Compare Source

To be consistent with filepath.Glob, FilepathGlob("") returns nil.

v4.7.0: Added MatchUnvalidated, PathMatchUnvalidated

Compare Source

These functions provide a small performance improvement in cases where you don't care about whether or not the pattern is valid (maybe because you already ran ValidatePattern).

nobl9/govy (github.com/nobl9/govy)

v0.4.0

Compare Source

What's Changed

⚠️ Breaking Changes

  • chore: Simplify StringDNSLabel rule (#​29) @​nieomylnieja

    StringDNSLabel is no longer a RuleSet, instead it's now a single Rule.

🚀 Features

  • feat: Add WithNameFunc to Validator (#​28) @​nieomylnieja

    Added Validator.WithNameFunc function which can be used to dynamically set the validator's name per-instance.

🧰 Maintenance

nobl9/nobl9-go (github.com/nobl9/nobl9-go)

v0.88.0

Compare Source

What's Changed

🚀 Features

  • feat: PC-13340 Replay on SLO edit/creation - DataSource setting (#​559) @​dawidwisn
  • feat: PC-14184 Add sourceSLO field in replay config file (#​543) @​piotrkwarcinski

    Added support for sourceSlo in Replay, allowing the specification of
    another SLO as a data source. The status field of an SLO now allows to
    return the status of the target replay for this SLO.

🧰 Maintenance

v0.87.0

Compare Source

What's Changed

🚀 Features

  • feat: Expose structured API response errors (#​531) @​nieomylnieja

    sdk.Client API calls now can return sdk.APIError, which is a
    structured error providing details of the error returned by Nobl9's API.

🐞 Bug Fixes

  • fix: add max query delay validation per data source (#​560) @​mkaras-nobl9

    Adds max query delay validation for Splunk Observability to 15 minutes.

🧰 Maintenance

uber/mock (go.uber.org/mock)

v0.5.0

Compare Source

0.5.0 (15 Oct 2024)

Added
  • #​153: Add --write_command_comment flag to specify whether to include
    Generated by this command comment.
  • #​191: Add --build_constraint flag to add //go:build directives
    to generated mocks
  • #​214: Add gob mode to support custom package loading techniques in place
    of --exec_only
Changed
  • #​181: Made mockgen faster by changing flags passed to go list.
  • #​183: Made Cond matcher generic.
  • #​204: Removed ISGOMOCK() from generated mocks.
  • #​207: Deprecated reflect mode and replaced it with the new package mode.
Fixed
  • #​144: Fix a deadlock that can happen when mocking an interface that
    matches fmt.Stringer.
  • #​168: Fix an issue where the "generated by" comment was being included
    in the package comment of generated mocks.

Thanks to @​tulzke @​JacobOaks @​ARR4N @​sashamelentyev @​sywhang @​fasmat
@​eyasy1217 @​ghouscht @​tie @​Neo2308 @​carson-brill @​alexandear @​sodul
@​nbgraham for their contributions this release.


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from nieomylnieja as a code owner October 2, 2024 22:04
@renovate renovate bot requested a review from skrolikiewicz as a code owner October 2, 2024 22:04
@renovate renovate bot added the renovate label Oct 2, 2024
@renovate renovate bot enabled auto-merge (squash) October 2, 2024 22:04
Copy link
Contributor Author

renovate bot commented Oct 2, 2024

ℹ Artifact update notice

File name: docs/mock_example/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/nobl9/govy v0.2.0 -> v0.3.0

@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch 2 times, most recently from 8b08c58 to e5844cb Compare October 8, 2024 15:46
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch from e5844cb to c322729 Compare October 11, 2024 16:58
@renovate renovate bot force-pushed the renovate_minor-and-patch-golang-dependencies branch from c322729 to 73fe2c0 Compare October 18, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant