Skip to content

chore(deps)(deps-dev): bump typescript-eslint from 8.59.3 to 8.59.4 in /sdks/typescript#181

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

chore(deps)(deps-dev): bump typescript-eslint from 8.59.3 to 8.59.4 in /sdks/typescript#181
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sdks/typescript/typescript-eslint-8.59.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps typescript-eslint from 8.59.3 to 8.59.4.

Release notes

Sourced from typescript-eslint's releases.

v8.59.4

8.59.4 (2026-05-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#12294)
  • project-service: throw error cause in getParsedConfigFileFromTSServer (#12321)
  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)

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

8.59.4 (2026-05-18)

🩹 Fixes

  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • ca6ca14 chore(release): publish 8.59.4
  • 4b927c6 fix(typescript-eslint): export Compatible* types from typescript-eslint to re...
  • See full diff in compare view

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](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.59.3 to 8.59.4.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.59.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

Labels

The following labels could not be found: dependencies, typescript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

andrehrferreira added a commit that referenced this pull request May 21, 2026
Same pairwise-conflict situation as #169-#178 — all four dependabot
PRs touch sdks/typescript/package.json + package-lock.json, so once
the first lands the rest become CONFLICTING. Resolve in one branch
to skip the @dependabot recreate ping-pong.

Bumps applied:
- @types/node            25.7.0  -> 25.9.1  (#183)
- eslint                 10.3.0  -> 10.4.0  (#182)
- typescript-eslint      8.59.3  -> 8.59.4  (#181)
- @typescript-eslint/parser  8.59.3 -> 8.59.4 (#180)
- @typescript-eslint/eslint-plugin 8.59.3 -> 8.59.4 (peer-pinned
  sibling kept in lockstep so npm install resolves without
  --legacy-peer-deps)

Verified locally:
- npm install -> 191 packages, no peer-dep failure
- npx tsc --noEmit clean

All four are patch-level bumps with no API breakage.
Closes #180 #181 #182 #183.

Co-authored-by: Andre Ferreira <andrerhrf@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 21, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/sdks/typescript/typescript-eslint-8.59.4 branch May 21, 2026 15:28
andrehrferreira added a commit that referenced this pull request May 21, 2026
Same pairwise-conflict situation as #169-#178 — all four dependabot
PRs touch sdks/typescript/package.json + package-lock.json, so once
the first lands the rest become CONFLICTING. Resolve in one branch
to skip the @dependabot recreate ping-pong.

Bumps applied:
- @types/node            25.7.0  -> 25.9.1  (#183)
- eslint                 10.3.0  -> 10.4.0  (#182)
- typescript-eslint      8.59.3  -> 8.59.4  (#181)
- @typescript-eslint/parser  8.59.3 -> 8.59.4 (#180)
- @typescript-eslint/eslint-plugin 8.59.3 -> 8.59.4 (peer-pinned
  sibling kept in lockstep so npm install resolves without
  --legacy-peer-deps)

Verified locally:
- npm install -> 191 packages, no peer-dep failure
- npx tsc --noEmit clean

All four are patch-level bumps with no API breakage.
Closes #180 #181 #182 #183.

Co-authored-by: Andre Ferreira <andrerhrf@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants