Skip to content

chore: Bump @typescript-eslint/parser from 8.60.0 to 8.60.1 in /examples/openfeature_react/react-app#5435

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/openfeature_react/react-app/typescript-eslint/parser-8.60.1
Closed

chore: Bump @typescript-eslint/parser from 8.60.0 to 8.60.1 in /examples/openfeature_react/react-app#5435
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/openfeature_react/react-app/typescript-eslint/parser-8.60.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps @typescript-eslint/parser from 8.60.0 to 8.60.1.

Release notes

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

v8.60.1

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)

❤️ 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.60.1 (2026-06-01)

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 dependabot Bot added automerge dependencies Pull requests that update a dependency file labels Jun 12, 2026
@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for go-feature-flag-doc-preview canceled.

Name Link
🔨 Latest commit fafd7d0
🔍 Latest deploy log https://app.netlify.com/projects/go-feature-flag-doc-preview/deploys/6a2b652f98a4ad0008663f84

@greptile-apps

greptile-apps Bot commented Jun 12, 2026

Copy link
Copy Markdown

Greptile Summary

Automated dependabot bump of @typescript-eslint/parser from 8.60.0 to 8.60.1 in the examples/openfeature_react/react-app example. Per the upstream changelog, this release contains no code changes to the parser itself — it is a version-alignment bump only.

  • package.json: bumps the @typescript-eslint/parser dev dependency specifier from ^8.60.0 to ^8.60.1; @typescript-eslint/eslint-plugin is left at ^8.60.0, so the two companion packages now diverge by one patch version.
  • package-lock.json: resolves the new parser at 8.60.1 and adds a nested node_modules/@typescript-eslint/parser/node_modules/ subtree containing deduplicated 8.60.1 copies of the shared sub-packages, while the top-level packages remain at 8.60.0.

Confidence Score: 5/5

This PR is safe to merge — it updates a single dev-only ESLint parser in an example app, and the upstream changelog confirms no code changes were made in this patch release.

The bump touches only dev dependencies in an example directory and has no effect on the runtime application or any published package. The upstream changelog explicitly states there were no code changes to the parser in 8.60.1.

No files require special attention.

Important Files Changed

Filename Overview
examples/openfeature_react/react-app/package.json Bumps @typescript-eslint/parser dev dependency from ^8.60.0 to ^8.60.1; @typescript-eslint/eslint-plugin remains at ^8.60.0, creating a minor version divergence between the two companion packages.
examples/openfeature_react/react-app/package-lock.json Lock file updated to resolve @typescript-eslint/parser at 8.60.1; introduces nested node_modules/@typescript-eslint/parser/node_modules/ subtree with hoisted 8.60.1 sub-packages, while top-level @typescript-eslint/* packages remain at 8.60.0.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["package.json\n@typescript-eslint/parser ^8.60.1\n@typescript-eslint/eslint-plugin ^8.60.0"] --> B["npm install"]
    B --> C["Top-level node_modules\n@typescript-eslint/* @ 8.60.0"]
    B --> D["Nested node_modules\n@typescript-eslint/parser/node_modules/\n@typescript-eslint/* @ 8.60.1"]
    C --> E["ESLint plugin uses 8.60.0 sub-packages"]
    D --> F["Parser uses 8.60.1 sub-packages\n(no code changes vs 8.60.0)"]
Loading

Reviews (2): Last reviewed commit: "chore: Bump @typescript-eslint/parser" | Re-trigger Greptile

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.38%. Comparing base (85a73dd) to head (fafd7d0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5435   +/-   ##
=======================================
  Coverage   86.38%   86.38%           
=======================================
  Files         159      159           
  Lines        6757     6757           
=======================================
  Hits         5837     5837           
  Misses        685      685           
  Partials      235      235           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.60.0 to 8.60.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.60.1/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/openfeature_react/react-app/typescript-eslint/parser-8.60.1 branch from 8a5abb4 to fafd7d0 Compare June 12, 2026 01:47
@sonarqubecloud

Copy link
Copy Markdown

@kodiakhq kodiakhq Bot removed the automerge label Jun 12, 2026
@kodiakhq

kodiakhq Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @typescript-eslint/parser is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 12, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/examples/openfeature_react/react-app/typescript-eslint/parser-8.60.1 branch June 12, 2026 01:54
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant