Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 4, 2021

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin ^4.25.0 -> ^4.33.0 age adoption passing confidence devDependencies minor
@typescript-eslint/experimental-utils ^4.25.0 -> ^4.33.0 age adoption passing confidence dependencies minor
@typescript-eslint/parser ^4.25.0 -> ^4.33.0 age adoption passing confidence devDependencies minor
eslint (source) ^7.27.0 -> ^7.32.0 age adoption passing confidence devDependencies minor
eslint-config-prettier ^8.3.0 -> ^8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier ^3.4.0 -> ^3.4.1 age adoption passing confidence devDependencies patch
lint-staged ^11.0.0 -> ^11.2.6 age adoption passing confidence devDependencies minor
node 14.15.0 -> 14.21.3 age adoption passing confidence minor
prettier (source) ^2.3.0 -> ^2.8.8 age adoption passing confidence devDependencies minor
tslib (source) ^2.2.0 -> ^2.6.2 age adoption passing confidence dependencies minor
typescript (source) ^4.2.4 -> ^4.9.5 age adoption passing confidence devDependencies minor

Release Notes

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

v4.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#​3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#​3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#​3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#​3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#​3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#​3946) (0868725)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

Bug Fixes
  • utils: support immutable arrays in ReportFixFunction (#​3830) (8218055)
Features
  • eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#​3733) (a46e318)
  • eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#​3709) (363b3dc)
  • eslint-plugin: add no-meaningless-void-operator rule (#​3641) (ea40ab6)
  • eslint-plugin: add extension rule padding-line-between-statements (#​3418) (f79ae9b)

v4.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] false positive with optional chaining (#​3711) (c19fc6e), closes #​3510
  • eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#​3706) (71dd273)
  • eslint-plugin: isTypeReadonly error with <TS3.7 (#​3731) (5696407)
Features
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#​3598) (f5a6806)
  • eslint-plugin: [no-implied-eval] permit more expression types (#​3624) (ca7c549)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#​3581) (b595575)
  • eslint-plugin: [return-await] handle nested functions correctly (#​3601) (4a196b5)
  • eslint-plugin: [return-await] properly handle fixes for TSAsExpression (#​3631) (00a4369)
Features
  • eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#​3572) (18e30cb)
  • eslint-plugin: [prefer-return-this-type] add a new rule (#​3228) (5e1a615)
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] factor in union types (#​3434) (ac86a79)

v4.27.0

Compare Source

Bug Fixes
  • eslint-plugin: allow explicit any for no-unsafe-return (#​3498) (b15a2b2)
Features
  • eslint-plugin: [prefer-literal-enum-member] add allowBitwiseExpressions option (#​3515) (288092a)

4.26.1 (2021-06-07)

Bug Fixes

v4.26.1

Compare Source

Bug Fixes

v4.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider type imports as alias types (#​3433) (d4f0774)
Features
  • eslint-plugin: [member-ordering] add callback as an ordering type of node (#​3354) (d134b1f)
  • eslint-plugin: [space-infix-ops] Add support for Union and intersection of type declarations (#​3360) (3d29323)
typescript-eslint/typescript-eslint (@​typescript-eslint/experimental-utils)

v4.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#​3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#​3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#​3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#​3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#​3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#​3946) (0868725)
  • experimental-utils: add getPhysicalFilename() to RuleContext (#​3934) (ee5dfd4)
  • experimental-utils: require fix in suggestions (#​3949) (f022fb1)
Features
  • experimental-utils: extract isNodeOfTypeWithConditions out of ast-utils' predicates (#​3837) (214f898)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
  • experimental-utils: add missing signature for isParenthesized (#​3887) (806eaac)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)
  • Support 'latest' as ecmaVersion (#​3873) (25a42c0)

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

Bug Fixes
  • ast-spec: remove duplicate union types from Expression (#​3770) (463e768)
  • utils: support immutable arrays in ReportFixFunction (#​3830) (8218055)
Features
  • eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#​3733) (a46e318)
  • eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#​3709) (363b3dc)
  • eslint-plugin: add no-meaningless-void-operator rule (#​3641) (ea40ab6)
  • eslint-plugin: add extension rule padding-line-between-statements (#​3418) (f79ae9b)
  • experimental-utils: extract isNodeOfType out of ast-utils' predicates (#​3677) (4bfa437)

v4.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] false positive with optional chaining (#​3711) (c19fc6e), closes #​3510
  • eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#​3706) (71dd273)
  • eslint-plugin: isTypeReadonly error with <TS3.7 (#​3731) (5696407)
  • visitor-keys: add key to StaticBlock (v5) (#​3812) (fa35e22)
Features
  • experimental-utils: add literal types to global option (#​3634) (820965c)
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#​3598) (f5a6806)
  • eslint-plugin: [no-implied-eval] permit more expression types (#​3624) (ca7c549)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#​3581) (b595575)
  • eslint-plugin: [return-await] handle nested functions correctly (#​3601) (4a196b5)
  • eslint-plugin: [return-await] properly handle fixes for TSAsExpression (#​3631) (00a4369)
  • experimental-utils: simplify eslint-utils' findVariable's signature in ast-utils (#​3574) (3ef5267)
  • typescript-estree: correct tty check (#​3635) (62bcc93)
  • typescript-estree: ensure --fix works with singleRun mode (#​3655) (99eca0d)
Features
  • ast-spec: extract ExportKind & ImportKind (#​3564) (120d566)
  • ast-spec: make BaseNode & BaseToken more type-safe (#​3560) (a6c5604)
  • eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#​3572) (18e30cb)
  • eslint-plugin: [prefer-return-this-type] add a new rule (#​3228) (5e1a615)
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)
  • typescript-estree: add support for custom module resolution (#​3516) (d48429d)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] factor in union types (#​3434) (ac86a79)
  • experimental-utils: expand RuleTester config properties (#​3557) (ffbb3cf)
  • experimental-utils: fix eslint-utils' negative predicates' return types (#​3462) (1e6016b)
  • experimental-utils: fix eslint-utils' negative predicates' return types in ast-utils (#​3461) (614b0a3)
  • experimental-utils: make keys for ReferenceTracker options optional (#​3531) (a7fd7bb)
Features
  • experimental-utils: add only property to RuleTester types (#​3555) (2a36e3e)
  • experimental-utils: expose ReferenceTracker.ESM (#​3532) (4ac67c4)
  • experimental-utils: use mergable interface for settings property (#​3556) (abfc19b)

v4.27.0

Compare Source

Bug Fixes
  • eslint-plugin: allow explicit any for no-unsafe-return (#​3498) (b15a2b2)
  • typescript-estree: allow providing more one than one existing program in config (#​3508) (4f1806e)
  • typescript-estree: support override modifier for parameter property (#​3485) (33b9f69)
Features
  • ast-spec: specify LogicalExpression's operator type (#​3497) (9e343fd)
  • ast-spec: specify PunctuatorToken's value type (#​3496) (fdb1d81)
  • eslint-plugin: [prefer-literal-enum-member] add allowBitwiseExpressions option (#​3515) (288092a)
  • typescript-estree: add opt-in inference for single runs and create programs for projects up front (#​3512) (06c2d9b)
  • allow user to provide TS program instance in parser options (#​3484) (e855b18)

4.26.1 (2021-06-07)

Bug Fixes

v4.26.1

Compare Source

Bug Fixes

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 from a10c96d to 1aa7fdb Compare May 4, 2021 11:38
@renovate renovate bot changed the title chore(deps): update dependency @typescript-eslint/parser to ^4.22.1 chore(deps): update all non-major dependencies to ^4.22.1 May 4, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1aa7fdb to a0805d9 Compare May 8, 2021 02:52
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^4.22.1 chore(deps): update all non-major dependencies May 8, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9ca23c0 to 3848fc4 Compare May 12, 2021 00:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d5afa04 to 8896554 Compare May 21, 2021 03:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update definitelytyped May 21, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 59577b4 to e35b065 Compare May 24, 2021 17:42
@renovate renovate bot changed the title chore(deps): update definitelytyped chore(deps): update node.js to v14.17.0 May 25, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b0509ce to bfb9624 Compare May 26, 2021 19:07
@renovate renovate bot changed the title chore(deps): update node.js to v14.17.0 chore(deps): update all non-major dependencies May 26, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfb9624 to 911c999 Compare May 27, 2021 02:21
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update definitelytyped May 27, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d92ad30 to 17d2b0c Compare June 5, 2021 11:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0c8960b to a9310fd Compare June 14, 2021 17:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fee57a9 to e5f7ad4 Compare June 17, 2021 01:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f328dac to ab3a8d8 Compare July 5, 2021 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 525ab96 to e8cf49b Compare July 19, 2021 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1b574fd to 3c0ecb0 Compare July 26, 2021 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from be1f5fe to 79d98b2 Compare August 2, 2021 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79d98b2 to cb1741b Compare October 20, 2021 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb1741b to 9c17f42 Compare March 7, 2022 14:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c17f42 to 7fafb30 Compare March 26, 2022 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7fafb30 to 6b5baba Compare April 24, 2022 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b5baba to 9142aa9 Compare May 15, 2022 21:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9142aa9 to ac5a923 Compare June 18, 2022 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac5a923 to b296b50 Compare September 25, 2022 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b296b50 to 15bfb9a Compare November 20, 2022 15:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6b87cea to 5f11528 Compare March 24, 2023 13:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ae6f973 to f627deb Compare June 2, 2023 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f627deb to 3d1fe1e Compare June 27, 2023 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ddff489 to 592e00f Compare July 27, 2023 11:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 592e00f to 093e611 Compare August 3, 2023 07:05
| datasource  | package                               | from    | to       |
| ----------- | ------------------------------------- | ------- | -------- |
| npm         | @typescript-eslint/eslint-plugin      | 4.25.0  | 4.33.0   |
| npm         | @typescript-eslint/experimental-utils | 4.25.0  | 4.33.0   |
| npm         | @typescript-eslint/parser             | 4.25.0  | 4.33.0   |
| npm         | eslint                                | 7.27.0  | 7.32.0   |
| npm         | eslint-config-prettier                | 8.3.0   | 8.10.0   |
| npm         | eslint-plugin-prettier                | 3.4.0   | 3.4.1    |
| npm         | lint-staged                           | 11.0.0  | 11.2.6   |
| github-tags | nodejs/node                           | 14.15.0 | v14.21.3 |
| npm         | prettier                              | 2.3.0   | 2.8.8    |
| npm         | tslib                                 | 2.2.0   | 2.6.2    |
| npm         | typescript                            | 4.2.4   | 4.9.5    |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 093e611 to f9cc334 Compare August 18, 2023 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants