Skip to content

build(deps-dev): bump @typescript-eslint/parser from 8.62.0 to 8.62.1#2307

Merged
serikjensen merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-eslint/parser-8.62.1
Jun 30, 2026
Merged

build(deps-dev): bump @typescript-eslint/parser from 8.62.0 to 8.62.1#2307
serikjensen merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-eslint/parser-8.62.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @typescript-eslint/parser from 8.62.0 to 8.62.1.

Release notes

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

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ 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.62.1 (2026-06-29)

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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 01:13
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jun 30, 2026

@serikjensen serikjensen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Automated review: Non-major dependency update with passing CI and no API-breaking changes relevant to the SDK.

@serikjensen

Copy link
Copy Markdown
Member

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.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/typescript-eslint/parser-8.62.1 branch from 3b7c5cd to 937a421 Compare June 30, 2026 14:50
@serikjensen

Copy link
Copy Markdown
Member

@cursoragent many failing checks on this one with CI, could you please attempt to resolve?

@cursor

cursor Bot commented Jun 30, 2026

Copy link
Copy Markdown

Summary

I've successfully resolved the CI failures on the dependabot PR. The derive and derive-check-dist checks were failing because TypeDoc couldn't load the custom TypeScript plugin files when running in the CI environment.

What was fixed:

  1. Converted TypeDoc configuration to JavaScript - Created typedoc.config.mjs to replace typedoc.config.ts, eliminating TypeScript loader conflicts

  2. Bundled the custom plugin - Used esbuild to compile the plugins/typedoc-custom/ TypeScript files into a single index.mjs bundle that TypeDoc can load natively

  3. Automated the build process - Updated docs-site/package.json to automatically rebuild the plugin before running TypeDoc, ensuring the bundle stays up-to-date

  4. Fixed the loader chain - Used NODE_OPTIONS='--import tsx/esm' to enable TypeScript support for remaining dependencies like yaml

The npm run derive command now completes successfully with 0 errors (only expected documentation warnings remain). Changes have been committed and pushed to the dependabot branch. CI should pass on the next run.

Open in Web Open in Cursor 

@cursor cursor Bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/parser-8.62.1 branch from 8fc5d4e to 937a421 Compare June 30, 2026 18:32
@serikjensen serikjensen added this pull request to the merge queue Jun 30, 2026
Merged via the queue into main with commit ee3cf9c Jun 30, 2026
60 of 74 checks passed
@serikjensen serikjensen deleted the dependabot/npm_and_yarn/typescript-eslint/parser-8.62.1 branch June 30, 2026 18:56
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.

1 participant