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

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@swc/core (source) 1.4.11 -> 1.4.13 age adoption passing confidence devDependencies patch
@testing-library/react 14.2.2 -> 14.3.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.12.5 -> 20.12.6 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.73 -> 18.2.75 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.23 -> 18.2.24 age adoption passing confidence devDependencies patch
@types/vscode (source) 1.87.0 -> 1.88.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.5.0 -> 7.6.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.5.0 -> 7.6.0 age adoption passing confidence devDependencies minor
@typescript-eslint/typescript-estree (source) 7.5.0 -> 7.6.0 age adoption passing confidence devDependencies minor
@vscode/test-cli ^0.0.6 -> ^0.0.9 age adoption passing confidence devDependencies patch
buf 1.30.0 -> 1.30.1 age adoption passing confidence patch
go 1.22.1 -> 1.22.2 age adoption passing confidence patch
go (source) 1.22.1 -> 1.22.2 age adoption passing confidence golang patch
go.opentelemetry.io/otel v1.24.0 -> v1.25.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.24.0 -> v1.25.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0 -> v1.25.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.24.0 -> v1.25.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.24.0 -> v1.25.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.24.0 -> v1.25.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.24.0 -> v1.25.0 age adoption passing confidence require minor
golang.org/x/mod v0.16.0 -> v0.17.0 age adoption passing confidence require minor
golang.org/x/net v0.22.0 -> v0.24.0 age adoption passing confidence require minor
golang.org/x/sync v0.6.0 -> v0.7.0 age adoption passing confidence require minor
golang.org/x/term v0.18.0 -> v0.19.0 age adoption passing confidence require minor
golang.org/x/tools v0.19.0 -> v0.20.0 age adoption passing confidence require minor
goreleaser 1.24.0 -> 1.25.1 age adoption passing confidence minor
modernc.org/sqlite v1.29.5 -> v1.29.6 age adoption passing confidence require patch
node 21.7.1 -> 21.7.2 age adoption passing confidence patch
otel-cli 0.4.4 -> 0.4.5 age adoption passing confidence patch
reactflow (source) 11.10.4 -> 11.11.0 age adoption passing confidence dependencies minor
typescript (source) 5.4.3 -> 5.4.4 age adoption passing confidence devDependencies patch
org.apache.maven.plugins:maven-source-plugin 3.3.0 -> 3.3.1 age adoption passing confidence build patch
io.github.classgraph:classgraph 4.8.168 -> 4.8.170 age adoption passing confidence compile patch
ch.qos.logback:logback-core (source, changelog) 1.5.3 -> 1.5.4 age adoption passing confidence compile patch
ch.qos.logback:logback-classic (source, changelog) 1.5.3 -> 1.5.4 age adoption passing confidence compile patch
io.grpc:grpc-stub 1.62.2 -> 1.63.0 age adoption passing confidence compile minor
io.grpc:grpc-protobuf 1.62.2 -> 1.63.0 age adoption passing confidence compile minor
io.grpc:grpc-netty 1.62.2 -> 1.63.0 age adoption passing confidence compile minor
com.squareup.wire:wire-compiler 4.9.8 -> 4.9.9 age adoption passing confidence patch
com.squareup.wire:wire-grpc-client-jvm 4.9.8 -> 4.9.9 age adoption passing confidence compile patch
com.squareup.wire:wire-grpc-server 4.9.8 -> 4.9.9 age adoption passing confidence compile patch
com.squareup.wire:wire-runtime-jvm 4.9.8 -> 4.9.9 age adoption passing confidence compile patch

Release Notes

swc-project/swc (@​swc/core)

v1.4.13

Compare Source

Bug Fixes

v1.4.12

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
testing-library/react-testing-library (@​testing-library/react)

v14.3.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

Microsoft/vscode-test-cli (@​vscode/test-cli)

v0.0.9

Compare Source

  • Handle relative paths in `--config
  • Add engines.node version to the package.json
  • Enable installing extensionDependencies automatically, and optional installExtensions config option.

v0.0.8

Compare Source

bufbuild/buf (buf)

v1.30.1

  • Fix issue where buf lint incorrectly reports an error for (buf.validate.field).repeated
    is set for a repeated validation rule.
golang/go (go)

v1.22.2

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

v1.25.0: /v0.47.0/v0.0.8/v0.1.0-alpha

Compare Source

Added
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​4906)
  • Add WithProxy option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp. (#​4906)
  • Add AddLink method to the Span interface in go.opentelemetry.io/otel/trace. (#​5032)
  • The Enabled method is added to the Logger interface in go.opentelemetry.io/otel/log.
    This method is used to notify users if a log record will be emitted or not. (#​5071)
  • Add SeverityUndefined const to go.opentelemetry.io/otel/log.
    This value represents an unset severity level. (#​5072)
  • Add Empty function in go.opentelemetry.io/otel/log to return a KeyValue for an empty value. (#​5076)
  • Add go.opentelemetry.io/otel/log/global to manage the global LoggerProvider.
    This package is provided with the anticipation that all functionality will be migrate to go.opentelemetry.io/otel when go.opentelemetry.io/otel/log stabilizes.
    At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#​5085)
  • Add support for Summary metrics in the go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc exporters. (#​5100)
  • Add otel.scope.name and otel.scope.version tags to spans exported by go.opentelemetry.io/otel/exporters/zipkin. (#​5108)
  • Add support for AddLink to go.opentelemetry.io/otel/bridge/opencensus. (#​5116)
  • Add String method to Value and KeyValue in go.opentelemetry.io/otel/log. (#​5117)
  • Add Exemplar support to go.opentelemetry.io/otel/exporters/prometheus. (#​5111)
  • Add metric semantic conventions to go.opentelemetry.io/otel/semconv/v1.24.0. Future semconv packages will include metric semantic conventions as well. (#​4528)
Changed
  • SpanFromContext and SpanContextFromContext in go.opentelemetry.io/otel/trace no longer make a heap allocation when the passed context has no span. (#​5049)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc and go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now create a gRPC client in idle mode and with "dns" as the default resolver using grpc.NewClient. (#​5151)
    Because of that WithDialOption ignores grpc.WithBlock, grpc.WithTimeout, and grpc.WithReturnConnectionError.
    Notice that grpc.DialContext which was used before is now deprecated.
Fixed
  • Clarify the documentation about equivalence guarantees for the Set and Distinct types in go.opentelemetry.io/otel/attribute. (#​5027)
  • Prevent default ErrorHandler self-delegation. (#​5137)
  • Update all dependencies to address GO-2024-2687. (#​5139)
Removed
Deprecated
  • Deprecate go.opentelemetry.io/otel/attribute.Sortable type. (#​4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortable function. (#​4734)
  • Deprecate go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered function. (#​4734)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.24.0...v1.25.0

goreleaser/goreleaser (goreleaser)

v1.25.1

Changelog

Bug fixes
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.25.0...v1.25.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v1.25.0

Changelog

New Features
Bug fixes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/all-minor-patch branch 7 times, most recently from d183989 to 7a3e166 Compare April 9, 2024 10:22
Copy link
Contributor Author

renovate bot commented Apr 9, 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.

@wesbillman wesbillman force-pushed the renovate/all-minor-patch branch 2 times, most recently from b02f57c to f785335 Compare April 9, 2024 15:59
@wesbillman wesbillman merged commit e93a30a into main Apr 9, 2024
12 checks passed
@wesbillman wesbillman deleted the renovate/all-minor-patch branch April 9, 2024 16:13
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