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

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
act patch 0.2.71 -> 0.2.72 age adoption passing confidence
bytes dependencies minor 1.9.0 -> 1.10.0 age adoption passing confidence
github.com/alecthomas/kong require minor v1.6.1 -> v1.7.0 age adoption passing confidence
github.com/amacneil/dbmate/v2 require minor v2.24.2 -> v2.25.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require minor v1.33.0 -> v1.36.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.29.1 -> v1.29.6 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/credentials require patch v1.17.54 -> v1.17.59 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/feature/rds/auth require patch v1.5.4 -> v1.5.8 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudformation require patch v1.56.7 -> v1.56.12 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require patch v1.34.13 -> v1.34.18 age adoption passing confidence
github.com/beevik/etree require minor v1.4.1 -> v1.5.0 age adoption passing confidence
github.com/block/ftl require minor v0.431.1 -> v0.439.0 age adoption passing confidence
github.com/bmatcuk/doublestar/v4 require patch v4.8.0 -> v4.8.1 age adoption passing confidence
github.com/docker/docker require patch v27.5.0+incompatible -> v27.5.1+incompatible age adoption passing confidence
github.com/puzpuzpuz/xsync/v3 require minor v3.4.1 -> v3.5.0 age adoption passing confidence
go patch 1.23.5 -> 1.23.6 age adoption passing confidence
golang.org/x/mod require minor v0.22.0 -> v0.23.0 age adoption passing confidence
golang.org/x/sync require minor v0.10.0 -> v0.11.0 age adoption passing confidence
golang.org/x/sys require minor v0.29.0 -> v0.30.0 age adoption passing confidence
golang.org/x/term require minor v0.28.0 -> v0.29.0 age adoption passing confidence
golang.org/x/text require minor v0.21.0 -> v0.22.0 age adoption passing confidence
google.golang.org/protobuf require patch v1.36.3 -> v1.36.4 age adoption passing confidence
goreleaser minor 2.5.1 -> 2.6.1 age adoption passing confidence
gradle patch 8.12 -> 8.12.1 age adoption passing confidence
just minor 1.38.0 -> 1.39.0 age adoption passing confidence
kotlin patch 2.1.0 -> 2.1.10 age adoption passing confidence
kubectl minor 1.29.6 -> 1.32.1 age adoption passing confidence
node patch 22.13.0 -> 22.13.1 age adoption passing confidence
pnpm patch 9.15.4 -> 9.15.5 age adoption passing confidence
protoc-gen-go patch 1.36.3 -> 1.36.4 age adoption passing confidence
serde_json dependencies patch 1.0.137 -> 1.0.138 age adoption passing confidence
tempfile (source) dev-dependencies minor 3.15.0 -> 3.16.0 age adoption passing confidence
uv patch 0.5.21 -> 0.5.29 age adoption passing confidence

Release Notes

nektos/act (act)

v0.2.72

Changelog

Other
  • be1b6ee chore: bump VERSION to 0.2.72
  • 9dd0854 Added support for dereferenced map properties (#​2635)
  • 7c45ad6 build(deps): bump github.com/docker/cli (#​2634)
  • 7bfe066 build(deps): bump github.com/rhysd/actionlint from 1.7.6 to 1.7.7 (#​2624)
  • bcafb8f build(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 (#​2623)
  • 652265b build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#​2622)
  • 5ce39f6 Add GitHub Local Actions to README (#​2588)
  • a9e31cd build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 (#​2612)
  • 0ff68e6 build(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 (#​2604)
  • 4c9875b build(deps): bump github.com/rhysd/actionlint from 1.7.5 to 1.7.6 (#​2603)
  • 24adb1e build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 (#​2602)
tokio-rs/bytes (bytes)

v1.10.0

Compare Source

Added
  • Add feature to support platforms without atomic CAS (#​467)
  • try_get_* methods for Buf trait (#​753)
  • Implement Buf::chunks_vectored for Take (#​617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#​708)
Fixed
  • Remove incorrect guarantee for chunks_vectored (#​754)
  • Ensure that tests pass under panic=abort (#​749)
alecthomas/kong (github.com/alecthomas/kong)

v1.7.0

Compare Source

What's Changed

New Contributors

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

amacneil/dbmate (github.com/amacneil/dbmate/v2)

v2.25.0

Compare Source

What's Changed

Full Changelog: amacneil/dbmate@v2.24.2...v2.25.0

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

v1.36.1

Compare Source

v1.36.0

Compare Source

v1.35.0

Compare Source

v1.34.0

Compare Source

beevik/etree (github.com/beevik/etree)

v1.5.0

Compare Source

Changes

  • Added Element function CreateChild, which calls a continuation function
    after creating and adding a child element.

Fixes

  • Removed a potential conflict between two ReadSettings values. When
    AttrSingleQuote is true, CanonicalAttrVal is forced to be false.
block/ftl (github.com/block/ftl)

v0.439.0

Compare Source

Changelog

v0.438.1

Compare Source

Changelog

v0.438.0

Compare Source

Changelog

v0.437.0

Compare Source

Changelog

v0.436.2

Compare Source

Changelog

v0.436.1

Compare Source

Changelog

v0.436.0

Compare Source

Changelog

v0.435.0

Compare Source

Changelog

v0.434.0

Compare Source

Changelog

v0.433.2

Compare Source

Changelog

v0.433.1

Compare Source

Changelog

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 requested review from alecthomas and a team as code owners February 3, 2025 01:07
@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 Feb 3, 2025
@renovate renovate bot enabled auto-merge (squash) February 3, 2025 01:07
Copy link
Contributor Author

renovate bot commented Feb 3, 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.6/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.6/src/ftl/origin)

@alecthomas alecthomas requested review from a team as code owners February 3, 2025 01:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b6cacae to 1586b78 Compare February 6, 2025 06:48
Copy link
Contributor Author

renovate bot commented Feb 6, 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 f88e30b to c7d7566 Compare February 6, 2025 06:52
@stuartwdouglas stuartwdouglas force-pushed the renovate/all-minor-patch branch from c7d7566 to f120b44 Compare February 6, 2025 06:54
@renovate renovate bot merged commit 5ece50b into main Feb 6, 2025
65 of 66 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 6, 2025 07:07
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