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

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
act patch 0.2.68 -> 0.2.69 age adoption passing confidence
buf minor 1.45.0 -> 1.46.0 age adoption passing confidence
github.com/TBD54566975/ftl require minor v0.386.3 -> v0.393.1 age adoption passing confidence
github.com/TBD54566975/ftl require minor v0.0.0-00010101000000-000000000000 -> v0.393.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require patch v1.32.2 -> v1.32.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.28.0 -> v1.28.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/credentials require patch v1.17.41 -> v1.17.42 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudformation require patch v1.55.3 -> v1.55.4 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/kms require patch v1.37.2 -> v1.37.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require patch v1.34.2 -> v1.34.3 age adoption passing confidence
istioctl patch 1.23.2 -> 1.23.3 age adoption passing confidence
node minor 22.10.0 -> 22.11.0 age adoption passing confidence
pnpm patch 9.12.2 -> 9.12.3 age adoption passing confidence
python minor 3.12 -> 3.13 age adoption passing confidence

Release Notes

nektos/act (act)

v0.2.69

Changelog

New Features
Bug fixes
Other
  • 0de940b chore: bump VERSION to 0.2.69
  • e3b4e3a add test for listartifacts v4 filter (#​2507)
  • 0c09a77 build(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (#​2506)
  • 9135745 build(deps): bump github.com/opencontainers/selinux (#​2498)
  • ccd28e7 build(deps): bump megalinter/megalinter from 8.0.0 to 8.1.0 (#​2485)
  • 5031a9f build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#​2484)
  • bb9f36d build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (#​2480)
  • ad1cef0 build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 (#​2479)
bufbuild/buf (buf)

v1.46.0

  • Add buf registry whoami command, which checks if you are logged in to the Buf Schema
    Registry at a given domain.
TBD54566975/ftl (github.com/TBD54566975/ftl)

v0.393.1

Compare Source

Changelog
  • 6223b89 fix: build before goreleaser (#​3294)
  • 21d6bf3 fix: language plugins should always include an error with level=ERROR for BuildFailure (#​3296)
  • 61731fd refactor: use YAML anchors to reduce boilerplate in .goreleaser.yaml (#​3295)

v0.393.0

Compare Source

Changelog

v0.392.2

Compare Source

Changelog

v0.392.1

Compare Source

Changelog

v0.392.0

Compare Source

Changelog

v0.391.2

Compare Source

Changelog

v0.391.1

Compare Source

Changelog

v0.391.0

Compare Source

Changelog

v0.390.0

Compare Source

Changelog

v0.389.0

Compare Source

Changelog

v0.388.0

Compare Source

Changelog

v0.387.2

Compare Source

Changelog

v0.387.1

Compare Source

Changelog
  • 0e44c78 chore(deps): update all non-major dependencies (#​3201)
  • f9e16fe fix: go should ignore invalid names of scaffold files in python-runtime (#​3203)

v0.387.0

Compare Source

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

v1.32.3

Compare Source

istio/istio (istioctl)

v1.23.3: Istio 1.23.3

Compare Source

Artifacts
Release Notes

nodejs/node (node)

v22.11.0: 2024-10-29, Version 22.11.0 'Jod' (LTS), @​richardlau

Compare Source

Notable Changes

This release marks the transition of Node.js 22.x into Long Term Support (LTS)
with the codename 'Jod'. The 22.x release line now moves into "Active LTS"
and will remain so until October 2025. After that time, it will move into
"Maintenance" until end of life in April 2027.

Other than updating metadata, such as the process.release object, to reflect
that the release is LTS, no further changes from Node.js 22.10.0 are included.

OpenSSL 3.x

Official binaries for Node.js 22.x currently include OpenSSL 3.0.x (more
specifically, the quictls OpenSSL fork).
OpenSSL 3.0.x is the currently designated long term support version that is
scheduled to be supported until 7th September 2026, which is within the expected
lifetime of Node.js 22.x. We are expecting upstream OpenSSL to announce a
successor long term support version prior to that date and since OpenSSL now
follows a semantic versioning-like versioning scheme we expect to be able to
update to the next long term supported version of OpenSSL during the lifetime of
Node.js 22.x.

pnpm/pnpm (pnpm)

v9.12.3: pnpm 9.12.3

Compare Source

Patch Changes

  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #​8655.
  • Fix a bug causing pnpm to infinitely spawn itself when manage-package-manager-versions=true is set and the .tools directory is corrupt.
  • Use crypto.hash, when available, for improved performance #​8629.
  • Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness #​8703.
  • All commands should read settings from the package.json at the root of the workspace #​8667.
  • When manage-package-manager-versions is set to true, errors spawning a self-managed version of pnpm will now be shown (instead of being silent).
  • Pass the find command to npm, it is an alias for npm search

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 alecthomas as a code owner November 4, 2024 00:35
@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 Nov 4, 2024
Copy link
Contributor Author

renovate bot commented Nov 4, 2024

⚠️ 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.2/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.2/src/ftl/origin)

@renovate renovate bot enabled auto-merge (squash) November 4, 2024 00:35
@alecthomas alecthomas requested a review from a team as a code owner November 4, 2024 00:37
Copy link
Contributor Author

renovate bot commented Nov 4, 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 4f1f43f into main Nov 4, 2024
92 of 93 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 4, 2024 00:43
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