Skip to content

Commit

Permalink
CHORE(NPM) - bump @opentelemetry/instrumentation-user-interaction fro…
Browse files Browse the repository at this point in the history
…m 0.39.0 to 0.40.0 (#447)
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 23fb06a commit 3f5faec
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,7 @@ export type PlannerSettings = {
generateTaskFactor: Scalars["Int"]["output"];
groupVersions: Scalars["Boolean"]["output"];
mainlineTimeInQueueFactor: Scalars["Int"]["output"];
numDependentsFactor?: Maybe<Scalars["Float"]["output"]>;
patchFactor: Scalars["Int"]["output"];
patchTimeInQueueFactor: Scalars["Int"]["output"];
targetTime: Scalars["Duration"]["output"];
Expand All @@ -1844,6 +1845,7 @@ export type PlannerSettingsInput = {
generateTaskFactor: Scalars["Int"]["input"];
groupVersions: Scalars["Boolean"]["input"];
mainlineTimeInQueueFactor: Scalars["Int"]["input"];
numDependentsFactor?: InputMaybe<Scalars["Float"]["input"]>;
patchFactor: Scalars["Int"]["input"];
patchTimeInQueueFactor: Scalars["Int"]["input"];
targetTime: Scalars["Int"]["input"];
Expand Down
2 changes: 2 additions & 0 deletions apps/spruce/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,7 @@ export type PlannerSettings = {
generateTaskFactor: Scalars["Int"]["output"];
groupVersions: Scalars["Boolean"]["output"];
mainlineTimeInQueueFactor: Scalars["Int"]["output"];
numDependentsFactor?: Maybe<Scalars["Float"]["output"]>;
patchFactor: Scalars["Int"]["output"];
patchTimeInQueueFactor: Scalars["Int"]["output"];
targetTime: Scalars["Duration"]["output"];
Expand All @@ -1844,6 +1845,7 @@ export type PlannerSettingsInput = {
generateTaskFactor: Scalars["Int"]["input"];
groupVersions: Scalars["Boolean"]["input"];
mainlineTimeInQueueFactor: Scalars["Int"]["input"];
numDependentsFactor?: InputMaybe<Scalars["Float"]["input"]>;
patchFactor: Scalars["Int"]["input"];
patchTimeInQueueFactor: Scalars["Int"]["input"];
targetTime: Scalars["Int"]["input"];
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@leafygreen-ui/tokens": "^2.5.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-web": "^0.40.0",
"@opentelemetry/instrumentation-user-interaction": "^0.39.0",
"@opentelemetry/instrumentation-user-interaction": "^0.40.0",
"graphql": "16.8.1",
"query-string": "9.0.0"
},
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2917,6 +2917,13 @@
dependencies:
"@opentelemetry/api" "^1.0.0"

"@opentelemetry/[email protected]":
version "0.53.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz#c478cbd8120ec2547b64edfa03a552cfe42170be"
integrity sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==
dependencies:
"@opentelemetry/api" "^1.0.0"

"@opentelemetry/api@^1.0.0", "@opentelemetry/api@^1.9.0", "@opentelemetry/api@~1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz#d03eba68273dc0f7509e2a3d5cba21eae10379fe"
Expand Down Expand Up @@ -2981,6 +2988,15 @@
"@opentelemetry/instrumentation" "^0.52.0"
"@opentelemetry/sdk-trace-web" "^1.8.0"

"@opentelemetry/instrumentation-user-interaction@^0.40.0":
version "0.40.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-user-interaction/-/instrumentation-user-interaction-0.40.0.tgz#75a65367865f2d3e1ff0e821f7f7b1b7b0b354d7"
integrity sha512-QvVoRVL84gI5KSzXherCsWN8314o0+rdvlPKPbgMUCt3PEhnAtO0MfL5HHs2BAh9DE7QTxVQVthV5A0MdatJaA==
dependencies:
"@opentelemetry/core" "^1.8.0"
"@opentelemetry/instrumentation" "^0.53.0"
"@opentelemetry/sdk-trace-web" "^1.8.0"

"@opentelemetry/instrumentation-xml-http-request@^0.52.0":
version "0.52.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-xml-http-request/-/instrumentation-xml-http-request-0.52.1.tgz#7fd8244a315f9550f0c8fe94073996174e675918"
Expand All @@ -3003,6 +3019,18 @@
semver "^7.5.2"
shimmer "^1.2.1"

"@opentelemetry/instrumentation@^0.53.0":
version "0.53.0"
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.53.0.tgz#e6369e4015eb5112468a4d45d38dcada7dad892d"
integrity sha512-DMwg0hy4wzf7K73JJtl95m/e0boSoWhH07rfvHvYzQtBD3Bmv0Wc1x733vyZBqmFm8OjJD0/pfiUg1W3JjFX0A==
dependencies:
"@opentelemetry/api-logs" "0.53.0"
"@types/shimmer" "^1.2.0"
import-in-the-middle "^1.8.1"
require-in-the-middle "^7.1.1"
semver "^7.5.2"
shimmer "^1.2.1"

"@opentelemetry/opentelemetry-browser-detector@~0.52.1":
version "0.52.1"
resolved "https://registry.yarnpkg.com/@opentelemetry/opentelemetry-browser-detector/-/opentelemetry-browser-detector-0.52.1.tgz#20311d94176082553213649c513840e8cd18cf6d"
Expand Down Expand Up @@ -4139,7 +4167,7 @@
"@types/node" "*"
"@types/send" "*"

"@types/shimmer@^1.0.2":
"@types/shimmer@^1.0.2", "@types/shimmer@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.2.0.tgz#9b706af96fa06416828842397a70dfbbf1c14ded"
integrity sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg==
Expand Down

0 comments on commit 3f5faec

Please sign in to comment.