Skip to content

chore(deps): bump the lint group with 8 updates#1512

Merged
swadeley merged 2 commits intomasterfrom
dependabot/npm_and_yarn/lint-3ea5ed2547
Feb 19, 2026
Merged

chore(deps): bump the lint group with 8 updates#1512
swadeley merged 2 commits intomasterfrom
dependabot/npm_and_yarn/lint-3ea5ed2547

Conversation

@dependabot
Copy link
Contributor

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

Bumps the lint group with 8 updates:

Package From To
eslint 9.37.0 9.39.2
eslint-config-prettier 9.1.2 10.1.8
eslint-plugin-playwright 2.3.0 2.5.1
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-unused-imports 4.2.0 4.4.1
stylelint 16.23.1 17.3.0
stylelint-config-recommended-scss 14.1.0 17.0.0
stylelint-scss 6.12.1 6.14.0

Updates eslint from 9.37.0 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits

Updates eslint-config-prettier from 9.1.2 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: prettier/eslint-config-prettier@v10.1.5...v10.1.8

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3

v10.1.2

Patch Changes

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

... (truncated)

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

... (truncated)

Commits

Updates eslint-plugin-playwright from 2.3.0 to 2.5.1

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.5.1

2.5.1 (2026-01-26)

Bug Fixes

  • no-conditional-in-test: Fix false positive for || (611657c)

v2.5.0

2.5.0 (2026-01-12)

Bug Fixes

