Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

CHORE(NPM) - bump @leafygreen-ui/radio-group from 10.1.1 to 10.2.4 #2248

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@leafygreen-ui/palette": "4.0.7",
"@leafygreen-ui/popover": "11.0.17",
"@leafygreen-ui/radio-box-group": "12.0.16",
"@leafygreen-ui/radio-group": "10.1.1",
"@leafygreen-ui/radio-group": "10.2.4",
"@leafygreen-ui/search-input": "2.0.8",
"@leafygreen-ui/segmented-control": "8.2.6",
"@leafygreen-ui/select": "11.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ exports[`Snapshot Tests SpruceForm.stories Example2 1`] = `
>
<input
aria-checked="false"
aria-describedby="lg-1"
aria-describedby="lg-193"
aria-disabled="false"
class="lg-ui-radio-group-0002 leafygreen-ui-1iwed1m"
id="radio-group--0"
Expand All @@ -605,7 +605,7 @@ exports[`Snapshot Tests SpruceForm.stories Example2 1`] = `
>
<input
aria-checked="false"
aria-describedby="lg-2"
aria-describedby="lg-194"
aria-disabled="false"
class="lg-ui-radio-group-0002 leafygreen-ui-1iwed1m"
id="radio-group--1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ exports[`Snapshot Tests TableControl.stories Default 1`] = `
class="leafygreen-ui-1iyoj2o css-5krlfz-StyledSelect ekttol50"
>
<button
aria-controls="select-193-menu"
aria-describedby="select-193-description"
aria-controls="select-195-menu"
aria-describedby="select-195-description"
aria-disabled="false"
aria-expanded="false"
aria-invalid="false"
aria-labelledby="page-size-select"
class="lg-ui-button-0000 leafygreen-ui-3wvwqe"
data-cy="tasks-table-page-size-selector"
data-testid="leafygreen-ui-select-menubutton"
id="select-194"
id="select-196"
type="button"
value="10"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ exports[`Snapshot Tests TupleSelect.stories Default 1`] = `
class="leafygreen-ui-1iyoj2o css-1scwv0u-GroupedSelect e5gn9hl1"
>
<button
aria-controls="select-195-menu"
aria-describedby="select-195-description"
aria-controls="select-197-menu"
aria-describedby="select-197-description"
aria-disabled="false"
aria-expanded="false"
aria-invalid="false"
aria-labelledby="Tuple Select"
class="lg-ui-button-0000 leafygreen-ui-c8np5"
data-cy="tuple-select-dropdown"
data-testid="leafygreen-ui-select-menubutton"
id="select-196"
id="select-198"
type="button"
value="build_variant"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ exports[`Snapshot Tests Components/TupleSelect WithConditional 1`] = `
class="leafygreen-ui-ozfao7 css-1qa4isu-PaddedSegmentedControl egmqwjk0"
>
<div
aria-label="segmented-control-197"
aria-owns="segmented-control-197-0 segmented-control-197-1"
aria-label="segmented-control-199"
aria-owns="segmented-control-199-0 segmented-control-199-1"
class="leafygreen-ui-18en4yf"
role="tablist"
>
Expand All @@ -35,7 +35,7 @@ exports[`Snapshot Tests Components/TupleSelect WithConditional 1`] = `
aria-controls="tuple-select-with-regex"
aria-selected="true"
class="leafygreen-ui-ypz97o"
id="segmented-control-197-0"
id="segmented-control-199-0"
role="tab"
tabindex="0"
type="button"
Expand Down Expand Up @@ -65,7 +65,7 @@ exports[`Snapshot Tests Components/TupleSelect WithConditional 1`] = `
aria-controls="tuple-select-with-regex"
aria-selected="false"
class="leafygreen-ui-ypz97o"
id="segmented-control-197-1"
id="segmented-control-199-1"
role="tab"
tabindex="-1"
type="button"
Expand Down Expand Up @@ -99,16 +99,16 @@ exports[`Snapshot Tests Components/TupleSelect WithConditional 1`] = `
class="leafygreen-ui-1iyoj2o css-1scwv0u-GroupedSelect e5gn9hl1"
>
<button
aria-controls="select-198-menu"
aria-describedby="select-198-description"
aria-controls="select-200-menu"
aria-describedby="select-200-description"
aria-disabled="false"
aria-expanded="false"
aria-invalid="false"
aria-labelledby="Tuple Select"
class="lg-ui-button-0000 leafygreen-ui-c8np5"
data-cy="tuple-select-dropdown"
data-testid="leafygreen-ui-select-menubutton"
id="select-199"
id="select-201"
type="button"
value="build_variant"
>
Expand Down
2 changes: 1 addition & 1 deletion src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2583,6 +2583,7 @@ export type TaskEndDetail = {

export type TaskEventLogData = {
__typename?: "TaskEventLogData";
blockedOn?: Maybe<Scalars["String"]["output"]>;
hostId?: Maybe<Scalars["String"]["output"]>;
jiraIssue?: Maybe<Scalars["String"]["output"]>;
jiraLink?: Maybe<Scalars["String"]["output"]>;
Expand Down Expand Up @@ -2651,7 +2652,6 @@ export type TaskLogs = {
__typename?: "TaskLogs";
agentLogs: Array<LogMessage>;
allLogs: Array<LogMessage>;
defaultLogger: Scalars["String"]["output"];
eventLogs: Array<TaskEventLogEntry>;
execution: Scalars["Int"]["output"];
systemLogs: Array<LogMessage>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ exports[`Snapshot Tests Pages/Commits/Project Health Page Default 1`] = `
>
<input
aria-checked="true"
aria-describedby="lg-3"
aria-describedby="lg-218"
aria-disabled="false"
checked=""
class="lg-ui-radio-group-0002 leafygreen-ui-1iwed1m"
Expand Down Expand Up @@ -284,7 +284,7 @@ exports[`Snapshot Tests Pages/Commits/Project Health Page Default 1`] = `
for="chart-radio-percent"
>
<input
aria-describedby="lg-4"
aria-describedby="lg-219"
aria-disabled="false"
class="lg-ui-radio-group-0002 leafygreen-ui-1iwed1m"
data-cy="cy-chart-percent-radio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("distro select", () => {
await waitFor(() => {
expect(screen.getByDataCy("distro-select")).toBeInTheDocument();
});
expect(screen.getByLabelText("Distro")).toHaveValue("localhost");
expect(screen.getByDisplayValue("localhost")).toBeVisible();
});

it("selecting a different distro will navigate to the correct URL", async () => {
Expand Down
86 changes: 17 additions & 69 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3434,29 +3434,14 @@
focus-trap-react "9.0.2"
polished "^4.2.2"

"@leafygreen-ui/hooks@^7.3.3", "@leafygreen-ui/hooks@^7.4.0", "@leafygreen-ui/hooks@^7.5.0", "@leafygreen-ui/hooks@^7.7.1", "@leafygreen-ui/hooks@^7.7.3", "@leafygreen-ui/hooks@^7.7.5", "@leafygreen-ui/hooks@^7.7.8":
"@leafygreen-ui/hooks@^7.3.3", "@leafygreen-ui/hooks@^7.4.0", "@leafygreen-ui/hooks@^7.5.0", "@leafygreen-ui/hooks@^7.7.3", "@leafygreen-ui/hooks@^7.7.5", "@leafygreen-ui/hooks@^7.7.8":
version "7.7.8"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/hooks/-/hooks-7.7.8.tgz#63b884067711c42c152edc185b7a2e8be474c264"
integrity sha512-8n0GjAxIxXN1e7XcZ2bobdI56XCqbtH3AZTbWTgQdILnTdxuA/9+yif1zIP4L8shoUbcosuMwU5HRu4UnX9n1g==
dependencies:
lodash "^4.17.21"

"@leafygreen-ui/hooks@^8.0.0", "@leafygreen-ui/hooks@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/hooks/-/hooks-8.0.1.tgz#3f864f5be93e872c0884206643ee6b957972e17f"
integrity sha512-n++2Qdtv0UsJoSSCtrDU0Qlcq0JvSy+fzvvexDphqbchoC47DtgFqVfftq8UcmkvkkJOkTASrIZesV45rVJAiQ==
dependencies:
lodash "^4.17.21"

"@leafygreen-ui/hooks@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/hooks/-/hooks-8.1.0.tgz#1f6fec4d7021a86a28ae8c84d353b6190183767c"
integrity sha512-BWuZ2vCeWxI6fYb6Kj7C7BcQji7PfuTOiB8PB9NW0fEtrC76p18eclwgCrlimaCLIV81/eLN07NTwR14OCpWHg==
dependencies:
"@leafygreen-ui/lib" "^13.2.0"
lodash "^4.17.21"

"@leafygreen-ui/hooks@^8.1.1":
"@leafygreen-ui/hooks@^8.0.0", "@leafygreen-ui/hooks@^8.0.1", "@leafygreen-ui/hooks@^8.1.0", "@leafygreen-ui/hooks@^8.1.1":
version "8.1.1"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/hooks/-/hooks-8.1.1.tgz#39ff22a762ea61146e9b0d136d73836e72103acc"
integrity sha512-Ovh4/huQbM3UVSnHDQE0rWWG8bxZG7qdI2RZYtmUW/YbAL66GQx3jkfpuLlL3Npu5SxuS6b/Ai42sB2U6+Df0A==
Expand Down Expand Up @@ -3565,7 +3550,7 @@
"@leafygreen-ui/hooks" "^8.0.0"
"@leafygreen-ui/lib" "^13.0.0"

"@leafygreen-ui/lib@^10.0.0", "@leafygreen-ui/lib@^10.1.0", "@leafygreen-ui/lib@^10.2.2", "@leafygreen-ui/lib@^10.3.2", "@leafygreen-ui/lib@^10.3.3", "@leafygreen-ui/lib@^10.4.0", "@leafygreen-ui/lib@^10.4.3":
"@leafygreen-ui/lib@^10.0.0", "@leafygreen-ui/lib@^10.1.0", "@leafygreen-ui/lib@^10.2.2", "@leafygreen-ui/lib@^10.3.3", "@leafygreen-ui/lib@^10.4.0", "@leafygreen-ui/lib@^10.4.3":
version "10.4.3"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/lib/-/lib-10.4.3.tgz#f5ebdabc82922067adee8f37833237685bb1b1a8"
integrity sha512-p5BtXHeQsvLnnrN0eunPFZeaMtW9z7Mbvm2WOS9lvnAySj8xZp5Vn9Y3XjyYLbPhpGVBhhOAJFP3YMxbP9DKgg==
Expand All @@ -3592,25 +3577,7 @@
lodash "^4.17.21"
prop-types "^15.7.2"

"@leafygreen-ui/lib@^13.0.0", "@leafygreen-ui/lib@^13.1.0":
version "13.1.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/lib/-/lib-13.1.0.tgz#c594da94916a5dce6a3bf93adf2bcead4ff62e44"
integrity sha512-YDq/IYwhcIWYg8A81Uo2J/a+0VP9Pfbn2heUGfytLY9gYcrpMYL7kClAHwZzg8iS4iOaIexGcaUFu0I3OYFxyA==
dependencies:
"@storybook/csf" "^0.1.0"
lodash "^4.17.21"
prop-types "^15.7.2"

"@leafygreen-ui/lib@^13.2.0":
version "13.2.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/lib/-/lib-13.2.0.tgz#e228121ba35aebb877e9f4c9e587729727b79452"
integrity sha512-ZolZG27hkorgH9tU/wV+oXRlC2x9yNNlB2QvgPXK1rAzMAIpUQJYEfny9PtBcHVLh5vWoKFShd7I2ZniEzvzZg==
dependencies:
"@storybook/csf" "^0.1.0"
lodash "^4.17.21"
prop-types "^15.7.2"

"@leafygreen-ui/lib@^13.2.1":
"@leafygreen-ui/lib@^13.0.0", "@leafygreen-ui/lib@^13.1.0", "@leafygreen-ui/lib@^13.2.0", "@leafygreen-ui/lib@^13.2.1":
version "13.2.1"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/lib/-/lib-13.2.1.tgz#4d4c62ff5ee6182532055f6825b8c9d68e522bfe"
integrity sha512-b9EwTr65RU05rAh/dF8SHZ6yV6jPvPx6tu0IlXB/upk7Mdswjad83CI1ceF2pDlo8GPhCKlwFvPZlQCR1jqBXA==
Expand Down Expand Up @@ -3777,17 +3744,17 @@
"@leafygreen-ui/palette" "^4.0.7"
"@leafygreen-ui/tokens" "^2.2.0"

"@leafygreen-ui/radio-group@10.1.1":
version "10.1.1"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/radio-group/-/radio-group-10.1.1.tgz#e391ea296dc99658a2d020dccf3542c919d86f75"
integrity sha512-Af4lf1Ntd8GkjJWUeVSpgfCBkMK3I/I+aY/gLKeiLaSCohP5V47Okj7lY48ZpWX8H9+B23npvMW6z0o1Eo9wHQ==
"@leafygreen-ui/radio-group@10.2.4":
version "10.2.4"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/radio-group/-/radio-group-10.2.4.tgz#42ea93512c7f555facb871c97ddbbf3d5c136d44"
integrity sha512-Jd54mKopU9rp7YDlnG/Aw+C3bSvE7CpVzJ9UFAgvWQP2FbqTIE5uDRibYipcf1R3AiOTVOm2H5i9xmHi+bi1xQ==
dependencies:
"@leafygreen-ui/emotion" "^4.0.4"
"@leafygreen-ui/hooks" "^7.7.1"
"@leafygreen-ui/lib" "^10.3.2"
"@leafygreen-ui/palette" "^4.0.3"
"@leafygreen-ui/tokens" "^2.0.2"
"@leafygreen-ui/typography" "^16.2.1"
"@leafygreen-ui/emotion" "^4.0.7"
"@leafygreen-ui/hooks" "^8.0.0"
"@leafygreen-ui/lib" "^13.0.0"
"@leafygreen-ui/palette" "^4.0.7"
"@leafygreen-ui/tokens" "^2.2.0"
"@leafygreen-ui/typography" "^18.0.0"

"@leafygreen-ui/ripple@^1.1.12":
version "1.1.12"
Expand Down Expand Up @@ -4021,14 +3988,7 @@
dependencies:
"@leafygreen-ui/palette" "^3.4.5"

"@leafygreen-ui/tokens@^2.0.0", "@leafygreen-ui/tokens@^2.0.1", "@leafygreen-ui/tokens@^2.0.2", "@leafygreen-ui/tokens@^2.1.0", "@leafygreen-ui/tokens@^2.1.1", "@leafygreen-ui/tokens@^2.1.4", "@leafygreen-ui/tokens@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/tokens/-/tokens-2.2.0.tgz#8cae3fc84bd54e9d579ab6bd2a43fad3f9050fd9"
integrity sha512-hmRT1Sz6J9tv84ty1YPs1zmFewOCt/TghfbR0So5UtA5S2q4sVqjPZEpSvLmlxmtXIyl77fjU+uZYHpW2EID6w==
dependencies:
"@leafygreen-ui/palette" "^4.0.7"

"@leafygreen-ui/tokens@^2.3.0":
"@leafygreen-ui/tokens@^2.0.0", "@leafygreen-ui/tokens@^2.0.1", "@leafygreen-ui/tokens@^2.1.0", "@leafygreen-ui/tokens@^2.1.1", "@leafygreen-ui/tokens@^2.1.4", "@leafygreen-ui/tokens@^2.2.0", "@leafygreen-ui/tokens@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/tokens/-/tokens-2.3.0.tgz#33ec8416f423849c64174b387c2844cb41c24752"
integrity sha512-8oDrQWRvUISitKLufO+9rpvQnJxU56sVUhTjR3O3sY7CkRo1vhHUV7F82oY3Gt6nBXVn82RrBTHzZ6F6LHlBvw==
Expand Down Expand Up @@ -4107,7 +4067,7 @@
"@leafygreen-ui/palette" "^3.4.6"
"@leafygreen-ui/tokens" "^1.4.1"

"@leafygreen-ui/typography@^16.0.0", "@leafygreen-ui/typography@^16.1.0", "@leafygreen-ui/typography@^16.2.1", "@leafygreen-ui/typography@^16.4.0", "@leafygreen-ui/typography@^16.5.1", "@leafygreen-ui/typography@^16.5.4":
"@leafygreen-ui/typography@^16.0.0", "@leafygreen-ui/typography@^16.1.0", "@leafygreen-ui/typography@^16.4.0", "@leafygreen-ui/typography@^16.5.1", "@leafygreen-ui/typography@^16.5.4":
version "16.5.4"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/typography/-/typography-16.5.4.tgz#209839039b97be7c9eabddec85729eb8685abfc9"
integrity sha512-E9U8HD3AfeMMr0ZLkrSz8FUagxGSAqPb+DqASmJAdax4h82EXLJGBDmePQr4C+AVCx1pb5UZrckr67eBHCalnA==
Expand All @@ -4119,19 +4079,7 @@
"@leafygreen-ui/polymorphic" "^1.3.5"
"@leafygreen-ui/tokens" "^2.1.4"

"@leafygreen-ui/typography@^18.0.0", "@leafygreen-ui/typography@^18.0.1":
version "18.0.1"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/typography/-/typography-18.0.1.tgz#ca1a05f1e0d2defc9b50838d7ebe64e42c1f2345"
integrity sha512-XPTya1YVmpiGInxrD//aF0uCvhpnGPKDTkkZKD0Mk+bPP3qXaXtP8YwdrGnMLEJsuRG3ipmOrA5/YXcNQDeQkQ==
dependencies:
"@leafygreen-ui/emotion" "^4.0.7"
"@leafygreen-ui/icon" "^11.25.0"
"@leafygreen-ui/lib" "^13.0.0"
"@leafygreen-ui/palette" "^4.0.7"
"@leafygreen-ui/polymorphic" "^1.3.6"
"@leafygreen-ui/tokens" "^2.1.4"

"@leafygreen-ui/typography@^18.1.0":
"@leafygreen-ui/typography@^18.0.0", "@leafygreen-ui/typography@^18.0.1", "@leafygreen-ui/typography@^18.1.0":
version "18.1.0"
resolved "https://registry.yarnpkg.com/@leafygreen-ui/typography/-/typography-18.1.0.tgz#e305eac65a1ad5ae770cd6253fea644edf1103de"
integrity sha512-95teGvoTG4sFnf2WDw2mf5AWrOxEGJVvpCHoBqjUU+ySWg5j/pPhG+cXdfUpqxM9iCPTJfb0iAQk93687Zst9A==
Expand Down
Loading