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

Update frontend #16

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

Update frontend #16

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.9.13 -> 1.12.5 age adoption passing confidence
@opentelemetry/api (source) 1.7.0 -> 1.9.0 age adoption passing confidence
@opentelemetry/auto-instrumentations-node (source) 0.40.2 -> 0.55.0 age adoption passing confidence
@opentelemetry/auto-instrumentations-web (source) 0.34.0 -> 0.45.0 age adoption passing confidence
@opentelemetry/context-zone (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@opentelemetry/core (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@opentelemetry/exporter-metrics-otlp-grpc (source) 0.45.1 -> 0.57.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-grpc (source) 0.45.1 -> 0.57.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.45.1 -> 0.57.0 age adoption passing confidence
@opentelemetry/instrumentation (source) 0.45.1 -> 0.57.0 age adoption passing confidence
@opentelemetry/resource-detector-alibaba-cloud (source) 0.28.4 -> 0.29.7 age adoption passing confidence
@opentelemetry/resource-detector-aws (source) 1.3.4 -> 1.10.0 age adoption passing confidence
@opentelemetry/resource-detector-container (source) 0.3.4 -> 0.5.3 age adoption passing confidence
@opentelemetry/resource-detector-gcp (source) 0.29.4 -> 0.32.0 age adoption passing confidence
@opentelemetry/resources (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.45.1 -> 0.57.0 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@opentelemetry/sdk-trace-web (source) 1.18.1 -> 1.30.0 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.17.10 age adoption passing confidence
@types/react (source) 18.2.37 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.2.15 -> 18.3.5 age adoption passing confidence
@types/styled-components (source) 5.1.30 -> 5.1.34 age adoption passing confidence
@types/uuid (source) 9.0.7 -> 9.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.10.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.10.0 -> 6.21.0 age adoption passing confidence
dotenv 16.3.1 -> 16.4.7 age adoption passing confidence
eslint (source) 8.53.0 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) 13.5.6 -> 13.5.8 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.37.3 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
openapi-typescript (source) 6.7.1 -> 6.7.6 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
sharp (source, changelog) 0.32.6 -> 0.33.5 age adoption passing confidence
styled-components (source) 6.1.1 -> 6.1.13 age adoption passing confidence
ts-proto 1.164.0 -> 1.181.2 age adoption passing confidence
typescript (source) 5.2.2 -> 5.7.2 age adoption passing confidence

Release Notes

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

v1.12.5: @​grpc/grpc-js 1.12.5

Compare Source

  • Prioritize HTTP status errors over message decoding errors (#​2873)

v1.12.4: @​grpc/grpc-js 1.12.4

Compare Source

  • Prioritize reporting UNAVAILABLE status when handing connection drops (#​2862)

v1.12.3: @​grpc/grpc-js 1.12.3

Compare Source

  • Report UNAVAILABLE if possible when handling connection drops (#​2861)

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)
open-telemetry/opentelemetry-js (@​opentelemetry/api)

v1.9.0

Compare Source

🚀 (Enhancement)
  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #​3430
  • feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser #​3208 @​pkanal
🐛 (Bug Fix)
  • fix(sdk-metrics): use default Resource to comply with semantic conventions #​3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-metrics): use Date.now() for instrument recording timestamps #​3514 @​MisterSquishy
  • fix(sdk-trace): make spans resilient to clock drift #​3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #​3456 @​SaumyaBhushan
  • fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes #​3517 @​legendecas
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #​3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #​3480 @​legendecas
🏠 (Internal)

v1.8.0

Compare Source

  • @opentelemetry/sdk-metrics has been promoted to stable
  • @opentelemetry/api-metrics has been merged into @opentelemetry/api and deprecated
💥 Breaking Change
🚀 (Enhancement)
🐛 (Bug Fix)
  • fix(sdk-trace): enforce consistent span durations
    #​3327 @​dyladan
  • fix(resources): fix EnvDetector throwing errors when attribute values contain spaces
    #​3295
  • fix(trace): fix an issue which caused negative span durations in web based spans
    #​3359 @​dyladan
  • fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding
    #​3341 @​legendecas
📚 (Refine Doc)

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.


  • 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 Jan 6, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 3 times, most recently from 1d5b773 to 6e991e2 Compare January 16, 2024 20:37
@renovate renovate bot force-pushed the renovate/frontend branch 5 times, most recently from 47f725f to 3fa853f Compare January 24, 2024 02:54
@renovate renovate bot force-pushed the renovate/frontend branch 4 times, most recently from 9807965 to f59eda8 Compare February 1, 2024 02:25
@renovate renovate bot force-pushed the renovate/frontend branch 7 times, most recently from a746a09 to 3e94598 Compare February 8, 2024 06:50
@renovate renovate bot force-pushed the renovate/frontend branch 5 times, most recently from 85b3a51 to d0c908e Compare February 16, 2024 05:19
@renovate renovate bot force-pushed the renovate/frontend branch 5 times, most recently from 16327c8 to dae076b Compare February 23, 2024 02:10
@renovate renovate bot force-pushed the renovate/frontend branch from edbd8e8 to d7a0dee Compare September 12, 2024 17:56
@renovate renovate bot force-pushed the renovate/frontend branch 6 times, most recently from 6ba9cb9 to ebe3a1e Compare September 28, 2024 08:27
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from 69ac89f to 30343f3 Compare October 8, 2024 01:20
@renovate renovate bot force-pushed the renovate/frontend branch 3 times, most recently from aef6208 to 4da3be8 Compare October 20, 2024 02:57
@renovate renovate bot force-pushed the renovate/frontend branch 4 times, most recently from 6f6dfe4 to fd76d3d Compare October 29, 2024 05:52
@renovate renovate bot force-pushed the renovate/frontend branch 4 times, most recently from 678deaa to 880c92f Compare November 6, 2024 23:57
@renovate renovate bot force-pushed the renovate/frontend branch from 880c92f to 298e5e5 Compare November 8, 2024 02:46
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from a88b74b to aa1cc75 Compare December 1, 2024 08:40
@renovate renovate bot force-pushed the renovate/frontend branch 3 times, most recently from 448331e to 9226451 Compare December 10, 2024 02:53
@renovate renovate bot force-pushed the renovate/frontend branch from 9226451 to 9564fe4 Compare December 11, 2024 17:36
@renovate renovate bot force-pushed the renovate/frontend branch from 9564fe4 to bf6c623 Compare December 21, 2024 12:09
@renovate renovate bot force-pushed the renovate/frontend branch from bf6c623 to 54dcc99 Compare December 24, 2024 05:55
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