An in-range update of jshint is breaking the build π¨
The devDependency jshint was updated from 2.10.1 to 2.10.2.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
jshint 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
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes for JSHint 2.10.1
2.10.2 (2019-03-13)
Bug Fixes
- Allow built-in method names in classes (b0c224b)
- Correct parsing of exported async fns (64b9dce)
- Correct parsing of RegExp character sets (668c4a3)
- Init block bindings in C-style for loop (404c9a0)
- Require const intlzr in C-style for loop (307e9fc)
- Track FutureReservedWords as idnts in ES5+ (d697ff4)
- Warn on reassignment of async functions (14384d3)
Commits
The new version differs by 10 commits.
07ff25dv2.10.2307e9fc[[FIX]] Require const intlzr in C-style for loop404c9a0[[FIX]] Init block bindings in C-style for loop8d71df8[[CHORE]] Update Test26264b9dce[[FIX]] Correct parsing of exported async fnsd73467a[[CHORE]] Update dependency to fix vulnerabilityd697ff4[[FIX]] Track FutureReservedWords as idnts in ES5+14384d3[[FIX]] Warn on reassignment of async functionsb0c224b[[FIX]] Allow built-in method names in classes668c4a3[[FIX]] Correct parsing of RegExp character sets
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 2.10.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyjshint was updated from2.10.2to2.10.3.
Your tests are still failing with this version. Compare changes
Release Notes for JSHint 2.10.3
2.10.3 (2019-11-04)
Bug Fixes
- Allow more escapes with RegExp
uflag (5ac5c46) - Correct binding power of AwaitExpression (af04b1e)
- Correct interpretation of commas (691dbdc)
- Correct restrictions on class method names (f670aeb)
- Correctly interpret class method names (82b49c4)
- Do not crash on invalid program code (b14acca)
- Interpret "object rest" ident as a binding (c0e9a5b)
- Relax
singleGroupsfor async functions (c5dcd90) - Tolerate
staticas class method name (9cb3b20) - Tolerate valid assignments (0a60c9e)
- Validate lone arrow function parameter (38285cd)
Commits
The new version differs by 36 commits.
c43f4adv2.10.338285cd[[FIX]] Validate lone arrow function parameter691dbdc[[FIX]] Correct interpretation of commase63dbc7[[CHORE]] Revert parser improvementsd72ce61[[CHORE]] Improve test coverage for logical NOTd015657[[CHORE]] Remove unused internal variablec81bf3a[[CHORE]] Improve CI configuration (#3415)5a337a8[[CHORE]] Optimizecaseclause tracking9cb3b20[[FIX]] Toleratestaticas class method nameb14acca[[FIX]] Do not crash on invalid program code2366c92[[CHORE]] Improve test coverage for RegExp parsing5ac5c46[[FIX]] Allow more escapes with RegExpuflag0a60c9e[[FIX]] Tolerate valid assignmentse04746b[[TEST]] Ignore "information" messagesa70304d[[TEST]] Do not interpret warning as error
There are 36 commits in total.
See the full diff
- The
devDependencyjshint was updated from2.10.3to2.11.0.
Your tests are still failing with this version. Compare changes
Release Notes for JSHint 2.11.0
2.11.0 (2020-01-13)
This release was previously published using the "release candidate" pattern. No
regressions were reported in the four weeks that followed, so the change set is
being promoted to a true "minor" release.
The release notes for version 2.11.0-rc1 completely describes the changes
included in this version.
Commits
The new version differs by 19 commits.
b7dd7d8Merge pull request #3432 from jshint/v2.11.0f7d3a46v2.11.0c6c75a5v2.11.0-rc158c1fc2Merge pull request #3435 from jugglinmike/rewrite-trim9b8cec9Merge pull request #3434 from jugglinmike/revert-comma-infix-8e542f67[[FIX]] Support spaces in /*global ... */b5032ce[[CHORE]] Revert "Support spaces in /*global ... */"897e035[[FIX]] Improve parsing of comma operatorfb312a4Revert comma parsing improvements36b2f57[[CHORE]] Refactor utility function1bde360fixup! [[FIX]] Improve parsing ofyield6fdb4f6[[FIX]] Improve parsing ofyield3552f31[[CHORE]] Revertyieldexpression improvements43b6354[[FEAT]] Add support for ES2019 opt. catch parambf7eab1Merge branch 'bigint' into v2.11.0
There are 19 commits in total.
See the full diff
- The
devDependencyjshint was updated from2.11.0to2.11.1.
Your tests are still failing with this version. Compare changes
Release Notes for JSHint 2.11.1
2.11.1 (2020-05-14)
This release includes patches from a number of first-time contributors. James
Owen, Tim Gates, ossdev, stvcisco, and thetric helped to make this the best
JSHint release yet. Thank you all!
Bug Fixes
- Correct ASI for
breakandcontinue(3eb1b02) - Correct ASI for C-style
forloops (ac232a5) - Improve tokenization of RegExp literals (#3471) (f786002)
- TypeError accessing 'value' of undefined (8884eb9), closes #3455
- Use relative paths with
--filenamewhen recieving from stdin (c1b5c2b)
Features
- Replacing PhantomJS with Puppeteer (51963a3)
Commits
The new version differs by 29 commits.
cd3fda0v2.11.1ac232a5[[FIX]] Correct ASI for C-styleforloops3eb1b02[[FIX]] Correct ASI forbreakandcontinuef786002[[FIX]] Improve tokenization of RegExp literals (#3471)8deec6f[[CHORE]] Remove unnecessary assignment (#3472)5e36b79[[CHORE]] Remove unreachable branch (#3467)75adb99[[DOCS]] Consolidate information on workaround (#3468)b9442cb[[TEST]] Test previously-unverified behavior (#3469)70b6639Merge pull request #3462 from jugglinmike/improve-w067-message5ad74f0[[DOCS]] Fix simple typo, overriden -> overridden8884eb9[[FIX]] TypeError accessing 'value' of undefined53298b3[[DOCS]] update jshint usersb0d33b9[[DOCS]] Improve message for warning W067b23f046Merge pull request #3453 from jugglinmike/docs-from-websitee2b3972Merge pull request #3454 from jugglinmike/rm-open
There are 29 commits in total.
See the full diff