gabmontes/domain-wrap

An in-range update of eslint is breaking the build 🚨

Closed this issue · 6 comments

Version 3.10.0 of eslint just got published.

Branch Build failing 🚨
Dependency eslint
Current Version 3.9.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes v3.10.0
  • 7ee039b Update: Add comma-style options for calls, fns, imports (fixes #7470) (Max Englander)
  • 670e060 Chore: make the object-shorthand tests more readable (#7580) (Teddy Katz)
  • c3f4809 Update: Allow func-names to recognize inferred ES6 names (fixes #7235) (#7244) (Logan Smyth)
  • b8d6e48 Fix: syntax errors created by object-shorthand autofix (fixes #7574) (#7575) (Teddy Katz)
  • 1b3b65c Chore: ensure that files in tests/conf are linted (#7579) (Teddy Katz)
  • 2bd1dd7 Update: avoid creating extra whitespace in arrow-body-style fixer (#7504) (Teddy Katz)
  • 66fe9ff New: no-return-await rule. (fixes #7537) (#7547) (Jordan Harband)
  • 759525e Chore: Use process.exitCode instead of process.exit() in bin/eslint.js (#7569) (Teddy Katz)
  • 0d60db7 Fix: Curly rule doesn't account for leading comment (fixes #7538) (#7539) (Will Chen)
  • 5003b1c Update: fix in/instanceof handling with space-infix-ops (fixes #7525) (#7552) (Teddy Katz)
  • 3e6131e Docs: explain config option merging (#7499) (Danny Andrews)
  • 1766524 Update: "Error type should be" assertion in rule-tester (fixes 6106) (#7550) (Frans Jaspers)
  • 44eb274 Docs: Missing semicolon report was missing a comma (#7553) (James)
  • 6dbda15 Docs: Document the optional defaults argument for RuleTester (#7548) (Teddy Katz)
  • e117b80 Docs: typo fix (#7546) (oprogramador)
  • 25e5613 Chore: Remove incorrect test from indent.js. (#7531) (Scott Stern)
  • c0f4937 Fix: arrow-parens supports type annotations (fixes #7406) (#7436) (Toru Nagashima)
  • a838b8e Docs: func-name-matching: update with “always”/“never” option (#7536) (Jordan Harband)
  • 3c379ff Update: no-restricted-{imports,modules}: add “patterns” (fixes #6963) (#7433) (Jordan Harband)
  • f5764ee Docs: Update example of results returned from executeOnFiles (#7362) (Simen Bekkhus)
  • 4613ba0 Fix: Add support for escape char in JSX. (#7461) (Scott Stern)
  • ea0970d Fix: curly false positive with no-semicolon style (#7509) (Teddy Katz)
  • af1fde1 Update: fix brace-style false negative on multiline node (fixes #7493) (#7496) (Teddy Katz)
  • 3798aea Update: max-statements to report function name (refs #7260) (#7399) (Nicholas C. Zakas)
  • 0c215fa Update: Add ArrowFunctionExpression support to require-jsdoc rule (#7518) (Gyandeep Singh)
  • 578c373 Build: handle deprecated rules with no 'replacedBy' (refs #7471) (#7494) (Vitor Balocco)
  • a7f3976 Docs: Specify min ESLint version for new rule format (#7501) (cowchimp)
  • 8a3e717 Update: Fix lines-around-directive semicolon handling (fixes #7450) (#7483) (Teddy Katz)
  • e58cead Update: add a fixer for certain statically-verifiable eqeqeq cases (#7389) (Teddy Katz)
  • 0dea0ac Chore: Add Node 7 to travis ci build (#7506) (Gyandeep Singh)
  • 36338f0 Update: add fixer for no-extra-boolean-cast (#7387) (Teddy Katz)
  • 183def6 Chore: enable prefer-arrow-callback on ESLint codebase (fixes #6407) (#7503) (Teddy Katz)
  • 4f1fa67 Docs: Update copyright (#7497) (Nicholas C. Zakas)
Commits

The new version differs by 35 commits .

  • dbff37a 3.10.0
  • 917b921 Build: package.json and changelog update for 3.10.0
  • 7ee039b Update: Add comma-style options for calls, fns, imports (fixes #7470)
  • 670e060 Chore: make the object-shorthand tests more readable (#7580)
  • c3f4809 Update: Allow func-names to recognize inferred ES6 names (fixes #7235) (#7244)
  • b8d6e48 Fix: syntax errors created by object-shorthand autofix (fixes #7574) (#7575)
  • 1b3b65c Chore: ensure that files in tests/conf are linted (#7579)
  • 2bd1dd7 Update: avoid creating extra whitespace in arrow-body-style fixer (#7504)
  • 66fe9ff New: no-return-await rule. (fixes #7537) (#7547)
  • 759525e Chore: Use process.exitCode instead of process.exit() in bin/eslint.js (#7569)
  • 0d60db7 Fix: Curly rule doesn't account for leading comment (fixes #7538) (#7539)
  • 5003b1c Update: fix in/instanceof handling with space-infix-ops (fixes #7525) (#7552)
  • 3e6131e Docs: explain config option merging (#7499)
  • 1766524 Update: "Error type should be" assertion in rule-tester (fixes 6106) (#7550)
  • 44eb274 Docs: Missing semicolon report was missing a comma (#7553)

There are 35 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 3.10.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes

v3.10.1

  • 8a0e92a Fix: handle try/catch correctly in no-return-await (fixes #7581) (#7582) (Teddy Katz)
  • c4dd015 Fix: no-useless-return stack overflow on unreachable loops (fixes #7583) (#7584) (Teddy Katz)

Commits

The new version differs by 4 commits .

  • 9cbfa0b 3.10.1
  • 4bb6215 Build: package.json and changelog update for 3.10.1
  • 8a0e92a Fix: handle try/catch correctly in no-return-await (fixes #7581) (#7582)
  • c4dd015 Fix: no-useless-return stack overflow on unreachable loops (fixes #7583) (#7584)

See the full diff.

Version 3.10.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes

v3.10.2

  • 0643bfe Fix: correctly handle commented code in indent autofixer (fixes #7604) (#7606) (Teddy Katz)
  • bd0514c Fix: syntax error after key-spacing autofix with comment (fixes #7603) (#7607) (Teddy Katz)
  • f56c1ef Fix: indent crash on parenthesized global return values (fixes #7573) (#7596) (Teddy Katz)
  • 100c6e1 Docs: Fix example for curly "multi-or-nest" option (#7597) (Will Chen)
  • 6abb534 Docs: Update code of conduct link (#7599) (Nicholas C. Zakas)
  • 8302cdb Docs: Update no-tabs to match existing standards & improve readbility (#7590) (Matt Stow)

Commits

The new version differs by 8 commits .

  • 0840068 3.10.2
  • 621ee0a Build: package.json and changelog update for 3.10.2
  • 0643bfe Fix: correctly handle commented code in indent autofixer (fixes #7604) (#7606)
  • bd0514c Fix: syntax error after key-spacing autofix with comment (fixes #7603) (#7607)
  • f56c1ef Fix: indent crash on parenthesized global return values (fixes #7573) (#7596)
  • 100c6e1 Docs: Fix example for curly "multi-or-nest" option (#7597)
  • 6abb534 Docs: Update code of conduct link (#7599)
  • 8302cdb Docs: Update no-tabs to match existing standards & improve readbility (#7590)

See the full diff.

Version 3.11.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.11.0
  • ad56694 New: capitalized-comments rule (fixes #6055) (#7415) (Kevin Partington)
  • 7185567 Update: add fixer for operator-assignment (#7517) (Teddy Katz)
  • faf5f56 Update: fix false negative of quotes with \n in template (fixes #7646) (#7647) (Teddy Katz)
  • 474e444 Update: add fixer for sort-imports (#7535) (Teddy Katz)
  • f9b70b3 Docs: Enable example highlighting in rules examples (ref #6444) (#7644) (Alex Guerrero)
  • d50f6c1 Fix: incorrect location for no-useless-escape errors (fixes #7643) (#7645) (Teddy Katz)
  • 54a993c Docs: Fix a typo in the require-yield.md (#7652) (Vse Mozhet Byt)
  • eadd808 Chore: Fix prefer-arrow-callback lint errors (#7651) (Kevin Partington)
  • 89bd8de New: require-await rule (fixes #6820) (#7435) (Toru Nagashima)
  • b7432bd Chore: Ensure JS files are checked out with LF (#7624) (Kevin Partington)
  • 32a3547 Docs: Add absent quotes in rules documentation (#7625) (Denis Sikuler)
  • 5c9a4ad Fix: Prevent quotes from fixing templates to directives (fixes #7610) (#7617) (Teddy Katz)
  • d90ca46 Upgrade: Update markdownlint dependency to 0.3.1 (fixes #7589) (#7592) (David Anson)
  • 07124d1 Docs: add missing quote mark (+=" → "+=") (#7613) (Sean Juarez)
  • 8998043 Docs: fix wording in docs for no-extra-parens config (Michael Ficarra)
Commits

The new version differs by 17 commits .

  • ddd646b 3.11.0
  • 72f300e Build: package.json and changelog update for 3.11.0
  • ad56694 New: capitalized-comments rule (fixes #6055) (#7415)
  • 7185567 Update: add fixer for operator-assignment (#7517)
  • faf5f56 Update: fix false negative of quotes with \n in template (fixes #7646) (#7647)
  • 474e444 Update: add fixer for sort-imports (#7535)
  • f9b70b3 Docs: Enable example highlighting in rules examples (ref #6444) (#7644)
  • d50f6c1 Fix: incorrect location for no-useless-escape errors (fixes #7643) (#7645)
  • 54a993c Docs: Fix a typo in the require-yield.md (#7652)
  • eadd808 Chore: Fix prefer-arrow-callback lint errors (#7651)
  • 89bd8de New: require-await rule (fixes #6820) (#7435)
  • b7432bd Chore: Ensure JS files are checked out with LF (#7624)
  • 32a3547 Docs: Add absent quotes in rules documentation (#7625)
  • 5c9a4ad Fix: Prevent quotes from fixing templates to directives (fixes #7610) (#7617)
  • d90ca46 Upgrade: Update markdownlint dependency to 0.3.1 (fixes #7589) (#7592)

There are 17 commits in total. See the full diff.

Version 3.11.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.11.1
  • be739d0 Fix: capitalized-comments fatal error fixed (fixes #7663) (#7664) (Rich Trott)
  • cc4cedc Docs: Fix a typo in array-bracket-spacing documentation (#7667) (Alex Guerrero)
  • f8adadc Docs: fix a typo in capitalized-comments documentation (#7666) (Teddy Katz)
Commits

The new version differs by 5 commits .

  • f80af54 3.11.1
  • 9316aa6 Build: package.json and changelog update for 3.11.1
  • be739d0 Fix: capitalized-comments fatal error fixed (fixes #7663) (#7664)
  • cc4cedc Docs: Fix a typo in array-bracket-spacing documentation (#7667)
  • f8adadc Docs: fix a typo in capitalized-comments documentation (#7666)

See the full diff.

Version 3.12.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.12.0
  • e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695) (Toru Nagashima)
  • e95a230 Fix: indent "first" option false positive on nested arrays (fixes #7727) (#7728) (Teddy Katz)
  • 81f9e7d Fix: Allow duplicated let declarations in prefer-const (fixes #7712) (#7717) (Teddy Katz)
  • 1d0d61d New: Add no-await-in-loop rule (#7563) (Nat Mote)
  • 2cdfb4e New: Additional APIs (fixes #6256) (#7669) (Ilya Volodin)
  • 4278c42 Update: make no-obj-calls report errors for Reflect (fixes #7700) (#7710) (Tomas Echeverri Valencia)
  • 4742d82 Docs: clarify the default behavior of operator-linebreak (fixes #7459) (#7726) (Teddy Katz)
  • a8489e2 Chore: Avoid parserOptions boilerplate in tests for ES6 rules (#7724) (Teddy Katz)
  • b921d1f Update: add indent options for array and object literals (fixes #7473) (#7681) (Teddy Katz)
  • 7079c89 Update: Add airbnb-base to init styleguides (fixes #6986) (#7699) (alberto)
  • 63bb3f8 Docs: improve the documentation for the autofix API (#7716) (Teddy Katz)
  • f8786fb Update: add fixer for capitalized-comments (#7701) (Teddy Katz)
  • abfd24f Fix: don't validate schemas for disabled rules (fixes #7690) (#7692) (Teddy Katz)
  • 2ac07d8 Upgrade: Update globals dependency to 9.14.0 (#7683) (Aleksandr Oleynikov)
  • 90a5d29 Docs: Remove incorrect info about issue requirements from PR guide (#7691) (Teddy Katz)
  • f80c278 Docs: Add sails-hook-lint to integrations list (#7679) (Anthony M)
  • e96da3f Docs: link first instance of package.json (#7684) (Kent C. Dodds)
  • bf20e20 Build: include links to rule pages in release blogpost (#7671) (Teddy Katz)
  • b30116c Docs: Fix code-blocks in spaced-comment docs (#7524) (Michał Gołębiowski)
  • 0a2a7fd Fix: Allow \u2028 and \u2029 as string escapes in no-useless-escape (#7672) (Teddy Katz)
  • 76c33a9 Docs: Change Sails.js integration to active npm package (#7675) (Anthony M)
Commits

The new version differs by 23 commits .

  • da79f17 3.12.0
  • 519e790 Build: package.json and changelog update for 3.12.0
  • e569225 Update: fix false positive/negative of yoda rule (fixes #7676) (#7695)
  • e95a230 Fix: indent "first" option false positive on nested arrays (fixes #7727) (#7728)
  • 81f9e7d Fix: Allow duplicated let declarations in prefer-const (fixes #7712) (#7717)
  • 1d0d61d New: Add no-await-in-loop rule (#7563)
  • 2cdfb4e New: Additional APIs (fixes #6256) (#7669)
  • 4278c42 Update: make no-obj-calls report errors for Reflect (fixes #7700) (#7710)
  • 4742d82 Docs: clarify the default behavior of operator-linebreak (fixes #7459) (#7726)
  • a8489e2 Chore: Avoid parserOptions boilerplate in tests for ES6 rules (#7724)
  • b921d1f Update: add indent options for array and object literals (fixes #7473) (#7681)
  • 7079c89 Update: Add airbnb-base to init styleguides (fixes #6986) (#7699)
  • 63bb3f8 Docs: improve the documentation for the autofix API (#7716)
  • f8786fb Update: add fixer for capitalized-comments (#7701)
  • abfd24f Fix: don't validate schemas for disabled rules (fixes #7690) (#7692)

There are 23 commits in total. See the full diff.