Features

  • Add enforce-consistent-spacing-between-blocks rule (#411) (a9b78d5)
  • Add no-restricted-locators rule (a65200b), closes #407
  • prefer-web-first-assertions: Support allInnerTexts() and allTextContents() (36917a8), closes #362

v2.4.1

2.4.1 (2026-01-09)

Bug Fixes

  • no-conditional-in-test: allow nullish coalescing operator (2c25b4f), closes #406

v2.4.0

2.4.0 (2025-11-30)

Bug Fixes

  • missing-playwright-await: prevent infinite recursion in checkValidity (9ce346d)

Features

  • expect-expect: Support regex patterns (#390) (fdd0253)
Commits
  • 611657c fix(no-conditional-in-test): Fix false positive for ||
  • 40d65b6 chore(deps): Bump lodash-es from 4.17.22 to 4.17.23 (#416)
  • e2781e6 chore(deps): Bump tar from 7.5.3 to 7.5.6 (#415)
  • c72f46b chore: Update vitest
  • 8dfc88f chore(deps): Bump tar from 7.5.2 to 7.5.3 (#414)
  • 367e9ec docs(valid-test-tags): add missing url and category (#413)
  • 36917a8 feat(prefer-web-first-assertions): Support allInnerTexts() and `allTextCont...
  • 5f4d2f2 chore: Format with oxfmt
  • 9b6671e test(consistent-spacing-between-blocks): Add tests for same line
  • 461b7d0 chore: Update scheduled release
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-playwright since your current version.


Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.


Updates eslint-plugin-unused-imports from 4.2.0 to 4.4.1

Release notes

Sourced from eslint-plugin-unused-imports's releases.

v4.4.1

No significant changes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-unused-imports since your current version.


Updates stylelint from 16.23.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.

17.1.1

It fixes 2 bugs.

17.1.0

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

17.0.0

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

... (truncated)

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.

17.1.1 - 2026-02-03

It fixes 2 bugs.

17.1.0 - 2026-01-30

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

... (truncated)

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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-config-recommended-scss from 14.1.0 to 17.0.0

Release notes

Sourced from stylelint-config-recommended-scss's releases.

17.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: updated to stylelint-scss@7.0.0.
  • Changed: module type to ESM.
  • Fixed: disabled no-descending-specificity rule because of false positives due to standard nesting.
  • Fixed: disabled no-duplicate-selectors rule because of false positives due to standard nesting.

16.0.2

  • Removed: stylelint less than 16.24.0 from peer dependencies. Fixes incorrect minimum peer dependency version.

16.0.1

  • Fixed: false positive for nesting-selector-no-missing-scoping-root.

16.0.0

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

Changelog

Sourced from stylelint-config-recommended-scss's changelog.

17.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: updated to stylelint-scss@7.0.0.
  • Changed: module type to ESM.
  • Fixed: disabled no-descending-specificity rule because of false positives due to standard nesting.
  • Fixed: disabled no-duplicate-selectors rule because of false positives due to standard nesting.

16.0.2

  • Removed: stylelint less than 16.24.0 from peer dependencies. Fixes incorrect minimum peer dependency version.

16.0.1

  • Fixed: false positive for nesting-selector-no-missing-scoping-root.

16.0.0

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

Commits

Updates stylelint-scss from 6.12.1 to 6.14.0

Release notes

Sourced from stylelint-scss's releases.

6.14.0

  • Added: dollar-variable-no-missing-interpolation report namespaced variables in custom properties (#1225).
  • Added: function-disallowed-list check disallowed functions inside @return expressions (#1214).
  • Fixed: dollar-variable-no-missing-interpolation fix false positive for variables already inside interpolation (#1213).

Full Changelog: stylelint-scss/stylelint-scss@v6.13.0...v6.14.0

6.13.0

  • Added: at-mixin-argumentless-call-parentheses handle mixin calls with content block arguments (#1185).
  • Added: at-function-pattern, at-mixin-pattern, dollar-variable-pattern, percent-placeholder-pattern add support for arguments in custom messages (#1187).
  • Added: dollar-variable-no-missing-interpolation check for CSS custom properties, add autofix, rule documentation improvements (#1195).
  • Fixed: dollar-variable-colon-space-after prevent TypeError for dynamically created nodes (#1159).
  • Fixed: load-partial-extension add missing link to docs (#1202).
  • Fixed: migrate rules to use autofix callback instead of deprecated context.fix (#1206).
  • Updated: stylelint peer dependency version to ^16.8.2 (required by autofix callback) (#1206).

Full Changelog: stylelint-scss/stylelint-scss@v6.12.1...v6.13.0

Changelog

Sourced from stylelint-scss's changelog.

6.14.0

  • Added: dollar-variable-no-missing-interpolation report namespaced variables in custom properties (#1225).
  • Added: function-disallowed-list check disallowed functions inside @return expressions (#1214).
  • Fixed: dollar-variable-no-missing-interpolation fix false positive for variables already inside interpolation (#1213).

Full Changelog: stylelint-scss/stylelint-scss@v6.13.0...v6.14.0

6.13.0

  • Added: at-mixin-argumentless-call-parentheses handle mixin calls with conte...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file major Major dependency update labels Feb 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 16, 2026 15:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major Major dependency update labels Feb 16, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-3ea5ed2547 branch 3 times, most recently from a2f0c17 to c025661 Compare February 18, 2026 14:34
Bumps the lint group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.39.2` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.2` | `10.1.8` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `2.3.0` | `2.5.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `4.2.0` | `4.4.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.23.1` | `17.3.0` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `14.1.0` | `17.0.0` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.12.1` | `6.14.0` |


Updates `eslint` from 9.37.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.39.2)

Updates `eslint-config-prettier` from 9.1.2 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/commits/v10.1.8)

Updates `eslint-plugin-playwright` from 2.3.0 to 2.5.1
- [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](mskelton/eslint-plugin-playwright@v2.3.0...v2.5.1)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `eslint-plugin-unused-imports` from 4.2.0 to 4.4.1
- [Release notes](https://github.com/sweepline/eslint-plugin-unused-imports/releases)
- [Commits](sweepline/eslint-plugin-unused-imports@v4.2.0...v4.4.1)

Updates `stylelint` from 16.23.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@16.23.1...17.3.0)

Updates `stylelint-config-recommended-scss` from 14.1.0 to 17.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-recommended-scss@v14.1.0...v17.0.0)

Updates `stylelint-scss` from 6.12.1 to 6.14.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.12.1...v6.14.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: eslint-plugin-unused-imports
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: stylelint
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
- dependency-name: stylelint-config-recommended-scss
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
- dependency-name: stylelint-scss
  dependency-version: 6.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-3ea5ed2547 branch from c025661 to 570ff1c Compare February 18, 2026 17:04
Update to stylelint-scss@latest
@swadeley swadeley self-assigned this Feb 19, 2026
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.50%. Comparing base (6fb82f8) to head (7d4bd0b).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1512      +/-   ##
==========================================
- Coverage   62.53%   62.50%   -0.04%     
==========================================
  Files         127      127              
  Lines        3310     3312       +2     
  Branches      899      892       -7     
==========================================
  Hits         2070     2070              
- Misses       1120     1122       +2     
  Partials      120      120              

☔ 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.

@swadeley swadeley assigned swadeley and unassigned swadeley Feb 19, 2026
Copy link
Collaborator

@swadeley swadeley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@swadeley swadeley merged commit 738ad5c into master Feb 19, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lint-3ea5ed2547 branch February 19, 2026 04:32
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 major Major dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants