Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.1#1045

Merged
ashleyshaw merged 2 commits into
developfrom
chore/typescript-eslint-eslint-plugin-8.61.1
Jul 15, 2026
Merged

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.1#1045
ashleyshaw merged 2 commits into
developfrom
chore/typescript-eslint-eslint-plugin-8.61.1

Conversation

@ashleyshaw

@ashleyshaw ashleyshaw commented Jul 15, 2026

Copy link
Copy Markdown
Member

Chore Pull Request

Linked issues

Relates to #1006 (superseded — closed; its branch had accumulated ~600 unrelated files reformatted by a pre-commit hook side effect while resolving a merge conflict against develop, so this is a clean re-creation from current develop with just the version bump).

Summary

Bumps @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.1 (patch release).

Changes

  • package.json / package-lock.json: @typescript-eslint/eslint-plugin 8.60.1 → 8.61.1.

Impact / Compatibility

  • Runtime/behaviour changes: None expected (patch release, @typescript-eslint/parser already at 8.62.1 on develop).
  • Build/dev-experience impact: None.

Verification

  • CI passes
  • Local build and smoke tests
  • Docs updated if developer-facing

Risk & Rollback

  • Risk level: Low
  • Rollback plan: revert commit

Changelog

Changed

  • Bumped @typescript-eslint/eslint-plugin 8.60.1 → 8.61.1.

Checklist (Global DoD / PR)

  • All AC met and demonstrated
  • Tests added/updated (unit/E2E as appropriate)
  • Accessibility checklist completed (where relevant): N/A — no UI/markup changes in this PR
    • Semantic HTML and heading order verified (N/A)
    • Keyboard navigation and visible focus states verified (N/A)
    • ARIA used only where needed (N/A)
    • Contrast and non-colour cues reviewed (N/A)
  • Docs/readme/changelog updated (if user-facing)
  • Security checklist completed (where relevant): reviewed, no user-facing input/output paths touched
    • Untrusted input validated and sanitised (N/A)
    • Output escaped for its rendering context (N/A)
    • Privileged actions enforce nonce and capability checks (N/A)
    • No secrets/sensitive data introduced; OWASP risks reviewed
  • Code/design reviews approved
  • CI green; linked issues closed; release notes prepared (if shipping)

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

✅ Template check passed after update. Thanks for fixing the PR description.

@github-actions github-actions Bot added status:needs-review Awaiting code review type:chore Chore / small hygiene change priority:normal Default priority area:dependencies Composer/npm dependency work lang:js JavaScript/TypeScript lang:json JSON config/content meta:needs-changelog Requires a changelog entry before merge labels Jul 15, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the @typescript-eslint/eslint-plugin dependency to version ^8.61.1. The reviewer recommends aligning this with the @typescript-eslint/parser version (^8.62.1) to avoid potential compatibility issues or unexpected linting behavior.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread package.json
"@stoplight/spectral-core": "^1.23.0",
"@stoplight/spectral-functions": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/eslint-plugin": "^8.61.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It is highly recommended to keep @typescript-eslint/eslint-plugin and @typescript-eslint/parser at the exact same version to avoid compatibility issues or unexpected linting behavior. Since @typescript-eslint/parser is at ^8.62.1, we should align @typescript-eslint/eslint-plugin to the same version.

Suggested change
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/eslint-plugin": "^8.62.1",

@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

🔍 Reviewer Summary for PR #1045

CI Status:success
Files changed: 3
Risk Distribution: 0 critical, 1 high, 0 medium, 2 low

Recommendations

  • Ready to proceed pending human review

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@ashleyshaw, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 40 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 52b4da2d-6aa7-4d1e-99d8-d96ade100bdf

📥 Commits

Reviewing files that changed from the base of the PR and between 2884193 and d59583a.

📒 Files selected for processing (1)
  • CHANGELOG.md
📝 Walkthrough

Walkthrough

Changes

ESLint dependency update

Layer / File(s) Summary
Update ESLint plugin constraint
package.json
Updates @typescript-eslint/eslint-plugin from ^8.60.1 to ^8.61.1 as a development dependency.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: dependabot[bot]

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly states the dependency bump and matches the change set.
Description check ✅ Passed The description covers linked issues, summary, impact, verification, rollback, changelog, and checklist, so it is mostly complete.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/typescript-eslint-eslint-plugin-8.61.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Metadata governance

@github-actions github-actions Bot added area:documentation Docs & guides lang:md Markdown content/docs labels Jul 15, 2026
@ashleyshaw ashleyshaw merged commit 053a5da into develop Jul 15, 2026
27 checks passed
@ashleyshaw ashleyshaw deleted the chore/typescript-eslint-eslint-plugin-8.61.1 branch July 15, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependencies Composer/npm dependency work area:documentation Docs & guides lang:js JavaScript/TypeScript lang:json JSON config/content lang:md Markdown content/docs meta:needs-changelog Requires a changelog entry before merge priority:normal Default priority status:needs-review Awaiting code review type:chore Chore / small hygiene change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant