Skip to content

Commit 45dd5d9

Browse files
chore(deps-dev): bump the stylelint group with 3 updates (#2879)
* chore(deps-dev): bump the stylelint group with 3 updates Bumps the stylelint group with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). Updates `stylelint` from 16.12.0 to 16.13.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.12.0...16.13.2) Updates `stylelint-config-recess-order` from 5.1.1 to 6.0.0 - [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases) - [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md) - [Commits](stormwarning/stylelint-config-recess-order@v5.1.1...v6.0.0) Updates `stylelint-config-standard` from 36.0.1 to 37.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@36.0.1...37.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint - dependency-name: stylelint-config-recess-order dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] <[email protected]> * Sort CSS rules * Replace deprecated word-break rule --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Bär <[email protected]>
1 parent b2acd99 commit 45dd5d9

File tree

37 files changed

+233
-119
lines changed

37 files changed

+233
-119
lines changed

package-lock.json

Lines changed: 163 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
"react-dom": "^18.3.1",
8787
"remark-gfm": "^4.0.0",
8888
"storybook": "^8.4.5",
89-
"stylelint": "^16.12.0",
89+
"stylelint": "^16.13.2",
9090
"stylelint-config-css-modules": "^4.4.0",
91-
"stylelint-config-recess-order": "^5.1.1",
92-
"stylelint-config-standard": "^36.0.1",
91+
"stylelint-config-recess-order": "^6.0.0",
92+
"stylelint-config-standard": "^37.0.0",
9393
"stylelint-no-unsupported-browser-features": "^8.0.2",
9494
"stylelint-prettier": "^5.0.2",
9595
"svgo": "^3.3.2",

packages/circuit-ui/components/Anchor/Anchor.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
color: var(--cui-fg-accent);
88
text-align: left;
99
text-decoration: underline;
10+
outline: none;
1011
background: none;
1112
border: 0;
1213
border-radius: var(--cui-border-radius-bit);
13-
outline: none;
1414
transition:
1515
opacity var(--cui-transitions-default),
1616
color var(--cui-transitions-default),

packages/circuit-ui/components/Button/IconButton.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
padding: 0;
88
margin: -1px;
99
overflow: hidden;
10-
clip: rect(0 0 0 0);
1110
white-space: nowrap;
1211
border: 0;
12+
clip: rect(0 0 0 0);
1313
}
1414

1515
/* Sizes */

0 commit comments

Comments
 (0)