Skip to content

build(deps-dev): Bump stylelint from 17.1.1 to 17.3.0 in the stylelint group#9488

Merged
SevereCloud merged 1 commit intomasterfrom
dependabot/npm_and_yarn/stylelint-a98d53fcfc
Feb 16, 2026
Merged

build(deps-dev): Bump stylelint from 17.1.1 to 17.3.0 in the stylelint group#9488
SevereCloud merged 1 commit intomasterfrom
dependabot/npm_and_yarn/stylelint-a98d53fcfc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the stylelint group with 1 update: stylelint.

Updates stylelint from 17.1.1 to 17.3.0

Release notes

Sourced from stylelint's releases.

17.3.0

It fixes 17 bugs. 3 related to supporting calc() in declaration-property-value-no-unknown, and 13 performance ones that make Stylelint a further 3x faster when using the rules in our standard config.

17.2.0

It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.

Changelog

Sourced from stylelint's changelog.

17.3.0 - 2026-02-13

It fixes 17 bugs. 3 related to supporting calc() in declaration-property-value-no-unknown, and 13 performance ones that make Stylelint a further 3x faster when using the rules in our standard config.

17.2.0 - 2026-02-10

It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.

Commits
  • 6f1b667 Release 17.3.0 (#9078)
  • 10ea226 Refactor to consolidate walk* filter regexes (#9074)
  • a7b7cf9 Bump @csstools/css-calc (#9076)
  • a604c39 Document using languageOptions over secondary in `declaration-property-valu...
  • ff24683 Document extending syntax in applicable *-no-unknown rules (#9072)
  • 801f1f9 Document relationship between overlapping *-no-unknown rules (#9071)
  • bd952e7 Fix named-grid-areas-no-invalid false positives for mix of tabs and spaces ...
  • 239297d Fix declaration-property-value-no-unknown false negatives/positives for ma...
  • fcd18a5 Refactor CSSTree lexer creation (#9067)
  • e65319d Refactor typing via noUnusedLocals in tsconfig.json (#9069)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2026 06:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

size-limit report 📦

Path Size
JS 412.51 KB (0%)
JS (gzip) 126.42 KB (0%)
JS (brotli) 104.56 KB (0%)
JS import Div (tree shaking) 811 B (0%)
CSS 374.47 KB (0%)
CSS (gzip) 46.41 KB (0%)
CSS (brotli) 36.75 KB (0%)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

e2e tests

⚠️ Some screenshots were failed. See Playwright Report.

Playwright Report

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

✅ Изменений в собранных файлах нет

Commit 930ef94

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

👀 Docs deployed

📦 Package ✅

yarn add @vkontakte/vkui@https://development.s3.prodcloud.vk.team/pull/9488/930ef94fbccd73479827794ccd2fef872c4e8051/pkg/@vkontakte/vkui/_pkg.tgz

Commit 930ef94

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.77%. Comparing base (822f5f3) to head (e37671a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9488   +/-   ##
=======================================
  Coverage   94.77%   94.77%           
=======================================
  Files         441      441           
  Lines       11958    11958           
  Branches     4407     4407           
=======================================
  Hits        11333    11333           
  Misses        625      625           
Flag Coverage Δ
unittests 94.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

SevereCloud
SevereCloud previously approved these changes Feb 16, 2026
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint).


Updates `stylelint` from 17.1.1 to 17.3.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@17.1.1...17.3.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-a98d53fcfc branch from e37671a to 930ef94 Compare February 16, 2026 08:15
@SevereCloud SevereCloud merged commit 09080bd into master Feb 16, 2026
47 of 51 checks passed
@SevereCloud SevereCloud deleted the dependabot/npm_and_yarn/stylelint-a98d53fcfc branch February 16, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant