Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 4, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/cors (source) 2.8.6 -> 2.8.17 age adoption passing confidence
@types/express (source) 4.17.1 -> 4.17.21 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 2.0.0 -> 2.34.0 age adoption passing confidence
@typescript-eslint/parser (source) 2.0.0 -> 2.34.0 age adoption passing confidence
eslint (source) 6.2.1 -> 6.8.0 age adoption passing confidence
eslint-config-prettier 6.1.0 -> 6.15.0 age adoption passing confidence
eslint-plugin-node 9.1.0 -> 9.2.0 age adoption passing confidence
eslint-plugin-prettier 3.1.0 -> 3.4.1 age adoption passing confidence
firebase-admin (source) 8.4.0 -> 8.13.0 age adoption passing confidence
firebase-functions 3.2.0 -> 3.24.1 age adoption passing confidence
husky 3.0.4 -> 3.1.0 age adoption passing confidence
lint-staged 9.2.4 -> 9.5.0 age adoption passing confidence
prettier (source) 1.18.2 -> 1.19.1 age adoption passing confidence
ts-node (source) 8.3.0 -> 8.10.2 age adoption passing confidence
typescript (source) 3.5.3 -> 3.9.10 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v2.34.0

Compare Source

Features
  • eslint-plugin: [no-invalid-void-type] allow union of void and allowInGenericTypeArguments (#​1960) (1bc105a)
  • eslint-plugin: [restrict-template-expressions] improve error message (#​1926) (1af59ba)
  • experimental-utils: add suggestion property for rule modules (#​2033) (f42a5b0)

v2.33.0

Compare Source

Features
  • eslint-plugin: add extension rule lines-between-class-members (#​1684) (08f93e6)

v2.32.0

Compare Source

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 messages from base rule (#​1992) (51ca404)
Features

v2.31.0

Compare Source

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)
  • experimental-utils: expose our RuleTester extension (#​1948) (2dd1638)

v2.30.0

Compare Source

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

v2.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#​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)

v2.28.0

Compare Source

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 isTypeArrayTypeOrUnionOfArrayTypes util 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 const assertions (#​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)

v2.27.0

Compare Source

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 (& mo… (#​1711) (ab8572e)
Features

v2.26.0

Compare Source

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)

v2.25.0

Compare Source

Bug Fixes
  • eslint-plugin: [quotes] false positive with backtick in import equals statement (#​1769) (199863d)
  • eslint-plugin: fix message of no-base-to-string (#​1755) (6646959)
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-style rule (#​1582) (b2dbd89)
  • experimental-utils: expose ast utility functions (#​1670) (3eb5d45)

v2.24.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v2.23.0

Compare Source

Bug Fixes
Features

v2.22.0

Compare Source

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)

v2.21.0

Compare Source

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)
Features

v2.20.0

Compare Source

Features
  • eslint-plugin: [ban-types] allow banning null and undefined (#​821) (0b2b887)
  • eslint-plugin: [strict-boolean-expressions] refactor, add clearer error messages (#​1480) (db4b530)

2.19.2 (2020-02-10)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

2.19.1 (2020-02-10)

Bug Fixes
  • eslint-plugin: [unbound-method] blacklist a few unbound natives (#​1562) (4670aab)

v2.19.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v2.19.1

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] blacklist a few unbound natives (#​1562) (4670aab)

v2.19.0

Compare Source

Bug Fixes
  • eslint-plugin: [embt] fix allowTypedFunctionExpressions (#​1553) (9e7d161)
  • eslint-plugin: [require-await] improve performance (#​1536) (45ae0b9)
Features
  • eslint-plugin: [no-extra-non-null-assert] add fixer (#​1468) (54201ab)
  • eslint-plugin: [no-float-prom] fixer + msg for ignoreVoid (#​1473) (159b16e)
  • eslint-plugin: [unbound-method] support bound builtins (#​1526) (0a110eb)
  • eslint-plugin: add extension [no-dupe-class-members] (#​1492) (b22424e)
  • eslint-plugin: add no-unnecessary-boolean-literal-compare (#​242) (6bebb1d)
  • eslint-plugin: add switch-exhaustiveness-check rule (#​972) (9e0f6dd)
  • eslint-plugin: support negative matches for filter (#​1517) (b24fbe8)

v2.18.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] false positive for returned fns (#​1490) (5562ad5)
  • improve token types and add missing type guards (#​1497) (ce41d7d)
  • eslint-plugin: [naming-convention] fix filter option (#​1482) (718cd88)
  • eslint-plugin: fix property access on undefined error (#​1507) (d89e8e8)
Features

v2.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] handle empty array-pattern (#​1450) (4726605)
  • eslint-plugin: [unbound-method] handling of logical expr (#​1440) (9c5b857)
  • eslint-plugin: set default-param-last as an extension rule (#​1445) (b5ef704)
  • typescript-estree: correct type of ArrayPattern.elements (#​1451) (62e4ca0)
Features
  • eslint-plugin: [naming-convention] allow not check format (#​1455) (61eb434)
  • eslint-plugin: [naming-convention] correct example (#​1455) (60683d7)
  • eslint-plugin: [no-extra-!-assert] flag ?. after !-assert (#​1460) (58c7c25)
  • eslint-plugin: add explicit-module-boundary-types rule (#​1020) (bb0a846)
  • eslint-plugin: add no-non-null-asserted-optional-chain (#​1469) (498aa24)
  • experimental-utils: expose getParserServices from utils (#​1448) (982c8bc)

v2.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] handle UnaryExpression for enums (#​1415) (852fc31)
  • eslint-plugin: [no-unnec-type-assert] handle JSX attributes (#​1002) (3c5659b)
  • eslint-plugin: handle error classes using generics (#​1428) (b139540)
  • typescript-estree: resolve path relative to tsconfigRootDir (#​1439) (c709056)
Features

v2.15.0

Compare Source

Bug Fixes
  • eslint-plugin: crash in no-unnecessary-type-arguments (#​1401) (01c939f)
Features

v2.14.0

Compare Source

Bug Fixes
  • eslint-plugin: type assertion in rule no-extra-parens (#​1376) (f40639e)
Features
  • add internal eslint plugin for repo-specific lint rules (#​1373) (3a15413)

v2.13.0

Compare Source

Bug Fixes
  • eslint-plugin: [quotes] ignore backticks for Enum members (#​1355) (e51048c)
  • eslint-plugin: [type-annotation-spacing] typo in messages (#​1354) (82e0dbc)
  • eslint-plugin: add isTypeAssertion utility function (#​1369) (bb1671e)
  • eslint-plugin: use AST_NODE_TYPES enum instead of strings (#​1366) (bd0276b)
Features
  • eslint-plugin: [ban-types] handle empty type literal {} (#​1348) (1c0ce9b)
  • eslint-plugin: [no-use-before-define] opt to ignore enum (#​1242) (6edd911)
  • eslint-plugin: [pref-str-starts/ends-with] optional chain… (#​1357) (fd37bc3)
  • eslint-plugin: add no-extra-semi [extension] (#​1237) (425f65c)
  • eslint-plugin: add no-throw-literal [extension] (#​1331) (2aa696c)
  • eslint-plugin: more optional chain support in rules (#​1363) (3dd1b02)
  • typescript-estree: computed members discriminated unions (#​1349) (013df9a)
  • typescript-estree: tighten prop name and destructure types (#​1346) (f335c50)

v2.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-null-coal] fixer w/ mixed logicals (#​1326) (f9a9fbf)
  • eslint-plugin: [quotes] ignore backticks for interface properties (#​1311) (3923a09)
Features
  • eslint-plugin: [no-unnec-cond] check optional chaining (#​1315) (a2a8a0a)

v2.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [brace-style] handle enum declarations (#​1281) (3ddf1a2)
Feat

Configuration

📅 Schedule: Branch creation - "after 10am and before 11am on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/non-major-updates branch 3 times, most recently from 9fd633f to b5ded1a Compare May 8, 2020 20:58
@renovate renovate bot force-pushed the renovate/non-major-updates branch 4 times, most recently from 460cb77 to 650bb5a Compare May 18, 2020 17:57
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 650bb5a to ae60110 Compare May 19, 2020 23:39
@renovate renovate bot force-pushed the renovate/non-major-updates branch 2 times, most recently from bf8f23d to 3b36a84 Compare May 28, 2020 17:53
@renovate renovate bot force-pushed the renovate/non-major-updates branch 2 times, most recently from 52989f4 to 4d6a69c Compare June 9, 2020 23:21
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 4d6a69c to cb084ad Compare June 14, 2020 23:35
@renovate renovate bot force-pushed the renovate/non-major-updates branch 2 times, most recently from 3c97d3a to c947ab8 Compare July 1, 2020 19:51
@renovate renovate bot force-pushed the renovate/non-major-updates branch from c947ab8 to d8f6dda Compare July 10, 2020 19:50
@renovate renovate bot force-pushed the renovate/non-major-updates branch from d8f6dda to 4e3a435 Compare August 23, 2020 07:58
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 4e3a435 to f5c5e08 Compare October 26, 2020 04:54
@renovate renovate bot force-pushed the renovate/non-major-updates branch from f5c5e08 to fb5acf6 Compare November 28, 2020 10:45
@renovate renovate bot force-pushed the renovate/non-major-updates branch from fb5acf6 to 1c3f414 Compare December 11, 2020 16:56
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 1c3f414 to 12a883a Compare January 6, 2021 13:54
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 12a883a to c7d3022 Compare January 23, 2021 11:58
@renovate renovate bot force-pushed the renovate/non-major-updates branch 2 times, most recently from bc030f5 to 731927b Compare February 11, 2021 06:57
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 731927b to 537e07d Compare April 26, 2021 15:07
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 537e07d to a803879 Compare May 15, 2021 21:25
@renovate renovate bot force-pushed the renovate/non-major-updates branch from a803879 to 761b16c Compare June 6, 2021 19:37
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 761b16c to 23e1f37 Compare October 18, 2021 16:33
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 23e1f37 to a2f739b Compare March 7, 2022 09:39
@renovate renovate bot force-pushed the renovate/non-major-updates branch from a2f739b to a52f113 Compare March 26, 2022 15:30
@renovate renovate bot force-pushed the renovate/non-major-updates branch from a52f113 to 4bbac72 Compare April 24, 2022 19:50
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 4bbac72 to 9f70517 Compare May 15, 2022 22:57
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 9f70517 to b19685a Compare June 18, 2022 21:40
@renovate renovate bot force-pushed the renovate/non-major-updates branch from b19685a to 66ff901 Compare September 25, 2022 18:27
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 66ff901 to 6c18ea0 Compare November 20, 2022 19:32
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 6c18ea0 to bf26aef Compare March 18, 2023 19:59
@renovate renovate bot force-pushed the renovate/non-major-updates branch from bf26aef to 2629f8a Compare September 4, 2023 17:15
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 2629f8a to b1fe828 Compare September 23, 2023 18:42
@renovate renovate bot force-pushed the renovate/non-major-updates branch from b1fe828 to 8ebd2db Compare October 10, 2023 19:34
@renovate renovate bot force-pushed the renovate/non-major-updates branch from 8ebd2db to 4a2e1b5 Compare October 18, 2023 05:01
@renovate renovate bot force-pushed the renovate/non-major-updates branch 2 times, most recently from 6beecce to f34b6c4 Compare November 7, 2023 03:57
@renovate renovate bot force-pushed the renovate/non-major-updates branch from f34b6c4 to c9be3fc Compare November 21, 2023 01:32
@renovate renovate bot force-pushed the renovate/non-major-updates branch from c9be3fc to de191a1 Compare February 29, 2024 12:34
@renovate renovate bot force-pushed the renovate/non-major-updates branch 2 times, most recently from 89c90a9 to ae71e19 Compare March 20, 2024 23:30
@renovate renovate bot force-pushed the renovate/non-major-updates branch from ae71e19 to 4121821 Compare March 25, 2024 15:38
@renovate renovate bot changed the title chore(deps): update non-major-updates fix(deps): update non-major-updates Dec 10, 2024
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