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

chore(deps): update frontend #1216

Merged
merged 2 commits into from
Nov 6, 2023
Merged

chore(deps): update frontend #1216

merged 2 commits into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.9.0 -> 1.9.9 age adoption passing confidence
@opentelemetry/api (source) 1.4.1 -> 1.6.0 age adoption passing confidence
@opentelemetry/auto-instrumentations-node (source) 0.39.1 -> 0.39.4 age adoption passing confidence
@opentelemetry/auto-instrumentations-web (source) 0.33.1 -> 0.33.2 age adoption passing confidence
@opentelemetry/context-zone (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@opentelemetry/core (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@opentelemetry/exporter-metrics-otlp-grpc (source) 0.41.2 -> 0.44.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-grpc (source) 0.41.2 -> 0.44.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.41.2 -> 0.44.0 age adoption passing confidence
@opentelemetry/instrumentation (source) 0.41.2 -> 0.44.0 age adoption passing confidence
@opentelemetry/resource-detector-alibaba-cloud (source) 0.28.1 -> 0.28.2 age adoption passing confidence
@opentelemetry/resource-detector-aws (source) 1.3.1 -> 1.3.2 age adoption passing confidence
@opentelemetry/resource-detector-container (source) 0.3.1 -> 0.3.2 age adoption passing confidence
@opentelemetry/resource-detector-gcp (source) 0.29.1 -> 0.29.2 age adoption passing confidence
@opentelemetry/resources (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.41.2 -> 0.44.0 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@opentelemetry/sdk-trace-web (source) 1.15.2 -> 1.17.1 age adoption passing confidence
@tanstack/react-query (source) 4.32.6 -> 4.36.1 age adoption passing confidence
@types/node (source) 20.5.0 -> 20.8.10 age adoption passing confidence
@types/react (source) 18.2.21 -> 18.2.36 age adoption passing confidence
@types/react-dom (source) 18.2.7 -> 18.2.14 age adoption passing confidence
@types/styled-components (source) 5.1.26 -> 5.1.29 age adoption passing confidence
@types/uuid (source) 9.0.2 -> 9.0.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.4.0 -> 6.9.1 age adoption passing confidence
@typescript-eslint/parser 6.4.0 -> 6.9.1 age adoption passing confidence
cypress 10.4.0 -> 10.11.0 age adoption passing confidence
eslint (source) 8.47.0 -> 8.53.0 age adoption passing confidence
eslint-config-next (source) 13.4.19 -> 13.5.6 age adoption passing confidence
openapi-typescript (source) 6.5.0 -> 6.7.0 age adoption passing confidence
sharp (changelog) 0.32.5 -> 0.32.6 age adoption passing confidence
styled-components (source) 6.0.7 -> 6.1.0 age adoption passing confidence
ts-proto 1.156.6 -> 1.163.0 age adoption passing confidence
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence
uuid 9.0.0 -> 9.0.1 age adoption passing confidence

Release Notes

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

v1.9.9

Compare Source

v1.9.8

Compare Source

v1.9.7: @​grpc/grpc-js 1.9.7

Compare Source

  • Fix a bug that could cause a client to not update name resolution after multiple failed connection attempts (#​2602)

v1.9.6: @​grpc/grpc-js 1.9.6

Compare Source

  • Include more information in most "No connection established" errors (#​2598)
  • Remove the index tracer, and add more information to other trace logs (#​2599)

v1.9.5: @​grpc/grpc-js 1.9.5

Compare Source

  • Fix a type inconsistency in server-call.ts (#​2589 contributed by @​rsnullptr)
  • Close ports if the server is shut down while the bind operation is ongoing (#​2590)

v1.9.4: @​grpc/grpc-js 1.9.4

Compare Source

  • Fix a bug that could cause a client to sometimes incorrectly hold the process open when no longer in use (#​2586)

v1.9.3: @​grpc/grpc-js 1.9.3

Compare Source

  • Make a few improvements to DNS resolving timing (#​2571)

Experimental changes:

  • Added grpc.experimental.BackoffTimeout#getEndTime

v1.9.2: @​grpc/grpc-js 1.9.2

Compare Source

  • Handle error when sending keepalive pings (#​2563)
  • Fix a bug that could cause invalid connection states when DNS updates contained the same address the client was already connected to (#​2559 contributed by @​gusumuzhe, backported in #​2564)

v1.9.1: @​grpc/grpc-js 1.9.1

Compare Source

  • Improve formatting of channelz logs (#​2535)
  • Avoid sending initial request after the deadline passes in some cases (#​2536)
  • Fix possible null reference in pick_first load balancing policy (#​2539)
  • Allow empty method config names in service configs (#​2550)
  • Defer actions in write callbacks on the client to potentially work around a Node bug (#​2552)
open-telemetry/opentelemetry-js (@​opentelemetry/api)

v1.6.0

Compare Source

🚀 (Enhancement)
🐛 (Bug Fix)
  • fix(context-async-hooks): Ensure listeners added using once can be removed using removeListener
    #​3133
📚 (Refine Doc)

v1.5.0

Compare Source

🚀 (Enhancement)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.39.4

Compare Source

v0.39.3

Compare Source

v0.39.2

Compare Source

TanStack/query (@​tanstack/react-query)

v4.36.1

Compare Source

Version 4.36.1 - 10/7/2023, 7:08 AM

Changes

Fix
  • fix release (2b0fc95) by Dominik Dorfmeister

Packages

v4.35.7

Compare Source

Version 4.35.7 - 10/1/2023, 10:15 AM

Changes

Fix
  • hydration: do not alter fetchStatus when hydrating existing queries (#​6088) (a29f1a6) by Dominik Dorfmeister
Chore
  • Update CONTRIBUTING.md (b29824a) by Dominik Dorfmeister
Docs

Packages

v4.35.3

Compare Source

Version 4.35.3 - 9/13/2023, 6:28 AM

Changes

Fix
Docs

Packages

v4.35.0

Compare Source

Version 4.35.0 - 9/7/2023, 8:04 AM

Changes

Feat
Chore
Docs

Packages

v4.33.0

Compare Source

Version 4.33.0 - 8/19/2023, 11:33 AM

Changes

Feat
Chore

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

You can read about our versioning strategy and releases on our website.

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

You can read about our [versioning strategy](https://main--


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team November 4, 2023 06:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 4, 2023
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@austinlparker austinlparker merged commit 4c3fbcc into main Nov 6, 2023
45 checks passed
@austinlparker austinlparker deleted the renovate/frontend branch November 6, 2023 13:41
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant