From c606fa2761ffb8a4b72a1f748adb7d10efb6a16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 14:31:29 -0400 Subject: [PATCH] CHORE(NPM) - bump react-virtuoso from 4.6.2 to 4.7.10 (#111) --- apps/parsley/package.json | 2 +- .../LogPane/__snapshots__/LogPane.stories.storyshot | 8 ++++---- .../AnsiRow/__snapshots__/AnsiRow.stories.storyshot | 4 ++-- .../__snapshots__/CollapsedRow.stories.storyshot | 8 ++++---- .../__snapshots__/ResmokeRow.stories.storyshot | 4 ++-- .../PaginatedVirtualList.stories.storyshot | 4 ++-- apps/parsley/src/gql/generated/types.ts | 2 ++ apps/spruce/package.json | 2 +- apps/spruce/src/gql/generated/types.ts | 2 ++ yarn.lock | 13 ++++--------- 10 files changed, 24 insertions(+), 25 deletions(-) diff --git a/apps/parsley/package.json b/apps/parsley/package.json index 7200ded10..15f948c8c 100644 --- a/apps/parsley/package.json +++ b/apps/parsley/package.json @@ -79,7 +79,7 @@ "react-dom": "18.2.0", "react-dropzone": "14.2.3", "react-router-dom": "6.11.2", - "react-virtuoso": "4.6.2", + "react-virtuoso": "4.7.10", "xss": "1.0.15" }, "devDependencies": { diff --git a/apps/parsley/src/components/LogPane/__snapshots__/LogPane.stories.storyshot b/apps/parsley/src/components/LogPane/__snapshots__/LogPane.stories.storyshot index a583c3324..9782b90cf 100644 --- a/apps/parsley/src/components/LogPane/__snapshots__/LogPane.stories.storyshot +++ b/apps/parsley/src/components/LogPane/__snapshots__/LogPane.stories.storyshot @@ -7,7 +7,7 @@ exports[`Snapshot Tests LogPane.stories Default 1`] = ` >
diff --git a/apps/parsley/src/components/LogRow/CollapsedRow/__snapshots__/CollapsedRow.stories.storyshot b/apps/parsley/src/components/LogRow/CollapsedRow/__snapshots__/CollapsedRow.stories.storyshot index 2ca3ec8dc..2e4162fb9 100644 --- a/apps/parsley/src/components/LogRow/CollapsedRow/__snapshots__/CollapsedRow.stories.storyshot +++ b/apps/parsley/src/components/LogRow/CollapsedRow/__snapshots__/CollapsedRow.stories.storyshot @@ -8,7 +8,7 @@ exports[`Snapshot Tests CollapsedRow.stories CollapsedAnsiRow 1`] = `
@@ -35,7 +35,7 @@ exports[`Snapshot Tests CollapsedRow.stories CollapsedResmokeRow 1`] = `
diff --git a/apps/parsley/src/components/LogRow/ResmokeRow/__snapshots__/ResmokeRow.stories.storyshot b/apps/parsley/src/components/LogRow/ResmokeRow/__snapshots__/ResmokeRow.stories.storyshot index 956644f80..162d478c7 100644 --- a/apps/parsley/src/components/LogRow/ResmokeRow/__snapshots__/ResmokeRow.stories.storyshot +++ b/apps/parsley/src/components/LogRow/ResmokeRow/__snapshots__/ResmokeRow.stories.storyshot @@ -8,7 +8,7 @@ exports[`Snapshot Tests ResmokeRow.stories MultipleLines 1`] = `
diff --git a/apps/parsley/src/components/PaginatedVirtualList/__snapshots__/PaginatedVirtualList.stories.storyshot b/apps/parsley/src/components/PaginatedVirtualList/__snapshots__/PaginatedVirtualList.stories.storyshot index fa41c8edd..6dab3a1af 100644 --- a/apps/parsley/src/components/PaginatedVirtualList/__snapshots__/PaginatedVirtualList.stories.storyshot +++ b/apps/parsley/src/components/PaginatedVirtualList/__snapshots__/PaginatedVirtualList.stories.storyshot @@ -7,7 +7,7 @@ exports[`Snapshot Tests PaginatedVirtualList.stories Default 1`] = ` >
diff --git a/apps/parsley/src/gql/generated/types.ts b/apps/parsley/src/gql/generated/types.ts index c3d61bd8e..244a37cf6 100644 --- a/apps/parsley/src/gql/generated/types.ts +++ b/apps/parsley/src/gql/generated/types.ts @@ -378,6 +378,7 @@ export type Distro = { homeVolumeSettings: HomeVolumeSettings; hostAllocatorSettings: HostAllocatorSettings; iceCreamSettings: IceCreamSettings; + imageId?: Maybe; isCluster: Scalars["Boolean"]["output"]; isVirtualWorkStation: Scalars["Boolean"]["output"]; mountpoints?: Maybe>>; @@ -443,6 +444,7 @@ export type DistroInput = { homeVolumeSettings: HomeVolumeSettingsInput; hostAllocatorSettings: HostAllocatorSettingsInput; iceCreamSettings: IceCreamSettingsInput; + imageId?: InputMaybe; isCluster: Scalars["Boolean"]["input"]; isVirtualWorkStation: Scalars["Boolean"]["input"]; mountpoints?: InputMaybe>>; diff --git a/apps/spruce/package.json b/apps/spruce/package.json index 5a786b20b..9ce0dff44 100644 --- a/apps/spruce/package.json +++ b/apps/spruce/package.json @@ -120,7 +120,7 @@ "react-dom": "18.2.0", "react-router-dom": "6.16.0", "react-string-replace": "1.1.1", - "react-virtuoso": "^4.3.11" + "react-virtuoso": "^4.7.10" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.17.12", diff --git a/apps/spruce/src/gql/generated/types.ts b/apps/spruce/src/gql/generated/types.ts index ebdcdbdf6..45d0396d3 100644 --- a/apps/spruce/src/gql/generated/types.ts +++ b/apps/spruce/src/gql/generated/types.ts @@ -378,6 +378,7 @@ export type Distro = { homeVolumeSettings: HomeVolumeSettings; hostAllocatorSettings: HostAllocatorSettings; iceCreamSettings: IceCreamSettings; + imageId?: Maybe; isCluster: Scalars["Boolean"]["output"]; isVirtualWorkStation: Scalars["Boolean"]["output"]; mountpoints?: Maybe>>; @@ -443,6 +444,7 @@ export type DistroInput = { homeVolumeSettings: HomeVolumeSettingsInput; hostAllocatorSettings: HostAllocatorSettingsInput; iceCreamSettings: IceCreamSettingsInput; + imageId?: InputMaybe; isCluster: Scalars["Boolean"]["input"]; isVirtualWorkStation: Scalars["Boolean"]["input"]; mountpoints?: InputMaybe>>; diff --git a/yarn.lock b/yarn.lock index dd6047ed5..46162129a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14463,15 +14463,10 @@ react-virtual@^2.10.4: dependencies: "@reach/observe-rect" "^1.1.0" -react-virtuoso@4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.6.2.tgz#74b59ebe3260e1f73e92340ffec84a6853285a12" - integrity sha512-vvlqvzPif+MvBrJ09+hJJrVY0xJK9yran+A+/1iwY78k0YCVKsyoNPqoLxOxzYPggspNBNXqUXEcvckN29OxyQ== - -react-virtuoso@^4.3.11: - version "4.7.4" - resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.7.4.tgz#9ac8862231c9b34fc68ffb2edae3f471f23335b2" - integrity sha512-aYD+ClOCtYxURuT/GK5GamcD7XFTtmagKakEDQ07EyCPBUFy7Oc6xC2I24zSGcY5rDj+QZf/R5Iiks9Ael8pCA== +react-virtuoso@4.7.10, react-virtuoso@^4.7.10: + version "4.7.10" + resolved "https://registry.yarnpkg.com/react-virtuoso/-/react-virtuoso-4.7.10.tgz#6d4e951d4a62b57f012e411fbb8a16ff84d3732b" + integrity sha512-l+fnBf/G1Fp6pHCnhFq2Ra4lkZtT6c5XrS9rCS0OA6de7WGLZviCo0y61CUZZG79TeAw3L7O4czeNPiqh9CIrg== react@18.2.0: version "18.2.0"