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

Update minor updates (test/type) - autoclosed #688

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 14.17.0 -> 14.18.54 age adoption passing confidence
@types/prismjs (source) 1.16.5 -> 1.26.0 age adoption passing confidence
@​types/sharp 0.28.0 -> 0.31.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.24.0 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser 4.24.0 -> 4.33.0 age adoption passing confidence
eslint (source) 7.27.0 -> 7.32.0 age adoption passing confidence
eslint-plugin-react 7.23.2 -> 7.33.2 age adoption passing confidence
typescript (source) 4.2.4 -> 4.9.5 age adoption passing 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)

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)

v4.25.0

Compare Source

Bug Fixes
  • corrected no-unsupported-browser-code in roadmap as unimplemented (#​3407) (2319b0e)
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

v4.27.0

Compare Source

Bug Fixes
  • typescript-estree: allow providing more one than one existing program in config (#​3508) (4f1806e)
Features
  • allow user to provide TS program instance in parser options (#​3484) (e855b18)

4.26.1 (2021-06-07)

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

v4.26.1

Compare Source

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

v4.26.0

Compare Source

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

v4.25.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

v7.28.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.33.2

Compare Source

Fixed
  • [no-deprecated]: prevent false positive on commonjs import (#​3614 @​akulsr0)
  • [no-unsafe]: report on the method instead of the entire component (@​ljharb)
  • [no-deprecated]: report on the destructured property instead of the entire variable declarator (@​ljharb)
  • [no-deprecated]: report on the imported specifier instead of the entire import statement (@​ljharb)
  • [no-invalid-html-attribute]: report more granularly (@​ljharb)

v7.33.1

Compare Source

Fixed

v7.33.0

Compare Source

Added
  • [display-name]: add checkContextObjects option ([#​3529][] @​JulesBlm)
  • [jsx-first-prop-new-line]: add multiprop option ([#​3533][] @​haydncomley)
  • [no-deprecated]: add React 18 deprecations ([#​3548][] @​sergei-startsev)
  • [forbid-component-props]: add disallowedFor option ([#​3417][] @​jacketwpbb)
Fixed
  • [no-array-index-key]: consider flatMap ([#​3530][] @​k-yle)
  • [jsx-curly-brace-presence]: handle single and only expression template literals ([#​3538][] @​taozhou-glean)
  • [no-unknown-property]: allow onLoad on source (@​ljharb)
  • [jsx-first-prop-new-line]: ensure autofix preserves generics in component name ([#​3546][] @​ljharb)
  • [no-unknown-property]: allow fill prop on <symbol> ([#​3555][] @​stefanprobst)
  • [display-name], [prop-types]: when checking for a capitalized name, ignore underscores entirely ([#​3560][] @​ljharb)
  • [no-unused-state]: avoid

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the 依存関係 依存ライブラリのアップデート label May 28, 2021
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 06f0dca to b8abe42 Compare May 29, 2021 21:07
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from b8abe42 to 810f309 Compare May 31, 2021 17:58
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 810f309 to b1c2579 Compare June 5, 2021 00:37
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from b1c2579 to 5454b49 Compare June 7, 2021 17:12
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 5454b49 to 98569c0 Compare June 14, 2021 18:23
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 98569c0 to b2696d2 Compare June 17, 2021 00:04
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from b2696d2 to 9e1b870 Compare June 17, 2021 18:53
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 9e1b870 to d2ee216 Compare June 18, 2021 20:47
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from d2ee216 to d164c74 Compare June 21, 2021 17:35
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from d164c74 to 484018b Compare June 28, 2021 17:37
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 484018b to 9035932 Compare July 1, 2021 01:27
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 9035932 to a18ffcb Compare July 2, 2021 22:23
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from a18ffcb to 1f3afae Compare July 5, 2021 17:45
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 1f3afae to 964effe Compare July 9, 2021 13:42
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 54ba267 to cc48428 Compare November 20, 2022 12:24
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from cc48428 to 329e39c Compare March 18, 2023 08:28
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 329e39c to 6275ab6 Compare March 23, 2023 23:44
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 6275ab6 to 8be1fde Compare March 26, 2023 17:08
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 8be1fde to db4dd1c Compare March 29, 2023 23:51
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from db4dd1c to 47e3d46 Compare May 28, 2023 11:45
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 47e3d46 to d8895c9 Compare June 14, 2023 12:16
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from d8895c9 to 9de414f Compare June 26, 2023 19:45
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 9de414f to 66a014d Compare July 1, 2023 08:08
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 66a014d to fbec4b2 Compare July 20, 2023 16:54
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from fbec4b2 to 01df98c Compare July 21, 2023 22:50
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 01df98c to 52f1dc3 Compare July 30, 2023 01:38
@renovate renovate bot force-pushed the renovate/minor-updates-(testtype) branch from 52f1dc3 to cb4cd22 Compare August 16, 2023 05:02
@macrat macrat closed this Aug 19, 2023
@renovate renovate bot changed the title Update minor updates (test/type) Update minor updates (test/type) - autoclosed Aug 19, 2023
@renovate renovate bot deleted the renovate/minor-updates-(testtype) branch August 19, 2023 12:53
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.

None yet

1 participant