Skip to content

Bump typescript-eslint-parser from 18.0.0 to 22.0.0#2696

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/typescript-eslint-parser-22.0.0
Open

Bump typescript-eslint-parser from 18.0.0 to 22.0.0#2696
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/typescript-eslint-parser-22.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps typescript-eslint-parser from 18.0.0 to 22.0.0.

Release notes

Sourced from typescript-eslint-parser's releases.

v22.0.0

  • 0c76467 Docs: Update README with deprecation notice (#602) (Nicholas C. Zakas)
  • 26348b6 Docs: Update README.md regarding migration (#600) (James Henry)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583) (Armano)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596) (Armano)

v21.0.2

  • fed0a5a Docs: Update README.md (#567) (dudiharush)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574) (Armano)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571) (Armano)
  • 8ff0ad1 Fix: missing implements in classes (#562) (Armano)
  • cc92044 Fix: visiting superTypeParameters in classes (#561) (Armano)
  • 83dbabb Fix: visiting typeParameters in expressions (#565) (Armano)
  • c19e479 Fix: visitor-keys for TSAbstractClassProperty (#560) (Armano)
  • 491ebca Fix: crash in no-unused-vars when using enum (#556) (Armano)
  • ae7c4e6 Fix: missing visitor-keys (#554) (Armano)

v21.0.1

  • 3715584 Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima)
  • 15b32d0 Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo)

v21.0.0

  • eb23b26 Update: add proper scope analysis (fixes #535) (#540) (Toru Nagashima)
  • 150ffe8 Breaking: make 'useJSXTextNode:true' by default (#544) (Toru Nagashima)
  • 2d22321 Breaking: switch 'jsx' option by filename (fixes #517) (#543) (Toru Nagashima)
  • 3b1ed17 Breaking: make eslint a peerDep/devDep (#541) (Kai Cataldo)
  • 1d54346 Chore: test Node v11 in CI (#542) (Kai Cataldo)
  • a9d932a Breaking: typescript-estree v5 (#538) (Kai Cataldo)
  • 6a9b629 Docs: add options to README (#530) (Joe Pea)

v20.1.1

  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537) (Kevin Partington)

v20.1.0

  • 075d243 Chore: Make ESLint a devDependency/peerDependency (fixes #523) (#526) (Kevin Partington)
  • 4310aac Chore: Force LF for tsx files (#520) (Benjamin Lichtman)
  • bacac5f New: Add visitor keys (#516) (Michał Sajnóg)
  • 4172933 Upgrade: eslint-release@1.0.0 (#527) (Teddy Katz)

v20.0.0

  • f4b9893 Breaking: Support TypeScript 3.1 (fixes #524) (#525) (James Henry)

v19.0.2

  • aa0fe13 Fix: Re-expose parse method (fixes #519) (#521) (Kevin Partington)
  • 655359f Chore: Makefile tweaks (#522) (Kevin Partington)

v19.0.1

  • 7a367c7 Fix: Remove lib from package.json files (#518) (James Henry)
Changelog

Sourced from typescript-eslint-parser's changelog.

v22.0.0 - January 18, 2019

  • 0c76467 Docs: Update README with deprecation notice (#602) (Nicholas C. Zakas)
  • 26348b6 Docs: Update README.md regarding migration (#600) (James Henry)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583) (Armano)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596) (Armano)

v21.0.2 - December 3, 2018

  • fed0a5a Docs: Update README.md (#567) (dudiharush)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574) (Armano)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571) (Armano)
  • 8ff0ad1 Fix: missing implements in classes (#562) (Armano)
  • cc92044 Fix: visiting superTypeParameters in classes (#561) (Armano)
  • 83dbabb Fix: visiting typeParameters in expressions (#565) (Armano)
  • c19e479 Fix: visitor-keys for TSAbstractClassProperty (#560) (Armano)
  • 491ebca Fix: crash in no-unused-vars when using enum (#556) (Armano)
  • ae7c4e6 Fix: missing visitor-keys (#554) (Armano)

v21.0.1 - November 15, 2018

  • 3715584 Fix: wrong reference on TSQualifiedName (fixes #550) (#551) (Toru Nagashima)
  • 15b32d0 Upgrade: eslint-release v1.2.0 (#549) (Kai Cataldo)

v21.0.0 - November 13, 2018

  • eb23b26 Update: add proper scope analysis (fixes #535) (#540) (Toru Nagashima)
  • 150ffe8 Breaking: make 'useJSXTextNode:true' by default (#544) (Toru Nagashima)
  • 2d22321 Breaking: switch 'jsx' option by filename (fixes #517) (#543) (Toru Nagashima)
  • 3b1ed17 Breaking: make eslint a peerDep/devDep (#541) (Kai Cataldo)
  • 1d54346 Chore: test Node v11 in CI (#542) (Kai Cataldo)
  • a9d932a Breaking: typescript-estree v5 (#538) (Kai Cataldo)
  • 6a9b629 Docs: add options to README (#530) (Joe Pea)

v20.1.1 - October 31, 2018

  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537) (Kevin Partington)

v20.1.0 - October 30, 2018

  • 075d243 Chore: Make ESLint a devDependency/peerDependency (fixes #523) (#526) (Kevin Partington)
  • 4310aac Chore: Force LF for tsx files (#520) (Benjamin Lichtman)
  • bacac5f New: Add visitor keys (#516) (Michał Sajnóg)
  • 4172933 Upgrade: eslint-release@1.0.0 (#527) (Teddy Katz)

v20.0.0 - October 8, 2018

  • f4b9893 Breaking: Support TypeScript 3.1 (fixes #524) (#525) (James Henry)

v19.0.2 - September 29, 2018

... (truncated)

Commits
  • 7da956a Docs: Release info
  • 8930676 Docs: Update README with deprecation notice
  • 26348b6 Docs: Update README.md regarding migration (#600)
  • a8fee90 Fix: sourceType not correctly set in AST when provided in options. (#583)
  • 567e8db Breaking: typescript-estree to 18.0.0 and typescript to 3.2.1 (#596)
  • 0c6c452 21.0.2
  • 5148ba2 Build: changelog update for 21.0.2
  • fed0a5a Docs: Update README.md (#567)
  • 47abd82 Fix: issue with global augmentation when tokens are not present (#574)
  • c5ffad3 Fix: scope for TSImportEqualsDeclaration (#571)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser) from 18.0.0 to 22.0.0.
- [Release notes](https://github.com/eslint/typescript-eslint-parser/releases)
- [Changelog](https://github.com/eslint/typescript-eslint-parser/blob/master/CHANGELOG.md)
- [Commits](eslint/typescript-eslint-parser@v18.0.0...v22.0.0)

---
updated-dependencies:
- dependency-name: typescript-eslint-parser
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 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.

0 participants