Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.65.0 - #912

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/typescript-eslint/parser-8.65.0
Open

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.65.0#912
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/typescript-eslint/parser-8.65.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

Bumps @typescript-eslint/parser from 6.21.0 to 8.65.0.

Release notes

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

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

See GitHub Releases for more information.

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

v8.64.0

8.64.0 (2026-07-13)

🚀 Features

  • support parsing import defer (#12513)
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#12543)

🩹 Fixes

  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#12512)

❤️ Thank You

See GitHub Releases for more information.

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

... (truncated)

Changelog

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

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)

❤️ Thank You

See GitHub Releases for more information.

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

8.64.0 (2026-07-13)

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.

8.63.0 (2026-07-06)

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.

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.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

... (truncated)

Commits
  • 63ba81b chore(release): publish 8.65.0
  • eaf4576 feat: add warning when TS 7 is detected (#12529)
  • d8f1044 feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...
  • 0d06406 chore: add attw validation to repo (#12437)
  • c2386e4 chore(deps): update dependency prettier to v3.9.5 (#12486)
  • 414d9ab chore(release): publish 8.64.0
  • 290cf6c chore(release): publish 8.63.0
  • 3ea32f4 chore(release): publish 8.62.1
  • 54e2857 chore(release): publish 8.62.0
  • 81e4c26 feat: remove redundant package.json "files" (#12444)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​typescript-eslint/parser since your current version.


@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot dependabot Bot added the infrastructure CI, Docker, deployment label Jul 24, 2026
@dependabot dependabot Bot changed the title chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.65.0 build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.65.0 Jul 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/typescript-eslint/parser-8.65.0 branch from c121416 to 15ba488 Compare July 25, 2026 19:19
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/typescript-eslint/parser-8.65.0 branch from 15ba488 to b7e7ea1 Compare August 5, 2026 12:39
Petah1 and others added 2 commits August 6, 2026 11:28
…Node18 break, unbounded contract fuzz tests, and tar self-reference bug

- overrides.brace-expansion was pinned to 1.1.11, itself vulnerable to
  several later-disclosed DoS advisories; bump to 2.1.4 so `npm audit
  --omit=dev --audit-level=high` passes again.
- @paralleldrive/cuid2 ^3.3.0 is ESM-only, which Node 18 can't require()
  (unlike 20.19+/22's newer require(esm) support), crashing any
  ts-node-spawned process — e.g. the backup-restore smoke test — under
  the test(18) CI matrix leg. Downgrade to ^2.3.1, the last
  CJS-compatible release with the same createId() API.
- ci.yml's Soroban Contracts job never set PROPTEST_CASES, so the
  connection contract's invariant suite alone ran 10,000 cases and took
  27+ minutes, blowing the job's 30-minute timeout. contract-ci.yml
  already had this fixed; bring ci.yml's step in sync (split into unit
  tests + capped invariant fuzz tests, mirroring contract-ci.yml).
- deploy-staging.yml/deploy-mainnet.yml's tar step still failed with
  "file changed as we read it" despite the prior --exclude=release.tar.gz
  fix: writing the archive inside the directory being archived changes
  that directory's mtime mid-walk regardless of the exclude. Write to
  $RUNNER_TEMP instead and move the result into place.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 8.65.0.
- [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.65.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/main/typescript-eslint/parser-8.65.0 branch from b7e7ea1 to 119551c Compare August 6, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure CI, Docker, deployment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant