Skip to content

build(deps-dev): bump @typescript-eslint/rule-tester from 8.62.0 to 8.62.1#2308

Merged
serikjensen merged 3 commits into
mainfrom
dependabot/npm_and_yarn/typescript-eslint/rule-tester-8.62.1
Jun 30, 2026
Merged

build(deps-dev): bump @typescript-eslint/rule-tester from 8.62.0 to 8.62.1#2308
serikjensen merged 3 commits into
mainfrom
dependabot/npm_and_yarn/typescript-eslint/rule-tester-8.62.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @typescript-eslint/rule-tester from 8.62.0 to 8.62.1.

Release notes

Sourced from @​typescript-eslint/rule-tester'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/rule-tester's changelog.

8.62.1 (2026-06-29)

This was a version bump only for rule-tester 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:14
@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

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/rule-tester-8.62.1 branch from d7291a9 to 96d1d05 Compare June 30, 2026 14:50
@serikjensen

Copy link
Copy Markdown
Member

@cursoragent could you investigate failures on this one and look to resolve?

@cursor

cursor Bot commented Jun 30, 2026

Copy link
Copy Markdown

I've successfully investigated and resolved the CI failures on this PR. Here's what I found and fixed:

Investigation

The derive and derive-check-dist CI jobs were failing because TypeDoc couldn't load the TypeScript configuration file (typedoc.config.ts). The error was "Unknown file extension .ts" - Node.js doesn't natively support loading TypeScript config files without additional tooling.

This was a pre-existing issue affecting both the dependabot branch and main, not caused by the @typescript-eslint/rule-tester version bump itself.

Solution

I added NODE_OPTIONS='--import tsx' to the typedoc script in docs-site/package.json. This enables Node.js to load TypeScript files using the tsx package (already a dependency) when running TypeDoc.

The fix has been committed and pushed to the PR branch. CI should now be able to generate the documentation successfully.

Changes Made

  • Modified docs-site/package.json to add NODE_OPTIONS='--import tsx' to the typedoc script
  • Committed with message: fix(docs): add NODE_OPTIONS to support TypeScript config loading
  • Pushed to branch: dependabot/npm_and_yarn/typescript-eslint/rule-tester-8.62.1
Open in Web Open in Cursor 

Bumps [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) 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/rule-tester/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/rule-tester)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/rule-tester"
  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/rule-tester-8.62.1 branch from 96d1d05 to d0d84fd Compare June 30, 2026 18:58
@cursor cursor Bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/rule-tester-8.62.1 branch from 7e70001 to f5742d0 Compare June 30, 2026 20:06
@serikjensen serikjensen enabled auto-merge June 30, 2026 20:17
@serikjensen serikjensen added this pull request to the merge queue Jun 30, 2026
Merged via the queue into main with commit 161dd97 Jun 30, 2026
31 checks passed
@serikjensen serikjensen deleted the dependabot/npm_and_yarn/typescript-eslint/rule-tester-8.62.1 branch June 30, 2026 20:33
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.

2 participants