Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

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

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

greptile-apps bot commented Mar 16, 2026

Greptile Summary

Routine Dependabot minor version bump of @typescript-eslint/parser from 8.56.1 to 8.57.0 in the docs/ workspace. Per the upstream changelog, this was a version-alignment release with no code changes to the parser itself.

  • Bumps @typescript-eslint/parser specifier in docs/package.json from ^8.56.1 to ^8.57.0
  • Lockfile updates resolve the new parser version along with aligned transitive dependencies (scope-manager, types, visitor-keys, typescript-estree, project-service, tsconfig-utils)
  • A few unrelated transitive dependencies also received minor bumps in the lockfile (@emnapi/runtime, baseline-browser-mapping, caniuse-lite)
  • No issues found during review

Confidence Score: 5/5

  • This PR is safe to merge — it is a standard minor dependency bump scoped to the docs workspace with no code changes.
  • This is an automated Dependabot minor version bump of a dev dependency (@typescript-eslint/parser) limited to the docs/ workspace. The upstream release notes confirm this was a version-alignment-only release for the parser package. The lockfile changes are consistent with the version bump and its transitive dependencies. No application code is affected.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/package.json Minor version bump of @typescript-eslint/parser from ^8.56.1 to ^8.57.0. No other changes.
docs/pnpm-lock.yaml Lockfile updated to resolve @typescript-eslint/parser@8.57.0 and its transitive dependencies (scope-manager, types, visitor-keys, typescript-estree, project-service, tsconfig-utils). Also picks up minor bumps to @emnapi/runtime, baseline-browser-mapping, and caniuse-lite.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["docs/package.json"] -->|specifier bump| B["@typescript-eslint/parser\n8.56.1 → 8.57.0"]
    B --> C["scope-manager@8.57.0"]
    B --> D["types@8.57.0"]
    B --> E["visitor-keys@8.57.0"]
    B --> F["typescript-estree@8.57.0"]
    F --> G["project-service@8.57.0"]
    F --> H["tsconfig-utils@8.57.0"]
    style A fill:#e1f5fe
    style B fill:#fff9c4
Loading

Last reviewed commit: fe7ae8b

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 — straightforward Dependabot minor version bump for a docs-only dev dependency.

Extended reasoning...

Overview

This is an automated Dependabot PR that bumps @typescript-eslint/parser from 8.56.1 to 8.57.0 in the /docs directory. The only files changed are docs/package.json (one line: the version specifier) and docs/pnpm-lock.yaml (mechanical lockfile updates reflecting the new resolved versions of @typescript-eslint/* sub-packages and a few transitive dependency bumps like caniuse-lite, baseline-browser-mapping, and @emnapi/runtime).

Security risks

None. This is a minor version bump of a well-known ESLint parser used only as a dev dependency in the docs site. It does not touch application code, authentication, cryptography, or any runtime dependency. The upstream changelog confirms this was a version-bump-only release for the parser package with no code changes.

Level of scrutiny

Minimal scrutiny is appropriate. This is a dev dependency bump scoped entirely to the documentation site, generated by Dependabot with standard lockfile resolution. The changes are fully mechanical.

Other factors

No bugs were found by the bug hunting system. No outstanding reviewer comments exist. The PR has appropriate labels (documentation, chore, dependencies). The upstream release notes show only bug fixes in sibling packages with no breaking changes.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Superseded by #313.

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/typescript-eslint/parser-8.57.0 branch March 23, 2026 10:41
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