Closed greenkeeper[bot] closed 5 years ago
After pinning to 2.9.7 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
jshint was updated from 2.10.0
to 2.10.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
jshint was updated from 2.10.1
to 2.10.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 12 commits.
07ff25d
v2.10.2
307e9fc
[[FIX]] Require const intlzr in C-style for loop
404c9a0
[[FIX]] Init block bindings in C-style for loop
8d71df8
[[CHORE]] Update Test262
64b9dce
[[FIX]] Correct parsing of exported async fns
d73467a
[[CHORE]] Update dependency to fix vulnerability
d697ff4
[[FIX]] Track FutureReservedWords as idnts in ES5+
14384d3
[[FIX]] Warn on reassignment of async functions
b0c224b
[[FIX]] Allow built-in method names in classes
668c4a3
[[FIX]] Correct parsing of RegExp character sets
0e85de5
v2.10.1
036f085
[[FIX]] Do not add cls method names to env. record
See the full diff
devDependency
jshint was updated from 2.10.2
to 2.10.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
u
flag (5ac5c46)singleGroups
for async functions (c5dcd90)static
as class method name (9cb3b20)The new version differs by 48 commits.
c43f4ad
v2.10.3
38285cd
[[FIX]] Validate lone arrow function parameter
691dbdc
[[FIX]] Correct interpretation of commas
e63dbc7
[[CHORE]] Revert parser improvements
d72ce61
[[CHORE]] Improve test coverage for logical NOT
d015657
[[CHORE]] Remove unused internal variable
c81bf3a
[[CHORE]] Improve CI configuration (#3415)
5a337a8
[[CHORE]] Optimize case
clause tracking
9cb3b20
[[FIX]] Tolerate static
as class method name
b14acca
[[FIX]] Do not crash on invalid program code
2366c92
[[CHORE]] Improve test coverage for RegExp parsing
5ac5c46
[[FIX]] Allow more escapes with RegExp u
flag
0a60c9e
[[FIX]] Tolerate valid assignments
e04746b
[[TEST]] Ignore "information" messages
a70304d
[[TEST]] Do not interpret warning as error
There are 48 commits in total.
See the full diff
The devDependency jshint was updated from
2.9.7
to2.10.0
.π¨ 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 could not complete due to an error ([Details](https://travis-ci.org/noopkat/avrgirl-arduino/builds/488978018?utm_source=github_status&utm_medium=notification)). - β **coverage/coveralls:** First build on greenkeeper/jshint-2.10.0 at 44.84% ([Details](https://coveralls.io/builds/21460373)).Release Notes for JSHint 2.10.0
2.10.0 (2019-02-05)
This release introduces support for the three most recent editions of
JavaScript: ES7, ES8, and ES9. Users can enable support for any one of these
via the
esversion
linting option.Perhaps most notably, this includes "async functions." Since their
standardization in ES2017, no feature has been more requested. We're happy to
add support for this powerful new language feature. If the delay is any
indication, extending JSHint's parser was no small task, and we were able to
make many seemingly-unrelated corrections along the way.
That progress is easiest to see in JSHint's performance on Test262 (the
official test suite for the JavaScript programming language). Version 2.9.6
passed 84% of those tests. Version 2.10.0 passes 96%. We're excited to push
that number higher, especially considering that new language features and new
tests are being added every day. If you're curious about what needs to be done,
we maintain an "expectations file" describing every test JSHint is known to
fail today.
This release also includes brand-new parsing logic for classes. We thank Ethan
Dorta and Alex Kritchevsky, the two first-time contributors who made this
possible!
Bug Fixes
let
token (030d6b4)globals
config in JavaScript API (0278731)Features
noreturnawait
(70ab03d)regexpu
option (962dced)leanswitch
(1f008f2)Commits
The new version differs by 51 commits.
b7faa24
v2.10.0
6417978
Merge branch 'v2.10.0'
f80e049
[[CHORE]] Reorder parameters of internal function
90904ce
[[DOCS]] Document new
esversion
valuesaded551
[[FIX]] Add global variables introduced in ES2017
457d732
[[FEAT]] Implement ES2019 RegExp "dotall"
962dced
[[FEAT]] Implement
regexpu
option1af5930
[[FEAT]] Implement support for async iteration
70ab03d
[[FEAT]] Implement
noreturnawait
bc4ae9f
[[FEAT]] Introduce support for async functions
e0aac94
[[FIX]] Add globals for WindowOrWorkerGlobalScope
b78083a
[[FIX]] Add globals for EventTarget interface
40dca82
[[FIX]] Allow YieldExpression as computed property
17ca4e4
[[FIX]] Disallow YieldExpression in gnrtr params
3fc9c19
[[FEAT]] Enable object rest/spread via esversion
There are 51 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: