Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Update all dependencies #332

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 3, 2020

This PR contains the following updates:

Package Type Update Change
@types/enzyme devDependencies patch 3.10.5 -> 3.10.8
@types/jest dependencies patch 26.0.7 -> 26.0.15
@types/node dependencies minor 12.12.53 -> 12.19.4
@types/react dependencies patch 16.9.43 -> 16.9.56
@types/react-datepicker dependencies patch 3.1.0 -> 3.1.1
@types/react-dom dependencies patch 16.9.8 -> 16.9.9
@types/react-helmet dependencies minor 6.0.0 -> 6.1.0
@types/react-router-dom dependencies patch 5.1.5 -> 5.1.6
@types/uuid dependencies minor 8.0.0 -> 8.3.0
@typescript-eslint/eslint-plugin devDependencies minor 4.0.1 -> 4.7.0
@typescript-eslint/parser devDependencies minor 4.0.1 -> 4.7.0
acorn devDependencies patch 8.0.1 -> 8.0.4
dayjs (source) dependencies minor 1.8.30 -> 1.9.6
enzyme-adapter-react-16 (source) devDependencies patch 1.15.2 -> 1.15.5
enzyme-to-json devDependencies minor 3.5.0 -> 3.6.1
eslint-config-prettier devDependencies minor 6.11.0 -> 6.15.0
eslint-plugin-import devDependencies patch 2.22.0 -> 2.22.1
eslint-plugin-jsx-a11y devDependencies minor 6.3.1 -> 6.4.1
eslint-plugin-react devDependencies minor 7.20.4 -> 7.21.5
eslint-plugin-react-hooks (source) devDependencies minor 4.0.8 -> 4.2.0
eslint-plugin-standard devDependencies minor 4.0.1 -> 4.1.0
firebase (source, changelog) dependencies minor 7.17.1 -> 7.24.0
formik dependencies minor 2.1.5 -> 2.2.5
husky dependencies minor 4.2.5 -> 4.3.0
lint-staged dependencies minor 10.2.11 -> 10.5.1
prettier (source) devDependencies minor 2.0.5 -> 2.1.2
query-string dependencies patch 6.13.1 -> 6.13.7
react (source) dependencies minor 16.13.1 -> 16.14.0
react-color (source) dependencies minor 2.18.1 -> 2.19.3
react-datepicker dependencies minor 3.1.3 -> 3.3.0
react-dom (source) dependencies minor 16.13.1 -> 16.14.0
react-scripts dependencies patch 3.4.1 -> 3.4.4
uuid dependencies minor 8.2.0 -> 8.3.1

Release Notes

typescript-eslint/typescript-eslint

v4.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] parenthesize ReadonlyArray fix (#​2747) (83385ac)
  • eslint-plugin: [no-extra-non-null-assertion] false positive with non-nullable computed key (#​2737) (e82698c)
Features

4.6.1 (2020-11-02)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] correct fixer for overloads in an object literal type (#​2708) (0763913)
  • eslint-plugin: [method-signature-style] don't auto-fix interfaces within namespaces (#​2678) (e012049)
  • eslint-plugin: [prefer-string-starts-ends-with] Check negative indices in the second position for slice (#​2696) (66e9c6e)
Features

v4.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] fix issues with readonly option (#​2667) (63d1d81)
  • eslint-plugin: [lines-between-class-members] fix typo in schema (#​2681) (a2a2514)
  • eslint-plugin: [naming-convention] check bodyless function parameters (#​2675) (c505863)
  • eslint-plugin: [no-invalid-this] allow "this" in class property definitions (#​2685) (dccb6ee)
  • eslint-plugin: [no-misused-promises] False negative in LogicalExpression (#​2682) (30a6951), closes #​2544
  • eslint-plugin: [no-unnecessary-type-assertion] correct fixer for vue files (#​2680) (55111af)
  • eslint-plugin: [return-await] do not auto-fix when type is any/unknown (#​2671) (d690c8d)
  • parser: minor fix regexp, map-filter to reduce (#​2684) (f1329f6)
Features
  • eslint-plugin: [dot-notation] add allowProtectedClassPropertyAccess option (#​2622) (bbc9e35)
  • eslint-plugin: [prefer-readonly-parameter-types] add ignoreInferredTypes option (#​2668) (91010e8)
  • eslint-plugin: [restrict-plus-operands] add intersection type determination logic (#​2628) (da71362)
  • typescript-estree: add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (#​2669) (90a5878)

4.4.1 (2020-10-12)

Bug Fixes
  • eslint-plugin: [ban-ts-comment] support block comments (#​2644) (9c3c686)
  • eslint-plugin: [ban-types] allow banning types with specific parameters (#​2662) (77732a2)
  • eslint-plugin: [consistent-type-assertions] check type assertion in jsx props (#​2653) (393e925)
  • eslint-plugin: [no-duplicate-imports] distinguish member, default (#​2637) (c71f423)
  • eslint-plugin: [no-throw-literal] false positive with logical expressions (#​2645) (57aa6c7)
  • eslint-plugin: [no-unused-vars] fix false positives for duplicated names in namespaces (#​2659) (0d696c7)
  • eslint-plugin: [no-use-before-define] correctly handle typeof type references (#​2623) (8e44c78)
  • scope-manager: don't create a variable for global augmentation (#​2639) (6bc9325)

v4.4.1

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] support block comments (#​2644) (9c3c686)
  • eslint-plugin: [ban-types] allow banning types with specific parameters (#​2662) (77732a2)
  • eslint-plugin: [consistent-type-assertions] check type assertion in jsx props (#​2653) (393e925)
  • eslint-plugin: [no-duplicate-imports] distinguish member, default (#​2637) (c71f423)
  • eslint-plugin: [no-throw-literal] false positive with logical expressions (#​2645) (57aa6c7)
  • eslint-plugin: [no-unused-vars] fix false positives for duplicated names in namespaces (#​2659) (0d696c7)
  • eslint-plugin: [no-use-before-define] correctly handle typeof type references (#​2623) (8e44c78)
  • scope-manager: don't create a variable for global augmentation (#​2639) (6bc9325)

v4.4.0

Compare Source

Features
  • eslint-plugin: add consistent-indexed-object-style rule (#​2401) (d7dc108)
  • eslint-plugin: add extension rule no-duplicate-imports (#​2609) (498f397)

v4.3.0

Compare Source

Bug Fixes
  • eslint-plugin: added safe getTypeOfPropertyOfType wrapper (#​2567) (7cba2de)
  • experimental-utils: treat RuleTester arrays as readonly (#​2601) (8025777)
Features
  • eslint-plugin: [no-invalid-void-type] add option to allow this: void (#​2481) (ddf5660)

v4.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] ignore properties inside object patterns (#​2566) (53a3cbc)
  • eslint-plugin: [prefer-ts-expect-error] support block comments (#​2541) (c6f72fb)
  • scope-manager: correct analysis of inferred types in conditional types (#​2537) (4f660fd)
Features

4.1.1 (2020-09-14)

Bug Fixes
  • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#​2415) (7ca54c3)
  • eslint-plugin: [no-implied-eval] handle the Function type (#​2435) (e1401dc)
  • eslint-plugin: [no-unused-vars] better handling for declared modules (#​2553) (02d72d4), closes #​2523
  • eslint-plugin: [no-use-before-define] false positive for function type arguments (#​2554) (189162d), closes #​2527
  • eslint-plugin: [prefer-function-type] handle this return (#​2437) (7c6fcee)
  • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#​2356) (efdd521)
  • types: artificial fix needed to trigger release (b577daf)
  • types: artificial fix needed to trigger release (fc62ba8)

v4.1.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#​2415) (7ca54c3)
  • eslint-plugin: [no-implied-eval] handle the Function type (#​2435) (e1401dc)
  • eslint-plugin: [no-unused-vars] better handling for declared modules (#​2553) (02d72d4), closes #​2523
  • eslint-plugin: [no-use-before-define] false positive for function type arguments (#​2554) (189162d), closes #​2527
  • eslint-plugin: [prefer-function-type] handle this return (#​2437) (7c6fcee)
  • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#​2356) (efdd521)
  • types: artificial fix needed to trigger release (b577daf)
  • types: artificial fix needed to trigger release (fc62ba8)

v4.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] cyclical reference infinite recursion crash (#​2482) (8693653)
  • eslint-plugin: [no-unused-vars] correct detection of unused vars in a declared module with export = (#​2505) (3d07a99)
  • eslint-plugin: [no-unused-vars] properly handle ambient declaration exports (#​2496) (4d3ce5f)
  • eslint-plugin: [no-use-before-define] false positive with jsx pragma reference (#​2503) (5afeeab), closes #​2502
  • eslint-plugin: [typedef] false positive for rest parameter with array destructuring (#​2441) (2ada5af)
  • eslint-plugin: handle missing message IDs in eslint v5/v6 (#​2461) (ffdfade)
  • scope-manager: add const as a global type variable (#​2499) (eb3f6e3)
  • scope-manager: correctly handle inferred types in nested type scopes (#​2497) (95f6bf4)
  • scope-manager: don't create references for intrinsic JSX elements (#​2504) (cdb9807)
  • scope-manager: fallback to lib 'esnext' or 'es5' when ecma version is unsupported (#​2474) (20a7dcc)
  • scope-manager: support rest function type parameters (#​2491) (9d8b4c4), closes #​2449
  • scope-manager: support tagged template string generic type parameters (#​2492) (a2686c0)
  • scope-manager: support type predicates (#​2493) (a40f54c), closes #​2462
  • scope-manager: treat type imports as both values and types (#​2494) (916e95a), closes #​2453
Features

4.0.1 (2020-08-31)

Bug Fixes
acornjs/acorn

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

iamkun/dayjs

v1.9.6

Compare Source

Bug Fixes

v1.9.5

Compare Source

Bug Fixes

v1.9.4

Compare Source

Bug Fixes

v1.9.3

Compare Source

Bug Fixes

v1.9.2

Compare Source

Bug Fixes

v1.9.1

Compare Source

Bug Fixes
  • Fix objectSupport plugin to get the correct result (zero-based month) (#​1089) (f95ac15)

v1.9.0

Compare Source

Bug Fixes
Features

1.8.36 (2020-09-17)

Bug Fixes

1.8.35 (2020-09-02)

Bug Fixes

1.8.34 (2020-08-20)

Bug Fixes

1.8.33 (2020-08-10)

Bug Fixes

1.8.32 (2020-08-04)

Bug Fixes

1.8.31 (2020-07-29)

Bug Fixes

1.8.30 (2020-07-22)

Bug Fixes
  • Add Haitian Creole (ht) and Spanish Puerto Rico (es-pr) locale configs (#​958) (b2642e2)
  • Fix UTC plugin wrong hour bug while adding month or year (#​957) (28ae070)
  • Update French (fr) locale to set correct yearStart (14ab808), closes #​956

1.8.29 (2020-07-02)

Bug Fixes

1.8.28 (2020-05-28)

Bug Fixes

1.8.27 (2020-05-14)

Bug Fixes

1.8.26 (2020-04-30)

Bug Fixes

1.8.25 (2020-04-21)

Bug Fixes

1.8.24 (2020-04-10)

Bug Fixes

Renovate configuration

📅 Schedule: "before 8am on Monday" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-dependencies branch 11 times, most recently from 5dd75ac to 3aaf607 Compare August 10, 2020 04:13
@renovate renovate bot force-pushed the renovate/all-dependencies branch 10 times, most recently from 1c6f10c to b2e2d9b Compare August 17, 2020 12:36
@renovate renovate bot force-pushed the renovate/all-dependencies branch 4 times, most recently from bba6246 to 007852f Compare August 24, 2020 11:33
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 5a87e34 to 0766cf3 Compare August 25, 2020 15:57
@renovate renovate bot force-pushed the renovate/all-dependencies branch 15 times, most recently from 27d0a32 to da19c26 Compare October 28, 2020 21:00
@renovate renovate bot force-pushed the renovate/all-dependencies branch 7 times, most recently from ab137c1 to 6c24350 Compare November 6, 2020 08:39
@renovate renovate bot force-pushed the renovate/all-dependencies branch 6 times, most recently from 55a7e12 to 957e29d Compare November 10, 2020 22:11
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 957e29d to d8b859e Compare November 11, 2020 23:26
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.

1 participant