chore(deps): update all non-major dependencies #1997
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:
6.28.2
->6.28.4
2.1.1
->2.1.2
20.14.9
->20.14.10
1.90.0
->1.91.0
7.14.1
->7.15.0
7.14.1
->7.15.0
4.22.2
->4.23.0
4.22.2
->4.23.0
2.4.0
->2.4.1
0.2.63
->0.2.64
4.5.7
->4.5.8
2.17.0
->2.18.0
v2.17.0
->v2.18.0
v1.27.23
->v1.27.24
v1.17.23
->v1.17.24
v3.2.0
->v3.3.1
1.22.4
->1.22.5
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v1.27.0
->v1.28.0
v0.18.0
->v0.19.0
v0.26.0
->v0.27.0
v0.21.0
->v0.22.0
v0.21.0
->v0.22.0
11.9.0
->11.10.0
1.29.1
->1.30.1
5.6.3
->5.7.1
6.24.0
->6.24.1
1.0.203
->1.0.204
1.0.117
->1.0.120
2.0.67
->2.0.69
4.20.1
->4.21.0
5.5.2
->5.5.3
10.0.0-next.8
->10.0.0-next.9
2.1.1
->2.1.2
Release Notes
codemirror/view (@codemirror/view)
v6.28.4
Compare Source
Bug fixes
Fix a bug where EditContext-based editing could corrupt the document in some situations.
v6.28.3
Compare Source
Bug fixes
Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows.
tailwindlabs/headlessui (@headlessui/react)
v2.1.2
Compare Source
Fixed
ListboxOptions
(#3337)unmount
onDialog
works in combination with thetransition
prop onDialogBackdrop
andDialogPanel
components (#3352)Combobox
component when invirtual
mode when options are empty (#3356)anchor
prop (#3357)transition
andfocus
prop combination forPopoverPanel
component (#3361)Popover
components (#3362)Dialog
component (#3365)flushSync
warning forCombobox
component withimmediate
prop enabled (#3366)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.15.0
Compare Source
🚀 Features
eslint-plugin: [array-type] detect
Readonly<string[]>
caseeslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared configeslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any
eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.15.0
Compare 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.
uiwjs/react-codemirror (@uiw/codemirror-theme-atomone)
v4.23.0
Compare Source
Documentation v4.23.0: https://raw.githack.com/uiwjs/react-codemirror/05626c6/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.22.2...v4.23.0
e94e34c
@jaywcjlove9e32101
@jaywcjlovead0d999
@jaywcjlovef09f7be
@jaywcjloveMicrosoft/vscode-test (@vscode/test-electron)
v2.4.1
Compare Source
TestRunFailedError
on failure instead of a string.nektos/act (act)
v0.2.64
Changelog
Bug fixes
e4607fc
fix: skip service container for empty image (#2281)b5ad3c4
fix: composite action input pollution (#2348)b917ecc
fix: update reusable workflow input handling (#2349)Other
aa54ea9
chore: bump VERSION to 0.2.64935e4c3
build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2366)8a64a76
build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#2365)f9ea5e3
build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 (#2360)7b950e1
build(deps): bump github.com/docker/cli (#2358)55a8f9a
Add riscv64 binary release (#2350)71a6fa0
build(deps): bump github.com/rhysd/actionlint from 1.7.0 to 1.7.1 (#2346)clap-rs/clap (clap)
v4.5.8
Compare Source
Fixes
amacneil/dbmate (dbmate)
v2.18.0
Compare Source
What's Changed
Full Changelog: amacneil/dbmate@v2.17.0...v2.18.0
puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v3)
v3.3.1
Compare Source
NewMapOfWithHasher
function #137Adds
NewMapOfWithHasher
function to support custom hash functions inMapOf
:Some custom hash functions may be faster than the built-in function if the lack of DDOS protection is fine.
Murmur3 finalizer:
Built-in hash function:
v3.3.0
Compare Source
MapOf
lookups #134Map
/MapOf
statistics #133Introduces meta memory and SWAR-based lookups similar to C++'s
absl::flat_hash_map
hash table (https://abseil.io/docs/cpp/guides/container). The lookups are now up to 30% faster.Also, reduces
MapOf
's memory overhead: each bucket now holds up to 5 entries instead of 3.Map
/MapOf
statistics are available viam.Stats()
. They may be used for diagnostic purposes.golang/go (go)
v1.22.5
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.28.0
: Releases v1.28.0/v0.50.0/v0.4.0Compare Source
Overview
Added
IsEmpty
method is added to theInstrument
type ingo.opentelemetry.io/otel/sdk/metric
.This method is used to check if an
Instrument
instance is a zero-value. (#5431)context.Context
inScopeRecords
ofgo.opentelemetry.io/otel/sdk/log/logtest
. (#5468)go.opentelemetry.io/otel/semconv/v1.26.0
package.The package contains semantic conventions from the
v1.26.0
version of the OpenTelemetry Semantic Conventions. (#5476)AssertRecordEqual
method togo.opentelemetry.io/otel/log/logtest
to allow comparison of two log records in tests. (#5499)WithHeaders
option togo.opentelemetry.io/otel/exporters/zipkin
to allow configuring custom http headers while exporting spans. (#5530)Changed
Tracer.Start
ingo.opentelemetry.io/otel/trace/noop
no longer allocates a span for empty span context. (#5457)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
ingo.opentelemetry.io/otel/example/otel-collector
. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
ingo.opentelemetry.io/otel/example/zipkin
. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
ingo.opentelemetry.io/otel/exporters/zipkin
. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
ingo.opentelemetry.io/otel/sdk/resource
. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
ingo.opentelemetry.io/otel/sdk/trace
. (#5490)SimpleProcessor.OnEmit
ingo.opentelemetry.io/otel/sdk/log
no longer allocates a slice which makes it possible to have a zero-allocation log processing usingSimpleProcessor
. (#5493)Start
method of"go.opentelemetry.io/otel/sdk/trace".Trace
to reduce memory allocation. (#5497)service.instance.id
is populated for aResource
created with"go.opentelemetry.io/otel/sdk/resource".Default
with a default value whenOTEL_GO_X_RESOURCE
is set. (#5520)go.opentelemetry.io/otel/sdk/metric
by removing unnecessary calls totime.Now
. (#5545)Fixed
Record
ingo.opentelemetry.io/otel/sdk/log
drops an attribute due to a limit being reached. (#5376)Tracer
returned from the globalTracerProvider
ingo.opentelemetry.io/otel/global
with its schema URL. (#5426)Meter
returned from the globalMeterProvider
ingo.opentelemetry.io/otel/global
with its schema URL. (#5426)Span
ingo.opentelemetry.io/otel/sdk/trace
drops an attribute, event, or link due to a limit being reached. (#5434)go.opentelemetry.io/otel/metric
. (#5435)go.opentelemetry.io/otel/sdk/metric
. (#5456)Record
ingo.opentelemetry.io/otel/sdk/log
. (#5464)0x80
char in key or value. (#5494)WithEndpoint
andWithEndpointURL
options and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
. (#5508)go.opentelemetry.io/otel/sdk/trace
. (#5514)Exporter
ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
must be created by theNew
method. (#5521){Bool,Int64,Float64,String}SliceValue
functions ofgo.opentelemetry.io/attributes
by reducing the number of allocations. (#5549)What's Changed
dc85e6b
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5391d264139
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5397d264139
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5399otlploghttp
transform maps by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/53787045d2e
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54064c93da0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5415a332354
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5424a332354
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5423f10a0f1
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54305315273
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54285315273
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5427e229045
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/543223cca88
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5429Tracer
s andMeter
s with their schema URLs by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/542601018ba
by [@renovConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.