chore(deps): update all non-major dependencies #825
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:
1.6.0
->1.7.0
1.3.102
->1.3.107
0.2.29
->0.2.31
6.2.0
->6.3.0
18.2.47
->18.2.48
6.18.1
->6.19.1
6.18.1
->6.19.1
6.18.1
->6.19.1
10.4.16
->10.4.17
1.28.1
->1.29.0
v2.10.0
->v2.11.0
v1.5.0
->v1.6.0
v1.21.0
->v1.22.0
v0.44.0
->v0.45.0
v1.21.0
->v1.22.0
v1.21.0
->v1.22.0
v1.21.0
->v1.22.0
v1.21.0
->v1.22.0
v1.21.0
->v1.22.0
v1.0.0
->v1.1.0
3.13.3
->3.14.0
21.5.0
->21.6.1
3.2.2
->3.2.4
6.21.2
->6.21.3
11.10.1
->11.10.3
1.24.0
->1.25.0
0.8.1
->0.9.0
4.5.1
->4.5.2
3.25.1
->3.25.2
4.9.3
->4.9.5
4.9.3
->4.9.5
4.9.3
->4.9.5
4.9.3
->4.9.5
1.15.3
->1.16.0
Release Notes
bufbuild/protobuf-es (@bufbuild/protoc-gen-es)
v1.7.0
Compare Source
What's Changed
This release adds support for extensions, a Protobuf language feature that allows to extend a message with an additional field.
For example:
For the extension
age
, we generate a new exportconst age: Extension<User, number>
. You can set the extension field with the functionsetExtension
:To learn more about the details, see the API documentation.
For plugin authors: Since extensions provide a better way to access custom options in a plugin, we are deprecating the
findCustom*Option
functions from@bufbuild/protoplugin/ecmascript
. We recommend to switch to extensions for better type safety and flexibility, see the PR for details.All changes
Full Changelog: bufbuild/protobuf-es@v1.6.0...v1.7.0
swc-project/swc (@swc/core)
v1.3.107
Compare Source
Bug Fixes
(es/codegen) Do not produce octal literals (#8565) (07634a0)
(es/decorator) Skip TypeScript class method/prop declarations (#8555) (6a8dd8c)
(es/decorator) Preserve state while traversing the
module_items
scope (#8556) (f416aff)(es/loader) Make
tsc
resolver work for bare specifier (#8550) (d6a4615)v1.3.106
Compare Source
Bug Fixes
(binding/types) Add
bugfixes
field to EnvConfig (#8538) (49ebdf9)(common) Fix source map generation with
inputSourceMap
(#8546) (043ee85)(es/ast) Add
definite
andis_override
toAutoAccessor
(#8436) (572bcae)(es/ast) Fix definition of
SetterProp
(#8314) (bc38ac9)(es/codegen) Set
sourceRoot
of sourcemaps (#6086) (ae78669)(es/compat) Support vars from
reserved_word
pass (#8543) (fc929e9)(es/loader) Don't use browser versions for
jsc.paths
(#8548) (fab27da)(es/minifier) Fix a bug related to inliner and the variable scoping (#8542) (aa70131)
(es/module) Fix resolving of dependencies (#8533) (71fb5c1)
(es/module) Fix handling of
*
injsc.paths
(#8535) (2d8bd9e)(es/quote) Add support for import phase to quote macro (#8536) (71930ff)
Features
(css/parser) Implement error reporting for
@value
of CSS Modules (#8547) (00619b1)(es/ast) Support import phase (#8279) (72048ae)
(swc_core) Expose
preset_env_base
(#8537) (793f265)Miscellaneous Tasks
sourcemap
(#8544) (4630426)v1.3.105
Compare Source
Bug Fixes
(common) Remove
<
and>
fromDisplay
impl ofFileName::Custom
(#8530) (014a6cd)(es/codegen) Fix codegen of
\\0
(#8433) (9f1ce3a)(es/minifier) Fix a bug in tpl string <-> string logic (#8510) (4946a11)
(es/typescript) Fix panic on invalid jsx pragma (#8513) (f40f59b)
Miscellaneous Tasks
browserslist-rs
(#8524) (5e40dc7)Testing
(es/codegen) Add tests for
@ctrl/tinycolor
(#8518) (1c4eb1f)(es/codegen) Add a JS test for ascii-only mode (#8519) (974c6a0)
(es/minifier) Add a test for a fixed issue (#8520) (8fac2bb)
(es/module) Add a test for a fixed issue (#8521) (4b4a0a2)
v1.3.104
Compare Source
Bug Fixes
(es) Fix plugin template & restore
test!
astest_inline!
(#8508) (10449e0)(es/systemjs) Handle top level this (#8506) (0f94c8c)
(plugin) Set
swc_common::errors::HANDLER
while invoking plugins (#8511) (ba753f1)v1.3.103
Compare Source
Bug Fixes
(binding/types) Add type for
decoratorVersion
(#8468) (79438e6)(es/codegen) Emit abstract keyword (#8479) (a12eaae)
(es/codegen) Emit declare keyword for class properties (#8478) (2076ef8)
(es/codegen) Emit implements clause with commas (#8477) (d98a282)
(es/codegen) Emit
?
for an optional computed property (#8481) (e0bdc0f)(es/codegen) Fix codegen of a property key in ascii-only mode (#8493) (8d9bf4c)
(es/compat) Set inserted var inside export class in destructing (#8470) (4416077)
(es/compat) Correctly handle
this
in arrow function parameters (#8489) (52a8f05)(es/minifier) Correctly escape more characters (#8490) (f7c4934)
(es/module) Fix resolving of
.js
files (#8480) (b70e96f)(es/parser) Correctly parse the keyword (#8483) (740e6f3)
(es/resolver) Resolve top-level
undefined
,NaN
, andInfinity
correctly (#8471) (82bd807)Documentation
string_cache
withhstr
inARCHITECTURE.md
(#8487) (abd7c51)Features
/>
on non-void HTML elements via a flag (#8460) (566063d)Refactor
Testing
(es/minifier) Enable non esm mode for tests (#8472) (1120336)
(es/minifier) Enable script mode for
terser_exec
andmangle
(#8474) (b676e75)swc-project/jest (@swc/jest)
v0.2.31
Compare Source
v0.2.30
Compare Source
testing-library/jest-dom (@testing-library/jest-dom)
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.1
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.
v6.19.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.
typescript-eslint/typescript-eslint (@typescript-eslint/typescript-estree)
v6.19.1
Compare Source
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🩹 Fixes
typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary
typescript-estree: disallow
using
as the variable keyword forfor..in
loopstypescript-estree: fix incorrect backwards-compat augmentation in TS 5.3
❤️ Thank You
You can read about our versioning strategy and releases on our website.
postcss/autoprefixer (autoprefixer)
v10.4.17
Compare Source
user-select: contain
prefixes.bufbuild/buf (buf)
v1.29.0
yaml
format. All commands that take image inputs, output images,or convert between message formats, now take
yaml
as a format, in addition tothe existing
binpb
andtxtpb
formats. Some examples:buf build -o image.yaml
buf ls-files image.yaml
buf convert --type foo.Bar --from input.binpb --to output.yaml
yaml
andjson
formats now accept two new options:use_proto_names
anduse_enum_numbers
. This affects output serialization. Some examples:buf convert --type foo.Bar --from input.binpb --to output.yaml#use_proto_names=true
buf convert --type foo.Bar --from input.binpb --to -#format=yaml,use_enum_numbers=true
buf format
would inadvertently mangle files that usedthe expanded
Any
syntaxin option values.
amacneil/dbmate (github.com/amacneil/dbmate/v2)
v2.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: amacneil/dbmate@v2.10.0...v2.11.0
google/uuid (github.com/google/uuid)
v1.6.0
Compare Source
Features
Bug Fixes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.22.0
: /v0.45.0Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.22.0
package.The package contains semantic conventions from the
v1.22.0
version of the OpenTelemetry Semantic Conventions. (#4735)go.opentelemetry.io/otel/semconv/v1.23.0
package.The package contains semantic conventions from the
v1.23.0
version of the OpenTelemetry Semantic Conventions. (#4746)go.opentelemetry.io/otel/semconv/v1.23.1
package.The package contains semantic conventions from the
v1.23.1
version of the OpenTelemetry Semantic Conventions. (#4749)go.opentelemetry.io/otel/semconv/v1.24.0
package.The package contains semantic conventions from the
v1.24.0
version of the OpenTelemetry Semantic Conventions. (#4770)WithResourceAsConstantLabels
option to apply resource attributes for every metric emitted by the Prometheus exporter. (#4733)See metric documentation for more information about this feature and how to enable it. (#4457)
NewMemberRaw
andNewKeyValuePropertyRaw
ingo.opentelemetry.io/otel/baggage
. (#4804)Changed
go.opentelemetry.io/otel/semconv
to usev1.24.0
. (#4754)go.opentelemetry.io/otel/exporters/zipkin
to followv1.19.0
version of the OpenTelemetry specification. (#4754)go.opentelemetry.io/otel/sdk/metric
.If you do not want to make a measurement when the context is cancelled, you need to handle it yourself (e.g
if ctx.Err() != nil
). (#4671)go.opentelemetry.io/otel/trace.TraceState
's performance. (#4722)go.opentelemetry.io/otel/propagation.TraceContext
's performance. (#4721)go.opentelemetry.io/otel/baggage
performance. (#4743)(*Set).Filter
method ingo.opentelemetry.io/otel/attribute
when the passed filter does not filter out any attributes from the set. (#4774)Member.String
ingo.opentelemetry.io/otel/baggage
percent-encodes only when necessary. (#4775)Property.Value
ingo.opentelemetry.io/otel/baggage
now returns a raw string instead of a percent-encoded value. (#4804)Fixed
Parse
ingo.opentelemetry.io/otel/baggage
to validate member value before percent-decoding. (#4755)Member.String
ingo.opentelemetry.io/otel/baggage
. (#4756)go.opentelemetry.io/otel/bridge/opentracing
. (#4776)go.opentelemetry.io/otel/bridge/opentracing
to properly handle baggage values that requires escaping during propagation. (#4804)go.opentelemetry.io/otel/sdk/metric
. (#4742)open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)
v1.1.0
Compare Source
Release of the v1.1.0 version of the OTLP.
Full Changelog: open-telemetry/opentelemetry-proto-go@v1.0.0...v1.1.0
helm/helm (helm)
v3.14.0
: Helm v3.14.0Helm v3.14.0 is a feature release. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Notable Changes
helm search
flag of--fail-on-no-result
tpl
invocation access todefines
tpl
function--kube-version
tolint
commandignore
pkg is now publicInstallation and Upgrading
Download Helm v3.14.0. The common platform binaries are here:
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.
This PR has been generated by Mend Renovate. View repository job log here.