Skip to content

chore(deps-dev): bump the eslint group across 1 directory with 11 updates - #8092

Merged
joshblack merged 3 commits into
mainfrom
dependabot/npm_and_yarn/eslint-db2ec2d54b
Jul 1, 2026
Merged

chore(deps-dev): bump the eslint group across 1 directory with 11 updates#8092
joshblack merged 3 commits into
mainfrom
dependabot/npm_and_yarn/eslint-db2ec2d54b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the eslint group with 11 updates in the / directory:

Package From To
@eslint/compat 2.0.3 2.1.0
@eslint/eslintrc 3.3.4 3.3.5
eslint 10.0.2 10.5.0
eslint-plugin-clsx 0.0.12 0.1.0
eslint-plugin-mdx 3.7.0 3.8.1
eslint-plugin-playwright 2.8.0 2.10.4
eslint-plugin-prettier 5.5.5 5.5.6
eslint-plugin-primer-react 8.5.2 9.0.0
eslint-plugin-react-refresh 0.5.2 0.5.3
eslint-plugin-storybook 10.4.2 10.4.6
eslint-plugin-testing-library 7.16.0 7.16.2

Updates @eslint/compat from 2.0.3 to 2.1.0

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

migrate-config: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/config-helpers bumped from ^0.5.5 to ^0.6.0

migrate-config: v2.0.7

2.0.7 (2026-05-01)

Bug Fixes

migrate-config: v2.0.6

2.0.6 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.4 to ^2.0.5
    • devDependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1

migrate-config: v2.0.5

2.0.5 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

2.0.5 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Commits

Updates @eslint/eslintrc from 3.3.4 to 3.3.5

Release notes

Sourced from @​eslint/eslintrc's releases.

eslintrc: v3.3.5

3.3.5 (2026-03-04)

Bug Fixes

  • update dependency minimatch to ^3.1.5 (#227) (3dc2381)
Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.5 (2026-03-04)

Bug Fixes

  • update dependency minimatch to ^3.1.5 (#227) (3dc2381)
Commits

Updates eslint from 10.0.2 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)

... (truncated)

Commits

Updates eslint-plugin-clsx from 0.0.12 to 0.1.0

Release notes

Sourced from eslint-plugin-clsx's releases.

v0.1.0

Minor Changes

  • 66a83c4: add eslint 10 support
Changelog

Sourced from eslint-plugin-clsx's changelog.

0.1.0

Minor Changes

  • 66a83c4: add eslint 10 support
Commits

Updates eslint-plugin-mdx from 3.7.0 to 3.8.1

Release notes

Sourced from eslint-plugin-mdx's releases.

eslint-plugin-mdx@3.8.1

Patch Changes

  • #615 e36f2db Thanks @​JounQin! - fix: support ESLint config inspector

  • Updated dependencies []:

    • eslint-mdx@3.8.1

eslint-plugin-mdx@3.8.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • eslint-mdx@3.8.0

eslint-plugin-mdx@3.7.1

Patch Changes

  • Updated dependencies [a581355]:
    • eslint-mdx@3.7.1
Commits

Updates eslint-plugin-playwright from 2.8.0 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)

v2.10.2

2.10.2 (2026-04-20)

Bug Fixes

  • missing-playwright-await: Fix false positive when re-assigning awaited variable (8cca0ac), closes #456
  • no-duplicate-hooks: handle anonymous describe blocks in forEach loops (8b4ec60), closes #459
  • valid-test-tags: Support template literal strings (d98a05c), closes #460

v2.10.1

2.10.1 (2026-03-18)

Bug Fixes

  • missing-playwright-await: Don't flag Array.fill as missing await (cff9640), closes #450
  • Narrow page detection to prefer false positives (10238e1)

v2.10.0

2.10.0 (2026-03-14)

Bug Fixes

  • missing-playwright-await: Fix false positive with expect().resolves (352e15e), closes #448
  • Support additional promise methods (8646e62), closes #444

