[Snyk] Upgrade @typescript-eslint/parser from 2.28.0 to 2.31.0 #59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @typescript-eslint/parser from 2.28.0 to 2.31.0.
✨What is Merge Advice?
We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏Release notes
Package name: @typescript-eslint/parser
-
2.31.0 - 2020-05-04
- eslint-plugin: [dot-notation] handle missing declarations (#1947) (383f931)
- eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#1966) (7f3fba3)
- eslint-plugin: [return-await] await in a normal function (#1962) (f82fd7b)
- eslint-plugin: [unbound-method] false positives for unary expressions (#1964) (b35070e)
- eslint-plugin: no-base-to-string boolean expression detect (#1969) (f78f13a)
- eslint-plugin: [member-ordering] add decorators support (#1870) (f7ec192)
- eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#1965) (2f0824b)
- eslint-plugin: new extended rule 'no-invalid-this' (#1823) (b18bc35)
- eslint-plugin-internal: add rule no-poorly-typed-ts-props (#1949) (56ea7c9)
- experimental-utils: expose our RuleTester extension (#1948) (2dd1638)
-
2.30.1-alpha.13 - 2020-05-04
-
2.30.1-alpha.12 - 2020-05-04
-
2.30.1-alpha.11 - 2020-05-04
-
2.30.1-alpha.10 - 2020-05-04
-
2.30.1-alpha.9 - 2020-05-04
-
2.30.1-alpha.8 - 2020-05-04
-
2.30.1-alpha.7 - 2020-05-04
-
2.30.1-alpha.6 - 2020-05-01
-
2.30.1-alpha.5 - 2020-04-30
-
2.30.1-alpha.4 - 2020-04-30
-
2.30.1-alpha.3 - 2020-04-29
-
2.30.1-alpha.2 - 2020-04-29
-
2.30.1-alpha.1 - 2020-04-29
-
2.30.1-alpha.0 - 2020-04-27
-
2.30.0 - 2020-04-27
- eslint-plugin: [prefer-string-starts-ends-with] check for negative start index in slice (#1920) (ed2bd60)
- eslint-plugin: fix no-base-to-string boolean literal check (#1850) (2f45e99)
- eslint-plugin: add extension rule
- eslint-plugin: create
- experimental-utils: allow rule options to be a readonly tuple (#1924) (4ef6788)
-
2.29.1-alpha.7 - 2020-04-27
-
2.29.1-alpha.6 - 2020-04-27
-
2.29.1-alpha.5 - 2020-04-26
-
2.29.1-alpha.4 - 2020-04-26
-
2.29.1-alpha.3 - 2020-04-26
-
2.29.1-alpha.2 - 2020-04-24
-
2.29.1-alpha.1 - 2020-04-21
-
2.29.1-alpha.0 - 2020-04-20
-
2.29.0 - 2020-04-20
- eslint-plugin: [no-base-to-string] soft remove
- eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#1799) (cea51bf)
- eslint-plugin: [restrict-template-expressions] add support for intersection types (#1803) (cc70e4f)
- eslint-plugin: add extension rule
- eslint-plugin: add extension rule
-
2.28.1-alpha.5 - 2020-04-20
-
2.28.1-alpha.4 - 2020-04-20
-
2.28.1-alpha.3 - 2020-04-20
-
2.28.1-alpha.2 - 2020-04-20
-
2.28.1-alpha.1 - 2020-04-20
-
2.28.1-alpha.0 - 2020-04-13
-
2.28.0 - 2020-04-13
- eslint-plugin: [method-signature-style] handle multiline params (#1861) (5832a86)
- eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#1880) (62b2278)
- eslint-plugin: [unbound-method] false positive on property function initializer (#1890) (f1c3b18)
- eslint-plugin: [unbound-method] ignore assignments to methods (#1736) (6b4680b)
- eslint-plugin: no-empty-interface autofix (#1865) (829a2f7), closes #1864
- eslint-plugin: use
- eslint-plugin: [ban-ts-comment] support
- eslint-plugin: [consistent-type-assertions] always allow
- eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#1732) (2e9c202)
- eslint-plugin: feat(eslint-plugin): [explicit-module-boundary-types] add option
- eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#1763) (f5edb99)
- eslint-plugin: [restrict-template-expressions] add option
- eslint-plugin: add rule
- eslint-plugin: add rule
- eslint-plugin: add rule no-unsafe-assignment (#1694) (a49b860)
from @typescript-eslint/parser GitHub release notes2.31.0 (2020-05-04)
Bug Fixes
Features
2.30.0 (2020-04-27)
Bug Fixes
Features
dot-notation(#1867) (a85c3e1)no-invalid-void-typerule (#1847) (f667ff1)2.29.0 (2020-04-20)
Bug Fixes
ignoreTaggedTemplateExpressionsoption (#1916) (369978e)Features
init-declarations(#1814) (b01f5e7)keyword-spacing(#1739) (c5106dd)2.28.0 (2020-04-13)
Bug Fixes
isTypeArrayTypeOrUnionOfArrayTypesutil for checking if type is array (#1728) (05030f8)Features
ts-expect-error(#1706) (469cff3)constassertions (#1713) (af2c00d)shouldTrackReferences(#1778) (3eee804)allowAny(#1762) (d44c0f9)prefer-reduce-type-parameter(#1707) (c92d240)prefer-ts-expect-error(#1705) (7021f21)Commit messages
Package name: @typescript-eslint/parser
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs