Skip to content

Update linters#110

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/linters
Open

Update linters#110
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/linters

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 4.27.04.33.0 age confidence
@typescript-eslint/parser (source) 4.27.04.33.0 age confidence
eslint (source) 7.28.07.32.0 age confidence
eslint-config-prettier 8.3.08.10.2 age confidence
eslint-plugin-import 2.23.42.32.0 age confidence
eslint-plugin-jsx-a11y 6.4.16.10.2 age confidence
eslint-plugin-prettier 3.4.03.4.1 age confidence
eslint-plugin-react 7.24.07.37.5 age confidence
eslint-plugin-react-hooks (source) 4.2.04.6.2 age confidence
prettier (source) 2.3.12.8.8 age confidence

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)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v4.33.0

Compare Source

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

v4.32.0

Compare Source

Features

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

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

v4.30.0

Compare Source

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/parser

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Features
  • 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/parser

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

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

eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.2

Compare Source

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!

v8.5.0

Compare Source

v8.4.0

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments ([[#​2942

Configuration

📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday" 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 added the renovate label Jun 21, 2021
@renovate renovate bot force-pushed the renovate/linters branch from cc65041 to f869957 Compare June 21, 2021 17:39
@renovate renovate bot changed the title Update dependency eslint to v7.29.0 Update linters Jun 21, 2021
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from a2ae9d2 to 5d4d9a0 Compare July 2, 2021 23:06
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 94fdd49 to 9b5d825 Compare July 8, 2021 02:36
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from f10885e to 9fdae12 Compare July 19, 2021 17:53
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 7d5e563 to 9c23cf4 Compare July 30, 2021 23:53
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 90a5afe to 763699e Compare August 9, 2021 17:43
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from ef7b920 to a188adf Compare August 23, 2021 18:05
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from eec5a1f to e43373f Compare August 30, 2021 17:56
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 7ccff10 to ebe4af6 Compare September 9, 2021 10:26
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 0a78e08 to aa7281b Compare September 19, 2021 20:17
@renovate renovate bot force-pushed the renovate/linters branch from e5efba5 to d5323a5 Compare November 10, 2021 18:48
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from e6230b8 to 26e52a3 Compare November 25, 2021 14:28
@renovate renovate bot force-pushed the renovate/linters branch from 26e52a3 to 14eb83a Compare December 4, 2021 15:07
@renovate renovate bot force-pushed the renovate/linters branch from 14eb83a to c51a42d Compare December 23, 2021 00:08
@renovate renovate bot force-pushed the renovate/linters branch from c51a42d to c7e0a96 Compare January 3, 2022 00:00
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 0cadf54 to 7785f0b Compare January 26, 2022 04:12
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from acd4d16 to 8a6d893 Compare February 26, 2022 10:01
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 366c095 to c41999f Compare March 4, 2022 02:19
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from 7164127 to 6281d9c Compare March 16, 2022 06:08
@renovate renovate bot force-pushed the renovate/linters branch from 6281d9c to a9ae25f Compare March 25, 2022 11:29
@renovate renovate bot force-pushed the renovate/linters branch from a9ae25f to aebfa8f Compare April 24, 2022 23:59
@renovate renovate bot force-pushed the renovate/linters branch from aebfa8f to 6229373 Compare May 16, 2022 01:46
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from e4dba73 to 8b93915 Compare June 24, 2022 00:10
@renovate renovate bot force-pushed the renovate/linters branch from 8b93915 to 0ca40b0 Compare September 25, 2022 23:07
@renovate renovate bot force-pushed the renovate/linters branch from 0ca40b0 to 230f433 Compare November 20, 2022 20:05
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from bfc64a3 to 9a5ffc9 Compare March 24, 2023 09:06
@renovate renovate bot force-pushed the renovate/linters branch from 9a5ffc9 to 6f06b5f Compare May 28, 2023 11:20
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from f0ab3fa to 66299f7 Compare July 27, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants