Skip to content

Commit

Permalink
Bump stylelint-config-recess-order from 5.1.1 to 6.0.0 (#5686)
Browse files Browse the repository at this point in the history
* Bump stylelint-config-recess-order from 5.1.1 to 6.0.0

Bumps [stylelint-config-recess-order](https://github.com/stormwarning/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)

---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix linting issues

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chitoku <odango@chitoku.jp>
  • Loading branch information
dependabot[bot] and chitoku-k authored Jan 26, 2025
1 parent e210673 commit 9a90906
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"storybook": "^8.5.1",
"style-loader": "^4.0.0",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-scss": "^6.10.1",
"tsconfig-paths-webpack-plugin": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
display: block;
margin-top: 6px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 80%;
text-align: center;
text-overflow: ellipsis;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Pagination/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

> a,
> span {
display: inline-block;
float: none;
display: inline-block;
padding: 8px 16px;
margin: 0;
border: none;
Expand Down
2 changes: 1 addition & 1 deletion src/components/SubHeader/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
padding-left: 8px;
margin: 0 0 10px;
overflow: hidden;
font-size: 20px;
text-overflow: ellipsis;
font-size: 20px;
white-space: nowrap;
border-left: 1em solid var(--headings-primary);

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12125,7 +12125,7 @@ __metadata:
storybook: "npm:^8.5.1"
style-loader: "npm:^4.0.0"
stylelint: "npm:^16.13.2"
stylelint-config-recess-order: "npm:^5.1.1"
stylelint-config-recess-order: "npm:^6.0.0"
stylelint-config-standard-scss: "npm:^14.0.0"
stylelint-scss: "npm:^6.10.1"
tsconfig-paths-webpack-plugin: "npm:^4.2.0"
Expand Down Expand Up @@ -19816,14 +19816,14 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-recess-order@npm:^5.1.1":
version: 5.1.1
resolution: "stylelint-config-recess-order@npm:5.1.1"
"stylelint-config-recess-order@npm:^6.0.0":
version: 6.0.0
resolution: "stylelint-config-recess-order@npm:6.0.0"
dependencies:
stylelint-order: "npm:^6.0.4"
peerDependencies:
stylelint: ">=16"
checksum: 10/dd4518510e2392dc157b2f124782cc8ce90d8754b7b5ac911652bcd0f4be1827e14175302f973eb9dba0e20f6f28b292bbf6c6eb9988c0c62d64f43cab70bc01
checksum: 10/b38fbc0e79d3b40c8d049e35d71f47354167b44d6e8548e706cbe2679e23e0cf34ad1d9d74f6162f2f7e15a8422c586db175dbf2391bd7327fb2ad6593408ec9
languageName: node
linkType: hard

Expand Down

0 comments on commit 9a90906

Please sign in to comment.