Skip to content
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

fix(deps): update all non-major dependencies #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@grpc/grpc-js (source) 1.9.12 -> 1.12.2 age adoption passing confidence dependencies minor
@grpc/proto-loader (source) 0.7.10 -> 0.7.13 age adoption passing confidence dependencies patch
@mikro-orm/cli (source) 5.9.4 -> 5.9.8 age adoption passing confidence devDependencies patch
@mikro-orm/core (source) 5.9.4 -> 5.9.8 age adoption passing confidence dependencies patch
@mikro-orm/migrations (source) 5.9.4 -> 5.9.8 age adoption passing confidence dependencies patch
@mikro-orm/nestjs 5.2.2 -> 5.2.3 age adoption passing confidence dependencies patch
@mikro-orm/postgresql (source) 5.9.4 -> 5.9.8 age adoption passing confidence dependencies patch
@nestjs/common (source) 10.2.10 -> 10.4.5 age adoption passing confidence dependencies minor
@nestjs/core (source) 10.2.10 -> 10.4.5 age adoption passing confidence dependencies minor
@nestjs/cqrs 10.2.6 -> 10.2.7 age adoption passing confidence dependencies patch
@nestjs/microservices (source) 10.2.10 -> 10.4.5 age adoption passing confidence dependencies minor
@nestjs/testing (source) 10.2.10 -> 10.4.5 age adoption passing confidence devDependencies minor
@types/jest (source) 29.5.11 -> 29.5.13 age adoption passing confidence devDependencies patch
@types/jsonwebtoken (source) 9.0.5 -> 9.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 20.10.4 -> 20.16.11 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 6.13.2 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.13.2 -> 6.21.0 age adoption passing confidence devDependencies minor
class-validator 0.14.0 -> 0.14.1 age adoption passing confidence dependencies patch
dotenv 16.3.1 -> 16.4.5 age adoption passing confidence dependencies minor
enhanced-resolve 5.15.0 -> 5.17.1 age adoption passing confidence devDependencies minor
eslint (source) 8.55.0 -> 8.57.1 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.29.0 -> 2.31.0 age adoption passing confidence dependencies minor
eslint-plugin-jest 27.6.0 -> 27.9.0 age adoption passing confidence devDependencies minor
lint-staged 15.2.0 -> 15.2.10 age adoption passing confidence devDependencies patch
nestjs-grpc-reflection 0.2.1 -> 0.2.2 age adoption passing confidence dependencies patch
pnpm/action-setup v2.4.0 -> v2.4.1 age adoption passing confidence action patch
prettier (source) 3.1.0 -> 3.3.3 age adoption passing confidence devDependencies minor
reflect-metadata (source) 0.1.13 -> 0.2.2 age adoption passing confidence dependencies minor
rimraf 5.0.5 -> 5.0.10 age adoption passing confidence devDependencies patch
ts-jest (source) 29.1.1 -> 29.2.5 age adoption passing confidence devDependencies minor
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence devDependencies patch
tsc-watch 6.0.4 -> 6.2.0 age adoption passing confidence devDependencies minor
typescript (source) 5.3.3 -> 5.6.3 age adoption passing confidence devDependencies minor

Release Notes

grpc/grpc-node (@​grpc/grpc-js)

v1.12.2: @​grpc/grpc-js 1.12.2

Compare Source

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#​2838)

v1.12.1: @​grpc/grpc-js 1.12.1

