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

v1.0.0 Release #25

Merged
merged 38 commits into from
Nov 24, 2020
Merged

v1.0.0 Release #25

merged 38 commits into from
Nov 24, 2020

Conversation

limtingzhi
Copy link
Collaborator

Changes

  • [Breaking]: upgrade eslint to ^7.10.0
  • [Breaking]: upgrade eslint-plugin-react-hooks to ^4.1.2
  • [Breaking]: upgrade eslint-plugin-flowtype to ^5.2.0
  • [Breaking]: remove eslint-plugin-ramda to ^5.1.0
  • [Breaking]: minimum supported NodeJs version 12.18
  • upgrade babel-eslint to ^10.1.0
  • upgrade eslint-plugin-eslint-comments to ^3.2.0
  • upgrade eslint-plugin-import to ^2.22.1
  • upgrade eslint-plugin-jsx-a11y to ^6.3.1
  • upgrade eslint-plugin-react to ^7.21.2
  • Fix dependency list in README
  • Consider import starting with $ to be internal

Likely to cause new errors

  • require-atomic-updates
  • array-bracket-newline
  • func-names: is now reported as error instead of warning
  • func-style
  • lines-around-directive: removed & replaced by padding-line-between-statements
  • no-multiple-empty-lines: { max: 1, maxBOF: 0, maxEOF: 0 }
  • no-restricted-syntax: allow for..of usage
  • flowtype/require-readonly-react-props
  • flowtype/no-existential-type
  • import/no-namespace
  • import/order: add alphabetize: { order: 'asc' 'caseInsensitive': true } & change groups to the following - order: builtin, external, internal, parent, sibling`
  • import/no-unassigned-import
  • import/no-anonymous-default-export: for functions & classes
  • import/exports-last
  • import/group-exports
  • react/function-component-definition
  • react/jsx-key
  • react/no-direct-mutation-state
  • react/state-in-constructor
  • react/prefer-read-only-props

PRs

@limtingzhi limtingzhi merged commit 34ca0b8 into master Nov 24, 2020
@limtingzhi limtingzhi deleted the release/v1.0.0 branch November 24, 2020 08:37
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.

2 participants