Skip to content

chore(deps): bump @typescript-eslint/parser from 8.56.1 to 8.57.2 in /docs#317

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.57.2
Open

chore(deps): bump @typescript-eslint/parser from 8.56.1 to 8.57.2 in /docs#317
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.57.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps @typescript-eslint/parser from 8.56.1 to 8.57.2.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
  • typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)

❤️ Thank You

See GitHub Releases for more information.

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

v8.57.1

8.57.1 (2026-03-16)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)

❤️ Thank You

See GitHub Releases for more information.

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

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.57.2 (2026-03-23)

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.

8.57.1 (2026-03-16)

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.

8.57.0 (2026-03-09)

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.

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/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.56.1 to 8.57.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions github-actions bot added the chore label Mar 30, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 30, 2026

Greptile Summary

This is a routine Dependabot dependency bump that upgrades @typescript-eslint/parser from 8.56.1 to 8.57.2 within the /docs Docusaurus site. The parser changelog confirms this is a version-bump-only release for the parser package itself — no parser code changed. The accompanying lock-file update pulls in consistent @typescript-eslint/* 8.57.2 sub-packages and a handful of minor transitive bumps (ts-api-utils 2.5.0, @babel/runtime 7.29.2, caniuse-lite, picomatch, etc.).

  • Only docs/ is affected; application source code is untouched.
  • No breaking changes in the 8.57.x release series.
  • Compatibility score from Dependabot is high for this bump.
  • Worth noting: @typescript-eslint/eslint-plugin remains pinned at 8.54.0 while the parser is now at 8.57.2. The typescript-eslint team recommends keeping plugin and parser on the same version. This pre-existed the PR and is not a regression introduced here, but it may be worth aligning them in a follow-up.

Confidence Score: 5/5

Safe to merge — version-bump-only release with no code changes and only docs/ affected.

All changes are confined to the docs Docusaurus site. The typescript-eslint changelog explicitly states this is a version-bump-only release for the parser package. No application logic is touched, and Dependabot reports a high compatibility score.

No files require special attention.

Important Files Changed

Filename Overview
docs/package.json Bumps @typescript-eslint/parser minimum specifier from ^8.56.1 to ^8.57.2; all other dev-deps unchanged.
docs/pnpm-lock.yaml Lock file updated to reflect new resolved versions: @typescript-eslint/* 8.56.1→8.57.2, ts-api-utils 2.4.0→2.5.0, plus minor transitive bumps (@babel/runtime, @emnapi/runtime, baseline-browser-mapping, brace-expansion, caniuse-lite, picomatch).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Dependabot bump\n@typescript-eslint/parser\n8.56.1 → 8.57.2"] --> B["docs/package.json\nspecifier updated"]
    A --> C["docs/pnpm-lock.yaml\nresolved versions updated"]
    C --> D["@typescript-eslint/* packages\n8.56.1 → 8.57.2"]
    C --> E["ts-api-utils\n2.4.0 → 2.5.0"]
    C --> F["Minor transitive bumps\nbabel/runtime, caniuse-lite,\npicomatch, brace-expansion…"]
    D --> G["No parser code changes\n(version-bump-only release)"]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump @typescript-eslint/par..." | Re-trigger Greptile

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

LGTM — routine Dependabot parser bump in docs tooling only.

Extended reasoning...

Overview

This PR bumps @typescript-eslint/parser from 8.56.1 to 8.57.2 in docs/package.json and its associated pnpm-lock.yaml. Only two files are touched, both confined to the docs site's dev dependency toolchain.

Security risks

None. This is a linting toolchain dependency for the docs site; it is not shipped in any production artifact. There are no auth, crypto, or permission code paths affected.

Level of scrutiny

Low scrutiny is appropriate. The 8.57.0, 8.57.1, and 8.57.2 parser releases were all version-bump-only (no code changes), as confirmed by the changelog. The lockfile changes are mechanical version updates consistent with the package.json change.

Other factors

The inline comment flags a pre-existing plugin/parser version mismatch (eslint-plugin at 8.54.0, parser now at 8.57.2). This gap existed before this PR (8.54.0 vs 8.56.1) and the practical risk is negligible given the parser bump had no code changes. It is a valid nit worth a follow-up Dependabot bump for the plugin, but it does not block this PR.

Comment on lines 36 to +39
"@docusaurus/tsconfig": "3.9.2",
"@docusaurus/types": "3.9.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.56.1",
"@typescript-eslint/parser": "^8.57.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 This PR bumps @typescript-eslint/parser to 8.57.2 but leaves @typescript-eslint/eslint-plugin constrained to ^8.0.0 (resolving to 8.54.0), creating a 3-minor-version gap that the typescript-eslint project recommends against. While this mismatch was pre-existing (8.54.0 plugin vs 8.56.1 parser before this PR), the fix is straightforward: also update @typescript-eslint/eslint-plugin to ^8.57.2 in docs/package.json.

Extended reasoning...

What the bug is and how it manifests

The PR updates @typescript-eslint/parser from 8.56.1 to 8.57.2 in docs/package.json, but the @typescript-eslint/eslint-plugin constraint remains at ^8.0.0. pnpm resolves this to 8.54.0, meaning there is now a 3-minor-version gap between the plugin (8.54.0) and the parser (8.57.2). The typescript-eslint versioning docs explicitly recommend keeping the plugin and parser at the same version.

The specific code path that triggers it

In docs/package.json lines 36-39, @typescript-eslint/eslint-plugin is pinned at ^8.0.0 while @typescript-eslint/parser is now at ^8.57.2. The lockfile confirms this: the plugin snapshot still depends on the 8.54.0 versions of scope-manager, type-utils, utils, and visitor-keys, while the parser uses the 8.57.2 equivalents. Both sets of internal packages coexist in the dependency tree.

Why existing code does not prevent it

The ^8.0.0 semver range for the eslint-plugin accepts any 8.x version, so pnpm is free to leave it at 8.54.0 when resolving. There is no constraint or peer-dependency rule that forces the plugin and parser to resolve to the same minor version. Dependabot only bumped the parser, leaving the plugin behind.

What the impact would be

If the AST node shapes, type APIs in scope-manager, or visitor key sets differ between 8.54.0 and 8.57.2, the plugin (using its 8.54.0 internal packages to traverse the AST) could produce incorrect lint results or even runtime errors, since it is analyzing AST output produced by the parser's 8.57.2 internals. In practice, the risk here is low: 8.57.0, 8.57.1, and 8.57.2 were version-bump-only releases for the parser, and pnpm's lockfile shows some cross-version deduplication already occurring (e.g., @typescript-eslint/project-service@8.54.0 pulling in tsconfig-utils@8.57.2 and types@8.57.2). Additionally, this is only the docs linting toolchain, not production code.

Pre-existing nature

Importantly, this mismatch was already present before this PR: the plugin was at 8.54.0 and the parser at 8.56.1 (a 2-minor-version gap). This PR worsens the gap by one additional minor version. It is therefore a pre-existing issue that this PR makes slightly worse without fixing.

How to fix it

In docs/package.json, change "@typescript-eslint/eslint-plugin": "^8.0.0" to "@typescript-eslint/eslint-plugin": "^8.57.2". This will cause pnpm to resolve both packages to the same version, eliminating the duplicate internal packages and aligning with the typescript-eslint team's versioning recommendation.

Step-by-step proof

  1. Before this PR: docs/package.json had parser at ^8.56.1 → lockfile resolved to 8.56.1; plugin was ^8.0.0 → resolved to 8.54.0. Gap: 2 minor versions.
  2. This PR changes parser to ^8.57.2 → lockfile resolves to 8.57.2; plugin constraint unchanged at ^8.0.0 → still resolves to 8.54.0.
  3. The lockfile snapshots confirm two parallel sets: @typescript-eslint/scope-manager@8.54.0 and @typescript-eslint/scope-manager@8.57.2, and similarly for types, typescript-estree, and visitor-keys.
  4. The eslint-plugin@8.54.0 snapshot uses parser@8.57.2 (updated pnpm peer) but internally depends on scope-manager@8.54.0, types@8.54.0, etc.—a mix of 8.54.0 internals analyzing parser output built on 8.57.2 internals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants