Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

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)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ 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/parser's changelog.

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.1.
- [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.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.1
  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 23, 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 23, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 23, 2026

Greptile Summary

This is a routine Dependabot-generated dependency bump upgrading @typescript-eslint/parser from 8.56.1 to 8.57.1 in the /docs workspace. According to the upstream changelog, the parser package itself had no code changes in either 8.57.0 or 8.57.1 — it was a version-alignment bump only; functional fixes landed in eslint-plugin and typescript-estree.

Key changes:

  • docs/package.json: minimum version specifier for @typescript-eslint/parser raised from ^8.56.1^8.57.1.
  • docs/pnpm-lock.yaml: all associated @typescript-eslint/* sub-packages (scope-manager, types, typescript-estree, visitor-keys, project-service, tsconfig-utils) updated to 8.57.1; several incidental transitive package bumps also resolved (ts-api-utils 2.4→2.5, @babel/runtime 7.28.6→7.29.2, @emnapi/runtime 1.8.1→1.9.1, caniuse-lite and baseline-browser-mapping patch updates).
  • @typescript-eslint/eslint-plugin remains at 8.54.0 (separate specifier ^8.0.0); the 3-minor-version spread between the plugin and parser is typical for this monorepo and does not affect compatibility.

No logic or configuration changes are introduced; the update is scoped entirely to the docs site's dev tooling.

Confidence Score: 5/5

  • This PR is safe to merge — it is a dev-dependency-only bump scoped to the docs workspace with no runtime impact.
  • The change is limited to dev tooling (ESLint parser) inside the /docs workspace. The upstream changelog confirms zero code changes in the parser package itself for these two releases. All related sub-packages are updated consistently in the lockfile, and no application or library code is affected.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/package.json Version specifier for @typescript-eslint/parser updated from ^8.56.1 to ^8.57.1; straightforward bump with no other changes.
docs/pnpm-lock.yaml Lockfile updated to resolve @typescript-eslint/parser at 8.57.1 along with all its sub-packages (scope-manager, types, typescript-estree, visitor-keys, project-service, tsconfig-utils); also picks up incidental transitive bumps (ts-api-utils 2.4→2.5, @babel/runtime 7.28.6→7.29.2, @emnapi/runtime 1.8.1→1.9.1, caniuse-lite and baseline-browser-mapping patch bumps).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["docs/package.json\n@typescript-eslint/parser ^8.57.1"] --> B["@typescript-eslint/parser@8.57.1"]
    B --> C["@typescript-eslint/scope-manager@8.57.1"]
    B --> D["@typescript-eslint/types@8.57.1"]
    B --> E["@typescript-eslint/typescript-estree@8.57.1"]
    B --> F["@typescript-eslint/visitor-keys@8.57.1"]
    E --> G["@typescript-eslint/project-service@8.57.1"]
    E --> H["@typescript-eslint/tsconfig-utils@8.57.1"]
    E --> I["ts-api-utils@2.5.0"]

    J["@typescript-eslint/eslint-plugin@8.54.0\nstays pinned"] -.->|peer dep| B
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 patch bump of a docs-only dev dependency with no code changes.

Extended reasoning...

Overview

This PR updates @typescript-eslint/parser from 8.56.1 to 8.57.1 exclusively in the docs/ subdirectory, touching only docs/package.json and docs/pnpm-lock.yaml. The lock file also picks up a handful of consistent transitive bumps (@typescript-eslint/* sub-packages, @babel/runtime, @emnapi/runtime, baseline-browser-mapping, caniuse-lite, ts-api-utils).

Security risks

None. The changed packages are ESLint/TypeScript dev tooling used only during the docs build; they are not shipped as runtime code. The upstream changelog explicitly states that both 8.57.0 and 8.57.1 are version-bump-only releases with no code changes to the parser itself.

Level of scrutiny

Very low. This is an automated Dependabot PR limited to the docs workspace. It does not touch production code, auth, crypto, or any shared infrastructure. Patch-level bumps of well-maintained TypeScript tooling in a docs-only context are the canonical case for auto-approval.

Other factors

No prior reviews exist on this PR. No bugs were flagged by the bug-hunting system. The diff is mechanically correct — all @typescript-eslint/* packages are updated consistently to the same version, and the lock file hashes align with the new specifiers.

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