-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of jshint is breaking the build 🚨 #17
Comments
After pinning to 2.9.5 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 update. Explicitly upgrade to this version 🚀 |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for JSHint 2.10.02.10.0 (2019-02-05)This release introduces support for the three most recent editions of Perhaps most notably, this includes "async functions." Since their That progress is easiest to see in JSHint's performance on Test262 (the This release also includes brand-new parsing logic for classes. We thank Ethan Bug Fixes
Features
CommitsThe new version differs by 56 commits.
There are 56 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for JSHint 2.10.12.10.1 (2019-02-05)Bug Fixes
CommitsThe new version differs by 58 commits.
There are 58 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for JSHint 2.10.12.10.2 (2019-03-13)Bug Fixes
CommitsThe new version differs by 68 commits.
There are 68 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for JSHint 2.10.32.10.3 (2019-11-04)Bug Fixes
CommitsThe new version differs by 104 commits.
There are 104 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for JSHint 2.11.02.11.0 (2020-01-13)This release was previously published using the "release candidate" pattern. No The release notes for version 2.11.0-rc1 completely describes the changes CommitsThe new version differs by 123 commits.
There are 123 commits in total. See the full diff |
Version 2.9.6 of jshint was just published.
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
Release Notes
JSHint 2.9.62.9.6 (2018-07-30)
Bug Fixes
for
stmt (56a4379)switch
statements (aa2be10)spyOnProperty
(827237f), closes #3183super
usage to valid forms (8f3f880)void
operand (3f920b5)Features
Commits
The new version differs by 113 commits.
d5c1a00
v2.9.6
ab3ab85
[[FIX]] Do not warn about non-ambiguous linebreaks
eaca85b
[[CHORE]] Improve test coverage for ASI warning
0a66710
[[FIX]] Relax restriction on asgnmnt to arguments
3aa02db
[[FIX]] Tolerate division following closing brace
55aa54e
[[FIX]] Correct restriction on function name
ff71d3c
[[FIX]] Remove warning W100
bcb3b23
[[CHORE]] Complete Lodash update (#3283)
030713d
[[DOCS]] Introduce administration e-mail address
7993101
[[FIX]] Fix "is is" message typos
578575d
Merge pull request #3254 from mathiasbynens/unicode-10
d763e70
Use old Unicode version for ES5 identifiers
77414e8
Update to Unicode v11
5995a9f
[[FIX]] Restrict IdentifierNames in ES5 code
f2ce8fe
[[TEST]] Add regression test
There are 113 commits in total.
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 🌴
The text was updated successfully, but these errors were encountered: