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.11.2 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.50.0 age adoption passing confidence
@opentelemetry/auto-instrumentations-web (source) 0.34.0 -> 0.41.0 age adoption passing confidence
@opentelemetry/context-zone (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/core (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/exporter-metrics-otlp-grpc (source) 0.45.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-grpc (source) 0.45.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.45.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/instrumentation (source) 0.45.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/resource-detector-alibaba-cloud (source) 0.28.4 -> 0.29.1 age adoption passing confidence
@opentelemetry/resource-detector-aws (source) 1.3.4 -> 1.6.1 age adoption passing confidence
@opentelemetry/resource-detector-container (source) 0.3.4 -> 0.4.1 age adoption passing confidence
@opentelemetry/resource-detector-gcp (source) 0.29.4 -> 0.29.11 age adoption passing confidence
@opentelemetry/resources (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.45.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-trace-web (source) 1.18.1 -> 1.26.0 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.16.5 age adoption passing confidence
@types/react (source) 18.2.37 -> 18.3.5 age adoption passing confidence
@types/react-dom (source) 18.2.15 -> 18.3.0 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.5 age adoption passing confidence
eslint (source) 8.53.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.36.1 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.6.2 age adoption passing confidence

Release Notes

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

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)
🏠 (Internal)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.50.0

Compare Source

v0.49.2

Compare Source

v0.49.1

Compare Source

v0.49.0

Compare Source

v0.48.0

Compare Source

v0.47.1

Compare Source

v0.47.0

Compare Source

v0.46.1

Compare Source

v0.46.0

Compare Source

v0.45.0

Compare Source

v0.44.0

Compare Source

v0.43.0

Compare Source

[v0.42.0](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/compare/39c34df61f0e60a93fc787dcfceca9782341b837...fcea8ca0c83cb1dcd8ac736e5ea4


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 5 times, most recently from 696b698 to 7cb9212 Compare June 26, 2024 17:52
@renovate renovate bot force-pushed the renovate/frontend branch 3 times, most recently from 84f7488 to 750032a Compare July 7, 2024 02:44
@renovate renovate bot force-pushed the renovate/frontend branch 4 times, most recently from 5c35dea to 221b986 Compare July 17, 2024 21:07
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from 0b8ed47 to d36213a Compare July 24, 2024 02:59
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from 4532127 to 7bf276d Compare August 2, 2024 20:43
@renovate renovate bot force-pushed the renovate/frontend branch 3 times, most recently from 7b12ac2 to 30d5f58 Compare August 17, 2024 09:00
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from f1aef44 to 9ed11c7 Compare August 22, 2024 05:39
@renovate renovate bot force-pushed the renovate/frontend branch 6 times, most recently from c8a7b35 to 11786e6 Compare September 6, 2024 12:09
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