-
Notifications
You must be signed in to change notification settings - Fork 3
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 🚨 #34
Comments
After pinning to 2.9.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Version 2.9.6 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release NotesJSHint 2.9.62.9.6 (2018-07-30)Bug Fixes
FeaturesCommitsThe new version differs by 113 commits.
There are 113 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes 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 51 commits.
There are 51 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes Release Notes for JSHint 2.10.12.10.2 (2019-03-13)Bug Fixes
CommitsThe new version differs by 10 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for JSHint 2.10.32.10.3 (2019-11-04)Bug Fixes
CommitsThe new version differs by 36 commits.
There are 36 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes 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 19 commits.
There are 19 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for JSHint 2.11.12.11.1 (2020-05-14)This release includes patches from a number of first-time contributors. James Bug Fixes
Features
CommitsThe new version differs by 29 commits.
There are 29 commits in total. See the full diff |
Version 2.9.5 of jshint just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As jshint 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
Release Notes
JSHint 2.9.52.9.5 (2017-06-22)
Bug Fixes
if
syntax (#3103) (8c6ac87)for-in/of
head LHS as asnmt target (da52ad9)Features
trailingcomma
(#3090) (42dc572)Commits
The new version differs by 42 commits.
d3d84ae
v2.9.5
481cdca
Merge branch 'W083'
ad7df61
[[TEST]] Update tests to reflect new W083 language
5967e61
[[TEST]] Less ambiguous message for W083
cc215bd
[[CHORE]] Update Test262
e6c89f0
[[CHORE]] Fix bug in test script
5b957f6
Merge pull request #3126 from jugglinmike/for-lhs
da52ad9
[[FIX]] Parse
for-in/of
head LHS as asnmt targetb075919
[[FEAT]] Add MediaRecorder to vars.js
24b8c97
Merge pull request #3066 from jugglinmike/asi-dowhile-es6-updated
29c359f
Merge pull request #3064 from jugglinmike/improve-yield-messages
c083866
[[FIX]] Avoid crash when peeking past end of prog
5f0f789
[[FIX]] Close synthetic scope for labeled blocks
70f9ca2
Merge remote-tracking branch 'jugglinmike/2358-improve-unused-desc'
bd36953
[[FIX]] Account for hoisting of importing bindings
There are 42 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 🌴
The text was updated successfully, but these errors were encountered: