Skip to content

Update typescript-eslint-parser to the latest version 🚀#36

Open
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/typescript-eslint-parser-10.0.0
Open

Update typescript-eslint-parser to the latest version 🚀#36
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/typescript-eslint-parser-10.0.0

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Dec 11, 2017

Version 10.0.0 of typescript-eslint-parser was just published.

Dependency typescript-eslint-parser
Current Version 9.0.1
Type devDependency

The version 10.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of typescript-eslint-parser.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v10.0.0
  • 59a37f4 Breaking: Updates to AST node types of some TSNodes (fixes #386) (#388) (James Henry)
  • 627355e Chore: Introduce integration tests (#411) (James Henry)
  • b4d22e7 Chore: No package-lock like other ESLint repos (#409) (James Henry)
Commits

The new version differs by 5 commits.

  • 04e948f 10.0.0
  • a087976 Build: changelog update for 10.0.0
  • 59a37f4 Breaking: Updates to AST node types of some TSNodes (fixes #386) (#388)
  • 627355e Chore: Introduce integration tests (#411)
  • b4d22e7 Chore: No package-lock like other ESLint repos (#409)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2017

Version 11.0.0 just got published.

Update to this version instead 🚀

Release Notes v11.0.0
  • 6698042 Breaking: No prefix on FnDec within namespace (fixes #127) (#413) (James Henry)
  • aec31cb Breaking: Implement parseForESLint() function (#412) (James Henry)
Commits

The new version differs by 4 commits.

  • f70a8e4 11.0.0
  • 0f99c37 Build: changelog update for 11.0.0
  • 6698042 Breaking: No prefix on FnDec within namespace (fixes #127) (#413)
  • aec31cb Breaking: Implement parseForESLint() function (#412)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 16, 2018

Version 12.0.0 just got published.

Update to this version instead 🚀

Release Notes v12.0.0
  • 6ce4cd8 Breaking: Properly categorize constructors with no body (#427) (Jed Fox)
  • e94ede3 Docs: Sets default code block language in issue template to "ts" (#421) (Marius Schulz)
Commits

The new version differs by 4 commits.

  • c30e534 12.0.0
  • 6935dd3 Build: changelog update for 12.0.0
  • 6ce4cd8 Breaking: Properly categorize constructors with no body (#427)
  • e94ede3 Docs: Sets default code block language in issue template to "ts" (#421)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 9, 2018

Version 13.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • e1c6b33 13.0.0
  • 834c064 Build: changelog update for 13.0.0
  • fb5e4c4 Breaking: Support TypeScript 2.7 (fixes #442,#426) (#447)
  • bd9c12f Docs: Update Known Issues section of README (#440)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2018

Version 14.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 45c0a88 14.0.0
  • 2078a59 Build: changelog update for 14.0.0
  • 439ea24 New: Support Definite Assignment (fixes #424) (#432)
  • adc0b1b Breaking: Remove all tokens inside comments from tokens array (fixes #422) (#423)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2018

Version 15.0.0 just got published.

Update to this version instead 🚀

Release Notes v15.0.0
  • e572416 Breaking: Support TypeScript 2.8 (fixes #453) (#454) (James Henry)
Commits

The new version differs by 3 commits.

  • 440c035 15.0.0
  • 4166ecb Build: changelog update for 15.0.0
  • e572416 Breaking: Support TypeScript 2.8 (fixes #453) (#454)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2018

Version 15.0.1 just got published.

Update to this version instead 🚀

Release Notes v15.0.1
  • 891cee9 Fix: decorators removed on interface declarations (fixes #478) (#479) (Muhanad Rabie)
Commits

The new version differs by 3 commits.

  • a748eae 15.0.1
  • 192a8c2 Build: changelog update for 15.0.1
  • 891cee9 Fix: decorators removed on interface declarations (fixes #478) (#479)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2018

Version 16.0.0 just got published.

Update to this version instead 🚀

Release Notes v16.0.0
  • 009336d Breaking: Set minimum node version to 6 (#481) (James Henry)
  • 9316b23 Breaking: Support TypeScript 2.9 (#480) (James Henry)
Commits

The new version differs by 4 commits.

  • de365f0 16.0.0
  • 390ee0d Build: changelog update for 16.0.0
  • 009336d Breaking: Set minimum node version to 6 (#481)
  • 9316b23 Breaking: Support TypeScript 2.9 (#480)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2018

Version 16.0.1 just got published.

Update to this version instead 🚀

Release Notes v16.0.1
  • bc83c6a Chore: Do not run integration tests within npm test (James Henry)
  • db62d63 Fix: Snapshot all ecma-features fixtures (#495) (James Henry)
  • 3c1fab0 Fix: support ImportMeta (fixes #489) (#490) (Ika)
  • 6611535 Chore: Loosen node version requirement in package.json (fixes #482) (#484) (James Henry)
  • 27f39cc Chore: Powerful integration tests and improved README (#483) (James Henry)
Commits

The new version differs by 7 commits.

  • 3c874ec 16.0.1
  • 3ad122f Build: changelog update for 16.0.1
  • bc83c6a Chore: Do not run integration tests within npm test
  • db62d63 Fix: Snapshot all ecma-features fixtures (#495)
  • 3c1fab0 Fix: support ImportMeta (fixes #489) (#490)
  • 6611535 Chore: Loosen node version requirement in package.json (fixes #482) (#484)
  • 27f39cc Chore: Powerful integration tests and improved README (#483)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2018

Version 17.0.0 just got published.

Update to this version instead 🚀

Release Notes v17.0.0
  • 117800d Fix: support JSXSpreadChild (fixes #500) (#501) (Ika)
  • 6eec85b Breaking: Remove "Experimental" from rest and spread (fixes #428) (#429) (Lucas Duailibe)
  • 42f29a1 Fix: error on multiple super classes (fixes #493) (#494) (Ika)
  • 11d9169 Breaking: always set optional on ClassProperty (fixes #472) (#491) (Ika)
Commits

The new version differs by 6 commits.

  • 21fec5a 17.0.0
  • f6087c1 Build: changelog update for 17.0.0
  • 117800d Fix: support JSXSpreadChild (fixes #500) (#501)
  • 6eec85b Breaking: Remove "Experimental" from rest and spread (fixes #428) (#429)
  • 42f29a1 Fix: error on multiple super classes (fixes #493) (#494)
  • 11d9169 Breaking: always set optional on ClassProperty (fixes #472) (#491)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2018

Version 17.0.1 just got published.

Update to this version instead 🚀

Release Notes v17.0.1
  • f1d7de3 Chore: Replace removed API with public flags (fixes #498) (#505) (Texas Toland)
Commits

The new version differs by 3 commits.

  • 615325b 17.0.1
  • 3daddbb Build: changelog update for 17.0.1
  • f1d7de3 Chore: Replace removed API with public flags (fixes #498) (#505)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2018

Version 18.0.0 just got published.

Update to this version instead 🚀

Release Notes v18.0.0
  • 16d1a78 Breaking: Support TypeScript 3.0 (#504) (James Henry)
  • 7461462 Fix: remove unnecessary TypeRef wrapper for ImportType (fixes #507) (#508) (Ika)
Commits

The new version differs by 4 commits.

  • 51178b9 18.0.0
  • b262633 Build: changelog update for 18.0.0
  • 16d1a78 Breaking: Support TypeScript 3.0 (#504)
  • 7461462 Fix: remove unnecessary TypeRef wrapper for ImportType (fixes #507) (#508)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

Update to this version instead 🚀

Release Notes for v19.0.1
  • 7a367c7 Fix: Remove lib from package.json files (#518) (James Henry)
Commits

The new version differs by 6 commits.

  • bedcd10 19.0.1
  • c256212 Build: changelog update for 19.0.1
  • 7a367c7 Fix: Remove lib from package.json files (#518)
  • 2e432e9 19.0.0
  • 63304e6 Build: changelog update for 19.0.0
  • 3d3ab2f Breaking: Use typescript-estree for parsing (#515)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 30, 2018

Update to this version instead 🚀

Release Notes for v19.0.2
  • aa0fe13 Fix: Re-expose parse method (fixes #519) (#521) (Kevin Partington)
  • 655359f Chore: Makefile tweaks (#522) (Kevin Partington)
Commits

The new version differs by 4 commits.

  • 4c04bde 19.0.2
  • e556786 Build: changelog update for 19.0.2
  • aa0fe13 Fix: Re-expose parse method (fixes #519) (#521)
  • 655359f Chore: Makefile tweaks (#522)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2018

Update to this version instead 🚀

Release Notes for v20.0.0
  • f4b9893 Breaking: Support TypeScript 3.1 (fixes #524) (#525) (James Henry)
Commits

The new version differs by 3 commits.

  • ee396b9 20.0.0
  • d3cd75d Build: changelog update for 20.0.0
  • f4b9893 Breaking: Support TypeScript 3.1 (fixes #524) (#525)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2018

Update to this version instead 🚀

Release Notes for 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)
Commits

The new version differs by 6 commits.

  • de1f514 20.1.0
  • edbe70e Build: changelog update for 20.1.0
  • 075d243 Chore: Make ESLint a devDependency/peerDependency (fixes #523) (#526)
  • 4310aac Chore: Force LF for tsx files (#520)
  • bacac5f New: Add visitor keys (#516)
  • 4172933 Upgrade: eslint-release@1.0.0 (#527)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2018

Update to this version instead 🚀

Release Notes for v20.1.1
  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537) (Kevin Partington)
Commits

The new version differs by 3 commits.

  • 5d49243 20.1.1
  • c155196 Build: changelog update for 20.1.1
  • 1683169 Revert "Chore: Make ESLint a devDependency/peerDependency (fixes #523)" (#537)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 13, 2018

Update to this version instead 🚀

Release Notes for 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)
Commits

The new version differs by 9 commits.

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

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 15, 2018

Update to this version instead 🚀

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

The new version differs by 4 commits.

  • 9ed21cb 21.0.1
  • 21ddf67 Build: changelog update for 21.0.1
  • 3715584 Fix: wrong reference on TSQualifiedName (fixes #550) (#551)
  • 15b32d0 Upgrade: eslint-release v1.2.0 (#549)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 3, 2018

Update to this version instead 🚀

Release Notes for 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)
Commits

The new version differs by 11 commits.

  • 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)
  • 8ff0ad1 Fix: missing implements in classes (#562)
  • cc92044 Fix: visiting superTypeParameters in classes (#561)
  • 83dbabb Fix: visiting typeParameters in expressions (#565)
  • c19e479 Fix: visitor-keys for TSAbstractClassProperty (#560)
  • 491ebca Fix: crash in no-unused-vars when using enum (#556)
  • ae7c4e6 Fix: missing visitor-keys (#554)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant