Git Product home page Git Product logo

Comments (9)

greenkeeper avatar greenkeeper commented on June 10, 2024

After pinning to 7.12.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v7.14.0

Added

Fixed

  • Fix no-did-mount-set-state and no-did-update-set-state to handle cDU and cDM defined as class properties (#1595 @jaaberg)
  • Fix sort-prop-types cash when a shape PropType is defined in a variable (#1749 @alexzherdev)
  • Fix no-unused-state false positive when using state of non-lifecycle method (#2274 @golopot)
  • Fix static-property-placement false positive when accessing static property inside method (#2283 @dmason30)
  • Fix prop-type detection for annotated props with default value (#2298 @yannickcr)

Changed

Commits

The new version differs by 68 commits.

  • dfaa92f Update CHANGELOG and bump version
  • c52b61b Merge pull request #2316 from kaykayehnn/jsx-key-fragments
  • 8db631b [Fix] Fix detection of annotated props with default value
  • bbebefd [Tests] Remove AppVeyor
  • 0d49f5a [New] Add ESLint ^6.0.0 as valid peerDependency
  • 0364ed2 Fix formatting issues
  • 7c1abed Add checkFragmentShorthand option
  • ed04c2f Fix tests in eslint < 5
  • 0d1aaf8 Handle fragments in jsx-key
  • 7d449a9 [New] jsx-sort-props: Change reported range to only the identifier
  • 1e102f0 Change reported range to only the identifier
  • e6b4c33 Merge pull request #2301 from golopot/fix-cached-props-2
  • 9a63e19 Immediately destructure out propVariables rather than using it as a namespace
  • 3a1a0d1 Apply suggestion: replace mutation with Object.assign
  • 89b8143 Apply suggestion: replace concat([a]) with concat(a)

There are 68 commits in total.

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v7.14.1

Fixed

  • Fix prop-types crash on multiple destructuring (#2319 @golopot)
Commits

The new version differs by 3 commits.

  • 62255af Update CHANGELOG and bump version
  • 655eb01 Merge pull request #2320 from golopot/issue-2319
  • 9639d82 [Fix] prop-types: fix crash on multiple destructuring

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v7.14.2

Fixed

Commits

The new version differs by 2 commits.

  • 8432e5e Update CHANGELOG and bump version
  • 057f1db [Fix] : fix crash on for...of destructuring

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v7.14.3

Fixed

  • Fix prop-types to ignore validation when Flow indexers are used (#2330 @yannickcr)
  • Fix error being thrown after the first warning when react version cannot be detected (#2336 @abhishekdev)
  • Fix component detection when memo and forwardRef are used together (#2349 @yannickcr)

Changed

Commits

The new version differs by 14 commits.

  • 47c4c8b Update CHANGELOG and bump version
  • 98d4bf3 Fix component detection when memo and forwardRef are used together
  • fc70077 Merge pull request #2354 from golopot/patch-1
  • f2891d9 [docs] remove outdated docs for no-unused-prop-types
  • 49343d4 [meta] add github sponsorship
  • 562e441 Add Tidelift badge to README
  • b684e87 Add SECURITY file
  • 22a3740 Add FUNDING file
  • e835aaf add note about global installs being deprecated
  • 0215c38 Merge pull request #2336 from abhishekdev/handle-react-detect-errors
  • 8fbf50c version detection: Do not throw a raw error after the first warning
  • f59e927 version detection: Add tests
  • d6832d6 Fix new required import order
  • bc67d42 Fix prop-types to ignore validation when Flow indexers are used

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 30 commits.

  • b45219a Update CHANGELOG and bump version
  • a01198f [Dev Deps] update eslint-config-airbnb-base, eslint-plugin-import, sinon, typescript
  • ab77870 [Deps] update jsx-ast-utils, resolve
  • 32e27b7 [Fix] jsx-indent: Fix false positive when a jsx element is the last statement within a do expression (with tests)
  • 628a4a0 [fix] jsx-curly-brace-presence: fix jsx tags in braces
  • 3124ce0 [Docs] no-access-state-in-setstate: update grammar
  • 4a05fa2 [fix] display-name: Fix false positives
  • c6521ad Change istanbul output directory to ./coverage (default)
  • 5970651 [new] jsx-handler-name: allow false to disable eventHandlerPrefix/eventHandlerPropPrefix
  • 489ced3 [refactor] jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger-with-children: add isWhiteSpaces to lib/util/jsx
  • 9b2db61 [fix] jsx-curly-brace-presence: report unnecessary curly braces with children on next line
  • 781bfff [new] sort-comp: add static-variables grouping
  • 7ccff10 [New] add jsx-no-useless-fragment rule
  • 66725bc [Fix] no-unused-prop-types: false positive with callback
  • 3c72a49 [eslint] disable some options and manually fix valid-jsdoc

There are 30 commits in total.

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • e336aef Update CHANGELOG and bump version
  • 04fbe74 [Fix] jsx-curly-brace-presence: bail out checks when JSXElements are passed as props
  • 20cc016 [Docs] prefer-es6-class: Fix typos
  • feba507 [Fix] jsx-curly-brace-presence: bail out on JSX inside props, for now

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • fb3210b Update CHANGELOG and bump version
  • 6011505 [new] jsx-sort-default-props: make rule fixable
  • 6f14e16 [fix] jsx-no-useless-fragment: use array-includes over .includes for back compat
  • a1dee7c [fix] jsx-curly-brace-presence: allow necessary white-space literal
  • d7d2a01 [Fix] jsx-curly-brace-presence: warns incorrectly on trailing whitespace
  • c153a86 [Fix] no-unused-prop-types: false positive when nested destructuring

See the full diff

from serverless-slack-invite.

greenkeeper avatar greenkeeper commented on June 10, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v7.17.0

Added

Fixed

Changed

Commits

The new version differs by 26 commits.

  • 027ebd9 Update CHANGELOG and bump version
  • 89911de [Deps] update jsx-ast-utils, object.fromentries, resolve
  • cfef664 [Dev Deps] update @types/eslint, @types/estree, @types/node, coveralls, typescript
  • d3b5d71 [New] jsx-no-target-blank: add allowReferrer option
  • 83ac4c0 [eslint] fix func-names and change object-shorthand to 'always'
  • 225b433 [Docs] jsx-first-prop-new-line: Fix documentation formatting
  • 62df1dd [Docs] prop-types: Update 'skipUndeclared' in rule options
  • 87d4cab [Docs] jsx-first-prop-new-line: fix wrong rule name
  • 55b605f [Fix] sort-prop-types, jsx-sort-default-props: disable broken autofix
  • 71c7d01 [Tests] temporarily pin eslint 6 tests to v6.6
  • 8093565 [New] jsx-handler-names: add checkLocalVariables option
  • 5be539b [Fix] no-typos: improve report location
  • d9d2193 [eslint] enable eslint-plugin-eslint-plugin
  • 39e4396 [Docs] jsx-props-no-multi-spaces: suggest using core rule instead
  • 9e4ad21 [Docs] jsx-first-prop-new-line: add rule options

There are 26 commits in total.

See the full diff

from serverless-slack-invite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.