Open greenkeeper[bot] opened 7 years ago
After pinning to 2.9.4 your tests are passing again. Downgrade this dependency π.
Your tests are passing again with this version. Explicitly upgrade to this version π
for
stmt (56a4379)switch
statements (aa2be10)spyOnProperty
(827237f), closes #3183super
usage to valid forms (8f3f880)void
operand (3f920b5)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
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 217 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 217 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 236 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 236 commits in total.
See the full diff
devDependency
jshint was updated from 2.11.0
to 2.11.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
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!
break
and continue
(3eb1b02)for
loops (ac232a5)--filename
when recieving from stdin (c1b5c2b)The new version differs by 265 commits.
cd3fda0
v2.11.1
ac232a5
[[FIX]] Correct ASI for C-style for
loops
3eb1b02
[[FIX]] Correct ASI for break
and continue
f786002
[[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)
70b6639
Merge pull request #3462 from jugglinmike/improve-w067-message
5ad74f0
[[DOCS]] Fix simple typo, overriden -> overridden
8884eb9
[[FIX]] TypeError accessing 'value' of undefined
53298b3
[[DOCS]] update jshint users
b0d33b9
[[DOCS]] Improve message for warning W067
b23f046
Merge pull request #3453 from jugglinmike/docs-from-website
e2b3972
Merge pull request #3454 from jugglinmike/rm-open
There are 250 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 :muscle:
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/mahnunchik/gulp-responsive/builds/245951127?utm_source=github_status&utm_medium=notification)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](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: