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

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@chromatic-com/storybook 1.6.1 -> 1.7.0 age adoption passing confidence devDependencies minor
@codemirror/view 6.32.0 -> 6.33.0 age adoption passing confidence dependencies minor
@headlessui/react (source) 2.1.2 -> 2.1.3 age adoption passing confidence dependencies patch
@tanstack/eslint-plugin-query (source) 5.51.15 -> 5.52.0 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.51.23 -> 5.52.1 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.51.23 -> 5.52.1 age adoption passing confidence dependencies minor
@testing-library/jest-dom 6.4.8 -> 6.5.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.4.1 -> 22.5.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.3 -> 18.3.4 age adoption passing confidence devDependencies patch
buf 1.37.0 -> 1.38.0 age adoption passing confidence minor
dbmate 2.19.0 -> 2.20.0 age adoption passing confidence minor
github.com/TBD54566975/scaffolder v1.0.0 -> v1.1.0 age adoption passing confidence require minor
github.com/amacneil/dbmate/v2 v2.19.0 -> v2.20.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.27.28 -> v1.27.30 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.28 -> v1.17.29 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/kms v1.35.4 -> v1.35.5 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.5 -> v1.32.6 age adoption passing confidence require patch
github.com/jellydator/ttlcache/v3 v3.2.0 -> v3.2.1 age adoption passing confidence require patch
github.com/tliron/kutil v0.3.25 -> v0.3.26 age adoption passing confidence require patch
go.opentelemetry.io/otel v1.28.0 -> v1.29.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 -> v1.29.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 -> v1.29.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.28.0 -> v1.29.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.28.0 -> v1.29.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.28.0 -> v1.29.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.28.0 -> v1.29.0 age adoption passing confidence require minor
gradle 8.9 -> 8.10 age adoption passing confidence minor
jsdom 24.1.1 -> 24.1.3 age adoption passing confidence devDependencies patch
kotlin 2.0.10 -> 2.0.20 age adoption passing confidence patch
maven 3.9.8 -> 3.9.9 age adoption passing confidence patch
node 22.6.0 -> 22.7.0 age adoption passing confidence minor
prettyplease 0.2.20 -> 0.2.22 age adoption passing confidence workspace.dependencies patch
quote 1.0.36 -> 1.0.37 age adoption passing confidence workspace.dependencies patch
serde (source) 1.0.208 -> 1.0.209 age adoption passing confidence workspace.dependencies patch
serde_json 1.0.125 -> 1.0.127 age adoption passing confidence workspace.dependencies patch
shalzz/zola-deploy-action v0.19.1 -> v0.19.2 age adoption passing confidence action patch
syn 2.0.75 -> 2.0.76 age adoption passing confidence workspace.dependencies patch
org.apache.maven.plugins:maven-dependency-plugin 3.7.1 -> 3.8.0 age adoption passing confidence build minor
org.postgresql:postgresql (source) 42.7.3 -> 42.7.4 age adoption passing confidence compile patch
io.quarkus.platform:quarkus-maven-plugin (source) 3.13.2 -> 3.13.3 age adoption passing confidence build patch
io.quarkus:quarkus-extension-maven-plugin 3.13.2 -> 3.14.0 age adoption passing confidence build minor
io.quarkus:quarkus-ide-config 3.13.2 -> 3.14.0 age adoption passing confidence build minor
io.quarkus:quarkus-maven-plugin 3.13.2 -> 3.14.0 age adoption passing confidence build minor
io.quarkus:quarkus-bom 3.13.2 -> 3.14.0 age adoption passing confidence import minor
io.quarkus:quarkus-extension-processor 3.13.2 -> 3.14.0 age adoption passing confidence minor
org.jetbrains.kotlin:kotlin-maven-allopen (source) 2.0.10 -> 2.0.20 age adoption passing confidence build patch
org.jetbrains.kotlin:kotlin-maven-plugin (source) 2.0.10 -> 2.0.20 age adoption passing confidence build patch
org.jetbrains.kotlin:kotlin-stdlib (source) 2.0.10 -> 2.0.20 age adoption passing confidence compile patch
io.quarkus.platform:quarkus-bom 3.13.2 -> 3.13.3 age adoption passing confidence dependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

chromaui/addon-visual-tests (@​chromatic-com/storybook)

v1.7.0

Compare Source

🚀 Enhancement
Authors: 1

codemirror/view (@​codemirror/view)

v6.33.0

Compare Source

Bug fixes

Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.

New features

The new EditorView.clipboardInputFilter and clipboardOutputFilter facets allow you to register filter functions that change text taken from or sent to the clipboard.

tailwindlabs/headlessui (@​headlessui/react)

v2.1.3

Compare Source

Fixed
  • Ensure Transition component state doesn't change when it becomes hidden (#​3372)
  • Fix closing components using the transition prop, and after scrolling the page (#​3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#​3429)
TanStack/query (@​tanstack/eslint-plugin-query)

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs

Packages

TanStack/query (@​tanstack/react-query-devtools)

v5.52.1

Compare Source

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs

Packages

v5.51.24

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.5.0

Compare Source

bufbuild/buf (buf)

v1.38.0

  • Add --http3 flag to buf curl which forces buf curl to use HTTP/3 as the transport.
  • Fix issue with directory inputs for v2 workspaces where the specified directory was not itself
    a path to a module, but contained directories with modules, and the modules would not build.
  • Stop creating empty buf.lock files when buf dep update does not find new dependencies
    to update and there is no existing buf.lock.
  • Update buf push to push the license file or doc file (e.g. README.md, LICENSE) in the
    same directory as buf.yaml if a module does not have a license file or doc file in the
    module's directory.
  • Fix constraints of --path flag for lint and breaking rules to avoid resolving all files
    within a module. This change can result in a performance improvement for large workspaces.
amacneil/dbmate (dbmate)

v2.20.0

What's Changed

Full Changelog: amacneil/dbmate@v2.19.0...v2.20.0

TBD54566975/scaffolder (github.com/TBD54566975/scaffolder)

v1.1.0

Compare Source

Changelog

jellydator/ttlcache (github.com/jellydator/ttlcache/v3)

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.2.0...v3.2.1

tliron/kutil (github.com/tliron/kutil)

v0.3.26

Compare Source

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.29.0: /v0.51.0/v0.5.0

[Compare Sou


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from alecthomas and a team as code owners August 26, 2024 00:44
Copy link
Contributor Author

renovate bot commented Aug 26, 2024

ℹ Artifact update notice

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

  • 9 additional dependencies were updated

Details:

Package Change
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 -> v0.0.0-20240808152545-0cdaa3abc0fa
github.com/aws/aws-sdk-go-v2/service/sts v1.30.4 -> v1.30.5
golang.org/x/tools v0.23.0 -> v0.24.0
github.com/dlclark/regexp2 v1.11.0 -> v1.11.4
github.com/dop251/goja v0.0.0-20240516125602-ccbae20bcec2 -> v0.0.0-20240816181238-8130cadc5774
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 -> v1.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20240709173604-40e1e62336c5 -> v0.0.0-20240822170219-fc7c04adadcd
google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 -> v0.0.0-20240822170219-fc7c04adadcd

@renovate renovate bot enabled auto-merge August 26, 2024 00:44
@renovate renovate bot requested review from jonathanj-square and removed request for a team August 26, 2024 00:44
Copy link
Contributor Author

renovate bot commented Aug 26, 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 added this pull request to the merge queue Aug 26, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 26, 2024
@alecthomas alecthomas added this pull request to the merge queue Aug 26, 2024
Merged via the queue into main with commit 9b436f7 Aug 26, 2024
19 checks passed
@alecthomas alecthomas deleted the renovate/all-minor-patch branch August 26, 2024 03:12
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