Compare Source

  • Port bugfixes from 1.11.x into 1.12.x (#​2836)

v1.12.0: @​grpc/grpc-js 1.12.0

Compare Source

Changelog
  • Provide the method_name for the CallCredentials callback generateMetadata (#​2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#​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 type ChannelCredentials.
  • ChannelControlHelper#createSubchannel: Now takes an additional argument of type ChannelCredentials | null. This should be passed along if overriding this function.
  • LeafLoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.

v1.11.3: @​grpc/grpc-js 1.11.3

Compare Source

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#​2825)

v1.11.2: @​grpc/grpc-js 1.11.2

Compare Source

  • Fix client crash on receiving a custom error code (#​2801 contributed by @​hastom)
  • Report connection errors more consistently (#​2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#​2817 contributed by @​ygalbel)

v1.11.1: @​grpc/grpc-js 1.11.1

Compare Source

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#​2799 contributed by @​xqin)

v1.11.0: @​grpc/grpc-js 1.11.0

Compare Source

Changelog
Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

v1.10.11: @​grpc/grpc-js 1.10.11

Compare Source

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#​2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#​2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#​2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#​2791)

v1.10.10: @​grpc/grpc-js 1.10.10

Compare Source

  • Various improvements to handling of keepalive timers (#​2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#​2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#​2746 contributed by @​mjameswh, backported in #​2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#​2761 contributed by @​brendan-myers, backported in #​2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#​2779)

v1.10.9: @​grpc/grpc-js 1.10.9

Compare Source

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

v1.10.8: @​grpc/grpc-js 1.10.8

Compare Source

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#​2750)

v1.10.7: @​grpc/grpc-js 1.10.7

Compare Source

  • Improve reporting of HTTP error codes (#​2723)
  • Update dependency on @grpc/proto-loader to the latest version (#​2732)

v1.10.6

Compare Source

v1.10.5: @​grpc/grpc-js 1.10.5

Compare Source

  • Resolve exception when Error.stackTraceLimit is undefined (#​2701 contributed by @​davidfiala)
  • Call configured checkServerIdentity when grpc.ssl_target_name_override is set (#​2704)
  • Add more information to DEADLINE_EXCEEDED error details strings (#​2692)

v1.10.4: @​grpc/grpc-js 1.10.4

Compare Source

  • Fix a bug that caused server interceptors to crash when using partially-populated ResponderBuilder and ListenerBuilder objects (#​2696)
  • Avoid sending RST_STREAM from the client when the server has already finished its side of the stream (#​2695)

v1.10.3: @​grpc/grpc-js 1.10.3

Compare Source

v1.10.2: @​grpc/grpc-js 1.10.2

Compare Source

  • Implement server connection idle timeouts and improve channelz performance (#​2677 contributed by @​AVVS)
  • Fix a bug that caused clients to automatically reconnect even when there were no active requests (#​2680)
  • Modify order of server call events to more closely match pre-1.10.x behavior (#​2683)

v1.10.1: @​grpc/grpc-js 1.10.1

Compare Source

  • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#​2667)

v1.10.0: @​grpc/grpc-js 1.10.0

Compare Source

Changelog

Experimental API Changes

  • Added:
    • Endpoint
    • endpointToString
    • endpointHasAddress
    • LeafLoadBalancer
    • HealthListener
    • SubchannelInterface#isHealthy
    • SubchannelInterface#addHealthStateWatcher
    • SubchannelInterface#removeHealthStateWatcher
    • SubchannelWrapper#setHealthy
    • selectLbConfigFromList
    • parseLoadBalancingConfig
    • OutlierDetectionRawConfig
    • EndpointMap
  • Moved out of the experimental namespace:
    • ServiceConfig
    • MethodConfig
    • LoadBalancingConfig (now a simple raw object type)
    • RetryPolicy
  • Removed:
    • getFirstUsableConfig
    • validateLoadBalancingConfig
    • OutlierDetectionLoadBalancingConfig
  • Modified:
    • LoadBalancer#updateAddressList: The first argument now has type Endpoint[] instead of SubchannelAddress[]
    • ResolverListener#onSuccessfulResolution: The first argument now has type Endpoint[] instead of SubchannelAddress[]
    • registerLoadBalancerType: The second argument, a LoadBalancerConstructor now takes a second argument options: ChannelOptions
    • ConfigSelector: Now accepts an additional argument channelId: number
    • QueuePicker: The constructor now accepts an additional optional argument childPicker: Picker, which the QueuePicker instance will delegate to if provided.

v1.9.15: @​grpc/grpc-js 1.9.15

Compare Source

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

v1.9.14: @​grpc/grpc-js 1.9.14

Compare Source

  • Fix a bug that could rarely cause connection leaks (#​2644)
  • Fix a bug that could cause clients to go IDLE incorrectly some time after calling waitForReady (#​2643)

v1.9.13: @​grpc/grpc-js 1.9.13

Compare Source

  • Fix a bug that could cause the Node process to close early when establishing a connection while a request is pending (#​2626)
mikro-orm/mikro-orm (@​mikro-orm/cli)

v5.9.8

Compare Source

Bug Fixes
  • core: do not mutate data provided to em.upsert/Many (5acb4eb), closes #​5136
  • core: ensure em.insertMany returns array of PKs for a single item too (#​5180) (b9a55e5), closes #​5179
  • core: process upsert data to allow using entity instances in place of relations (42e3c5e), closes #​5165
  • mongo: ensure assign on object properties won't ignore changes (bd22d7c), closes #​5158
  • postgres: parse timestamp dates less than year 1000 (#​5071) (63eb5c5)

v5.9.7

Compare Source

Bug Fixes
  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #​5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #​5057
  • core: support pivot entities with autoincrement PK (e250634), closes #​4988
  • postgres: respect column length in down migrations (222e2b8), closes #​5048

v5.9.6

Compare Source

Bug Fixes
  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

v5.9.5

Compare Source

Bug Fixes
  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#​5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #​4945
  • core: respect context in virtual entity expression callback (84d42a7)
  • postgres: allow using array operators (e.g. @>) with object arrays (6a5a1ef), closes #​4973
  • schema: improve json default diffing for down migrations (5bc19ba)
  • sql: deduplicate keys in batch update queries (7de7a48)
mikro-orm/nestjs (@​mikro-orm/nestjs)

v5.2.3

Compare Source

Features
  • defer automatic clear call on autoLoadEntities cache done on shutdown (8b670eb)
nestjs/nest (@​nestjs/common)

v10.4.5

Compare Source

v10.4.4

Compare Source

v10.4.3

Compare Source

v10.4.2

Compare Source

v10.4.1

Compare Source

v10.4.0

Compare Source

v10.3.10

Compare Source

v10.3.9

Compare Source

v10.3.9 (2024-06-03)
Bug fixes
Enhancements
Docs
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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 8, 2023
@renovate renovate bot enabled auto-merge (rebase) December 8, 2023 01:07
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.44%. Comparing base (4b13d89) to head (ef580f9).

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.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update dependency reflect-metadata to v0.1.14 fix(deps): update all non-major dependencies Dec 8, 2023
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from f678511 to f0057ac Compare December 11, 2023 18:50
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Dec 11, 2023
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from f0057ac to aa13e84 Compare December 12, 2023 16:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 12, 2023
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from f62fa28 to e7529b5 Compare December 18, 2023 18:12
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 3 times, most recently from 013f075 to 835d1fc Compare December 25, 2023 19:32
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from 23725c7 to 85afc0e Compare January 1, 2024 21:10
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from 2ab55f8 to 30bb65d Compare January 11, 2024 06:10
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 2 times, most recently from dc2cc30 to 6e00a69 Compare August 23, 2024 17:41
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from 995b4b4 to 38f2921 Compare September 3, 2024 10:49
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from b0fab91 to 77ec1fd Compare September 9, 2024 16:31
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from f19b6ca to b21a912 Compare September 17, 2024 19:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from 82946f4 to df52796 Compare September 27, 2024 18:31
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from d265cfd to df2414a Compare October 9, 2024 21:04
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from df2414a to ef580f9 Compare October 16, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants