Skip to content

Bump typescript-eslint from 8.61.1 to 8.64.0 in /web - #51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/typescript-eslint-8.64.0
Closed

Bump typescript-eslint from 8.61.1 to 8.64.0 in /web#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/typescript-eslint-8.64.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps typescript-eslint from 8.61.1 to 8.64.0.

Release notes

Sourced from typescript-eslint's releases.

v8.64.0

8.64.0 (2026-07-13)

🚀 Features

  • support parsing import defer (#12513)
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#12543)

🩹 Fixes

  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#12512)

❤️ Thank You

See GitHub Releases for more information.

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

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)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.64.0 (2026-07-13)

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

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)

Greptile Summary

Automated Dependabot bump of typescript-eslint from 8.61.1 to 8.64.0 in the web directory. This is a dev-only tooling dependency used for linting and has no runtime impact.

  • All @typescript-eslint/* sub-packages (eslint-plugin, parser, typescript-estree, utils, scope-manager, types, type-utils, visitor-keys, project-service, tsconfig-utils) are consistently updated to 8.64.0 with no version mismatches.
  • The intermediate releases include minor features (support for import defer, no-misused-promises async disposal detection) and bug fixes (e.g. require-array-sort-compare handling constrained arrays), with no breaking changes in this range.
  • A transitive ignore dependency was incidentally bumped from 7.0.5 to 7.0.6 as part of the update.

Confidence Score: 5/5

Safe to merge — this is a devDependency-only update with no runtime impact and no breaking changes in the bumped range.

All changed packages are dev-only linting tools. The version range 8.61.1 → 8.64.0 contains only additive features and bug fixes, all sub-packages are updated consistently to the same version, and the lock file hashes are updated correctly.

No files require special attention.

Important Files Changed

Filename Overview
web/package.json Bumps typescript-eslint devDependency minimum version constraint from ^8.59.2 to ^8.64.0
web/package-lock.json Lock file updated to pin all @typescript-eslint/* sub-packages to 8.64.0 and bumps a transitive ignore dependency from 7.0.5 to 7.0.6

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[typescript-eslint] --> B[eslint-plugin]
    A --> C[parser]
    A --> D[typescript-estree]
    A --> E[utils]
    B --> F[scope-manager]
    B --> G[type-utils]
    B --> H[visitor-keys]
    C --> F
    C --> I[types]
    D --> J[project-service]
    D --> K[tsconfig-utils]
    D --> L[ignore 7.0.6]
    E --> F
    F --> I
    F --> H
    H --> I
    J --> K
    J --> I
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[typescript-eslint] --> B[eslint-plugin]
    A --> C[parser]
    A --> D[typescript-estree]
    A --> E[utils]
    B --> F[scope-manager]
    B --> G[type-utils]
    B --> H[visitor-keys]
    C --> F
    C --> I[types]
    D --> J[project-service]
    D --> K[tsconfig-utils]
    D --> L[ignore 7.0.6]
    E --> F
    F --> I
    F --> H
    H --> I
    J --> K
    J --> I
Loading

Reviews (1): Last reviewed commit: "Bump typescript-eslint from 8.61.1 to 8...." | Re-trigger Greptile

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

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Jul 19, 2026
@netlify

netlify Bot commented Jul 19, 2026

Copy link
Copy Markdown

Deploy Preview for household-cfo ready!

Name Link
🔨 Latest commit 136adf8
🔍 Latest deploy log https://app.netlify.com/projects/household-cfo/deploys/6a5c40b6baebf20008c36270
😎 Deploy Preview https://deploy-preview-51--household-cfo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Author

Superseded by #60.

@dependabot dependabot Bot closed this Jul 26, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/typescript-eslint-8.64.0 branch July 26, 2026 03:13
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