Skip to content

Commit

Permalink
fix(deps): update dependency stylelint-config-idiomatic-order to v9 (#…
Browse files Browse the repository at this point in the history
…14432)

* fix(deps): update dependency stylelint-config-idiomatic-order to v9

* chore(lint): fix linting errors

* chore(lint): revert lint:styles change

* chore(styles): remove extra whitespace

* fix(lint): revert accidental lint change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
renovate[bot] and tw15egan authored Sep 19, 2023
1 parent 170c157 commit 48b81c5
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 58 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/stylelint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"stylelint-a11y": "^1.2.3",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/button/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ $button-focus-color: custom-property.get-var('button-focus-color', $focus);
display: inline-flex;
flex-shrink: 0;
justify-content: space-between;
border-radius: $button-border-radius;
// Fix to remove added margins on buttons in safari (see #5155)
margin: 0;
border-radius: $button-border-radius;
cursor: pointer;
inline-size: max-content;
max-inline-size: convert.to-rem(320px);
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
// text overflows.
position: absolute;
border: 1px solid $icon-primary;
border-radius: 2px;

// Checkboxes with a background color look visually off against a parent container.
background-color: transparent;
block-size: convert.to-rem(16px);
border-radius: 2px;
content: '';

// According to the spec, we'll want the bounding box for our checkbox to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ $copy-btn-feedback: $background-inverse !default;
display: inline;
padding: 0;
border: 1px solid transparent;
background-color: $layer;
border-radius: 4px;
background-color: $layer;
color: $text-primary;
cursor: pointer;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
box-sizing: border-box;
padding: 0;
border: 0;
animation: none;
border-radius: 0;
animation: none;
direction: ltr;
inline-size: convert.to-rem(315px);
max-block-size: 0;
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/scss/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ $list-box-menu-width: convert.to-rem(300px);
align-items: center;
justify-content: space-between;
padding: convert.to-rem(8px);
border-radius: convert.to-rem(12px);
background-color: $background-inverse;
block-size: convert.to-rem(24px);
border-radius: convert.to-rem(12px);
color: $text-inverse;
inline-size: auto;
inset-block-start: auto;
Expand All @@ -485,8 +485,8 @@ $list-box-menu-width: convert.to-rem(300px);
margin-inline-start: convert.to-rem(4px);

&:hover {
background-color: $button-secondary-hover;
border-radius: 50%;
background-color: $button-secondary-hover;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
display: inline-flex;
box-sizing: border-box;
border: 0;
border-radius: 0;

// Firefox: Hide spinner (up and down buttons)
-moz-appearance: textfield;
appearance: textfield;
background-color: $field;
block-size: convert.to-rem(40px);
border-block-end: convert.to-rem(1px) solid $border-strong;
border-radius: 0;
color: $text-primary;
font-family: font-family('sans');
font-weight: 400;
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/popover/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ $popover-caret-height: custom-property.get-var(
position: absolute;
z-index: z('floating');
display: none;
background-color: $popover-background-color;
border-radius: $popover-border-radius;
background-color: $popover-background-color;
color: $popover-text-color;
inline-size: max-content;
max-inline-size: convert.to-rem(368px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ $progress-indicator-bar-width: 1px inset transparent !default;
position: relative;
z-index: 1;
flex-shrink: 0;
block-size: $spacing-05;
border-radius: 50%;
block-size: $spacing-05;
fill: $interactive;
inline-size: $spacing-05;
margin-block-start: convert.to-rem(10px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ $radio-border-width: 1px !default;

flex-shrink: 0;
border: $radio-border-width solid $icon-primary;
border-radius: 50%;
background-color: transparent;
block-size: convert.to-rem(18px);
border-radius: 50%;
inline-size: convert.to-rem(18px);
margin-block: convert.to-rem(1px) convert.to-rem(2px);
margin-inline: convert.to-rem(2px) convert.to-rem(10px);
Expand All @@ -108,9 +108,9 @@ $radio-border-width: 1px !default;
&::before {
position: relative;
display: inline-block;
border-radius: 50%;
background-color: $icon-primary;
block-size: 100%;
border-radius: 50%;
content: '';
inline-size: 100%;
transform: scale(0.5);
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@

display: block;
border: none;
border-radius: 0;
appearance: none;
background-color: $field;
block-size: convert.to-rem(40px);
border-block-end: 1px solid $border-strong;
border-radius: 0;
color: $text-primary;
cursor: pointer;
font-family: inherit;
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/components/slider/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
.#{$prefix}--slider__thumb {
position: absolute;
z-index: 3;
border-radius: 50%;
background: $layer-selected-inverse;
block-size: convert.to-rem(14px);
border-radius: 50%;
box-shadow: inset 0 0 0 1px transparent, inset 0 0 0 2px transparent;
inline-size: convert.to-rem(14px);
outline: none;
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/scss/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
display: inline-flex;
align-items: center;
justify-content: center;
margin: $spacing-02;
border-radius: convert.to-rem(15px);
margin: $spacing-02;
cursor: default;
// restricts size of contained elements
max-inline-size: 100%;
Expand Down Expand Up @@ -186,10 +186,10 @@
justify-content: center;
padding: 0;
border: 0;
border-radius: 50%;
margin: 0 0 0 convert.to-rem(2px);
background-color: transparent;
block-size: layout.size('height');
border-radius: 50%;
color: currentColor;
cursor: pointer;
inline-size: layout.size('height');
Expand Down
8 changes: 3 additions & 5 deletions packages/styles/scss/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@

.#{$prefix}--toggle__switch {
position: relative;
border-radius: convert.to-rem(12px);
background-color: $toggle-off;
block-size: convert.to-rem(24px);
border-radius: convert.to-rem(12px);
inline-size: convert.to-rem(48px);
transition: background-color $duration-fast-01 motion(exit, productive);

&::before {
position: absolute;
border-radius: 50%;
background-color: $icon-on-color;
block-size: convert.to-rem(18px);
border-radius: 50%;
content: '';
inline-size: convert.to-rem(18px);
inset-block-start: convert.to-rem(3px);
Expand Down Expand Up @@ -204,17 +204,15 @@
.#{$prefix}--toggle--skeleton .#{$prefix}--toggle__skeleton-circle {
@include circular-skeleton;

block-size: convert.to-rem(18px);
border-radius: 50%;

block-size: convert.to-rem(18px);
inline-size: convert.to-rem(18px);
}

.#{$prefix}--toggle--skeleton .#{$prefix}--toggle__skeleton-rectangle {
@include skeleton;

block-size: convert.to-rem(8px);

inline-size: convert.to-rem(24px);
margin-inline-start: convert.to-rem(8px);
}
Expand Down
6 changes: 1 addition & 5 deletions packages/styles/scss/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ $tooltip-padding-inline: custom-property.get-var(
@include type.type-style('body-01');

padding: $tooltip-padding-block $tooltip-padding-inline;

color: theme.$text-inverse;

max-inline-size: convert.to-rem(288px);
}
}
Expand All @@ -46,9 +44,8 @@ $tooltip-padding-inline: custom-property.get-var(
.#{$prefix}--definition-term {
@include button-reset.reset;

border-block-end: 1px dotted theme.$border-strong;
border-radius: 0;

border-block-end: 1px dotted theme.$border-strong;
color: theme.$text-primary;
}

Expand All @@ -66,7 +63,6 @@ $tooltip-padding-inline: custom-property.get-var(
@include type.type-style('body-01');

padding: convert.to-rem(8px) convert.to-rem(16px);

max-inline-size: convert.to-rem(176px);
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/utilities/_skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
@mixin circular-skeleton {
position: relative;
overflow: hidden;
background: $skeleton-background;
border-radius: 50%;
background: $skeleton-background;

&::before {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/utilities/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
convert.to-rem(8px) convert.to-rem(16px),
convert.to-rem(3px) convert.to-rem(16px)
);
border-radius: convert.to-rem(2px);
background-color: $background-inverse;
block-size: auto;
border-radius: convert.to-rem(2px);
color: $text-inverse;
font-weight: 400;
inline-size: max-content;
Expand Down
37 changes: 7 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25505,16 +25505,6 @@ __metadata:
languageName: node
linkType: hard

"postcss-sorting@npm:^5.0.1":
version: 5.0.1
resolution: "postcss-sorting@npm:5.0.1"
dependencies:
lodash: ^4.17.14
postcss: ^7.0.17
checksum: 0a410afab47e1ec10f1bd8768d7118cad93d00990a298816bb6c30f72f66ed05d29f152c8a04b943749fef134413171d6c91ef9915a1b95281573c1c7d13f76c
languageName: node
linkType: hard

"postcss-sorting@npm:^7.0.1":
version: 7.0.1
resolution: "postcss-sorting@npm:7.0.1"
Expand Down Expand Up @@ -25599,7 +25589,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^7.0.17, postcss@npm:^7.0.35":
"postcss@npm:^7.0.35":
version: 7.0.39
resolution: "postcss@npm:7.0.39"
dependencies:
Expand Down Expand Up @@ -29313,7 +29303,7 @@ __metadata:
prettier: ^2.8.8
stylelint: ^15.0.0
stylelint-a11y: ^1.2.3
stylelint-config-idiomatic-order: ^8.1.0
stylelint-config-idiomatic-order: ^9.0.0
stylelint-config-prettier: ^9.0.3
stylelint-config-standard: ^34.0.0
stylelint-config-standard-scss: ^11.0.0
Expand All @@ -29327,14 +29317,14 @@ __metadata:
languageName: unknown
linkType: soft

"stylelint-config-idiomatic-order@npm:^8.1.0":
version: 8.1.0
resolution: "stylelint-config-idiomatic-order@npm:8.1.0"
"stylelint-config-idiomatic-order@npm:^9.0.0":
version: 9.0.0
resolution: "stylelint-config-idiomatic-order@npm:9.0.0"
dependencies:
stylelint-order: ^3.1.1
stylelint-order: ^5.0.0
peerDependencies:
stylelint: ">=11"
checksum: f83ebfb90a506e0c01df8f1e25e11a55cfd881dbb07bc9714a25fe8fa1d31cb50aa160561692edd15aa654f2d200cd08e10620f7ac2a7d6a2b3bde955d49f6f7
checksum: ff942702442cb60116ef35442f8ab15279fbaeb6ce6ca2e56f3b0fd11c1f5355a8aa4a8cdca5f64d5cfd3b4879f662e1a092333965a16342fc25d9ff230616c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -29416,19 +29406,6 @@ __metadata:
languageName: node
linkType: hard

"stylelint-order@npm:^3.1.1":
version: 3.1.1
resolution: "stylelint-order@npm:3.1.1"
dependencies:
lodash: ^4.17.15
postcss: ^7.0.17
postcss-sorting: ^5.0.1
peerDependencies:
stylelint: ">=10.0.1"
checksum: 35388f28bd9a4d91ab35eea3518ba83b4b72514aa169015fd3187ce94061be201e47e557165b6ffad20baaaf69be4770785a4e4b7b56e4317759f84112bc1d8d
languageName: node
linkType: hard

"stylelint-order@npm:^5.0.0":
version: 5.0.0
resolution: "stylelint-order@npm:5.0.0"
Expand Down

0 comments on commit 48b81c5

Please sign in to comment.