Skip to content

Commit bc133d2

Browse files
chore(deps): update dependency stylelint-config-standard to v37 (#746)
* chore(deps): update dependency stylelint-config-standard to v37 * fix: invalid css values --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kptdobe <[email protected]>
1 parent 38686ed commit bc133d2

File tree

7 files changed

+32
-34
lines changed

7 files changed

+32
-34
lines changed

blocks/header/header.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ button.gnav-toggle::after {
660660
}
661661

662662
.gnav {
663-
grid-template: unset / auto 1fr auto auto auto;
663+
grid-template: none / auto 1fr auto auto auto;
664664
grid-template-areas: "brand navlist search profile logo";
665665
padding: 0 12px 0 0;
666666
}

blocks/hero/hero.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
.inner-content h3 {
4646
font-size: var(--type-body-l-size);
4747
font-weight: 700;
48-
letter-spacing: 1;
48+
letter-spacing: 1px;
4949
margin-bottom: var(--spacing-s);
5050
color: var(--color-accent-blue);
5151
text-transform: uppercase;

blocks/releases/releases.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
border-radius: 8px;
5858
font-size: 14px;
5959
display: flex;
60-
align-items: top;
60+
align-items: start;
6161
}
6262

6363
.releases-date {

package-lock.json

+17-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint-staged": "15.4.1",
3636
"sinon": "19.0.2",
3737
"stylelint": "16.13.2",
38-
"stylelint-config-standard": "36.0.1"
38+
"stylelint-config-standard": "37.0.0"
3939
},
4040
"lint-staged": {
4141
"*.js": "eslint",

plugins/experimentation/package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/experimentation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"eslint-config-airbnb-base": "15.0.0",
3333
"eslint-plugin-import": "2.31.0",
3434
"stylelint": "16.13.2",
35-
"stylelint-config-standard": "36.0.1"
35+
"stylelint-config-standard": "37.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)