Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-d0f3543afb
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-d0f3543afb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the eslint group with 4 updates in the / directory: @typescript-eslint/parser, eslint, eslint-plugin-astro and eslint-plugin-playwright.

Updates @typescript-eslint/parser from 8.62.0 to 8.70.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.69.0

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • website: respect allowJs playground config (#12744)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.70.0 (2026-09-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.69.0 (2026-08-31)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.68.0 (2026-08-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.67.0 (2026-08-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.66.0 (2026-08-03)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)

❤️ Thank You

... (truncated)

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • 9a6e546 chore(release): publish 8.69.0
  • 8f4e00a chore(release): publish 8.68.0
  • 55f6d5d chore: enable source maps (#12677)
  • 20a261f chore(release): publish 8.67.0
  • 3b155bb chore: use typescript 7 for typechecking (#12601)
  • e51b11b chore(release): publish 8.66.0
  • 63ba81b chore(release): publish 8.65.0
  • eaf4576 feat: add warning when TS 7 is detected (#12529)
  • d8f1044 feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...
  • Additional commits viewable in compare view

Updates eslint from 10.4.1 to 10.10.0

Release notes

Sourced from eslint's releases.

v10.10.0

Features

  • 264b434 feat: add d and v flags to no-unexpected-multiline (#21305) (Gihyeon Jeong / 정기현)
  • c6cc6c5 feat: check Object.prototype property names in new-cap (#21269) (crimsonjay0)
  • 5661fa6 feat: no-extra-bind false negatives with class fields and static blocks (#21260) (synthex-byte)

Bug Fixes

  • bb47dc6 fix: update dependency file-entry-cache to v11 (#20801) (Milos Djermanovic)
  • 427ac0a fix: use format strings in debug calls (#21247) (Francesco Trotta)
  • 9d81532 fix: support __proto__ in /* exported */ comments (#21261) (sethamus)
  • 87e0a08 fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282) (김채영)
  • 8e2cb14 fix: new-cap false positive for UTC calls with properties: false (#21275) (Pixel)
  • 9f4a364 fix: Ignore static imports in no-unreachable (#21276) (Taha Kotil)

Documentation

  • 2417cad docs: Update README (GitHub Actions Bot)
  • 9cecb8a docs: document \c control letter escapes in no-control-regex (#21286) (한국)
  • 8724829 docs: update compat table links (#21263) (fnx)
  • 5634542 docs: Clarify eqeqeq suggestion behavior (#21256) (Müslüm Yılmaz)

Chores

  • b3d876b chore: disable npm audit in ecosystem tests (#21306) (Francesco Trotta)
  • 1696682 ci: restore EMFILE test on Node.js 26 (#21297) (Marry (Subin Yang))
  • 2c7f5d6 chore: update github/codeql-action action to v4.37.9 (#21296) (renovate[bot])
  • 3c753f1 chore: update eslint (#21289) (renovate[bot])
  • 1c73469 chore: update ecosystem plugins (#21280) (ESLint Bot)
  • 08a02be test: add error locations to no-extra-boolean-cast (#21266) (lumir)
  • 77bb1db chore: update github/codeql-action action to v4.37.8 (#21270) (renovate[bot])
  • 007e81a ci: skip EMFILE test on Node.js 26 (#21265) (lumir)
  • 0430280 chore: improve ecosystem tests compatibility on Windows (#21178) (crimsonjay0)

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

... (truncated)

Commits

Updates eslint-plugin-astro from 1.7.0 to 3.1.0

Release notes

Sourced from eslint-plugin-astro's releases.

v3.1.0

Minor Changes

  • #616 425aebb Thanks @​ota-meshi! - Resolve the TypeScript parser from the typescript-eslint package when @typescript-eslint/parser is not installed directly.

v3.0.1

Patch Changes

  • #601 e5c330d Thanks @​astrochemx! - Fix a TypeError that occurs during the preprocessing phase when eslint-plugin-astro encounters a self-closing <script /> tag.

v3.0.0

Major Changes

  • #590 f5c3cec Thanks @​ota-meshi! - Deprecate astro/no-omitted-end-tags, make it a no-op, and remove it from the recommended configuration. This rule can no longer report omitted end tags once Astro's Rust compiler rejects them during parsing.

  • #596 f8cbb64 Thanks @​ota-meshi! - Deprecate astro/valid-compile and remove it from the recommended configuration. Astro's astro check command is now recommended for project-wide diagnostics.

  • #568 df28a46 Thanks @​ota-meshi! - Upgrade astro-eslint-parser to v3. Astro files are now parsed with Astro's Rust compiler (@astrojs/compiler-rs) instead of @astrojs/compiler.

v2.1.1

Patch Changes

  • #588 3a04d1e Thanks @​ota-meshi! - Fix false positives in astro/no-omitted-end-tags for component names that overlap with HTML tag names, such as <Head>, while preserving reported source offsets.

v2.1.0

Minor Changes

v2.0.0

Major Changes

  • #571 adfce70 Thanks @​ota-meshi! - Require Node.js ^22.22.3 || ^24.16.0 || >=26.3.0.

  • #574 db26988 Thanks @​ota-meshi! - Drop support for ESLint v8 and v9. ESLint v10.0.0 or later is now required.

  • #569 f0e1756 Thanks @​ota-meshi! - Drop CommonJS entry points and support ESM-only package usage.

  • #477 cf6ff71 Thanks @​ota-meshi! - feat! update configs

  • #479 805fffa Thanks @​ota-meshi! - Update and reorganize dependencies for the ESLint v10 release line.

    The minimum optional @typescript-eslint/parser peer dependency is now 8.61.0, matching the first supported range used here that declares compatibility with ESLint v10 and TypeScript 6.

... (truncated)

Changelog

Sourced from eslint-plugin-astro's changelog.

3.1.0

Minor Changes

  • #616 425aebb Thanks @​ota-meshi! - Resolve the TypeScript parser from the typescript-eslint package when @typescript-eslint/parser is not installed directly.

3.0.1

Patch Changes

  • #601 e5c330d Thanks @​astrochemx! - Fix a TypeError that occurs during the preprocessing phase when eslint-plugin-astro encounters a self-closing <script /> tag.

3.0.0

Major Changes

  • #590 f5c3cec Thanks @​ota-meshi! - Deprecate astro/no-omitted-end-tags, make it a no-op, and remove it from the recommended configuration. This rule can no longer report omitted end tags once Astro's Rust compiler rejects them during parsing.

  • #596 f8cbb64 Thanks @​ota-meshi! - Deprecate astro/valid-compile and remove it from the recommended configuration. Astro's astro check command is now recommended for project-wide diagnostics.

  • #568 df28a46 Thanks @​ota-meshi! - Upgrade astro-eslint-parser to v3. Astro files are now parsed with Astro's Rust compiler (@astrojs/compiler-rs) instead of @astrojs/compiler.

2.1.1

Patch Changes

  • #588 3a04d1e Thanks @​ota-meshi! - Fix false positives in astro/no-omitted-end-tags for component names that overlap with HTML tag names, such as <Head>, while preserving reported source offsets.

2.1.0

Minor Changes

2.0.0

Major Changes

... (truncated)

Commits
  • 49c94c6 Version Packages (#615)
  • 425aebb Resolve the TypeScript parser from the typescript-eslint package when `@typ...
  • b5bae36 chore(deps): update actions/stale action to v11 (#609)
  • bff64d9 chore(deps): update dependency @​astrojs/markdown-satteri to v0.3.5 (#610)
  • 983b186 docs: add eslint-plugin-import interoperability guide (#612)
  • e1f01f9 chore(deps): update dependency c8 to v12 (#606)
  • d887cce Version Packages (#605)
  • be9604c chore: fix integration tests path separator on Windows (#604)
  • e5c330d fix(processor): handle self-closing script tags to prevent null reference err...
  • 9c2ab73 chore(deps): update actions/setup-node action to v7 (#600)
  • Additional commits viewable in compare view

Updates eslint-plugin-playwright from 2.10.4 to 2.12.0

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.12.0

2.12.0 (2026-09-14)

Bug Fixes

  • no-skipped-test: detect testInfo annotations and split allowConditional (#490) (93d788e)

Features

  • no-action-timeout: disallow per-call timeouts on actions (#492) (fec2902)
  • no-export: disallow exports in files containing tests (#493) (eb6fc1c)
  • no-identical-title: disallow identical test and describe titles (#494) (7ec68e7)
  • no-magic-timeouts: add minOccurrences and document adoption (a7542ce)
  • no-magic-timeouts: flag inline numeric timeout values (29de919)
  • no-template-literal-title: disallow template literals in titles (f9a6e86)
  • no-test-return-statement: disallow returning from a test body (#495) (a447de8)
  • prefer-ending-with-an-expect: require tests to end in an assertion (#496) (d31d3cc)
  • require-annotation-reason: require a reason on skip and fixme (#497) (0164432)

v2.11.0

2.11.0 (2026-07-27)

Features

  • no-unnecessary-assertions: flag always-passing assertions on a Locator (#470) (b6d3e5d), closes #463

v2.10.5

2.10.5 (2026-07-06)

Bug Fixes

  • handle optional chaining in missing-playwright-await (#472) (c02becc)
Commits
  • 8db1443 Merge pull request #498 from unlikelyzero/feat/no-magic-timeouts
  • 1259cbb Merge pull request #500 from unlikelyzero/feat/no-template-literal-title
  • a7542ce feat(no-magic-timeouts): add minOccurrences and document adoption
  • 29de919 feat(no-magic-timeouts): flag inline numeric timeout values
  • f9a6e86 feat(no-template-literal-title): disallow template literals in titles
  • 0164432 feat(require-annotation-reason): require a reason on skip and fixme (#497)
  • d31d3cc feat(prefer-ending-with-an-expect): require tests to end in an assertion (#496)
  • a447de8 feat(no-test-return-statement): disallow returning from a test body (#495)
  • 7ec68e7 feat(no-identical-title): disallow identical test and describe titles (#494)
  • eb6fc1c feat(no-export): disallow exports in files containing tests (#493)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 27, 2026
@github-actions

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: 782c0b6
Preview URL: https://4b5a02b1.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.84 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://4b5a02b1.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: dd9282c
Preview URL: https://ee91ce41.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.73 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://ee91ce41.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

@github-actions

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: 1ddfa30
Preview URL: https://f7cc400c.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

Wrangler Output

⛅️ wrangler 4.86.0
───────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.74 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://f7cc400c.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint), [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) and [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright).


Updates `@typescript-eslint/parser` from 8.62.0 to 8.70.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/parser)

Updates `eslint` from 10.4.1 to 10.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.10.0)

Updates `eslint-plugin-astro` from 1.7.0 to 3.1.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.7.0...v3.1.0)

Updates `eslint-plugin-playwright` from 2.10.4 to 2.12.0
- [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.4...v2.12.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-astro
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.10.5
  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-d0f3543afb branch from f0e58bc to 0094748 Compare September 21, 2026 11:05
@github-actions

Copy link
Copy Markdown

Cloudflare Pages Deployment

Event Name: pull_request
Environment: preview
Project: unlike-dev
Built with commit: 0c6a3dc
Preview URL: https://d4a01d15.unlike-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

Wrangler Output


 ⛅️ wrangler 4.113.0
────────────────────
Uploading... (29/30)
Uploading... (30/30)
✨ Success! Uploaded 1 files (29 already uploaded) (0.61 sec)

✨ Uploading _headers
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://d4a01d15.unlike-dev.pages.dev
✨ Deployment alias URL: https://dependabot-npm-and-yarn-esli-jscn.unlike-dev.pages.dev

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