Skip to content

fix(deps): update eslint (minor) - #1079

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint
Open

fix(deps): update eslint (minor)#1079
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint

Conversation

@renovate

@renovate renovate Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/parser (source) 8.65.08.66.0 age confidence
@typescript-eslint/types (source) 8.65.08.66.0 age confidence
eslint (source) 10.7.010.8.0 age confidence
eslint-plugin-astro (source) 3.0.13.1.0 age confidence
eslint-plugin-jsdoc 63.2.063.3.3 age confidence
eslint-plugin-jsonc (source) 3.3.03.4.1 age confidence
eslint-plugin-oxlint 1.73.01.77.0 age confidence
eslint-plugin-playwright 2.10.52.11.0 age confidence
eslint-plugin-pnpm (source) 1.6.11.7.0 age confidence
eslint-plugin-toml (source) 1.4.01.5.0 age confidence
eslint-plugin-yml (source) 3.6.03.8.1 age confidence
eslint-plugin-zod (source) 4.8.04.9.0 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.66.0

Compare Source

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.

typescript-eslint/typescript-eslint (@​typescript-eslint/types)

v8.66.0

Compare Source

This was a version bump only for types 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.

eslint/eslint (eslint)

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#​21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#​21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#​21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#​21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#​21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#​21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#​21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#​21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#​21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#​21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#​21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#​21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#​21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#​21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#​21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#​21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#​21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#​21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#​21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#​21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#​21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#​21079) (ESLint Bot)
ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v3.1.0

Compare Source

Minor Changes
  • #​616 425aebb Thanks @​ota-meshi! - Resolve the TypeScript parser from the typescript-eslint package when @typescript-eslint/parser is not installed directly.
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v63.3.3

Compare Source

Bug Fixes

v63.3.2

Compare Source

Bug Fixes
  • require-example: support fixer with 1-line JSDoc blocks; fixes #​1736 (36f8e9e)

v63.3.1

Compare Source

Bug Fixes
  • normalize-see-links: minimally escape link targets instead of encodeURI (#​1735) (ae27cd2)

v63.3.0

Compare Source

Features
  • normalize-see-links: autofix delimiter-colliding labels via escape round-trip (#​1734) (cfe9cdb)

v63.2.2

Compare Source

Bug Fixes

v63.2.1

Compare Source

Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v3.4.1

Compare Source

Patch Changes
  • #​532 97a7564 Thanks @​ota-meshi! - Fix allowLineSeparatedGroups in jsonc/sort-keys when ignored properties occur between sorted keys.

v3.4.0

Compare Source

Minor Changes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v1.77.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.76.0...v1.77.0

v1.76.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.75.0...v1.76.0

v1.75.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.73.0...v1.75.0

mskelton/eslint-plugin-playwright (eslint-plugin-playwright)

v2.11.0

Compare Source

Features
  • no-unnecessary-assertions: flag always-passing assertions on a Locator (#​470) (b6d3e5d), closes #​463
antfu/pnpm-workspace-utils (eslint-plugin-pnpm)

v1.7.0

Compare Source

   🚀 Features
    View changes on GitHub
ota-meshi/eslint-plugin-toml (eslint-plugin-toml)

v1.5.0

Compare Source

Minor Changes
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
Patch Changes

v3.7.0

Compare Source

Minor Changes

v3.6.1

Compare Source

Patch Changes
marcalexiei/eslint-zod (eslint-plugin-zod)

v4.9.0

Compare Source

Minor Changes
  • #​374 6bbcdf0 Thanks @​marcalexiei! - feat: add prefer-nullish rule

    Flags chaining .optional() and .nullable() (in either order) when the two methods are directly adjacent, and autofixes the pair to .nullish(). Enabled in recommended.

Patch Changes

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 1am and before 5am every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from prisis as a code owner July 23, 2026 06:42
@renovate renovate Bot added the eslint label Jul 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@socket-security

socket-security Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​typescript-eslint/​parser@​8.66.01001007298100
Added@​typescript-eslint/​types@​8.66.01001007698100
Updatedeslint-plugin-playwright@​2.10.5 ⏵ 2.11.0100 +1100100 +193 +1100

View full report

@renovate
renovate Bot force-pushed the renovate/eslint branch from 68ab903 to 9ec8fa4 Compare August 1, 2026 02:10
@socket-security

socket-security Bot commented Aug 1, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovate Bot force-pushed the renovate/eslint branch from 9ec8fa4 to d7fdc81 Compare August 8, 2026 01:41
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate
renovate Bot force-pushed the renovate/eslint branch from d7fdc81 to 0a4ebac Compare August 9, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants