-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all non-major dependencies #20
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-non-major-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
=======================================
Coverage 99.44% 99.44%
=======================================
Files 78 78
Lines 717 717
Branches 40 40
=======================================
Hits 713 713
Misses 4 4 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
f678511
to
f0057ac
Compare
f0057ac
to
aa13e84
Compare
f62fa28
to
e7529b5
Compare
013f075
to
835d1fc
Compare
23725c7
to
85afc0e
Compare
2ab55f8
to
30bb65d
Compare
fe0c420
to
62a5d96
Compare
12d3d38
to
aa91684
Compare
64da6cb
to
552f3ab
Compare
a7b2737
to
ddd83e6
Compare
a9a41e0
to
3c904a5
Compare
b611225
to
bdd34a2
Compare
49222f6
to
958aa7b
Compare
958aa7b
to
1f3cfca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.9.12
->1.13.4
0.7.10
->0.7.15
5.9.4
->5.9.8
5.9.4
->5.9.8
5.9.4
->5.9.8
5.2.2
->5.2.3
5.9.4
->5.9.8
10.2.10
->10.4.17
10.2.10
->10.4.17
10.2.6
->10.2.8
10.2.10
->10.4.17
10.2.10
->10.4.17
29.5.11
->29.5.14
9.0.5
->9.0.9
20.10.4
->20.17.50
6.13.2
->6.21.0
6.13.2
->6.21.0
0.14.0
->0.14.2
16.3.1
->16.5.0
5.15.0
->5.18.1
8.55.0
->8.57.1
2.29.0
->2.31.0
27.6.0
->27.9.0
15.2.0
->15.5.2
0.2.1
->0.2.2
v2.4.0
->v2.4.1
3.1.0
->3.5.3
0.1.13
->0.2.2
5.0.5
->5.0.10
7.8.1
->7.8.2
29.1.1
->29.3.4
10.9.1
->10.9.2
6.0.4
->6.3.1
5.3.3
->5.8.3
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.13.4
: @grpc/grpc-js 1.13.4Compare Source
ssl_target_name_override
option (#2956)v1.13.3
: @grpc/grpc-js 1.13.3Compare Source
http2.getDefaultSettings
(#2937)v1.13.2
: @grpc/grpc-js 1.13.2Compare Source
v1.13.1
: @grpc/grpc-js 1.13.1Compare Source
rejectUnauthorized
channel credentials option to be handled incorrectly (#2926)retryThrottling
config was set (#2927)v1.13.0
Compare Source
v1.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
v1.11.1
: @grpc/grpc-js 1.11.1Compare Source
v1.11.0
: @grpc/grpc-js 1.11.0Compare Source
Changelog
getHost
method to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPort
HostPort
createServerCredentialsWithInterceptors
v1.10.11
: @grpc/grpc-js 1.10.11Compare Source
v1.10.10
: @grpc/grpc-js 1.10.10Compare Source
grpc.max_send_message_length
channel option (#2779)v1.10.9
: @grpc/grpc-js 1.10.9Compare Source
grpc.max_receive_message_size
per received message.v1.10.8
: @grpc/grpc-js 1.10.8Compare Source
unix:
targets to not reconnect after the channel goes idle (#2750)v1.10.7
: @grpc/grpc-js 1.10.7Compare Source
@grpc/proto-loader
to the latest version (#2732)v1.10.6
: @grpc/grpc-js 1.10.6Compare Source
v1.10.5
: @grpc/grpc-js 1.10.5Compare Source
Error.stackTraceLimit
isundefined
(#2701 contributed by @davidfiala)checkServerIdentity
whengrpc.ssl_target_name_override
is set (#2704)v1.10.4
: @grpc/grpc-js 1.10.4Compare Source
ResponderBuilder
andListenerBuilder
objects (#2696)v1.10.3
: @grpc/grpc-js 1.10.3Compare Source
v1.10.2
: @grpc/grpc-js 1.10.2Compare Source
v1.10.1
: @grpc/grpc-js 1.10.1Compare Source
round_robin
LB policy to fail to reconnect after a connection drops (#2667)v1.10.0
: @grpc/grpc-js 1.10.0Compare Source
Changelog
Server#start
(#2597) (details in gRFC L107)Server#unbind
(#2612) (details in gRFC L109)Server#drain
(#2616) (details in gRFC L111)VerifyOptions
(#2637 contributed by @chakhsu)Experimental API Changes
Endpoint
endpointToString
endpointHasAddress
LeafLoadBalancer
HealthListener
SubchannelInterface#isHealthy
SubchannelInterface#addHealthStateWatcher
SubchannelInterface#removeHealthStateWatcher
SubchannelWrapper#setHealthy
selectLbConfigFromList
parseLoadBalancingConfig
OutlierDetectionRawConfig
EndpointMap
experimental
namespace:ServiceConfig
MethodConfig
LoadBalancingConfig
(now a simple raw object type)RetryPolicy
getFirstUsableConfig
validateLoadBalancingConfig
OutlierDetectionLoadBalancingConfig
LoadBalancer#updateAddressList
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
ResolverListener#onSuccessfulResolution
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
registerLoadBalancerType
: The second argument, aLoadBalancerConstructor
now takes a second argumentoptions: ChannelOptions
ConfigSelector
: Now accepts an additional argumentchannelId: number
QueuePicker
: The constructor now accepts an additional optional argumentchildPicker: Picker
, which theQueuePicker
instance will delegate to if provided.v1.9.15
: @grpc/grpc-js 1.9.15Compare Source
grpc.max_receive_message_size
per received message.v1.9.14
: @grpc/grpc-js 1.9.14Compare Source
waitForReady
(#2643)v1.9.13
: @grpc/grpc-js 1.9.13Compare Source
mikro-orm/mikro-orm (@mikro-orm/cli)
v5.9.8
Compare Source
Bug Fixes
em.upsert/Many
(5acb4eb), closes #5136em.insertMany
returns array of PKs for a single item too (#5180) (b9a55e5), closes #5179assign
on object properties won't ignore changes (bd22d7c), closes #5158v5.9.7
Compare Source
Bug Fixes
em.canPopulate()
when using STI (b8fcf45), closes #5043v5.9.6
Compare Source
Bug Fixes
assign
on collections of unloaded entities (b60e4ee)v5.9.5
Compare Source
Bug Fixes
populate: true
andrefresh: true
(#5001) (9f63378)em.upsert
(a7e9a82), closes #4945@>
) with object arrays (6a5a1ef), closes #4973mikro-orm/nestjs (@mikro-orm/nestjs)
v5.2.3
Compare Source
Features
clear
call onautoLoadEntities
cache done on shutdown (8b670eb)nestjs/nest (@nestjs/common)
v10.4.17
Compare Source
v10.4.16
Compare Source
What's Changed
Full Changelog: nestjs/nest@v10.4.15...v10.4.16
v10.4.15
Compare Source
v10.4.15 (2024-12-09)
Dependencies
platform-express
v10.4.14
Compare Source
v10.4.13
Compare Source
v10.4.13 (2024-12-03)
Bug fixes
common
Dependencies
Committers: 3
v10.4.12
Compare Source
v10.4.12 (2024-11-29)
Bug fixes
common
Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.