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(deps): update all non-major dependencies #1801

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
buf minor 1.32.2 -> 1.33.0 age adoption passing confidence
github.com/TBD54566975/golang-tools require minor v0.1.8 -> v0.2.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require minor v1.29.3 -> v1.30.0 age adoption passing confidence
github.com/reugn/go-quartz require minor v0.11.2 -> v0.12.0 age adoption passing confidence
github.com/tmc/langchaingo require patch v0.1.10 -> v0.1.11 age adoption passing confidence
helm patch 3.15.1 -> 3.15.2 age adoption passing confidence
just minor 1.28.0 -> 1.29.1 age adoption passing confidence
kubectl patch 1.29.5 -> 1.29.6 age adoption passing confidence
lefthook patch 1.6.14 -> 1.6.16 age adoption passing confidence
lint-staged devDependencies patch 15.2.6 -> 15.2.7 age adoption passing confidence
protoc-gen-go patch 1.34.1 -> 1.34.2 age adoption passing confidence
type-fest dependencies patch 4.20.0 -> 4.20.1 age adoption passing confidence
yq patch 4.44.1 -> 4.44.2 age adoption passing confidence
org.apache.maven.plugins:maven-dependency-plugin build minor 3.6.1 -> 3.7.0 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin build minor 3.2.5 -> 3.3.0 age adoption passing confidence

Release Notes

bufbuild/buf (buf)

v1.33.0

  • Allow user to override --source-control-url and --create-default-label when using
    --git-metadata with buf push.
  • Fix buf push --git-metadata when local tags point to different objects than
    the remote tags.
  • Fix issue where comment ignores were not respected for PROTOVALIDATE lint rule violations.
  • Add buf beta registry label {create,get,list} to replace buf beta registry {draft, tag}
    commands.
  • Update buf beta commit {get,list} command outputs to display create time and stop
    displaying associated tags.
  • Change the behavior of buf beta commit list <buf.build/owner/repository> when the
    reference is empty. It now lists commits in the repository instead of listing commits
    of the default label.
  • Update output of buf format to canonicalize the punctuation used in message literals
    in option values. The output now always uses { and } instead of < and >; it
    adds : separators between field names and message values if the source omitted them,
    and it removes unnecessary separators between fields (, and ; are allowed, but
    neither is needed).
  • Update buf format -w so that it does not touch files whose contents don't actually
    change. This eliminates noisy notifications to file-system-watcher tools that are
    watching the directory that contains proto sources.
  • Update buf generate to work with plugins provided by protoc for versions v24.0
    to v25.3. Editions support was experimental in these releases, and the plugins
    advertise incomplete support for editions, which triggers buf to report an error.
    With this fix, these plugins can be used again as long as none of the input files use
    editions syntax.
  • Add buf push --exclude-unnamed flag to exclude unnamed modules when pushing to the BSR.
TBD54566975/golang-tools (github.com/TBD54566975/golang-tools)

v0.2.0

Compare Source

v0.1.9

Compare Source

reugn/go-quartz (github.com/reugn/go-quartz)

v0.12.0

Compare Source

Features

Fixes

Improvements

Full Changelog: reugn/go-quartz@v0.11.2...v0.12.0

tmc/langchaingo (github.com/tmc/langchaingo)

v0.1.11

Compare Source

What's Changed

New Contributors

Full Changelog: tmc/langchaingo@v0.1.10...v0.1.11-pre.0

helm/helm (helm)

v3.15.2: Helm v3.15.2

Helm v3.15.2 is a security (patch) release. Users are strongly recommended to update to this release.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.15.2. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.15.3 will contain only bug fixes and be released on July 10, 2024.
  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • fix: wrong cli description 1a500d5 (yyzxw)
  • fix typo in load_plugins.go 70b225c (yxxhero)
  • fix docs of DeployedAll b3640f1 (Daniel Strobusch)
  • Bump github.com/docker/docker 46e2ba0 (dependabot[bot])
  • bump oras minor version fb311d3 (Austin Abro)
  • feat(load.go): add warning on requirements.lock 23552a7 (Aaron U'Ren)
casey/just (just)

v1.29.1

Compare Source

Fixed
evilmartians/lefthook (lefthook)

v1.6.16

Compare Source

v1.6.15

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.
protocolbuffers/protobuf-go (protoc-gen-go)

v1.34.2

Minor feature:

  • CL/589336: gofeatures: allow setting legacy_unmarshal_json_enum feature at file level

Minor bug fixes:

  • CL/588875: types/descriptorpb: regenerate using latest protobuf v27.0 release
  • CL/586396: internal/impl: fix size cache semantics with lazy decoding
  • CL/585736: reflect/protodesc: remove obsolete JSON name check from desc validator
  • CL/588976: reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry
sindresorhus/type-fest (type-fest)

v4.20.1

Compare Source

mikefarah/yq (yq)

v4.44.2

  • Handle numbers with underscores #​2039
    • Unique now works on maps and arrays #​2068
    • Added support for short hand splat with env[] expression #​2071, as well as many other operators (split,select,eval,pick..)
    • Bumped dependencies

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) June 17, 2024 00:04
@renovate renovate bot requested review from alecthomas and a team as code owners June 17, 2024 00:04
@renovate renovate bot requested review from worstell and removed request for a team June 17, 2024 00:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 76ae9c7 to 3cf2c33 Compare June 17, 2024 03:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cf2c33 to 3de2b0c Compare June 17, 2024 13:55
Copy link
Contributor Author

renovate bot commented Jun 17, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit eb80b3b into main Jun 17, 2024
41 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 17, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant