fix(deps): update all non-major dependencies #44
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.0
->2.2.5
2.27.7
->2.28.1
2.1.0
->2.3.0
1.11.1
->1.13.0
1.11.1
->1.13.0
29.5.12
->29.5.14
22.4.0
->22.13.10
8.1.0
->8.27.0
8.1.0
->8.27.0
9.9.0
->9.22.0
3.6.1
->3.9.1
2.29.1
->2.31.0
11.0.0
->11.0.1
1.12.4
->1.13.0
9.3.2
->9.6.0
9.7.1
->9.15.9
v4.0.0
->v4.1.0
29.2.4
->29.2.6
2.0.2
->2.6.1
1.8.10
->1.8.11
2.6.3
->2.8.1
2.6.3
->2.8.1
5.5.4
->5.8.2
3.23.8
->3.24.2
Release Notes
bufbuild/protobuf-es (@bufbuild/protobuf)
v2.2.5
Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v2.2.4...v2.2.5
v2.2.4
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protobuf-es@v2.2.3...v2.2.4
v2.2.3
Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v2.2.2...v2.2.3
v2.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protobuf-es@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
DescMethod
variants by @srikrsna-buf in https://github.com/bufbuild/protobuf-es/pull/985New Contributors
Full Changelog: bufbuild/protobuf-es@v2.1.0...v2.2.0
v2.1.0
Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v2.0.0...v2.1.0
changesets/changesets (@changesets/cli)
v2.28.1
Compare Source
Patch Changes
b9df596
]:v2.28.0
Compare Source
Minor Changes
84a4a1b
Thanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false
.Patch Changes
84a4a1b
,84a4a1b
]:v2.27.12
Compare Source
Patch Changes
#1562
a0f87f1
Thanks @Netail, @cefn! - Fixed changelog application when executing usingnpx
and similar toolsUpdated dependencies [
a0f87f1
]:v2.27.11
Compare Source
Patch Changes
f0270f6
]:v2.27.10
Compare Source
Patch Changes
#1485
baf5644
Thanks @bluwy! - Ignore error if failed to find changed packages inchangeset add
#1489
7bf751c
Thanks @marcalexiei! - Use custom errors when exiting add command due to missing tool#1466
ccce743
Thanks @marcalexiei! - Add error message and exit when there are no versionable packages#1514
962ab91
Thanks @nicoalonsop! - Update spawndamnit to fix cross-spawn vulnerabilityUpdated dependencies [
7323704
,26c8ba9
,82cacb2
,962ab91
]:v2.27.9
Compare Source
Patch Changes
#1458
400ab7b
Thanks @benmccann! - Moved@types/semver
todevDependencies
#1462
689e541
Thanks @benmccann! - removeoutdent
dependencyv2.27.8
Compare Source
Patch Changes
#1417
bc75c1a
Thanks @trivikr! - Replacechalk
withpicocolors
to reduce install size#1419
4efc038
Thanks @bluwy! - Fix logging--version
flag#1445
52c302a
Thanks @bluwy! - Remove unused@babel/runtime
dependency#1446
5150fc1
Thanks @benmccann! - Switched frompreferred-pm
topackage-manager-detector
in order to reduce installation sizeUpdated dependencies [
bc75c1a
,52c302a
]:ddadaal/eslintrc (@ddadaal/eslint-config)
v2.3.0
Compare Source
v2.2.0
Compare Source
grpc/grpc-node (@grpc/grpc-js)
v1.13.0
: @grpc/grpc-js 1.13.0Compare Source
Changelog
grpc-node.flow_control_window
to control HTTP/2 flow control window size (#2864 contributed by @rickihastings)no_proxy
environment variable (#2876 contributed by @melkouri)sendMetadata
methods to not be called if the server interceptor did not explicitly send metadata (#2897)Experimental API changes
Added:
SecureConnector
SecureConnectResult
SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX
Server#experimentalRegisterListenerToChannelz
protected methodServerexperimentalUnregisterListenerFromChannelz
protected methodServer#experimentalCreateConnectionInjectorWithChannelzRef
protected methodModified:
LoadBalancer
: Removed theChannelCredentials
constructor argumentLoadBalancer
: Removed theChannelOptions
constructor argumentLoadBalancer#updateAddressList
: Replaced theattributes
argument with one of typeChannelOptions
.ChannelControlHelper#createSubchannel
: Removed theChannelCredentials
argumentLeafLoadBalancer
: Removed theChannelCredentials
constructor argumentv1.12.6
Compare Source
v1.12.5
: @grpc/grpc-js 1.12.5Compare Source
v1.12.4
: @grpc/grpc-js 1.12.4Compare Source
v1.12.3
: @grpc/grpc-js 1.12.3Compare Source
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
v1.12.0
: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.v1.11.3
: @grpc/grpc-js 1.11.3Compare Source
v1.11.2
: @grpc/grpc-js 1.11.2Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.27.0
Compare Source
🚀 Features
DeprecatedInfo
forrule.meta.deprecated
(#10932)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.26.1
Compare Source
🩹 Fixes
any
/unknown
as eligible for nullish coalescing (#10865)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.26.0
Compare Source
🚀 Features
🩹 Fixes
accessor
properties with an invalidvoid
type (#10864)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.25.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.24.1
Compare Source
🩹 Fixes
accessor
methods with a function initializer (#10796)static
accessor
properties (#10814)accessor
property declaration (#10813)accessor
class properties for missing accessibility modifier (#10805)accessor
class properties with a function initializer (#10804)accessor
properties with a function initializer (#10794)accessor
class properties (#10789)any
value assigned as an initializer of anaccessor
property (#10785)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.24.0
Compare Source
🚀 Features
allowConstantLoopConditions
more granular (#10639)🩹 Fixes
allowNumberAndString
isfalse
(#10737)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.23.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.22.0
Compare Source
🩹 Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.