Skip to content

build(deps-dev): bump typescript-eslint from 8.61.0 to 8.61.1 in /webui#287

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/typescript-eslint-8.61.1
Jun 21, 2026
Merged

build(deps-dev): bump typescript-eslint from 8.61.0 to 8.61.1 in /webui#287
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/webui/typescript-eslint-8.61.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps typescript-eslint from 8.61.0 to 8.61.1.

Release notes

Sourced from typescript-eslint's releases.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

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.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.61.0 to 8.61.1.
- [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.61.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 21, 2026
@github-actions github-actions Bot merged commit 066f4fa into master Jun 21, 2026
12 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/webui/typescript-eslint-8.61.1 branch June 21, 2026 09:33

@cursor cursor 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.

Bug Scan Summary

Date: 2026-06-21
Commits inspected: 34c8e021..80eecd3 (PR #287typescript-eslint 8.61.0 → 8.61.1); also noted 4 subsequent master-only dep bumps (#286, #289#291) since last automation baseline e045e4b.
Result: No critical bugs found.

Investigation

  • Diff scope: webui/package.json + webui/package-lock.json only. All @typescript-eslint/* packages are dev: true; typescript-eslint is not bundled into the production Vite output.
  • ESLint config: webui/eslint.config.js uses tseslint.configs.recommended only. The 8.61.1 patch fixes (consistent-indexed-object-style, no-unnecessary-type-assertion, no-unnecessary-boolean-literal-compare, no-unnecessary-template-expression) are not in the recommended preset and only affect lint autofix behavior — no runtime impact.
  • Validation: npx vitest run — 154/154 passed; npm run build — succeeded; resolved version typescript-eslint@8.61.1.

Deduplication check

  • Open PRs: searched typescript-eslint — only #287 (now merged).
  • Recently merged PRs: #233 (8.61.0), #174, #165, #159 — routine dependabot bumps, no bug-fix PRs for this change.
  • Open issues: searched typescript-eslint OR eslint — no related bug reports.
  • Conclusion: N/A — no bug to fix.

Notes: Pre-existing ESLint findings (e.g. react-hooks/set-state-in-effect in Arr views) are unrelated to this bump and below the critical-severity bar (lint-only, no data/crash/auth impact).

Open in Web View Automation 

Sent by Cursor Automation: Torrentarr - Find critical bugs

@cursor cursor 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.

PR Validation (Cursor Automation)

Recommendation: Merge
Primary reason: Clean local merge with current origin/master; Release build and test gates pass; this is a narrow Dependabot dev-dependency bump that is already present on current master via this PR's squash merge.

Gates

Gate Status Notes
Merge conflicts Pass git merge origin/master completed cleanly on the PR head fetched from refs/pull/287/head; conflicts: none.
dotnet build Pass dotnet restore and dotnet build -c Release succeeded with 0 errors.
dotnet test (non-live) Pass dotnet test -c Release --no-build --filter "Category!=Live": 759 passed, 0 failed, 0 skipped.
vitest Pass npm ci succeeded; npx vitest run: 154 passed across 16 test files.

Validation

Axis Score Notes
Purpose Pass Updates the web UI typescript-eslint dev dependency from 8.61.0 to 8.61.1; justified routine maintenance.
Correctness Pass Manifest and lockfile-only dependency update; no qBitrr parity or Torrentarr behavior paths affected.
Tests Pass No behavior change requiring new regression tests; existing .NET non-live and Vitest suites pass.
Hygiene Pass Scope is limited to webui/package.json and webui/package-lock.json; no unrelated noise.
Overlap Pass No open competing typescript-eslint PRs found; known 2026-06-15 winner themes are unrelated. Current master already contains #287 as a squash merge.

Why

This PR is safe to merge from a validation standpoint: the local merge against current master is clean, dependency installation succeeds, and both backend and frontend test gates pass. The PR has already been merged by automation, so this comment records validation of the landed result rather than requesting any further action.

Overlap

None. No open PRs on the same dependency were found, and the known duplicate-PR winners (#229, #271, #258, #243) are unrelated. Note: docs/audits/pr-triage-2026-06-15.md is not present on current master because the docs/audits directory has been deleted, so overlap was checked against the prompt's winner table plus open PR search.

Commands run

git fetch origin master; git fetch origin dependabot/npm_and_yarn/webui/typescript-eslint-8.61.1 (remote ref unavailable after merge); git fetch origin pull/287/head:pr-287-head; git checkout -B pr-validate pr-287-head; git merge origin/master; dotnet restore; dotnet build -c Release; dotnet test -c Release --no-build --filter "Category!=Live"; cd webui && npm ci && npx vitest run; gh pr list --state open --search "typescript-eslint in:title repo:Feramance/Torrentarr".

Open in Web View Automation 

Sent by Cursor Automation: Torrentarr PR validation triage

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