An in-range update of eslint is breaking the build ๐จ
Version 4.18.0 of eslint was just published.
| Branch | Build failing ๐จ |
|---|---|
| Dependency | eslint |
| Current Version | 4.17.0 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Commits
The new version differs by 14 commits.
883a2a24.18.089d55caBuild: changelog update for 4.18.070f22f3Chore: Apply memoization to config creation within glob utils (#9944)0e4ae22Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951)47ac478Update: add named imports and exports for object-curly-newline (#9876)e8efdd0Fix: support Rest/Spread Properties (fixes #9885) (#9943)f012b8cFix: support Async iteration (fixes #9891) (#9957)74fa253Docs: Clarify no-mixed-operators options (fixes #9962) (#9964)426868fDocs: clean up key-spacing docs (fixes #9900) (#9963)4a6f22eUpdate: support eslint-disable-* block comments (fixes #8781) (#9745)777283bDocs: Propose fix typo for function (#9965)bf3d494Docs: Fix typo in max-len ignorePattern example. (#9956)d64fbb4Docs: fix typo in prefer-destructuring.md example (#9930)f8d343fChore: Fix default issue template (#9946)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 4.17.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 4.18.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version ๐
Commits
The new version differs by 5 commits.
8c237d84.18.1537b5c3Build: changelog update for 4.18.1f417506Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993)3e99363Docs: Fixed typo in key-spacing rule doc (#9987)7c2cd70Docs: deprecate experimentalObjectRestSpread (#9986)
See the full diff
Version 4.18.2 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version ๐
Release Notes
v4.18.2- 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler)
- 3c697de Chore: fix incorrect comment about linter.verify return value (#10030) (Teddy Katz)
- 9df8653 Chore: refactor parser-loading out of linter.verify (#10028) (Teddy Katz)
- f6901d0 Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019) (Jamie Davis)
- e4f52ce Chore: Simplify dataflow in linter.verify (#10020) (Teddy Katz)
- 33177cd Chore: make library files non-executable (#10021) (Teddy Katz)
- 558ccba Chore: refactor directive comment processing (#10007) (Teddy Katz)
- 18e15d9 Chore: avoid useless catch clauses that just rethrow errors (#10010) (Teddy Katz)
- a1c3759 Chore: refactor populating configs with defaults in linter (#10006) (Teddy Katz)
- aea07dc Fix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985) (Rachael Sim)
Commits
The new version differs by 17 commits.
22ff6f34.18.2817b84bBuild: changelog update for 4.18.26b71fd0Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022)3c697deChore: fix incorrect comment about linter.verify return value (#10030)9df8653Chore: refactor parser-loading out of linter.verify (#10028)f6901d0Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019)e4f52ceChore: Simplify dataflow in linter.verify (#10020)33177cdChore: make library files non-executable (#10021)558ccbaChore: refactor directive comment processing (#10007)18e15d9Chore: avoid useless catch clauses that just rethrow errors (#10010)a1c3759Chore: refactor populating configs with defaults in linter (#10006)aea07dcFix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985)8c237d84.18.1537b5c3Build: changelog update for 4.18.1f417506Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993)
There are 17 commits in total.
See the full diff
Version 4.19.0 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version ๐
Release Notes
v4.19.0- 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (่ๅฎ่ฐ็็ซ)
- 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)
- 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)
- 72ed3db Docs: Wrap
Buffer()in backticks inno-buffer-constructorrule description (#10084) (Stephen Edgar) - 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)
- e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)
- 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt)
- 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)
- 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)
- 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto)
Commits
The new version differs by 29 commits.
4f595e84.19.016fc59eBuild: changelog update for 4.19.055a1593Update: consecutive option for one-var (fixes #4680) (#9994)8d3814eFix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062)935f4e4Docs: Clarify default ignoring of node_modules (#10092)72ed3dbDocs: WrapBuffer()in backticks inno-buffer-constructorrule description (#10084)3aded2fDocs: Fix lodash typos, make spacing consistent (#10073)e33bb64Chore: enable no-param-reassign on ESLint codebase (#10065)66a1e9aDocs: fix possible typo (#10060)2e68be6Update: give a node at least the indentation of its parent (fixes #9995) (#10054)72ca5b3Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055)2a4c838Docs: Update ECMAScript versions in FAQ (#10047)22ff6f34.18.2817b84bBuild: changelog update for 4.18.26b71fd0Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022)
There are 29 commits in total.
See the full diff
Version 4.19.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version ๐
Release Notes
v4.19.1- 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (่ๅฎ่ฐ็็ซ)
- abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)
- 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)
- 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington)
- a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington)
Commits
The new version differs by 36 commits.
f1f1bdf4.19.1b446650Build: changelog update for 4.19.13ff5d11Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113)abc765cFix: object-curly-newline minProperties w/default export (fixes #10101) (#10103)6f9e155Docs: Update ambiguous for...in example for guard-for-in (#10114)0360cc2Chore: Adding debug logs on successful plugin loads (#10100)a717c5dChore: Adding log at beginning of unit tests in Makefile.js (#10102)4f595e84.19.016fc59eBuild: changelog update for 4.19.055a1593Update: consecutive option for one-var (fixes #4680) (#9994)8d3814eFix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062)935f4e4Docs: Clarify default ignoring of node_modules (#10092)72ed3dbDocs: WrapBuffer()in backticks inno-buffer-constructorrule description (#10084)3aded2fDocs: Fix lodash typos, make spacing consistent (#10073)e33bb64Chore: enable no-param-reassign on ESLint codebase (#10065)
There are 36 commits in total.
See the full diff
- The
devDependencyeslint was updated from5.13.0to5.14.0.
Your tests are still failing with this version. Compare changes
Release Notes for v5.14.0
85a04b3Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)0c02932Upgrade: [email protected] (#11401) (Ilya Volodin)104ae88Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)ab8ac6aFix: Support boundary spread elements in sort-keys (#11158) (Jakub Roลผek)a23d197New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)e25e7aaFix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)a1f7c44Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)14f58a2Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)d3e9a27Docs: fix grammar in โthose who saysโ (#11390) (PoziWorld)ea8e804Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)95aa3fdDocs: Update README team and sponsors (ESLint Jenkins)51c4972Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)ad7a380Docs: Update README team and sponsors (ESLint Jenkins)550de1eUpdate: usedefaultkeyword in JSON schema (fixes #9929) (#11288) (Pig Fang)983c520Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)f1d3a7eUpgrade: some deps (fixes #11372) (#11373) (่ๅฎ่ฐ็็ซ)3e0c417Docs: Fix grammar in โthereโs nothing prevent youโ (#11385) (PoziWorld)de988bcDocs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWorld)1309dfdRevert "Build: fix test failure on Node 11 (#11100)" (#11375) (่ๅฎ่ฐ็็ซ)1e56897Docs: โthe function actually useโ: use -> uses (#11380) (PoziWorld)5a71bc9Docs: Update README team and sponsors (ESLint Jenkins)82a58ceDocs: Update README team and sponsors (ESLint Jenkins)546d355Docs: Update README with latest sponsors/team data (#11378) (Nicholas C. Zakas)c0df9feDocs:...is not an operator (#11232) (Felix Kling)7ecfdefDocs: update typescript parser (refs #11368) (#11369) (่ๅฎ่ฐ็็ซ)3c90dd7Update: remove prefer-spread autofix (fixes #11330) (#11365) (่ๅฎ่ฐ็็ซ)5eb3121Update: add fixer forprefer-destructuring(fixes #11151) (#11301) (golopot)173eb38Docs: Clarify ecmaVersion doesn't imply globals (refs #9812) (#11364) (Keith Maxwell)84ce72fFix: Remove extraneous linefeeds inone-varfixer (fixes #10741) (#10955) (st-sloth)389362aDocs: clarify motivation for no-prototype-builtins (#11356) (Teddy Katz)533d240Update: no-shadow-restricted-names lets unassigned vars shadow undefined (#11341) (Teddy Katz)d0e823aUpdate: Make --init run js config files through linter (fixes #9947) (#11337) (Brian Kurek)92fc2f4Fix: CircularJSON dependency warning (fixes #11052) (#11314) (Terry)4dd19a3Docs: mention 'prefer-spread' in docs of 'no-useless-call' (#11348) (Klaus Meinhardt)4fd83d5Docs: fix a misleading example in one-var (#11350) (่ๅฎ่ฐ็็ซ)9441ce7Chore: update incorrect tests to fix build failing (#11354) (่ๅฎ่ฐ็็ซ)
Commits
The new version differs by 461 commits.
af9688b5.14.00ce3ac7Build: changelog update for 5.14.085a04b3Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980)0c02932Upgrade: [email protected] (#11401)104ae88Docs: Update governance doc with reviewers status (#11399)ab8ac6aFix: Support boundary spread elements in sort-keys (#11158)a23d197New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243)e25e7aaFix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374)a1f7c44Docs: fix space-before-blocks correct code for "classes": "never" (#11391)14f58a2Docs: fix grammar in object-curly-spacing docs (#11389)d3e9a27Docs: fix grammar in โthose who saysโ (#11390)ea8e804Docs: Add note about support for object spread (fixes #11136) (#11395)95aa3fdDocs: Update README team and sponsors51c4972Update: Behavior of --init (fixes #11105) (#11332)ad7a380Docs: Update README team and sponsors
There are 250 commits in total.
See the full diff
- The
devDependencyeslint was updated from5.14.0to5.14.1.
Your tests are still failing with this version. Compare changes
Release Notes for v5.14.1
- The
devDependencyeslint was updated from5.14.1to5.15.0.
Your tests are still failing with this version. Compare changes
Release Notes for v5.15.0
4088c6cBuild: Remove path.resolve in webpack build (#11462) (Kevin Partington)ec59ec0New: add rule "prefer-named-capture-group" (fixes #11381) (#11392) (Pig Fang)a44f750Upgrade: [email protected] (#11461) (Teddy Katz)d3ce611Sponsors: Sync README with website (ESLint Jenkins)ee88475Chore: add utils for rule tests (#11453) (่ๅฎ่ฐ็็ซ)d4824e4Sponsors: Sync README with website (ESLint Jenkins)6489518Fix: no-extra-parens crash when code is "((let))" (#11444) (Teddy Katz)9d20de2Sponsors: Sync README with website (ESLint Jenkins)3f14de4Sponsors: Sync README with website (ESLint Jenkins)3d6c770Sponsors: Sync README with website (ESLint Jenkins)de5cbc5Update: remove invalid defaults from core rules (fixes #11415) (#11427) (Teddy Katz)eb0650bBuild: fix linting errors on master (#11428) (Teddy Katz)5018378Chore: enable require-unicode-regexp on ESLint codebase (#11422) (Teddy Katz)f6ba633Chore: lint all files in the repo at the same time (#11425) (Teddy Katz)8f3d717Docs: Add non-attending TSC member info (#11411) (Nicholas C. Zakas)ce0777dDocs: use more common spelling (#11417) (่ๅฎ่ฐ็็ซ)b9aabe3Chore: run fuzzer along with unit tests (#11404) (Teddy Katz)db0c5e2Build: switch from browserify to webpack (fixes #11366) (#11398) (Pig Fang)
Commits
The new version differs by 22 commits.
b00a5e95.15.0c3aebb1Build: changelog update for 5.15.04088c6cBuild: Remove path.resolve in webpack build (#11462)ec59ec0New: add rule "prefer-named-capture-group" (fixes #11381) (#11392)a44f750Upgrade: [email protected] (#11461)341140fRevert "Chore: remove devDependency common-tags (#11455)" (#11460)d3ce611Sponsors: Sync README with websiteaaba636Chore: remove devDependency common-tags (#11455)ee88475Chore: add utils for rule tests (#11453)d4824e4Sponsors: Sync README with website6489518Fix: no-extra-parens crash when code is "((let))" (#11444)9d20de2Sponsors: Sync README with website3f14de4Sponsors: Sync README with website3d6c770Sponsors: Sync README with websitede5cbc5Update: remove invalid defaults from core rules (fixes #11415) (#11427)
There are 22 commits in total.
See the full diff
- The
devDependencyeslint was updated from5.15.0to5.15.1.
Your tests are still failing with this version. Compare changes