Skip to content

⬆️ Bump the linting group across 1 directory with 3 updates#1057

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/linting-36b0678380
Open

⬆️ Bump the linting group across 1 directory with 3 updates#1057
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/linting-36b0678380

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the linting group with 3 updates in the / directory: eslint, eslint-plugin-astro and typescript-eslint.

Updates eslint from 9.39.2 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

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

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates eslint-plugin-astro from 1.5.0 to 2.1.1

Release notes

Sourced from eslint-plugin-astro's releases.

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

Minor Changes

v1.7.0

Minor Changes

  • #550 40fef30 Thanks @​jp-knj! - add astro/no-prerender-export-outside-pages rule that disallow prerender export outside of pages/ directory

v1.6.0

Minor Changes

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

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

Minor Changes

1.7.0

Minor Changes

  • #550 40fef30 Thanks @​jp-knj! - add astro/no-prerender-export-outside-pages rule that disallow prerender export outside of pages/ directory

1.6.0

Minor Changes

... (truncated)

Commits

Updates typescript-eslint from 8.59.2 to 8.63.0

Release notes

Sourced from typescript-eslint's releases.

v8.63.0

8.63.0 (2026-07-06)

🚀 Features

  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#12426)

🩹 Fixes

  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#12447, #12446)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#12491, #12485)
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#12492)
  • scope-manager: export ClassStaticBlockScope (#12460)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.63.0 (2026-07-06)

This was a version bump only for typescript-eslint 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.62.1 (2026-06-29)

This was a version bump only for typescript-eslint 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.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

This was a version bump only for typescript-eslint 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.61.0 (2026-06-08)

This was a version bump only for typescript-eslint 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.60.1 (2026-06-01)

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

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 16, 2026
@vercel

vercel Bot commented Feb 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lowmess Error Error Jul 17, 2026 3:53pm

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from b194f26 to ec5fce2 Compare February 16, 2026 21:29
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from ec5fce2 to 9632024 Compare February 16, 2026 21:31
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 9632024 to 727f2f2 Compare February 23, 2026 17:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 727f2f2 to 8ce6d72 Compare February 24, 2026 07:13
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 8ce6d72 to 0c45105 Compare February 25, 2026 01:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 0c45105 to f3ff156 Compare March 2, 2026 17:43
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from f3ff156 to 2293437 Compare March 2, 2026 21:51
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 2293437 to d23a807 Compare March 2, 2026 21:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from d23a807 to da8398a Compare March 2, 2026 21:56
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from da8398a to 8dd8e1f Compare March 2, 2026 21:58
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 8dd8e1f to def25d2 Compare March 9, 2026 17:35
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from def25d2 to 5b52281 Compare March 9, 2026 22:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 75150a8 to aa246cc Compare April 6, 2026 15:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from aa246cc to 7cbef60 Compare April 13, 2026 17:07
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 7cbef60 to e23c115 Compare April 20, 2026 18:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from e23c115 to 0da711c Compare April 27, 2026 19:42
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 0da711c to 8b7b9fa Compare May 4, 2026 20:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 8b7b9fa to 1b9370e Compare May 11, 2026 23:30
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 1b9370e to 275ffd1 Compare May 19, 2026 01:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 275ffd1 to 61436a7 Compare May 24, 2026 23:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 61436a7 to 3a69ccd Compare May 29, 2026 18:56
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 3a69ccd to 45149f5 Compare June 5, 2026 15:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 45149f5 to 80bfb1b Compare June 12, 2026 15:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/linting-36b0678380 branch from 80bfb1b to 7cde6ec Compare June 19, 2026 15:53
Bumps the linting group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


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

Updates `eslint-plugin-astro` from 1.5.0 to 2.1.1
- [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.5.0...v2.1.1)

Updates `typescript-eslint` from 8.59.2 to 8.63.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
- dependency-name: eslint-plugin-astro
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants