use-react-modal
use-react-modal copied to clipboard
An in-range update of @typescript-eslint/parser is breaking the build 🚨
The devDependency @typescript-eslint/parser was updated from 2.19.0 to 2.19.1.
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: test: Your tests failed on CircleCI (Details).
Commits
The new version differs by 5 commits.
1c8f0dfchore: publish v2.19.14c12dacfix(typescript-estree): ts returning wrong file with project references (#1575)e9cf734docs(eslint-plugin): fix typo in readme10d86b1docs(eslint-plugin): [no-dupe-class-members] fix typo (#1566)4670aabfix(eslint-plugin): [unbound-method] blacklist a few unbound natives (#1562)
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 :palm_tree:
After pinning to 2.19.0 your tests are passing again. Downgrade this dependency 📌.
- The
devDependency@typescript-eslint/parser was updated from2.19.1to2.19.2.
Your tests are still failing with this version. Compare changes
- The
devDependency@typescript-eslint/parser was updated from2.19.2to2.20.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
- The
devDependency@typescript-eslint/parser was updated from2.20.0to2.21.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.21.0
2.21.0 (2020-02-24)
Bug Fixes
- eslint-plugin: [embt] ignore JSX callbacks (#1630) (4d45b33)
- eslint-plugin: [no-floating-promises] handle finally callback (#1620) (1aa7135)
- eslint-plugin: [typedef] allow array/object destructuring in for/of (#1570) (660bace)
- typescript-estree: process.stdout can be undefined (#1619) (0d8e87e)
Features
Commits
The new version differs by 12 commits.
4eedd7fchore: publish v2.21.04d45b33fix(eslint-plugin): [embt] ignore JSX callbacks (#1630)e23e4b9docs(eslint-plugin): [no-parameter-properties] fix a typo (#1633)be3e23fdocs(eslint-plugin): added missing TSLint 5.20 rules to ROADMAP.md (#1609)9edd863feat(eslint-plugin): [require-await] add --fix support (#1561)1aa7135fix(eslint-plugin): [no-floating-promises] handle finally callback (#1620)660bacefix(eslint-plugin): [typedef] allow array/object destructuring in for/of (#1570)0d8e87efix(typescript-estree): process.stdout can be undefined (#1619)7452e7ddocs(eslint-plugin): update link to deprecation rule in roadmap (#1611)f9dd7ecchore: publish v2.20.0db4b530feat(eslint-plugin): [strict-boolean-expressions] refactor, add clearer error messages (#1480)0b2b887feat(eslint-plugin): [ban-types] allow banning null and undefined (#821)
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.21.0to2.22.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.22.0
2.22.0 (2020-03-02)
Bug Fixes
- eslint-plugin: [ban-types] add option extendDefaults (#1379) (ae7f7c5)
- eslint-plugin: [default-param-last] handle param props (#1650) (3534c6e)
- eslint-plugin: [no-implied-eval] correct logic for ts3.8 (#1652) (33e3e6f)
Features
- eslint-plugin: [explicit-member-accessibility] autofix no-public (#1548) (dd233b5)
- eslint-plugin: [typedef] add variable-declaration-ignore-function (#1578) (fc0a55e)
- eslint-plugin: add new no-base-to-string rule (#1522) (8333d41)
- eslint-plugin: add prefer-readonly-parameters (#1513) (3be9854)
- eslint-plugin: additional annotation spacing rules for va… (#1496) (b097245)
Commits
The new version differs by 22 commits.
5a097d3chore: publish v2.22.03be9854feat(eslint-plugin): add prefer-readonly-parameters (#1513)b097245feat(eslint-plugin): additional annotation spacing rules for va… (#1496)33e3e6ffix(eslint-plugin): [no-implied-eval] correct logic for ts3.8 (#1652)fc0a55efeat(eslint-plugin): [typedef] add variable-declaration-ignore-function (#1578)8333d41feat(eslint-plugin): add new no-base-to-string rule (#1522)dd233b5feat(eslint-plugin): [explicit-member-accessibility] autofix no-public (#1548)baf7c98docs(eslint-plugin): [consistent-type-assertion] improve docs (#1651)ae7f7c5fix(eslint-plugin): [ban-types] add option extendDefaults (#1379)3534c6efix(eslint-plugin): [default-param-last] handle param props (#1650)4eedd7fchore: publish v2.21.04d45b33fix(eslint-plugin): [embt] ignore JSX callbacks (#1630)e23e4b9docs(eslint-plugin): [no-parameter-properties] fix a typo (#1633)be3e23fdocs(eslint-plugin): added missing TSLint 5.20 rules to ROADMAP.md (#1609)9edd863feat(eslint-plugin): [require-await] add --fix support (#1561)
There are 22 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.22.0to2.23.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.23.0
2.23.0 (2020-03-09)
Bug Fixes
- eslint-plugin: [prefer-readonly-parameter-types] handle recursive types (#1672) (e5db36f), closes #1665
- eslint-plugin: [type-annotation-spacing] handle constructor types (#1664) (fbf1640), closes #1663
- eslint-plugin: fix autofixer for computed properties (#1662) (ba22ea7)
- eslint-plugin: fix placeholder in
ban-ts-comment(#1703) (144345c)
Features
- eslint-plugin: [no-unsafe-call] support tagged templates (#1680) (55a58ff)
- eslint-plugin: [no-unsafe-member-access] report any typed computed prop access (#1683) (1543117)
- eslint-plugin: add rule no-unsafe-call (#1647) (91423e4)
- eslint-plugin: add rule no-unsafe-member-access (#1643) (608a750)
- eslint-plugin: add rule no-unsafe-return (#1644) (cfc3ef1)
- typescript-estree: support 3.8 import/export type (#1697) (625d603)
Commits
The new version differs by 36 commits.
b5b3be0chore: publish v2.23.0625d603feat(typescript-estree): support 3.8 import/export type (#1697)1543117feat(eslint-plugin): [no-unsafe-member-access] report any typed… (#1683)55a58fffeat(eslint-plugin): [no-unsafe-call] support tagged templates (#1680)144345cfix(eslint-plugin): fix placeholder inban-ts-comment(#1703)85e1b19chore: bump typescript dependency to 3.8 (#1696)bc2a9d6docs(eslint-plugin): [no-namespace] fix typo (#1702)e5db36ffix(eslint-plugin): [prefer-readonly-parameter-types] handle recursive types (#1672)fbf1640fix(eslint-plugin): [type-annotation-spacing] handle constructor types (#1664)91423e4feat(eslint-plugin): add rule no-unsafe-call (#1647)cfc3ef1feat(eslint-plugin): add rule no-unsafe-return (#1644)ba22ea7fix(eslint-plugin): fix autofixer for computed properties (#1662)608a750feat(eslint-plugin): add rule no-unsafe-member-access (#1643)3b40231docs(eslint-plugin): [no-base-to-string] fix typo (#1661)5a097d3chore: publish v2.22.0
There are 36 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.23.0to2.24.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Commits
The new version differs by 45 commits.
56e1e16chore: publish v2.24.071ef267docs: code of conduct spelling970cfbddocs: prettier the code of conduct4a0e886docs: add netlify to the readmecb33ebachore: add code of conduct0b65f5echore: bump acorn from 6.4.0 to 6.4.1 (#1730)2ccd66bfix(typescript-estree): unnecessary program updates by removing timeout methods (#1693)4ab3bf0docs(eslint-plugin): typo in no-unsafe-member-access (#1720)133f622feat(typescript-estree): support 3.8export * as ns(#1698)b5b3be0chore: publish v2.23.0625d603feat(typescript-estree): support 3.8 import/export type (#1697)1543117feat(eslint-plugin): [no-unsafe-member-access] report any typed… (#1683)55a58fffeat(eslint-plugin): [no-unsafe-call] support tagged templates (#1680)144345cfix(eslint-plugin): fix placeholder inban-ts-comment(#1703)85e1b19chore: bump typescript dependency to 3.8 (#1696)
There are 45 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.24.0to2.25.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.25.0
2.25.0 (2020-03-23)
Bug Fixes
- only run publish_canary_version on master (3814d4e)
- eslint-plugin: [quotes] false positive with backtick in import equals statement (#1769) (199863d)
- eslint-plugin: fix message of no-base-to-string (#1755) (6646959)
- eslint-plugin-tslint: fix tslintConfig memoization key (#1719) (abf1a2f), closes typescript-eslint#1692
- typescript-estree: export * regression from 133f622 (#1751) (09d8afc)
Features
- eslint-plugin: [no-unnec-type-assertion] allow const assertions (#1741) (f76a1b3)
- eslint-plugin: [no-unnecessary-condition] ignore basic array indexing false positives (#1534) (2b9603d)
- eslint-plugin: add
class-literal-property-stylerule (#1582) (b2dbd89) - experimental-utils: expose ast utility functions (#1670) (3eb5d45)
Commits
The new version differs by 64 commits.
9cd3e4fchore: publish v2.25.0b2dbd89feat(eslint-plugin): addclass-literal-property-stylerule (#1582)3eb5d45feat(experimental-utils): expose ast utility functions (#1670)2b9603dfeat(eslint-plugin): [no-unnecessary-condition] ignore basic array indexing false positives (#1534)c82d121chore(typescript-estree): remove unfinished comment (#1770)199863dfix(eslint-plugin): [quotes] false positive with backtick in import equals statement (#1769)6646959fix(eslint-plugin): fix message of no-base-to-string (#1755)f76a1b3feat(eslint-plugin): [no-unnec-type-assertion] allow const assertions (#1741)09d8afcfix(typescript-estree): export * regression from 133f622f (#1751)52b061echore: try fetching all tags and history in canary job19cc9a9chore: try fetching all tags and history in canary job61a779cchore: try fetching all history in canary jobd6e273dchore: standardise issue templates (#1760)abf1a2ffix(eslint-plugin-tslint): fix tslintConfig memoization key (#1719)3814d4efix: only run publish_canary_version on master
There are 64 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.25.0to2.26.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.26.0
2.26.0 (2020-03-30)
Bug Fixes
- eslint-plugin: [no-explicit-any] error with ignoreRestArgs (#1796) (638d84d)
- eslint-plugin: [no-unsafe-call] allow import expressions (#1800) (4fa7107)
- eslint-plugin: [no-unsafe-return] error with <TS3.7 (#1815) (f3160b4)
Features
Commits
The new version differs by 74 commits.
151f89bchore: publish v2.26.0543bc79docs(eslint-plugin): add missing invalid-void link to ROADMAP.md (#1816)bfdffb4chore: separate linting checks to their own step (#1801)f3160b4fix(eslint-plugin): [no-unsafe-return] error with <TS3.7 (#1815)1e29e69feat(typescript-estree): add option to ignore certain folders from glob resolution (#1802)7d963fdfeat(eslint-plugin-tslint): support tslint 6 (#1809)638d84dfix(eslint-plugin): [no-explicit-any] error with ignoreRestArgs (#1796)4fa7107fix(eslint-plugin): [no-unsafe-call] allow import expressions (#1800)b1b8284docs(eslint-plugin): [prefer-readonly-parameter-types] fix invalid example (#1791)258fdd0docs: title wording in root readme (#1787)9cd3e4fchore: publish v2.25.0b2dbd89feat(eslint-plugin): addclass-literal-property-stylerule (#1582)3eb5d45feat(experimental-utils): expose ast utility functions (#1670)2b9603dfeat(eslint-plugin): [no-unnecessary-condition] ignore basic array indexing false positives (#1534)c82d121chore(typescript-estree): remove unfinished comment (#1770)
There are 74 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.26.0to2.27.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.27.0
2.27.0 (2020-04-06)
Bug Fixes
- eslint-plugin: [no-throw-literal] fix crash caused by getBaseTypes (#1830) (9d53c76)
- eslint-plugin: [no-unsafe-call] fix incorrect selector (#1826) (8ec53a3)
- eslint-plugin: [require-await] handle async generators (#1782) (9642d9d)
- eslint-plugin: [no-explicit-any] constructor functions (& more) not ignored by ignoreRestArgs property (#1711) (ab8572e)
- typescript-estree: add support for TS3.9 extra file extensions (#1833) (1f0ff41)
Features
- eslint-plugin: new rule method-signature-style (#1685) (c49d771)
- eslint-plugin: [member-ordering] sort members alphabetically (#263) (485e902)
- eslint-plugin-internal: add plugin-test-formatting rule (#1821) (9b0023a)
- experimental-utils: add types for suggestions from CLIEngine (#1844) (7c11bd6)
- experimental-utils: update eslint types to match v6.8 (#1846) (16ce74d)
Commits
The new version differs by 88 commits.
bed7743chore: publish v2.27.016ce74dfeat(experimental-utils): update eslint types to match v6.8 (#1846)7c11bd6feat(experimental-utils): add types for suggestions from CLIEngine (#1844)c49d771feat(eslint-plugin): new rule method-signature-style (#1685)ead0171chore: fix issue template link (#1842)d304a05docs(eslint-plugin): [no-type-alias] fix typo (#1840)ab8572efix(eslint-plugin): no-explicit-any constructor functions (& mo… (#1711)485e902feat(eslint-plugin): sort members alphabetically (#263)1f0ff41fix(typescript-estree): add support for TS3.9 extra file extensions (#1833)9d53c76fix(eslint-plugin): [no-throw-literal] fix crash caused by getBaseTypes (#1830)188b689chore: turn on plugin-test-formatting rule (#1822)9642d9dfix(eslint-plugin): [require-await] handle async generators (#1782)8ec53a3fix(eslint-plugin): [no-unsafe-call] fix incorrect selector (#1826)9b0023afeat(eslint-plugin-internal): add plugin-test-formatting rule (#1821)151f89bchore: publish v2.26.0
There are 88 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.27.0to2.28.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.28.0
2.28.0 (2020-04-13)
Bug Fixes
- 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
isTypeArrayTypeOrUnionOfArrayTypesutil for checking if type is array (#1728) (05030f8)
Features
- eslint-plugin: [ban-ts-comment] support
ts-expect-error(#1706) (469cff3) - eslint-plugin: [consistent-type-assertions] always allow
constassertions (#1713) (af2c00d) - eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#1732) (2e9c202)
- eslint-plugin: [explicit-module-boundary-types] add optio… (#1778) (3eee804)
- eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#1763) (f5edb99)
- eslint-plugin: [restrict-template-expressions] add option
allowAny(#1762) (d44c0f9) - eslint-plugin: add rule
prefer-reduce-type-parameter(#1707) (c92d240) - eslint-plugin: add rule
prefer-ts-expect-error(#1705) (7021f21) - eslint-plugin: add rule no-unsafe-assignment (#1694) (a49b860)
Commits
The new version differs by 109 commits.
73675d1chore: publish v2.28.0f1c3b18fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)795fd1cchore: add markdownlint (#1889)7021f21feat(eslint-plugin): add ruleprefer-ts-expect-error(#1705)469cff3feat(eslint-plugin): [ban-ts-comment] supportts-expect-error(#1706)05030f8fix(eslint-plugin): useisTypeArrayTypeOrUnionOfArrayTypesutil for checking if type is array (#1728)c92d240feat(eslint-plugin): add ruleprefer-reduce-type-parameter(#1707)2e9c202feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)3eee804feat(eslint-plugin): [explicit-module-boundary-types] add optio… (#1778)87b7dbbdocs(eslint-plugin): cleanup: standardise extension doc style, mark deprecated rules (#1887)f5edb99feat(eslint-plugin): [no-base-to-string] add option to ignore tagged templates (#1763)6b4680bfix(eslint-plugin): [unbound-method] ignore assignments to methods (#1736)d44c0f9feat(eslint-plugin): [restrict-template-expressions] add optionallowAny(#1762)af2c00dfeat(eslint-plugin): [consistent-type-assertions] always allowconstassertions (#1713)62b2278fix(eslint-plugin): [no-empty-interface] use suggestion fixer for ambient contexts (#1880)
There are 109 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.28.0to2.29.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.29.0
2.29.0 (2020-04-20)
Bug Fixes
- eslint-plugin: [no-base-to-string] soft remove
ignoreTaggedTemplateExpressionsoption (#1916) (369978e)
Features
- 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
init-declarations(#1814) (b01f5e7) - eslint-plugin: add extension rule
keyword-spacing(#1739) (c5106dd)
Commits
The new version differs by 116 commits.
f3bef4cchore: publish v2.29.081f5160chore: add gh action to lock old issues and PRs (#1888)b01f5e7feat(eslint-plugin): add extension ruleinit-declarations(#1814)cea51bffeat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs (#1799)c5106ddfeat(eslint-plugin): add extension rulekeyword-spacing(#1739)369978efix(eslint-plugin): [no-base-to-string] soft removeignoreTaggedTemplateExpressionsoption (#1916)cc70e4ffeat(eslint-plugin): [restrict-template-expressions] add support for intersection types (#1803)73675d1chore: publish v2.28.0f1c3b18fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)795fd1cchore: add markdownlint (#1889)7021f21feat(eslint-plugin): add ruleprefer-ts-expect-error(#1705)469cff3feat(eslint-plugin): [ban-ts-comment] supportts-expect-error(#1706)05030f8fix(eslint-plugin): useisTypeArrayTypeOrUnionOfArrayTypesutil for checking if type is array (#1728)c92d240feat(eslint-plugin): add ruleprefer-reduce-type-parameter(#1707)2e9c202feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)
There are 116 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.29.0to2.30.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.30.0
2.30.0 (2020-04-27)
Bug Fixes
- 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)
Features
Commits
The new version differs by 125 commits.
1b4e430chore: publish v2.30.02f45e99fix(eslint-plugin): fix no-base-to-string boolean literal check (#1850)ed2bd60fix(eslint-plugin): [prefer-string-starts-ends-with] check for negative start index in slice (#1920)a85c3e1feat(eslint-plugin): add extension ruledot-notation(#1867)f667ff1feat(eslint-plugin): createno-invalid-void-typerule (#1847)f91ff20chore(eslint-plugin): standardise sentences in rule messages (#1935)93fb661chore(eslint-plugin): correct grammatical mistake (#1932)4ef6788feat(experimental-utils): allow rule options to be a readonly tuple (#1924)017b22ddocs(eslint-plugin): [explicit-function-return-type] fix typo (#1923)f3bef4cchore: publish v2.29.081f5160chore: add gh action to lock old issues and PRs (#1888)b01f5e7feat(eslint-plugin): add extension ruleinit-declarations(#1814)cea51bffeat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs (#1799)c5106ddfeat(eslint-plugin): add extension rulekeyword-spacing(#1739)369978efix(eslint-plugin): [no-base-to-string] soft removeignoreTaggedTemplateExpressionsoption (#1916)
There are 125 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.30.0to2.31.0.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.31.0
2.31.0 (2020-05-04)
Bug Fixes
- 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)
Features
- 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)
Commits
The new version differs by 140 commits.
176054cchore: publish v2.31.01f3c344chore: upgrade to prettier 2.0 (#1970)b18bc35feat(eslint-plugin): new extended rule 'no-invalid-this' (#1823)2f0824bfeat(eslint-plugin): [prefer-optional-chain] added option to convert to suggestion fixer (#1965)7f3fba3fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type (#1966)f78f13afix(eslint-plugin): no-base-to-string boolean expression detect (#1969)b35070efix(eslint-plugin): [unbound-method] false positives for unary expressions (#1964)f82fd7bfix(eslint-plugin): [return-await] await in a normal function (#1962)05476cadocs(eslint-plugin): [naming-convention] correct typo in example (#1961)80d934bchore: turn onno-poorly-typed-ts-props(#1955)b609b43chore: fix CI (#1958)56ea7c9feat(eslint-plugin-internal): add rule no-poorly-typed-ts-props (#1949)2dd1638feat(experimental-utils): expose our RuleTester extension (#1948)383f931fix(eslint-plugin): [dot-notation] handle missing declarations (#1947)f7ec192feat(eslint-plugin): [member-ordering] add decorators support (#1870)
There are 140 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.31.0to2.32.0.
Your tests are still failing with this version. Compare changes
Release Notes for v2.32.0
2.32.0 (2020-05-11)
Bug Fixes
- eslint-plugin: [no-base-to-string] support boolean in unions (#1979) (6987ecc)
- eslint-plugin: [no-type-alias] handle readonly types in aliases (#1990) (56d9870)
- eslint-plugin: [no-unused-expressions] inherit
messagesfrom base rule (#1992) (51ca404)
Features
Commits
The new version differs by 145 commits.
18e7b5bchore: publish v2.32.018668b7feat: bump dependencies and align AST (#2007)6987eccfix(eslint-plugin): [no-base-to-string] support boolean in unions (#1979)56d9870fix(eslint-plugin): [no-type-alias] handle readonly types in aliases (#1990)51ca404fix(eslint-plugin): [no-unused-expressions] inheritmessagesfrom base rule (#1992)176054cchore: publish v2.31.01f3c344chore: upgrade to prettier 2.0 (#1970)b18bc35feat(eslint-plugin): new extended rule 'no-invalid-this' (#1823)2f0824bfeat(eslint-plugin): [prefer-optional-chain] added option to convert to suggestion fixer (#1965)7f3fba3fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type (#1966)f78f13afix(eslint-plugin): no-base-to-string boolean expression detect (#1969)b35070efix(eslint-plugin): [unbound-method] false positives for unary expressions (#1964)f82fd7bfix(eslint-plugin): [return-await] await in a normal function (#1962)05476cadocs(eslint-plugin): [naming-convention] correct typo in example (#1961)80d934bchore: turn onno-poorly-typed-ts-props(#1955)
There are 145 commits in total.
See the full diff
- The
devDependency@typescript-eslint/parser was updated from2.32.0to2.33.0.
Your tests are still failing with this version. Compare changes
- The
devDependency@typescript-eslint/parser was updated from2.33.0to2.34.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 6 commits.
f188901chore: publish v2.34.01bc105afeat(eslint-plugin): [no-invalid-void-type] allow union of void andallowInGenericTypeArguments(#1960)1af59bafeat(eslint-plugin): [restrict-template-expressions] improve error message (#1926)ce344d9fix(typescript-estree): fix handling of range/loc removal (#2028)f42a5b0feat(experimental-utils): addsuggestionproperty for rule modules (#2033)c66f97cdocs(eslint-plugin): [explicit-function-return-type] add missing default (#2032)
See the full diff