Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update all non-major dependencies#20

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#20
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jul 4, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/core-js (source) 2.5.2 -> 2.5.6 age adoption passing confidence
@types/jasmine (source) ~3.5.0 -> ~3.10.0 age adoption passing confidence
@types/node (source) 12.12.26 -> 12.20.55 age adoption passing confidence
@typescript-eslint/eslint-plugin 2.18.0 -> 2.34.0 age adoption passing confidence
@typescript-eslint/parser 2.18.0 -> 2.34.0 age adoption passing confidence
core-js 3.6.4 -> 3.33.0 age adoption passing confidence
documentation (source) 12.1.4 -> 12.3.0 age adoption passing confidence
eslint (source) ~6.6.0 -> ~6.8.0 age adoption passing confidence
eslint-config-prettier ~6.7.0 -> ~6.15.0 age adoption passing confidence
eslint-plugin-prettier ~3.1.1 -> ~3.4.0 age adoption passing confidence
fast-glob 3.1.1 -> 3.3.1 age adoption passing confidence
jasmine-core (source) ~3.5.0 -> ~3.99.0 age adoption passing confidence
karma-chrome-launcher ~3.1.0 -> ~3.2.0 age adoption passing confidence
karma-typescript 5.0.0-beta.3 -> 5.5.4 age adoption passing confidence
karma-typescript-es6-transform 5.0.0-beta.3 -> 5.5.4 age adoption passing confidence
lerna (source) 3.20.2 -> 3.22.1 age adoption passing confidence
make-dir 3.0.0 -> 3.1.0 age adoption passing confidence
pretty-bytes 5.3.0 -> 5.6.0 age adoption passing confidence
puppeteer (source) ~2.0.0 -> ~2.1.0 age adoption passing confidence
rimraf 3.0.1 -> 3.0.2 age adoption passing confidence
tiny-invariant 1.1.0 -> 1.3.1 age adoption passing confidence
tsdx ^0.11.0 -> ^0.14.0 age adoption passing confidence
tslib (source) 1.10.0 -> 1.14.1 age adoption passing confidence
typescript (source) 3.7.5 -> 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)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v2.34.0

Compare Source

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

v2.33.0

Compare Source

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

v2.32.0

Compare Source

Features

v2.31.0

Compare Source

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

v2.30.0

Compare Source

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

v2.29.0

Compare Source

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

v2.28.0

Compare Source

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

v2.27.0

Compare Source

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

v2.26.0

Compare Source

Features
  • typescript-estree: add option to ignore certain folders from glob resolution (#​1802) (1e29e69)

v2.25.0

Compare Source

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

v2.24.0

Compare Source

Features

v2.23.0

Compare Source

Features

v2.22.0

Compare Source

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

v2.21.0

Compare Source

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

v2.20.0

Compare Source

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

2.19.2 (2020-02-10)

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

2.19.1 (2020-02-10)

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

v2.19.2

Compare Source

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

v2.19.1

Compare Source

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

v2.19.0

Compare Source

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

zloirock/core-js (core-js)

v3.33.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 23777f9 to a88fbde Compare July 9, 2021 04:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e0f873e to 8993980 Compare July 30, 2021 04:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 51f74ed to 9c5b997 Compare August 7, 2021 12:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9c5b997 to c6d1186 Compare August 8, 2021 18:04
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6654380 to 19711c9 Compare August 21, 2021 21:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3026b83 to ef74a54 Compare August 31, 2021 18:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2adca8d to ff0f6b6 Compare September 2, 2021 18:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ff0f6b6 to 227fc6e Compare October 18, 2021 16:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 227fc6e to 39af2a4 Compare March 7, 2022 08:04
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 39af2a4 to a0b40de Compare March 26, 2022 13:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a0b40de to a4ebb81 Compare April 25, 2022 02:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a4ebb81 to fe9b98f Compare May 16, 2022 03:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 260d08d to 8d3967c Compare March 23, 2023 13:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7cdcf9e to 09c7991 Compare June 4, 2023 08:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 521d2f3 to 28e6d68 Compare June 17, 2023 12:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9c0af21 to 37600f2 Compare June 22, 2023 17:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8739c7f to 35081ea Compare July 6, 2023 02:24
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cf13af9 to 271c454 Compare July 10, 2023 02:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e22379f to 7b229a7 Compare July 23, 2023 02:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a7bfe30 to e7cc924 Compare August 2, 2023 05:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e7cc924 to 5caf0e4 Compare August 10, 2023 02:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 52e37ed to 5f4a27f Compare August 25, 2023 03:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f4a27f to 4d92989 Compare August 28, 2023 17:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2504544 to ad3de04 Compare September 8, 2023 11:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 58ad92b to 860e7b6 Compare September 19, 2023 23:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5efd1f2 to 8fe3282 Compare September 29, 2023 05:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8fe3282 to 5f0e58c Compare October 2, 2023 02:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants