Open greenkeeper[bot] opened 5 years ago
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.
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 36 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 36 commits in total.
See the full diff
devDependency
jshint was updated from 2.10.3
to 2.11.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
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.
The new version differs by 55 commits.
b7dd7d8
Merge pull request #3432 from jshint/v2.11.0
f7d3a46
v2.11.0
c6c75a5
v2.11.0-rc1
58c1fc2
Merge pull request #3435 from jugglinmike/rewrite-trim
9b8cec9
Merge pull request #3434 from jugglinmike/revert-comma-infix-8
e542f67
[[FIX]] Support spaces in /*global ... */
b5032ce
[[CHORE]] Revert "Support spaces in /*global ... */"
897e035
[[FIX]] Improve parsing of comma operator
fb312a4
Revert comma parsing improvements
36b2f57
[[CHORE]] Refactor utility function
1bde360
fixup! [[FIX]] Improve parsing of yield
6fdb4f6
[[FIX]] Improve parsing of yield
3552f31
[[CHORE]] Revert yield
expression improvements
43b6354
[[FEAT]] Add support for ES2019 opt. catch param
bf7eab1
Merge branch 'bigint' into v2.11.0
There are 55 commits in total.
See the full diff
The devDependency jshint was updated from
2.10.1
to2.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](https://travis-ci.org/postmanlabs/npm-cli-login/builds/506019746?utm_source=github_status&utm_medium=notification)).Release Notes for JSHint 2.10.1
2.10.2 (2019-03-13)
Bug Fixes
Commits
The new version differs by 10 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
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: