chore(deps): update dependency stylelint-config-standard-scss to v15 (#34658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ChaosExAnima <ChaosExAnima@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-19 14:46:11 +02:00 committed by GitHub
parent 4372d17114
commit 8ab2c4a9fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 792 additions and 561 deletions

View file

@ -2,7 +2,7 @@
body {
accent-color: #6364ff;
word-break: break-word;
overflow-wrap: anywhere;
margin: 0;
background-color: #f3f2f5;
padding: 0;
@ -45,7 +45,7 @@ table + p {
.email {
min-width: 280px;
font-family: Inter, 'Lucida Grande', sans-serif;
word-break: break-word;
overflow-wrap: anywhere;
color: #17063b;
background-color: #f3f2f5;
}

View file

@ -4,5 +4,5 @@
format('woff2-variations');
font-weight: 100 900;
font-style: normal;
mso-generic-font-family: swiss; /* stylelint-disable-line property-no-unknown -- Proprietary property for Outlook on Windows. */
mso-generic-font-family: swiss;
}

View file

@ -1104,7 +1104,7 @@ a.name-tag,
display: flex;
justify-content: space-between;
margin-bottom: 0;
word-break: break-word;
overflow-wrap: anywhere;
}
&__permissions {

View file

@ -8385,7 +8385,7 @@ noscript {
}
a {
word-break: break-word;
overflow-wrap: anywhere;
}
}
}

View file

@ -1156,7 +1156,7 @@ code {
&__type {
color: $darker-text-color;
word-break: break-word;
overflow-wrap: anywhere;
}
}

View file

@ -161,9 +161,9 @@
"lint-staged": "^15.0.0",
"prettier": "^3.3.3",
"react-test-renderer": "^18.2.0",
"stylelint": "^16.11.0",
"stylelint": "^16.19.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-config-standard-scss": "^15.0.1",
"typescript": "~5.7.3",
"typescript-eslint": "^8.29.1",
"vite-plugin-rails": "^0.5.0",

View file

@ -15,6 +15,7 @@ module.exports = {
rules: {
'at-rule-empty-line-before': null,
'color-function-notation': null,
'color-function-alias-notation': null,
'color-hex-length': null,
'declaration-block-no-redundant-longhand-properties': null,
'no-descending-specificity': null,

1336
yarn.lock

File diff suppressed because it is too large Load diff