Skip to content

chore: bump @typescript-eslint/utils from 8.66.0 to 8.67.0 - #2568

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0
Closed

chore: bump @typescript-eslint/utils from 8.66.0 to 8.67.0#2568
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @typescript-eslint/utils from 8.66.0 to 8.67.0.

Release notes

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

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ 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/utils's changelog.

8.67.0 (2026-08-10)

This was a version bump only for utils 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 Aug 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 14, 2026 01:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 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/utils-8.67.0 branch from d65aa40 to 1435ec0 Compare August 14, 2026 14:51
@serikjensen

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0 branch from 1435ec0 to a20aeb0 Compare August 14, 2026 15:10
@serikjensen

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0 branch from a20aeb0 to 760b7e6 Compare August 14, 2026 15:29
@serikjensen

Copy link
Copy Markdown
Member

@claude could you investigate the test failures here, determine if the failures are legitimate, scour the release notes for the version bump, and make updates as needed?

@claude

claude Bot commented Aug 14, 2026

Copy link
Copy Markdown

Claude finished @serikjensen's task in 1m 20s —— View job


Investigation complete

Todo list

  • Gather context (CI status, release notes)
  • Determine if test failures are legitimate
  • Scour release notes for the version bump
  • Make updates as needed
  • Push changes (if any) and summarize

Findings

CI failure is not legitimate / not related to this PR. The only failing jobs are e2e-setup (and the downstream e2e-success gate that depends on it). Every other job — lint, format, typecheck, test, build, derive-*, docs-build, storybook-build — passed.

The e2e-setup log shows the failure happens during demo provisioning against the live gws-flows backend, not in any SDK code:

✗ Failed to provision shared/onboarded: Error: Base demo "react_sdk_demo_company_onboarded" (company 7b7e06f9) failed readiness check after 180s of patient polling: expected onboarding_completed=true, got false
This indicates a regression in the demo factory on the gws-flows backend, not in the SDK.

That message is emitted deliberately by the SDK's own e2e tooling (e2e/scenario/runner.ts) specifically to distinguish backend demo-factory regressions from real SDK test failures. It occurs after unit/build/lint all succeed, and has nothing to do with @typescript-eslint/utils — it's an infrastructure/backend flake unrelated to this dependency bump. No SDK or CI-config change can fix it from this repo; it needs to be resolved on the gws-flows/demo-factory side. Re-running the job (or the @dependabot rebase you already triggered) should pick up once the backend recovers.

Release notes for @typescript-eslint/utils 8.67.0: per the changelog, "This was a version bump only for utils to align it with other projects, there were no code changes." The one feature in the 8.67.0 release (export basic globs for using tseslint, typescript-eslint/typescript-eslint#12105) lives in the typescript-eslint meta-package, not utils — it doesn't touch any of the ESLintUtils/TSESTree APIs this repo's custom rules (eslint-rules/*.ts) depend on.

No code updates needed. I checked all 14 files in the repo that import @typescript-eslint/utils (the custom eslint-rules/*.ts files), and since utils had zero code changes in this release, there's nothing to adapt. The lint and format jobs in CI already confirm these rules still work correctly against 8.67.0.

Summary

This PR is safe to merge as-is once CI infra recovers — no source changes required. The failing e2e-setup/e2e-success jobs are caused by an unrelated backend demo-provisioning issue on gws-flows, not by the dependency bump.
· Branch: dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0

@serikjensen

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 8.66.0 to 8.67.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/utils)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0 branch from 760b7e6 to 76bd328 Compare August 14, 2026 15:47

@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. Release notes are a version-alignment bump only (no code changes) for @typescript-eslint/utils; the one feature in this release lives in the typescript-eslint meta-package and doesn't affect the ESLintUtils/TSESTree APIs this repo depends on. Earlier e2e-setup failure was confirmed unrelated backend infra flake (see @claude investigation above); current CI is green.

@serikjensen

Copy link
Copy Markdown
Member

@dependabot rebase

@claude

claude Bot commented Aug 14, 2026

Copy link
Copy Markdown

Claude finished @serikjensen's task in 38s —— View job


Todo

  • Review trigger comment and context
  • Check current CI status on this PR
  • Confirm no further action needed / summarize

Summary

Confirmed: the full CI workflow (run 31816237877) is now green across every job — lint, format, typecheck, test, build, derive-*, docs-build, storybook-build, and notably e2e-setup plus all e2e (*) suites and e2e-success. The earlier e2e-setup failure was indeed the unrelated gws-flows backend demo-provisioning flake identified in the prior investigation, not caused by this dependency bump — it has since resolved after the dependabot rebases.

As previously noted, @typescript-eslint/utils 8.67.0 is a version-alignment-only release (per its changelog: "no code changes"), and the one new feature in the 8.67.0 line lives in the typescript-eslint meta-package, not utils — it doesn't touch any APIs this repo's custom ESLint rules depend on.

No code changes needed. This PR is safe to merge.
· Branch: dependabot/npm_and_yarn/typescript-eslint/utils-8.67.0

@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 14, 2026
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