| Branch | Build failing 🚨 |
|---|---|
| Dependency | eslint |
| Current Version | 4.7.2 |
| 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 :muscle:
Status Details
Release Notes
v4.8.0
Commits
The new version differs by 14 commits.
8ebb034 4.8.0916a2d7 Build: changelog update for 4.8.03f2b908 New: add option to report unused eslint-disable directives (fixes #9249) (#9250)ff2be59 Fix: dot notation rule failing to catch string template (fixes #9350) (#9357)b1372da Chore: remove sourceCode property from Linter (refs #9161) (#9363)cef6f8c Docs: remove line about removing rules from semver policy (#9367)06efe87 Fix: Add meta element with charset attribute. (#9365)458ca67 Docs: update architecture page (fixes #9337) (#9345)1c6bc67 Fix: special EventEmitter keys leak information about other rules (#9328)d593e61 Docs: update eslint.org links to use https (#9358)38d0cb2 Fix: fix wrong code-path about try-for-in (fixes #8848) (#9348)434d9e2 Fix: Invalid font-size property value issue. (#9341)a7668c2 Chore: Remove unnecessary slice from logging utility (#9343)2ff6fb6 Chore: remove unused arguments in codebase (#9340)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 :palm_tree:
After pinning to 4.7.2 your tests are still failing. The reported issue _might_ not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
Release Notes
v4.9.0
lines-around-comment (fixes #8564) (#8565) (Ed Lee)
Commits
The new version differs by 32 commits.
235c7dd 4.9.0b6f31a9 Build: changelog update for 4.9.085388fb Fix: Correct error and test messages to fit config search path (#9428)62a323c Fix: Add class options for lines-around-comment (fixes #8564) (#8565)8eb4aae New: multiline-comment-style rule (fixes #8320) (#9389)db41408 Chore: avoid applying eslint-env comments twice (#9278)febb897 Chore: avoid loose equality assertions (#9415)2247efa Update: Add FunctionExpression to require-jsdoc (fixes #5867) (#9395)6791d18 Docs: Corrected noun to verb. (#9438)b02fbb6 Update: custom messages for no-restricted-* (refs #8400)02732bd Docs: Reorganized to avoid misunderstandings. (#9434)d9466b8 Docs: Correct time forecast for tests. (#9432)f7ed84f Docs: Add instruction re home-directory config files (refs #7729) (#9426)30d018b Chore: Add Aladdin-ADD & VictorHom to README (#9424)2d8a303 Docs: fix examples for prefer-numeric-literals (#9155)There are 32 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
Release Notes
v4.10.0
npm run check-commit script (#9513) (Teddy Katz).md to link (for github users) (#9501) (薛定谔的猫)npm run profile script (fixes #9397) (#9455) (Teddy Katz)
Commits
The new version differs by 70 commits.
9deb1b1 4.10.06d19001 Build: changelog update for 4.10.0bb6e60a Fix: Improve the doc for no-restricted-modules rule (fixes #9437) (#9495)c529de9 Docs: Amend rule document to correct and complete it (refs #6251). (#9498)f9c6673 Chore: Add tests to cover array and object values and leading commas. (#9502)9169258 Chore: remove npm run check-commit script (#9513)7d390b2 Docs: Revise contributor documentation on issue labels. (#9469)d80b9d0 Fix: no-var don't fix globals (fixes #9520) (#9525)b8aa071 Fix: allow linting the empty string from stdin (fixes #9515) (#9517)350a72c Chore: regex.test => string.startsWith (#9518)de0bef4 Chore: remove obsolete eslintbot templates (#9512)720b6d5 Docs: Update ISSUE_TEMPLATE.md (#9504)2fa64b7 Fix: should not convert non-consecutive line comments to a single blo… (#9475)9725146 Fix: multiline-comment-style fix produces invalid code (fixes #9461). (#9463)b12cff8 Fix: Expected order of jsdoc tags (fixes #9412) (#9451)There are 70 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
Release Notes
v4.11.0
lines-around-comment (#9589) (Clément Fiorio)npm test (#9590) (Teddy Katz)no-invalid-this. (#9542) (Francisc)
Commits
The new version differs by 35 commits.
1a9a6a5 4.11.0ef4d268 Build: changelog update for 4.11.0d4557a6 Docs: disallow use of the comma operator using no-restricted-syntax (#9585)d602f9e Upgrade: espree v3.5.2 (#9611)4def876 Chore: avoid handling rules instances in config-validator (#9364)fe5ac7e Chore: fix incorrect comment in safe-emitter.js (#9605)6672fae Docs: Fixed a typo on lines-between-class-members doc (#9603)980ecd3 Chore: Update copyright and license info (#9599)cc2c7c9 Build: use Node 8 in appveyor (#9595)2542f04 Docs: Add missing options for lines-around-comment (#9589)b6a7490 Build: ensure fuzzer tests get run with npm test (#9590)1073bc5 Build: remove shelljs-nodecli (refs #9533) (#9588)7e3bf6a Fix: edge-cases of semi-style (#9560)e5a37ce Fix: object-curly-newline for flow code (#9458)9064b9c Chore: add equalTokens in ast-utils. (#9500)There are 35 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
Release Notes
v4.12.0
sort-vars (#9496) (Trevin Hofmann)beforeStatementContinuationChars to semi (fixes #9521) (#9594) (Toru Nagashima)globals to 11.0.1 (fixes #9614) (#9632) (Toru Nagashima)
Commits
The new version differs by 50 commits.
f4a65c6 4.12.01cd1627 Build: changelog update for 4.12.076dab18 Upgrade: doctrine@^2.0.2 (#9656)28c9c8e New: add a Linter#defineParser function (#9321)5619910 Update: Add autofix for sort-vars (#9496)71eedbf Update: add beforeStatementContinuationChars to semi (fixes #9521) (#9594)4118f14 New: Adds implicit-arrow-linebreak rule (refs #9510) (#9629)208fb0f Fix: Use XML 1.1 on XML formatters (fixes #9607) (#9608)6e04f14 Upgrade: globals to 11.0.1 (fixes #9614) (#9632)e13d439 Fix: space-in-parens crash (#9655)92171cc Docs: Updating migration guide for single-line disable (#9385)f39ffe7 Docs: remove extra punctuation from readme (#9640)a015234 Fix: prefer-destructuring false positive on "super" (fixes #9625) (#9626)0cf081e Update: add importNames option to no-restricted-imports (#9506)332c214 Docs: Add @platinumazure to TSC (#9618)There are 50 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
Release Notes
v4.12.1
Commits
The new version differs by 53 commits.
58216b6 4.12.1fc9d27b Build: changelog update for 4.12.11e362a0 Revert "Fix: Use XML 1.1 on XML formatters (fixes #9607) (#9608)" (#9667)f4a65c6 4.12.01cd1627 Build: changelog update for 4.12.076dab18 Upgrade: doctrine@^2.0.2 (#9656)28c9c8e New: add a Linter#defineParser function (#9321)5619910 Update: Add autofix for sort-vars (#9496)71eedbf Update: add beforeStatementContinuationChars to semi (fixes #9521) (#9594)4118f14 New: Adds implicit-arrow-linebreak rule (refs #9510) (#9629)208fb0f Fix: Use XML 1.1 on XML formatters (fixes #9607) (#9608)6e04f14 Upgrade: globals to 11.0.1 (fixes #9614) (#9632)e13d439 Fix: space-in-parens crash (#9655)92171cc Docs: Updating migration guide for single-line disable (#9385)f39ffe7 Docs: remove extra punctuation from readme (#9640)There are 53 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
Release Notes
v4.13.0
Commits
The new version differs by 6 commits.
29c3610 4.13.0ac331bc Build: changelog update for 4.13.0256481b Update: update handling of destructuring in camelcase (fixes #8511) (#9468)d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#9690)1ad3091 Chore: fix test-suite to work with node master (#9688)cdb1488 Docs: Adds an example with try/catch. (#9672)See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
Release Notes
v4.13.1
Commits
The new version differs by 12 commits.
234cd26 4.13.13b0833f Build: changelog update for 4.13.1b72dc83 Fix: eol-last allow empty-string to always pass (refs #9534) (#9696)d80aa7c Fix: camelcase destructure leading/trailing underscore (fixes #9700) (#9701)d49d9d0 Docs: Add missing period to the README (#9702)4564fe0 Chore: no-invalid-meta crash if no export assignment (refs #9534) (#9698)29c3610 4.13.0ac331bc Build: changelog update for 4.13.0256481b Update: update handling of destructuring in camelcase (fixes #8511) (#9468)d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#9690)1ad3091 Chore: fix test-suite to work with node master (#9688)cdb1488 Docs: Adds an example with try/catch. (#9672)See the full diff
Pulling the latest develop into the eslint 4.8.0 build fixed it, so this is not a real failure.