Skip to content

Commit

Permalink
chore(deps-dev): bump the stylelint group with 3 updates (#2879)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and connor-baer authored Jan 21, 2025
1 parent b2acd99 commit 45dd5d9
Show file tree
Hide file tree
Showing 37 changed files with 233 additions and 119 deletions.
212 changes: 163 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.5",
"stylelint": "^16.12.0",
"stylelint": "^16.13.2",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-prettier": "^5.0.2",
"svgo": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/components/Anchor/Anchor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
color: var(--cui-fg-accent);
text-align: left;
text-decoration: underline;
outline: none;
background: none;
border: 0;
border-radius: var(--cui-border-radius-bit);
outline: none;
transition:
opacity var(--cui-transitions-default),
color var(--cui-transitions-default),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
border: 0;
clip: rect(0 0 0 0);
}

/* Sizes */
Expand Down
Loading

0 comments on commit 45dd5d9

Please sign in to comment.