Features

  • missing-playwright-await: Add includePageLocatorMethods flag for checking more missing awaits (#438) (41921f8), closes #159
  • no-skipped-test: Support disallowFixme to optionally disable .fixme() annotations (6b42fdb), closes #446

... (truncated)

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)
  • 613db7a chore: Fix type errors
  • 8cca0ac fix(missing-playwright-await): Fix false positive when re-assigning awaited v...
  • 8b4ec60 fix(no-duplicate-hooks): handle anonymous describe blocks in forEach loops
  • d98a05c fix(valid-test-tags): Support template literal strings
  • 1158eda chore(deps): Bump flatted from 3.3.3 to 3.4.2 (#452)
  • 6e66967 chore(deps): Bump lodash-es from 4.17.23 to 4.18.1 (#457)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.5.5 to 5.5.6

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.6

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.6

Patch Changes

Commits

Updates eslint-plugin-primer-react from 8.5.2 to 9.0.0

Release notes

Sourced from eslint-plugin-primer-react's releases.

v9.0.0

Major Changes

  • #577 f0c6656 Thanks @​francinelucca! - - BREAKING CHANGE: Deleted the no-system-props rule to eliminate checks for styled-system props in components.
    • BREAKING CHANGE: Removed the no-unnecessary-components rule that enforced the use of plain HTML elements over Box and Text when not using sx for styling.
    • BREAKING CHANGE: Eliminated the use-styled-react-import rule that enforced importing components from @primer/styled-react when using the sx prop.
    • Removed styled-system, @​types/styled-system dependencies

v8.6.1

Patch Changes

v8.6.0

Minor Changes

Changelog

Sourced from eslint-plugin-primer-react's changelog.

9.0.0

Major Changes

  • #577 f0c6656 Thanks @​francinelucca! - - BREAKING CHANGE: Deleted the no-system-props rule to eliminate checks for styled-system props in components.
    • BREAKING CHANGE: Removed the no-unnecessary-components rule that enforced the use of plain HTML elements over Box and Text when not using sx for styling.
    • BREAKING CHANGE: Eliminated the use-styled-react-import rule that enforced importing components from @primer/styled-react when using the sx prop.
    • Removed styled-system, @​types/styled-system dependencies

8.6.1

Patch Changes

8.6.0

Minor Changes

Commits
  • 38ce863 Version Packages (#578)
  • f0c6656 chore!: remove styled-system dependency and deprecated rules (#577)
  • e504a07 Bump @​types/node from 25.9.2 to 25.9.3 (#576)
  • e3b2711 Bump @​typescript-eslint/rule-tester from 8.59.3 to 8.61.0 (#574)
  • 65f972c Bump @​typescript-eslint/utils from 8.60.0 to 8.61.0 (#573)
  • 28becd5 Bump @​types/node from 25.9.1 to 25.9.2 (#570)
  • 253c777 Bump @​github/markdownlint-github from 0.6.3 to 0.8.1 (#572)
  • ddc7b04 Version Packages (#554)
  • 93f3788 Add Sidebar to SplitPageLayout props set (#565)
  • 8c3c371 Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 (#569)
  • Additional commits viewable in compare view

Updates eslint-plugin-react-refresh from 0.5.2 to 0.5.3

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.3

  • Fix check for non component class exported via export { } #110 (fixes #109)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.3

  • Fix check for non component class exported via export { } #110 (fixes #109)
Commits
  • 00818e9 v0.5.3 [publish]
  • 202fc4a Fix PascalCase class exported via export { Name } incorrectly treated as Re...
  • See full diff in compare view

Updates eslint-plugin-storybook from 10.4.2 to 10.4.6

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.4.6

10.4.6

v10.4.5

10.4.5

v10.4.4

10.4.4

  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.4.6

10.4.5

10.4.4

  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

Commits
  • 5496a42 Bump version from "10.4.5" to "10.4.6" [skip ci]
  • 48e7b20 Bump version from "10.4.4" to "10.4.5" [skip ci]
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • See full diff in compare view

Updates eslint-plugin-testing-library from 7.16.0 to 7.16.2

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.16.2

7.16.2 (2026-03-24)

Bug Fixes

v7.16.1

7.16.1 (2026-03-19)

Bug Fixes

  • no-node-access: prevent duplicate errors for chained property access (#1260) (74ce9dd), closes #1256
Commits
  • 8ef0782 fix: detect userEvent imported from custom module (#1264)
  • 66b22c3 test: add coverage for userEvent custom module detection
  • 8194593 Merge branch 'main' into pr/fix-user-event-custom-module
  • 9d1cb2b fix: detect userEvent helpers from custom module set via utils-module
  • 9ce8966 build(deps): bump flatted from 3.4.1 to 3.4.2 in the npm_and_yarn group acros...
  • d9d511e build(deps): bump flatted in the npm_and_yarn group across 1 directory
  • a092d05 chore(deps): update dependency lint-staged to v16.4.0 (#1255)
  • 50e2e5e chore(deps): update dependency tsdown to v0.21.4 (#1262)
  • caeb752 chore(deps): update codecov/codecov-action action to v5.5.3 (#1259)
  • 2b5a514 chore(deps): update dependency tsdown to v0.21.4
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file skip changeset This change does not need a changelog labels Jun 30, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 30, 2026 20:37
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2026
@dependabot
dependabot Bot requested a review from TylerJDev June 30, 2026 20:37
@dependabot dependabot Bot added the skip changeset This change does not need a changelog label Jun 30, 2026
@changeset-bot

changeset-bot Bot commented Jun 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 281a6e6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@primer

primer Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

🤖 Lint issues have been automatically fixed and committed to this PR.

@github-actions
github-actions Bot temporarily deployed to storybook-preview-8092 June 30, 2026 20:47 Inactive
@dependabot dependabot Bot changed the title chore(deps-dev): bump the eslint group with 11 updates chore(deps-dev): bump the eslint group across 1 directory with 11 updates Jun 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-db2ec2d54b branch from f687610 to 1ac84ba Compare June 30, 2026 21:04
@primer

primer Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

🤖 Lint issues have been automatically fixed and committed to this PR.

…ates

Bumps the eslint group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.3` | `2.1.0` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.4` | `3.3.5` |
| [eslint](https://github.com/eslint/eslint) | `10.0.2` | `10.5.0` |
| [eslint-plugin-clsx](https://github.com/temoncher/eslint-plugin-clsx) | `0.0.12` | `0.1.0` |
| [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.7.0` | `3.8.1` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `2.8.0` | `2.10.4` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` |
| [eslint-plugin-primer-react](https://github.com/primer/eslint-plugin-primer-react) | `8.5.2` | `9.0.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.2` | `0.5.3` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.4.2` | `10.4.6` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.16.0` | `7.16.2` |



Updates `@eslint/compat` from 2.0.3 to 2.1.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat)

Updates `@eslint/eslintrc` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@eslintrc-v3.3.4...eslintrc-v3.3.5)

Updates `eslint` from 10.0.2 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.0.2...v10.5.0)

Updates `eslint-plugin-clsx` from 0.0.12 to 0.1.0
- [Release notes](https://github.com/temoncher/eslint-plugin-clsx/releases)
- [Changelog](https://github.com/temoncher/eslint-plugin-clsx/blob/main/CHANGELOG.md)
- [Commits](temoncher/eslint-plugin-clsx@v0.0.12...v0.1.0)

Updates `eslint-plugin-mdx` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/mdx-js/eslint-mdx/releases)
- [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.7.0...eslint-plugin-mdx@3.8.1)

Updates `eslint-plugin-playwright` from 2.8.0 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.8.0...v2.10.4)

Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6
- [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.5...v5.5.6)

Updates `eslint-plugin-primer-react` from 8.5.2 to 9.0.0
- [Release notes](https://github.com/primer/eslint-plugin-primer-react/releases)
- [Changelog](https://github.com/primer/eslint-plugin-primer-react/blob/main/CHANGELOG.md)
- [Commits](primer/eslint-plugin-primer-react@v8.5.2...v9.0.0)

Updates `eslint-plugin-react-refresh` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.2...v0.5.3)

Updates `eslint-plugin-storybook` from 10.4.2 to 10.4.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.4.6/code/lib/eslint-plugin)

Updates `eslint-plugin-testing-library` from 7.16.0 to 7.16.2
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js)
- [Commits](testing-library/eslint-plugin-testing-library@v7.16.0...v7.16.2)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-clsx
  dependency-version: 0.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-mdx
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.10.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-primer-react
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.16.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-db2ec2d54b branch from 1ac84ba to 3722018 Compare July 1, 2026 15:12
@primer

primer Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

🤖 Lint issues have been automatically fixed and committed to this PR.

@joshblack

Copy link
Copy Markdown
Member

@copilot fix CI

… eslint-plugin-playwright v2.10

Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@copilot fix CI

Fixed in the latest commit. Two issues were causing the lint failure:

  1. eslint-plugin-primer-react v9 removed three rules that were referenced in eslint.config.mjs: no-system-props, no-unnecessary-components, and renamed a11y-use-next-tooltipa11y-use-accessible-tooltip. Removed all references to the deleted/renamed rules.

  2. eslint-plugin-playwright v2.10 added a new prefer-locator rule that flagged 4 page.isVisible() calls in e2e/components/SelectPanel.test.ts. Updated those to use page.locator(...).isVisible() instead.

Copilot AI requested a review from joshblack July 1, 2026 17:05
@joshblack

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…rn/eslint-db2ec2d54b

# Conflicts:
#	eslint.config.mjs

Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>

Copilot AI commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Resolved. The only conflict was in eslint.config.mjs — kept the no-restricted-syntax rule from main (which forbids the "use no memo" directive), and dropped the primer-react/a11y-use-next-tooltip: 'off' entry that main added (since that rule was already removed in the prior fix commit because it no longer exists in eslint-plugin-primer-react v9).

@joshblack
joshblack enabled auto-merge July 1, 2026 17:13
@github-actions
github-actions Bot temporarily deployed to storybook-preview-8092 July 1, 2026 17:23 Inactive
@joshblack joshblack added the integration-tests: skipped manually Changes in this PR do not require an integration test label Jul 1, 2026
@joshblack
joshblack added this pull request to the merge queue Jul 1, 2026
Merged via the queue into main with commit 1cb6c2e Jul 1, 2026
61 checks passed
@joshblack
joshblack deleted the dependabot/npm_and_yarn/eslint-db2ec2d54b branch July 1, 2026 19:27
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 integration-tests: skipped manually Changes in this PR do not require an integration test skip changeset This change does not need a changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants