LeetCode-OpenSource/ayanami

An in-range update of @typescript-eslint/parser is breaking the build 🚨

Closed this issue Β· 5 comments

The devDependency @typescript-eslint/parser was updated from 2.3.0 to 2.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/parser is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… ci/circleci: build: Your tests passed on CircleCI! (Details).
  • βœ… ci/circleci: test: Your tests passed on CircleCI! (Details).
  • ❌ codecov/project: 94.86% (-0.2%) compared to 07d525c (Details).
  • βœ… codecov/patch: Coverage not affected when comparing 07d525c...d3a4b11 (Details).

Release Notes for v2.3.1

2.3.1 (2019-09-23)

Bug Fixes

  • eslint-plugin: [cons-type-assns] handle namespaced types (#975) (c3c8b86)
  • eslint-plugin: [pfa] Allow async getter/setter in classes (#980) (e348cb2)
  • typescript-estree: parsing error for await in non-async func (#988) (19abbe0)
Commits

The new version differs by 6 commits.

  • 6279c5b chore: publish v2.3.1
  • ca8ac79 docs(eslint-plugin): add missing ROADMAP link (#998)
  • dfb4fd6 docs(typescript-estree): correct typo (#995)
  • 19abbe0 fix(typescript-estree): parsing error for await in non-async func (#988)
  • c3c8b86 fix(eslint-plugin): [cons-type-assns] handle namespaced types (#975)
  • e348cb2 fix(eslint-plugin): [pfa] Allow async getter/setter in classes (#980)

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 🌴

After pinning to 2.3.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.2

2.3.2 (2019-09-30)

Bug Fixes

  • eslint-plugin: [no-unnec-type-arg] undefined symbol crash (#1007) (cdf9294)
  • typescript-estree: correct ClassDeclarationBase type (#1008) (8ce3a81)
  • typescript-estree: handle optional computed prop w/o type (#1026) (95c13fe)
Commits

The new version differs by 4 commits.

  • 926cf64 chore: publish v2.3.2
  • 95c13fe fix(typescript-estree): handle optional computed prop w/o type (#1026)
  • 8ce3a81 fix(typescript-estree): correct ClassDeclarationBase type (#1008)
  • cdf9294 fix(eslint-plugin): [no-unnec-type-arg] undefined symbol crash (#1007)

See the full diff

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.3.3

2.3.3 (2019-10-07)

Bug Fixes

  • eslint-plugin: [class-name-casing] allow unicode letters (#1043) (47895c0)
  • eslint-plugin: [efrt] support constructor arguments (#1021) (60943e6)
  • experimental-utils: remove Rule.meta.extraDescription (#1036) (192e23d)
Commits

The new version differs by 8 commits.

  • 054df27 chore: publish v2.3.3
  • 60943e6 fix(eslint-plugin): [efrt] support constructor arguments (#1021)
  • 47895c0 fix(eslint-plugin): [class-name-casing] allow unicode letters (#1043)
  • 192e23d fix(experimental-utils): remove Rule.meta.extraDescription (#1036)
  • 926cf64 chore: publish v2.3.2
  • 95c13fe fix(typescript-estree): handle optional computed prop w/o type (#1026)
  • 8ce3a81 fix(typescript-estree): correct ClassDeclarationBase type (#1008)
  • cdf9294 fix(eslint-plugin): [no-unnec-type-arg] undefined symbol crash (#1007)

See the full diff

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.4.0

2.4.0 (2019-10-14)

Bug Fixes

  • eslint-plugin: [promise-function-async] Should not report… (#1023) (514bed9)
  • support long running "watch" lint sessions (#973) (854620e)

Features

  • typescript-estree: support for parsing 3.7 features (#1045) (623febf)
Commits

The new version differs by 16 commits.

  • 111ecc6 chore: publish v2.4.0
  • 623febf feat(typescript-estree): support for parsing 3.7 features (#1045)
  • 854620e fix: support long running "watch" lint sessions (#973)
  • fec73b0 docs: clarify which versions of ESLint are supported (#1073)
  • 5f92b9f docs: add TOC to root README (#838)
  • 526d336 chore: add test for function types & no-restricted-globals rule (#1055)
  • 514bed9 fix(eslint-plugin): [promise-function-async] Should not report… (#1023)
  • a3f84e1 chore(eslint-plugin): Add missing rule function types (#1047)
  • 054df27 chore: publish v2.3.3
  • 60943e6 fix(eslint-plugin): [efrt] support constructor arguments (#1021)
  • 47895c0 fix(eslint-plugin): [class-name-casing] allow unicode letters (#1043)
  • 192e23d fix(experimental-utils): remove Rule.meta.extraDescription (#1036)
  • 926cf64 chore: publish v2.3.2
  • 95c13fe fix(typescript-estree): handle optional computed prop w/o type (#1026)
  • 8ce3a81 fix(typescript-estree): correct ClassDeclarationBase type (#1008)

There are 16 commits in total.

See the full diff

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.6.0

2.6.0 (2019-10-28)

Bug Fixes

  • parser: adds TTY check before logging the version mismatch warning (#1121) (768ef63)
  • typescript-estree: better handle canonical paths (#1111) (8dcbf4c)
  • typescript-estree: correct parenthesized optional chain AST (#1141) (5ae286e)
  • typescript-estree: ensure parent pointers are set (#1129) (d4703e1)
  • typescript-estree: normalize paths to fix cache miss on windows (#1128) (6d0f2ce)

Features

  • typescript-estree: add support for declare class properties (#1136) (1508670)
Commits

The new version differs by 35 commits.

  • 5338955 chore: publish v2.6.0
  • ab102c0 docs(eslint-plugin): [no-unnecessary-condition] tweak wording (#1147)
  • d4703e1 fix(typescript-estree): ensure parent pointers are set (#1129)
  • 5ae286e fix(typescript-estree): correct parenthesized optional chain AST (#1141)
  • 1508670 feat(typescript-estree): add support for declare class properties (#1136)
  • 6d0f2ce fix(typescript-estree): normalize paths to fix cache miss on windows (#1128)
  • 768ef63 fix(parser): adds TTY check before logging the version mismatch warning (#1121)
  • 8dcbf4c fix(typescript-estree): better handle canonical paths (#1111)
  • fd39bbd chore: publish v2.5.0
  • 611dff3 docs(eslint-plugin): typo in no-unnecessary-condition.md (#1113)
  • 7a8cce6 fix(typescript-estree): parsing error for vue sfc (#1083)
  • 2fc9bd2 fix(typescript-estree): correct semver check range (#1109)
  • 088a691 fix(typescript-estree): remove now unneeded dep on chokidar
  • ed5564d feat(typescript-estree): support long running lint without watch (#1106)
  • 0c85ac3 fix(eslint-plugin): [no-magic-numbers] Support negative numbers (#1072)

There are 35 commits in total.

See the full diff