Skip to content

Commit

Permalink
chore: update stylelint-config-recommended from 10.0.1 to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Nov 13, 2023
1 parent 0932393 commit 867be80
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"custom-property-empty-line-before": "never",
"max-nesting-depth": 2,
"no-descending-specificity": null,
"media-query-no-invalid": null,
"selector-class-pattern": null,
"selector-pseudo-class-no-unknown": [
true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@chanzuckerberg/eslint-plugin-edu-react": "^1.1.9",
"@chanzuckerberg/eslint-plugin-stories": "^3.2.14",
"@chanzuckerberg/story-utils": "^4.0.0",
"@commitlint/cli": "^18.4.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@geometricpanda/storybook-addon-badges": "^2.0.0",
"@omlet/cli": "^1.0.1-beta.38",
Expand Down Expand Up @@ -175,7 +175,7 @@
"storybook": "^7.5.3",
"style-dictionary": "^3.9.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^10.0.1",
"stylelint-config-recommended": "^13.0.0",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/components/PageHeader/PageHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

/**
* Page header right
*
*
* On larger viewports, add margin-left to keep space between title and
* header-right content. If additional margin needs to be added (i.e.
* margin-top on smaller viewports), add a spacing utility class to the
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,7 @@ __metadata:
"@chanzuckerberg/eslint-plugin-edu-react": "npm:^1.1.9"
"@chanzuckerberg/eslint-plugin-stories": "npm:^3.2.14"
"@chanzuckerberg/story-utils": "npm:^4.0.0"
"@commitlint/cli": "npm:^18.4.0"
"@commitlint/cli": "npm:^18.4.1"
"@commitlint/config-conventional": "npm:^18.4.0"
"@geometricpanda/storybook-addon-badges": "npm:^2.0.0"
"@headlessui/react": "npm:^1.7.17"
Expand Down Expand Up @@ -3091,7 +3091,7 @@ __metadata:
storybook: "npm:^7.5.3"
style-dictionary: "npm:^3.9.0"
stylelint: "npm:^15.11.0"
stylelint-config-recommended: "npm:^10.0.1"
stylelint-config-recommended: "npm:^13.0.0"
svg4everybody: "npm:^2.1.9"
tailwindcss: "npm:^3.3.5"
ts-jest: "npm:^29.1.1"
Expand Down Expand Up @@ -3175,7 +3175,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:^18.4.0":
"@commitlint/cli@npm:^18.4.1":
version: 18.4.1
resolution: "@commitlint/cli@npm:18.4.1"
dependencies:
Expand Down Expand Up @@ -20937,12 +20937,12 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^10.0.1":
version: 10.0.1
resolution: "stylelint-config-recommended@npm:10.0.1"
"stylelint-config-recommended@npm:^13.0.0":
version: 13.0.0
resolution: "stylelint-config-recommended@npm:13.0.0"
peerDependencies:
stylelint: ^15.0.0
checksum: 585766be57c2f22d49f76f27b9198a0e1ec812ea56263f082cfa0aea05c50ede68250da5a50ae4d2eb19129c973ca033a6cad9a7535d2f81c78b4caf1e2eea0f
stylelint: ^15.10.0
checksum: a56eb6d1a7c7f3a7a172b54bc34218859ba22a5a06816fb4d0964f66cb83cf372062f2c97830e994ad68243548e15fc49abf28887c3261ab1b471b3aa69f8e82
languageName: node
linkType: hard

Expand Down

0 comments on commit 867be80

Please sign in to comment.