Skip to content

Commit 8b586d3

Browse files
Merge pull request #5851 from Hacker0x01/dependabot/npm_and_yarn/stylelint-config-standard-39.0.0
chore(deps-dev): bump stylelint-config-standard from 38.0.0 to 39.0.0
2 parents e010f05 + 3c25c93 commit 8b586d3

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"rollup-plugin-filesize": "^10.0.0",
8787
"sass": "1.92.0",
8888
"slugify": "^1.6.6",
89-
"stylelint": "^16.14.1",
90-
"stylelint-config-standard": "^38.0.0",
89+
"stylelint": "^16.23.0",
90+
"stylelint-config-standard": "^39.0.0",
9191
"stylelint-config-standard-scss": "^15.0.1",
9292
"stylelint-scss": "^6.11.0",
9393
"ts-jest": "^29.2.5",

src/stylesheets/datepicker.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding: 0;
1111
margin: -1px;
1212
overflow: hidden;
13-
clip: rect(0, 0, 0, 0);
13+
clip-path: inset(50%);
1414
white-space: nowrap;
1515
border: 0;
1616
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9512,8 +9512,8 @@ __metadata:
95129512
rollup-plugin-filesize: "npm:^10.0.0"
95139513
sass: "npm:1.92.0"
95149514
slugify: "npm:^1.6.6"
9515-
stylelint: "npm:^16.14.1"
9516-
stylelint-config-standard: "npm:^38.0.0"
9515+
stylelint: "npm:^16.23.0"
9516+
stylelint-config-standard: "npm:^39.0.0"
95179517
stylelint-config-standard-scss: "npm:^15.0.1"
95189518
stylelint-scss: "npm:^6.11.0"
95199519
ts-jest: "npm:^29.2.5"
@@ -10652,6 +10652,15 @@ __metadata:
1065210652
languageName: node
1065310653
linkType: hard
1065410654

10655+
"stylelint-config-recommended@npm:^17.0.0":
10656+
version: 17.0.0
10657+
resolution: "stylelint-config-recommended@npm:17.0.0"
10658+
peerDependencies:
10659+
stylelint: ^16.23.0
10660+
checksum: 10c0/49e5d1c0f58197b2c5585b85fad814fed9bdec44c9870368c46a762664c5ff158c1145b6337456ae194409d692992b5b87421d62880422f71d8a3360417f5ad1
10661+
languageName: node
10662+
linkType: hard
10663+
1065510664
"stylelint-config-standard-scss@npm:^15.0.1":
1065610665
version: 15.0.1
1065710666
resolution: "stylelint-config-standard-scss@npm:15.0.1"
@@ -10679,6 +10688,17 @@ __metadata:
1067910688
languageName: node
1068010689
linkType: hard
1068110690

10691+
"stylelint-config-standard@npm:^39.0.0":
10692+
version: 39.0.0
10693+
resolution: "stylelint-config-standard@npm:39.0.0"
10694+
dependencies:
10695+
stylelint-config-recommended: "npm:^17.0.0"
10696+
peerDependencies:
10697+
stylelint: ^16.23.0
10698+
checksum: 10c0/b965f2708b0a506beebbe75ce6533ea56c58988e6b473c4789fb5a33f9911a4e163c0d27553d080fda6905cffefc7b7c34794a6d396207606478551ffa662efa
10699+
languageName: node
10700+
linkType: hard
10701+
1068210702
"stylelint-scss@npm:^6.11.0, stylelint-scss@npm:^6.12.0":
1068310703
version: 6.12.1
1068410704
resolution: "stylelint-scss@npm:6.12.1"
@@ -10697,7 +10717,7 @@ __metadata:
1069710717
languageName: node
1069810718
linkType: hard
1069910719

10700-
"stylelint@npm:^16.14.1":
10720+
"stylelint@npm:^16.23.0":
1070110721
version: 16.24.0
1070210722
resolution: "stylelint@npm:16.24.0"
1070310723
dependencies:

0 commit comments

Comments
 (0)