Code Monkey home page Code Monkey logo

Comments (11)

greenkeeper avatar greenkeeper commented on May 20, 2024

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

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.0

3.9.0 (2018-10-19)

Bug Fixes

Features

  • add require-description (#91) (1778446)
  • set line locations when reporting violations (#88) (95df73e)
Commits

The new version differs by 13 commits.

  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)
  • 767a788 fix: @ private skip require checks (#86)
  • e496523 fix: update dependencies (#81)
  • 605ef1c feat: add support for reporting individual lines of jsdoc infraction (#82)
  • c315d55 fix: upgrade eslint peer dep to actually required minimum (#80)
  • c25b2e5 refactor: move bin to src
  • 448259d style: fix bin style

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.9.1

3.9.1 (2018-10-23)

Bug Fixes

  • support valid colon for require-description-complete-sentence rule (#98) (dc2f86f)
Commits

The new version differs by 14 commits.

  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)
  • 767a788 fix: @ private skip require checks (#86)
  • e496523 fix: update dependencies (#81)
  • 605ef1c feat: add support for reporting individual lines of jsdoc infraction (#82)
  • c315d55 fix: upgrade eslint peer dep to actually required minimum (#80)
  • c25b2e5 refactor: move bin to src
  • 448259d style: fix bin style

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.10.0

3.10.0 (2018-12-07)

Bug Fixes

  • remove additional space after newline with comment asterisk (#113) (efdeea4)

Features

  • remove deprecated rulesConfig (3e4c84f)
Commits

The new version differs by 21 commits.

  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)

There are 21 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.11.0

3.11.0 (2018-12-07)

Features

  • optionally loosen requireParam when implements/augments/extends present on tag or parent (#116) (7a34bb1), closes #100
Commits

The new version differs by 23 commits.

  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)

There are 23 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.12.0

3.12.0 (2018-12-07)

Features

Commits

The new version differs by 24 commits.

  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies

There are 24 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.12.1

3.12.1 (2018-12-08)

Bug Fixes

  • crash on invalid JSDoc class comment (#120) (9a38896)
Commits

The new version differs by 25 commits.

  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks

There are 25 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.13.0

3.13.0 (2018-12-09)

Features

Commits

The new version differs by 29 commits.

  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig

There are 29 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.14.0

3.14.0 (2018-12-09)

Features

  • add allowInlineConfig and reportUnusedDisableDirectives (#126) (1b69b04)
Commits

The new version differs by 30 commits.

  • 1b69b04 feat: add allowInlineConfig and reportUnusedDisableDirectives (#126)
  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings

There are 30 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.14.1

3.14.1 (2018-12-19)

Bug Fixes

  • allow for array value props to be defined (#136) (3c0e3c6)
Commits

The new version differs by 32 commits.

  • 3c0e3c6 fix: allow for array value props to be defined (#136)
  • c12b14c fix:upgrade comment-parser (fixes #122)
  • 1b69b04 feat: add allowInlineConfig and reportUnusedDisableDirectives (#126)
  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license

There are 32 commits in total.

See the full diff

from eslint-config.

greenkeeper avatar greenkeeper commented on May 20, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.15.0

3.15.0 (2018-12-31)

Features

Commits

The new version differs by 34 commits.

  • 5cddd06 feat: require-returns (#138)
  • 14a9aab docs: update README.md
  • 3c0e3c6 fix: allow for array value props to be defined (#136)
  • c12b14c fix:upgrade comment-parser (fixes #122)
  • 1b69b04 feat: add allowInlineConfig and reportUnusedDisableDirectives (#126)
  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig

There are 34 commits in total.

See the full diff

from eslint-config.

Related Issues (3)

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.