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 #1252

Merged
merged 2 commits into from
Nov 28, 2023
Merged

chore(deps): update frontend #1252

merged 2 commits into from
Nov 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/grpc-js (source) 1.9.9 -> 1.9.12 age adoption passing confidence
@opentelemetry/api (source) 1.6.0 -> 1.7.0 age adoption passing confidence
@opentelemetry/auto-instrumentations-node (source) 0.39.4 -> 0.40.1 age adoption passing confidence
@opentelemetry/auto-instrumentations-web (source) 0.33.2 -> 0.34.0 age adoption passing confidence
@opentelemetry/context-zone (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@opentelemetry/core (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@opentelemetry/exporter-metrics-otlp-grpc (source) 0.44.0 -> 0.45.1 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-grpc (source) 0.44.0 -> 0.45.1 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.44.0 -> 0.45.1 age adoption passing confidence
@opentelemetry/instrumentation (source) 0.44.0 -> 0.45.1 age adoption passing confidence
@opentelemetry/resource-detector-alibaba-cloud (source) 0.28.2 -> 0.28.4 age adoption passing confidence
@opentelemetry/resource-detector-aws (source) 1.3.2 -> 1.3.4 age adoption passing confidence
@opentelemetry/resource-detector-container (source) 0.3.2 -> 0.3.4 age adoption passing confidence
@opentelemetry/resource-detector-gcp (source) 0.29.2 -> 0.29.4 age adoption passing confidence
@opentelemetry/resources (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.44.0 -> 0.45.1 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@opentelemetry/sdk-trace-web (source) 1.17.1 -> 1.18.1 age adoption passing confidence
@types/node (source) 20.8.10 -> 20.10.0 age adoption passing confidence
@types/react (source) 18.2.34 -> 18.2.39 age adoption passing confidence
@types/react-dom (source) 18.2.14 -> 18.2.17 age adoption passing confidence
@types/styled-components (source) 5.1.29 -> 5.1.32 age adoption passing confidence
@types/uuid (source) 9.0.6 -> 9.0.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.9.1 -> 6.13.0 age adoption passing confidence
@typescript-eslint/parser 6.9.1 -> 6.13.0 age adoption passing confidence
eslint (source) 8.53.0 -> 8.54.0 age adoption passing confidence
openapi-typescript (source) 6.7.0 -> 6.7.1 age adoption passing confidence
styled-components (source) 6.1.0 -> 6.1.1 age adoption passing confidence
ts-proto 1.163.0 -> 1.165.0 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.2 age adoption passing confidence

Release Notes

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

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

Compare Source

  • Fix a bug that could cause connectivity state information to become stale in some circumstances (#​2623)

v1.9.11: @​grpc/grpc-js 1.9.11

Compare Source

  • Fix a busy loop when recovering from a failure to establish a connection to a unix domain socket address target (#​2618)
  • Fix a bug that caused clients to stop trying to connect to a fixed IP address target after a working connection drops (#​2619)

v1.9.10: @​grpc/grpc-js 1.9.10

Compare Source

  • Provide the correct port to the proxy when connecting to a target without an explicitly specified port (#​2608 contributed by @​segevfiner)
  • Properly handle goaway events with no additional data attached (#​2611)
open-telemetry/opentelemetry-js (@​opentelemetry/api)

v1.7.0

Compare Source

🐛 (Bug Fix)
  • fix(sdk-trace-base): make span start times resistant to hrtime clock drift
    #​3129

  • fix(sdk-trace-base): validate maxExportBatchSize in BatchSpanProcessorBase
    #​3232

📚 (Refine Doc)
  • docs(metrics): add missing metrics packages to SDK reference documentation #​3239 @​dyladan
🏠 (Internal)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.40.1

Compare Source

v0.40.0

Compare Source

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

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.

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.12.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.11.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

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

eslint/eslint (eslint)

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

drwpow/openapi-typescript (openapi-typescript)

v6.7.1

Compare Source

styled-components/styled-components (styled-components)

v6.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.0...v6.1.1

stephenh/ts-proto (ts-proto)

v1.165.0

Compare Source

Features

1.164.2 (2023-11-28)

Bug Fixes

1.164.1 (2023-11-24)

Bug Fixes
  • revert useDate=false behaviour; add useJsonTimestamp option (#​969) (15ae516)

v1.164.2

Compare Source

Bug Fixes

v1.164.1

Compare Source

Bug Fixes
  • revert useDate=false behaviour; add useJsonTimestamp option (#​969) (15ae516)

v1.164.0

Compare Source

Features
  • add before and after request methods to base service (#​961) (19ba6a5)
Microsoft/TypeScript (typescript)

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 as a code owner November 11, 2023 12:49
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2023
Copy link
Contributor Author

renovate bot commented Nov 28, 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 a66080b into main Nov 28, 2023
46 checks passed
@austinlparker austinlparker deleted the renovate/frontend branch November 28, 2023 03:22
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 <austin@ap2.io>
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.

None yet

1 participant