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 #4112

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
buf minor 1.48.0 -> 1.50.0 age adoption passing confidence
connectrpc.com/grpcreflect require minor v1.2.0 -> v1.3.0 age adoption passing confidence
github.com/IBM/sarama require minor v1.44.0 -> v1.45.0 age adoption passing confidence
github.com/alecthomas/kong require patch v1.6.0 -> v1.6.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require minor v1.32.7 -> v1.33.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require minor v1.28.7 -> v1.29.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/credentials require patch v1.17.48 -> v1.17.54 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/feature/rds/auth require patch v1.5.2 -> v1.5.4 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudformation require patch v1.56.2 -> v1.56.7 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require patch v1.34.8 -> v1.34.13 age adoption passing confidence
github.com/aws/smithy-go require patch v1.22.1 -> v1.22.2 age adoption passing confidence
github.com/block/ftl require minor v0.420.1 -> v0.431.1 age adoption passing confidence
github.com/bmatcuk/doublestar/v4 require minor v4.7.1 -> v4.8.0 age adoption passing confidence
github.com/docker/docker require minor v27.4.1+incompatible -> v27.5.0+incompatible age adoption passing confidence
github.com/google/go-containerregistry require patch v0.20.2 -> v0.20.3 age adoption passing confidence
github.com/puzpuzpuz/xsync/v3 require patch v3.4.0 -> v3.4.1 age adoption passing confidence
github.com/sqlc-dev/sqlc require minor v1.27.0 -> v1.28.0 age adoption passing confidence
github.com/swaggest/jsonschema-go require patch v0.3.72 -> v0.3.73 age adoption passing confidence
go patch 1.23.4 -> 1.23.5 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp require minor v0.58.0 -> v0.59.0 age adoption passing confidence
go.opentelemetry.io/otel require minor v1.33.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc require minor v1.33.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.33.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/metric require minor v1.33.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk require minor v1.33.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric require minor v1.33.0 -> v1.34.0 age adoption passing confidence
go.opentelemetry.io/otel/trace require minor v1.33.0 -> v1.34.0 age adoption passing confidence
golang.org/x/net require minor v0.33.0 -> v0.34.0 age adoption passing confidence
golang.org/x/tools require minor v0.28.0 -> v0.29.0 age adoption passing confidence
google.golang.org/protobuf require patch v1.36.1 -> v1.36.3 age adoption passing confidence
helm minor 3.16.4 -> 3.17.0 age adoption passing confidence
k3d minor 5.7.5 -> 5.8.1 age adoption passing confidence
k8s.io/api require patch v0.32.0 -> v0.32.1 age adoption passing confidence
k8s.io/apimachinery require patch v0.32.0 -> v0.32.1 age adoption passing confidence
k8s.io/client-go require patch v0.32.0 -> v0.32.1 age adoption passing confidence
modernc.org/sqlite require patch v1.34.4 -> v1.34.5 age adoption passing confidence
node minor 22.12.0 -> 22.13.0 age adoption passing confidence
pnpm patch 9.15.3 -> 9.15.4 age adoption passing confidence
protobuf project.dependencies patch ==5.29.2 -> ==5.29.3 age adoption passing confidence
protoc minor 29.2 -> 29.3 age adoption passing confidence
protoc-gen-go patch 1.36.1 -> 1.36.3 age adoption passing confidence
serde_json dependencies patch 1.0.134 -> 1.0.137 age adoption passing confidence
sqlc minor 1.27.0 -> 1.28.0 age adoption passing confidence
uv patch 0.5.14 -> 0.5.21 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.99 -> 0.2.100 age adoption passing confidence
wasmtime dev-dependencies patch 28.0.0 -> 28.0.1 age adoption passing confidence
yq minor 4.44.6 -> 4.45.1 age adoption passing confidence

Release Notes

bufbuild/buf (buf)

v1.50.0

  • Add input parameter filter for use with git inputs. This sets the filter
    flag argument for the git fetch command.

v1.49.0

  • Fix buf plugin push --label to allow pushing a plugin with a label.
  • Add --digest-changes-only flag to buf registry {module,plugin} commit list to filter
    out commits that have no digest changes.
  • Fix buf plugin push --source-control-url to allow pushing a plugin with the source
    control url.
connectrpc/grpcreflect-go (connectrpc.com/grpcreflect)

v1.3.0

Compare Source

What's Changed

Enhancements
  • Add NamerFunc to allow ordinary functions as Namer by @​Tiscs in #​65
Bugfixes
  • Don't send placeholder files; fix caching of sent files to properly cache by file path instead of package name by @​jhump in #​66

New Contributors

Full Changelog: connectrpc/grpcreflect-go@v1.2.0...v1.3.0

IBM/sarama (github.com/IBM/sarama)

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

Full Changelog: IBM/sarama@v1.44.0...v1.45.0

alecthomas/kong (github.com/alecthomas/kong)

v1.6.1

Compare Source

What's Changed

Full Changelog: alecthomas/kong@v1.6.0...v1.6.1

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.33.0

Compare Source

v1.32.8

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.22.2

Compare Source

block/ftl (github.com/block/ftl)

v0.431.1

Compare Source

Changelog

v0.431.0

Compare Source

Changelog

v0.430.1

Compare Source

Changelog

v0.430.0

Compare Source

Changelog

v0.429.0

Compare Source

Changelog

v0.428.1

Compare Source

Changelog

v0.428.0

Compare Source

Changelog

v0.427.2

Compare Source

Changelog

v0.427.1

Compare Source

Changelog

v0.427.0

Compare Source

Changelog

v0.426.0

Compare Source

Changelog

v0.425.0

Compare Source

Changelog

v0.424.2

Compare Source

Changelog

v0.424.1

Compare Source

Changelog
  • eebf549 fix: all modules should have stubs generated (#​4050)
  • e034ac8 fix: errtrace issues with unwrapping erro

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Jan 20, 2025
@renovate renovate bot requested review from alecthomas and a team as code owners January 20, 2025 03:04
@renovate renovate bot enabled auto-merge (squash) January 20, 2025 03:04
Copy link
Contributor Author

renovate bot commented Jan 20, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: smoketest/origin/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: ftl/origin imports
	ftl/builtin: package ftl/builtin is not in std (/opt/containerbase/tools/golang/1.23.5/src/ftl/builtin)

File name: smoketest/relay/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: ftl/relay imports
	ftl/origin: package ftl/origin is not in std (/opt/containerbase/tools/golang/1.23.5/src/ftl/origin)

@alecthomas alecthomas requested review from a team as code owners January 20, 2025 03:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 249c40f to 1ae7eed Compare January 22, 2025 00:57
Copy link
Contributor Author

renovate bot commented Jan 22, 2025

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.

@stuartwdouglas stuartwdouglas force-pushed the renovate/all-minor-patch branch from 7e94032 to 5cfff80 Compare January 23, 2025 04:19
@renovate renovate bot merged commit d71c5d3 into main Jan 23, 2025
63 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 23, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants