Bump typescript-eslint from 8.61.1 to 8.64.0 in /web - #51
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
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>
✅ Deploy Preview for household-cfo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Author
|
Superseded by #60. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/web/typescript-eslint-8.64.0
branch
July 26, 2026 03:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps typescript-eslint from 8.61.1 to 8.64.0.
Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
414d9abchore(release): publish 8.64.0290cf6cchore(release): publish 8.63.03ea32f4chore(release): publish 8.62.154e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-eslintfrom 8.61.1 to 8.64.0 in thewebdirectory. This is a dev-only tooling dependency used for linting and has no runtime impact.@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.import defer,no-misused-promisesasync disposal detection) and bug fixes (e.g.require-array-sort-comparehandling constrained arrays), with no breaking changes in this range.ignoredependency 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
typescript-eslintdevDependency minimum version constraint from^8.59.2to^8.64.0@typescript-eslint/*sub-packages to 8.64.0 and bumps a transitiveignoredependency from 7.0.5 to 7.0.6Flowchart
%%{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%%{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 --> IReviews (1): Last reviewed commit: "Bump typescript-eslint from 8.61.1 to 8...." | Re-trigger Greptile