Skip to content

build(deps-dev): Bump the stylelint group with 2 updates #8439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"shx": "^0.4.0",
"size-limit": "^11.2.0",
"style-loader": "^4.0.0",
"stylelint": "^16.17.0",
"stylelint": "^16.18.0",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-media-use-custom-media": "^4.0.0",
"stylelint-prettier": "^5.0.3",
"stylelint-use-logical": "^2.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
background-color: var(--vkui--color_background_content);
border-block-end: var(--vkui--size_border--regular) solid
var(--vkui_docs--color_stroke_separator_secondary);
box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.04);
box-shadow: 0 8px 30px 0 rgb(0, 0, 0, 0.04);
}

.navbar {
Expand Down
4 changes: 2 additions & 2 deletions packages/vkui-docs-theme/src/mdx/Code/Code.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ pre .root {

/* stylelint-disable-next-line selector-max-type */
.root > span[data-highlighted-line] {
background-color: rgba(125, 125, 218, 0.1);
background-color: rgb(125, 125, 218, 0.1);
}

/* stylelint-disable-next-line selector-max-universal,selector-max-type */
.root > span[data-highlighted-line]:is(html[class~='vkui--vkBase--dark'] *) {
background-color: rgba(90, 90, 197, 0.1);
background-color: rgb(90, 90, 197, 0.1);
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
linear-gradient(to right, var(--vkui--color_separator_primary) 1px, transparent 1px),
linear-gradient(to bottom, var(--vkui--color_separator_primary) 1px, transparent 1px);
background-size: 32px 32px;
mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #000 100%);
mask-image: linear-gradient(to right, rgb(0, 0, 0, 0) 30%, #000 100%);
}

/* No classes for markdown content */
Expand Down
4 changes: 2 additions & 2 deletions packages/vkui/docs/icons-overview/IconsOverview.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
background-color: var(--vkui--color_background_contrast_themed);
box-shadow: var(
--vkui--elevation3,
0 2px 24px 0 rgba(0, 0, 0, 0.08),
0 0 2px 0 rgba(0, 0, 0, 0.08)
0 2px 24px 0 rgb(0, 0, 0, 0.08),
0 0 2px 0 rgb(0, 0, 0, 0.08)
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
background-color: var(--vkui_internal--IconsOverview_icons_color);
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 12px rgb(0, 0, 0, 0.15);
transition: all 0.2s ease;
}

.container:hover {
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
box-shadow: 0 6px 16px rgb(0, 0, 0, 0.2);
transform: scale(1.05);
}

.container:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.5);
box-shadow: 0 0 0 3px rgb(33, 150, 243, 0.5);
}

.input {
Expand All @@ -36,7 +36,7 @@
@media (prefers-color-scheme: dark) {
.container {
border-color: #2d2d2d;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 12px rgb(0, 0, 0, 0.4);
}
}
@media (prefers-reduced-motion: reduce) {
Expand Down
4 changes: 2 additions & 2 deletions packages/vkui/src/components/Alert/Alert.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
.vkcom {
inline-size: 400px;
box-shadow:
0 0 2px rgba(0, 0, 0, 0.12),
0 0 96px rgba(0, 0, 0, 0.16);
0 0 2px rgb(0, 0, 0, 0.12),
0 0 96px rgb(0, 0, 0, 0.16);
}

.vkcom .content {
Expand Down
4 changes: 2 additions & 2 deletions packages/vkui/src/components/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.modeShadow {
box-shadow: var(
--vkui--elevation3,
0 2px 24px 0 rgba(0, 0, 0, 0.08),
0 0 2px 0 rgba(0, 0, 0, 0.08)
0 2px 24px 0 rgb(0, 0, 0, 0.08),
0 0 2px 0 rgb(0, 0, 0, 0.08)
);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.host {
inset: 0;
user-select: none;
background-color: rgba(0, 0, 0, 0.4);
background-color: rgb(0, 0, 0, 0.4);
transition: opacity 0.3s linear;
will-change: opacity;
-webkit-tap-highlight-color: transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
}

.sizeXRegular.shadow .in {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 4px rgb(0, 0, 0, 0.08);
}

@media (--sizeX-regular) {
.sizeXNone.shadow .in {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 4px rgb(0, 0, 0, 0.08);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
display: var(--vkui_internal--PanelHeaderContext__fade_display);
inline-size: 100%;
block-size: 100%;
background: rgba(0, 0, 0, 0.4);
background: rgb(0, 0, 0, 0.4);
}

.opened .fade {
Expand Down Expand Up @@ -110,8 +110,8 @@

.sizeXRegular .content {
box-shadow:
0 0 4px rgba(0, 0, 0, 0.08),
0 8px 8px rgba(0, 0, 0, 0.16);
0 0 4px rgb(0, 0, 0, 0.08),
0 8px 8px rgb(0, 0, 0, 0.16);
}

@media (--sizeX-regular) {
Expand All @@ -126,8 +126,8 @@

.sizeXNone .content {
box-shadow:
0 0 4px rgba(0, 0, 0, 0.08),
0 8px 8px rgba(0, 0, 0, 0.16);
0 0 4px rgb(0, 0, 0, 0.08),
0 8px 8px rgb(0, 0, 0, 0.16);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
color: var(--vkui--color_icon_accent);
background: var(--vkui--color_background_modal);
border-radius: 50%;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 6px rgb(0, 0, 0, 0.2);
opacity: 0;
transition:
transform 300ms cubic-bezier(0.1, 0, 0.25, 1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
border-radius: inherit;
box-shadow:
inset 0 0 0 0.5px var(--vkui--color_image_border_alpha),
0 3px 8px rgba(0, 0, 0, 0.12),
0 3px 1px rgba(0, 0, 0, 0.04);
0 3px 8px rgb(0, 0, 0, 0.12),
0 3px 1px rgb(0, 0, 0, 0.04);
transform: translateX(calc(var(--vkui_internal--SegmentedControl_actual_index) * 100%));
transform-origin: 0 0;
transition: transform 150ms;
Expand Down
6 changes: 3 additions & 3 deletions packages/vkui/src/components/Switch/Switch.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
--vkui_internal--Switch__handle_shift_x_easing: cubic-bezier(0.36, -0.24, 0.26, 1.32);
/* prettier-ignore */
--vkui_internal--Switch__handle_shadow:
0 3px 8px rgba(0, 0, 0, 0.15),
0 3px 1px rgba(0, 0, 0, 0.06),
inset 0 0 0 0.5px rgba(0, 0, 0, 0.04);
0 3px 8px rgb(0, 0, 0, 0.15),
0 3px 1px rgb(0, 0, 0, 0.06),
inset 0 0 0 0.5px rgb(0, 0, 0, 0.04);
}

.ios.sizeYCompact {
Expand Down
2 changes: 1 addition & 1 deletion packages/vkui/src/components/View/View.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

.panelSwipeBackNext .panelOverlay {
background-color: rgba(0, 0, 0, 0.1);
background-color: rgb(0, 0, 0, 0.1);
}

.panelSwipeBackNext.panelSwipeBackSuccess .panelOverlay,
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5590,9 +5590,9 @@ __metadata:
shx: "npm:^0.4.0"
size-limit: "npm:^11.2.0"
style-loader: "npm:^4.0.0"
stylelint: "npm:^16.17.0"
stylelint: "npm:^16.18.0"
stylelint-config-recess-order: "npm:^6.0.0"
stylelint-config-standard: "npm:^37.0.0"
stylelint-config-standard: "npm:^38.0.0"
stylelint-media-use-custom-media: "npm:^4.0.0"
stylelint-prettier: "npm:^5.0.3"
stylelint-use-logical: "npm:^2.1.2"
Expand Down Expand Up @@ -20006,23 +20006,23 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^15.0.0":
version: 15.0.0
resolution: "stylelint-config-recommended@npm:15.0.0"
"stylelint-config-recommended@npm:^16.0.0":
version: 16.0.0
resolution: "stylelint-config-recommended@npm:16.0.0"
peerDependencies:
stylelint: ^16.13.0
checksum: 10/11f35fb433c9ea1cb68d3140c116bbd20fafafc01d6a90d8dafb9820d7697df51c3e28ff5d5c98a576282179168d11b65b50cbbbc6d20fa35f5ef9dff6e2c8e1
stylelint: ^16.16.0
checksum: 10/711595ec35f387422154b14bc1d05217c48762b62dcee13ca73a0edbb7353d537e3a9f6646e9631b2988dfadc8a015a893611e6cca65971c9b99ab8bb096704f
languageName: node
linkType: hard

"stylelint-config-standard@npm:^37.0.0":
version: 37.0.0
resolution: "stylelint-config-standard@npm:37.0.0"
"stylelint-config-standard@npm:^38.0.0":
version: 38.0.0
resolution: "stylelint-config-standard@npm:38.0.0"
dependencies:
stylelint-config-recommended: "npm:^15.0.0"
stylelint-config-recommended: "npm:^16.0.0"
peerDependencies:
stylelint: ^16.13.0
checksum: 10/2fe112448a82a59d39d66f7365a55af4092dc9fef9c31503156c8f281c7e62bd1413029b816d0e516df84316018ea69eee84d0b300f6e6e5f4c2cd083717e6c9
stylelint: ^16.18.0
checksum: 10/6704f80e93990a15e28043f25b926f08b6a585a6374d3610e1fa782c6e39279cdbd963c4614a58045372dc70254101f5d622f6578bbd7b2974fc3b4ce629db26
languageName: node
linkType: hard

Expand Down Expand Up @@ -20080,9 +20080,9 @@ __metadata:
languageName: node
linkType: hard

"stylelint@npm:^16.17.0":
version: 16.17.0
resolution: "stylelint@npm:16.17.0"
"stylelint@npm:^16.18.0":
version: 16.18.0
resolution: "stylelint@npm:16.18.0"
dependencies:
"@csstools/css-parser-algorithms": "npm:^3.0.4"
"@csstools/css-tokenizer": "npm:^3.0.3"
Expand Down Expand Up @@ -20124,7 +20124,7 @@ __metadata:
write-file-atomic: "npm:^5.0.1"
bin:
stylelint: bin/stylelint.mjs
checksum: 10/23a4d93db030b322ae1548877428317f5430a9c47f8bdf837fd31a84ceb8ee40c0ba822c315e0ae5b0424a84030243ebb742d0fad9f91c2d71ef6d3dfc9b32b0
checksum: 10/96b00d96125a033aeb9dfc710fbeacd36b69cc3914a060a09ba56c9f2165ed2296f09b048ab3ac702bdd2a1dd5a1ed7c3d0f315312d7802a5444e7df053e42ba
languageName: node
linkType: hard

Expand Down
Loading