This repository was archived by the owner on Aug 17, 2025. It is now read-only.
chore(deps): update all non-major dependencies #1572
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.3->2.0.418.3.2->18.3.37.9.0->7.10.07.9.0->7.10.07.9.0->7.10.04.2.1->4.3.03.5.0->3.6.01.32.0->1.32.12.15.0->2.16.0v1.3.2->v1.4.0v0.15.0->v0.16.0v1.4.1->v1.4.2v5.5.5->v5.6.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.0v1.26.0->v1.27.01.26.1->1.26.23.15.0->3.15.11.26.0->1.27.015.2.2->15.2.512.1.4->12.1.54.18.2->4.18.33.2.0->3.3.03.25.3->3.26.0Release Notes
tailwindlabs/headlessui (@headlessui/react)
v2.0.4Compare Source
Fixed
Escapeto close theDialogcomponent (#3218)virtualand non-virtual mode inComboboxcomponent (#3236)<PopoverPanel>component moves focus inside (without using<PortalGroup>) (#3239)defaultValueis used (#3240)Deprecated
SwitchGroupas deprecated, preferFieldinstead (#3232)Changed
fieldsetinstead ofdivby default for<Fieldset />component (#3237)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.10.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.10.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/typescript-estree)
v7.10.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.0Compare Source
Fix support for React compiler
Don't set
retainLines: truewhen the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
mdaines/viz-js (@viz-js/viz)
v3.6.0Compare Source
bufbuild/buf (buf)
v1.32.1--pathand--exclude-pathpaths are relative tothe
#subdirrather than the root of the input. This fixes an unintended behavior changethat was introduced in
v1.32.0.moduleinput forprotoc-gen-buf-lintandprotoc-gen-buf-breakingto allowusers to specify the module for
v2configuration files.amacneil/dbmate (dbmate)
v2.16.0What's Changed
Full Changelog: amacneil/dbmate@v2.15.0...v2.16.0
BurntSushi/toml (github.com/BurntSushi/toml)
v1.4.0Compare Source
This version requires Go 1.18
Add toml.Marshal() (#405)
Require 2-digit hour (#320)
Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#398)
Fix inline tables with dotted keys inside inline arrays (e.g.
k=[{a.b=1}]) (#400)alecthomas/types (github.com/alecthomas/types)
v0.16.0Compare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.2Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
jackc/pgx (github.com/jackc/pgx/v5)
v5.6.0Compare Source
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.27.0: /v0.49.0/v0.3.0Compare Source
This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.
Overview
Added
go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)RecordFactoryingo.opentelemetry.io/otel/sdk/log/logtestto facilitate testing exporter and processor implementations. (#5258)RecordFactoryingo.opentelemetry.io/otel/log/logtestto facilitate testing bridge implementations. (#5263)BatchProcessoringo.opentelemetry.io/otel/sdk/logis logged. (#5276)otel-collectorexample. (#5283)go.opentelemetry.io/otel/metric. (#5304)int64orfloat64synchronous gauge instrument can now be created from aMeter.go.opentelemetry.io/otel/metric/noop,go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.go.opentelemetry.io/otel/example/dice. (#5349)Changed
Shutdownmethod ofExporteringo.opentelemetry.io/otel/exporters/stdout/stdouttraceignores the context cancellation and always returnsnil. (#5189)ForceFlushandShutdownmethods of the exporter returned byNewingo.opentelemetry.io/otel/exporters/stdout/stdoutmetricignore the context cancellation and always returnnil. (#5189)Recordattributes ingo.opentelemetry.io/otel/sdk/log. (#5230)Recordingo.opentelemetry.io/otel/sdk/log. (#5230)go.opentelemetry.io/otel/exporters/stdout/stdoutlogwon't print timestamps whenWithoutTimestampsoption is set. (#5241)go.opentelemetry.io/otel/exporters/stdout/stdoutlogexporter won't printAttributeValueLengthLimitandAttributeCountLimitfields now, instead it prints theDroppedAttributesfield. (#5272)Stringerimplementation ofgo.opentelemetry.io/otel/baggage.Memberby reducing the number of allocations. (#5286)go.opentelemetry.io/otel/sdk/metric. (#5305)Spaningo.opentelemetry.io/otel/sdk/tracewill record links without span context if either non-emptyTraceStateor attributes are provided. (#5315)go.opentelemetry.io/otel/semconv/v1.24.0togo.opentelemetry.io/otel/semconv/v1.25.0. (#5374)Fixed
go.opentelemetry.io/otel/log.KeyValueandgo.opentelemetry.io/otel/log.Value. (#5306)go.opentelemetry.io/otel/log.Valueingo.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)Recorderingo.opentelemetry.io/otel/log/logtestso it behaves as aLoggerProvideronly. (#5365)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)Loggerreturned from the globalLoggerProvideringo.opentelemetry.io/otel/log/globalwith its schema URL. (#5375)What's Changed
otlploggrpcexporter skeleton by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5246RecordFactory.Resourceisnilby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5264DroppedAttributesfield instead ofLimits fields by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5272otlploghttpby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5278logtestby @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5275internal/retryinotlploggrpcby @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5313RELEASING.mdto obtain steps to verify the changes for contrib by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5284Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.