Skip to content

chore(deps): bump the lint group with 2 updates#1628

Merged
swadeley merged 1 commit into
masterfrom
dependabot/npm_and_yarn/lint-6ef5874ba8
May 20, 2026
Merged

chore(deps): bump the lint group with 2 updates#1628
swadeley merged 1 commit into
masterfrom
dependabot/npm_and_yarn/lint-6ef5874ba8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps the lint group with 2 updates: eslint-plugin-playwright and stylelint.

Updates eslint-plugin-playwright from 2.10.2 to 2.10.4

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.10.4

2.10.4 (2026-05-19)

Bug Fixes

  • valid-title: Skip title checks for anonymous describe blocks (894c0ec)

v2.10.3

2.10.3 (2026-05-18)

Bug Fixes

  • missing-playwright-await: Fix false positive when not assigning awaited variable (#464) (801f01a)
Commits
  • 894c0ec fix(valid-title): Skip title checks for anonymous describe blocks
  • 801f01a fix(missing-playwright-await): Fix false positive when not assigning awaited ...
  • b264380 chore(deps): Bump postcss from 8.5.6 to 8.5.14 (#462)
  • adc8ad1 chore(deps): Bump ip-address from 10.1.0 to 10.2.0 (#461)
  • See full diff in compare view

Updates stylelint from 17.11.0 to 17.11.1

Release notes

Sourced from stylelint's releases.

17.11.1

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).
Changelog

Sourced from stylelint's changelog.

17.11.1 - 2026-05-14

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).
Commits
  • e7a3d19 Release 17.11.1 (#9290)
  • 63c5992 Fix node_modules ignore for codeFilename paths containing a dot-prefixed ...
  • 8b05dab Bump postcss from 8.5.13 to 8.5.14 in the postcss group (#9286)
  • 2dbc0f0 Bump eslint from 10.2.1 to 10.3.0 in the eslint group (#9285)
  • 769b772 Bump the stylelint-actions group with 5 updates (#9284)
  • 2e68086 Refactor isPlainObject() to drop is-plain-object dependency (#9280)
  • 3ea54e8 Add Node.js v26 to test matrix on CI (#9279)
  • 884b7eb Bump fast-uri from 3.1.0 to 3.1.2 (#9277)
  • f3cd80c Refactor declaration-block-no-redundant-longhand-properties rule (#9275)
  • dd1e81d Fix declaration-block-no-redundant-longhand-properties range for contiguous...
  • See full diff in compare view

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 patch Patch dependency update labels May 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 20, 2026 02:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file patch Patch dependency update labels May 20, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.58%. Comparing base (115291b) to head (493d6ba).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1628   +/-   ##
=======================================
  Coverage   77.58%   77.58%           
=======================================
  Files         103      103           
  Lines        3266     3266           
  Branches      734      729    -5     
=======================================
  Hits         2534     2534           
  Misses        655      655           
  Partials       77       77           

☔ 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 force-pushed the dependabot/npm_and_yarn/lint-6ef5874ba8 branch from 1622398 to 47d2145 Compare May 20, 2026 14:18
@swadeley swadeley enabled auto-merge (rebase) May 20, 2026 17:54
Copy link
Copy Markdown
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

Bumps the lint group with 2 updates: [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) and [stylelint](https://github.com/stylelint/stylelint).


Updates `eslint-plugin-playwright` from 2.10.2 to 2.10.4
- [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.10.2...v2.10.4)

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

---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.10.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: stylelint
  dependency-version: 17.11.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
@swadeley swadeley force-pushed the dependabot/npm_and_yarn/lint-6ef5874ba8 branch from 47d2145 to 493d6ba Compare May 20, 2026 17:59
@swadeley swadeley merged commit ee372fc into master May 20, 2026
5 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/lint-6ef5874ba8 branch May 20, 2026 18:07
@swadeley swadeley self-assigned this May 26, 2026
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 patch Patch dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants