Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Start to modernize recompose (...) #826

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    3d6131a View commit details
    Browse the repository at this point in the history
  2. refactor: switch to internal __createFactory function

    to avoid using the deprecated React.createFactory function
    
    (and update .size-snapshot.json)
    
    resolves acdlite#806
    brodybits committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    da77244 View commit details
    Browse the repository at this point in the history
  3. chore: update jest -> ^26.6.3 --dev (...)

    and update Jest config with setupFilesAfterEnv
    brodybits committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    84e3f78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2ea65f View commit details
    Browse the repository at this point in the history
  5. chore: update eslint -> ^7.19.0 --dev (...)

    and update eslint-disable & eslint-enable comments with
    TODO comments in src/packages/recompose/utils/mapValues.js
    due to an issue with recent eslint versions
    brodybits committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ce74e53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ceb711f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3092419 View commit details
    Browse the repository at this point in the history
  8. chore: update eslint-plugin-react -> ^7.22.0 --dev (...)

    and disable react/default-props-match-prop-types in one place in
    src/packages/recompose/__tests__/toClass-test.js
    brodybits committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    300b168 View commit details
    Browse the repository at this point in the history
  9. chore: update 2 more eslint plugins --dev (...)

    - eslint-plugin-import -> ^2.22.1
    - eslint-plugin-jsx-a11y -> ^6.4.1
    brodybits committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bbdd35c View commit details
    Browse the repository at this point in the history
  10. chore: update eslint-config-airbnb -> ^17.1.1 --dev (...)

    and disable jsx-a11y/label-has-associated-control in one test in
    src/packages/recompose/__tests__/withHandlers-test.js
    brodybits committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f67f03b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4b7288 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    ccc3e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ccfaff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dce1b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f5c5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb173fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d21077 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    def67c0 View commit details
    Browse the repository at this point in the history
  8. refactor: override componentDidMount in componentFromStream

    override componentDidMount instead of componentWillMount lifecycle
    method in order to avoid one of the warnings coming from React 16.14.0
    and (hopefully) continue to work with older React versions
    
    and add a TODO comment
    brodybits committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    f15cbf0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a300ebf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4489f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ece4cf4 View commit details
    Browse the repository at this point in the history