Skip to content

Bump @typescript-eslint/parser from 8.58.0 to 8.58.1#1261

Merged
ecobitai[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-eslint/parser-8.58.1
Apr 8, 2026
Merged

Bump @typescript-eslint/parser from 8.58.0 to 8.58.1#1261
ecobitai[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-eslint/parser-8.58.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps @typescript-eslint/parser from 8.58.0 to 8.58.1.

Release notes

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

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ 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.58.1 (2026-04-08)

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.58.0 to 8.58.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.58.1/packages/parser)

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

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 Apr 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 8, 2026 11:03
@dependabot dependabot Bot requested a review from bucataruelena April 8, 2026 11:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 8, 2026
Copy link
Copy Markdown

@ecobitai ecobitai Bot left a comment

Choose a reason for hiding this comment

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

Dependency Verification: APPROVED

@typescript-eslint/parser 8.58.0 → 8.58.1 (patch)

Summary

  • CI Status: ✅ All 4 checks passing
  • Risk Level: Low
  • Change Type: Version alignment bump with no code changes

Analysis

According to the changelog, this release states:

"This was a version bump only for parser to align it with other projects, there were no code changes."

This is a safe patch update with zero functional changes.

⚠️ Sibling Package Version Mismatch

This repo uses multiple @typescript-eslint/* packages that are NOT version-aligned:

Package Version
@typescript-eslint/parser 8.58.1 (this PR)
@typescript-eslint/eslint-plugin ^8.46.2

The eslint-plugin is 12 minor versions behind the parser. While this currently works (CI passes), version mismatches in the @typescript-eslint family can cause subtle compatibility issues over time.

Recommendation

Consider configuring Dependabot to group @typescript-eslint/* packages together so they update in lockstep:

# .github/dependabot.yml
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    groups:
      typescript-eslint:
        patterns:
          - "@typescript-eslint/*"

This ensures future updates keep the family version-aligned.


Verdict: Safe to merge. LGTM! ✅

Technical Details
Property Value
Classifier Tier standard
Tier Reasoning Security advisory updates require investigation and verification regardless of patch version, even with passing CI checks.
Verdict APPROVE
Model z-ai/glm-5-20260211
Iterations 3
Reasoning enabled
Duration 32.8s
Auto-Verify enabled
Auto-Approve Level major
Auto-Merge Level minor
Tokens Count Cost
Input 32,438 $0.0260
Output 1,624 $0.0042
Total $0.0301

Classifier overhead: 381 tokens ($0.0006)

Tools: shell, get_pr_checks

⚡️ Trace Log

🔷 Executed:

cat package.json | jq '[.dependencies // {}, .devDependencies // {}] | add | keys | map(select(startswith("@typescript-eslint/")))'

Length of output: 72 chars

[
  "@typescript-eslint/eslint-plugin",
  "@typescript-eslint/parser"
]

🔷 Executed:

get_pr_checks()

Length of output: 198 chars

**CI/CD Checks for mergebot PR #1261**
Bump @typescript-eslint/parser from 8.58.0 to 8.58.1
https://github.com/e-conomic/mergebot/pull/1261

**Summary:** 4 passed (4 total)

**All 4 checks passed!**

@ecobitai ecobitai Bot merged commit e9dbf80 into master Apr 8, 2026
4 checks passed
@ecobitai ecobitai Bot deleted the dependabot/npm_and_yarn/typescript-eslint/parser-8.58.1 branch April 8, 2026 11:09
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