chore(deps): update dependency jshint to v2.13.6 #81
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.6->2.13.6Release Notes
jshint/jshint (jshint)
v2.13.6Compare Source
Bug Fixes
v2.13.5Compare Source
Bug Fixes
v2.13.4Compare Source
Bug Fixes
v2.13.3Compare Source
Bug Fixes
v2.13.2Compare Source
Bug Fixes
v2.13.1Compare Source
Bug Fixes
v2.13.0Compare Source
Bug Fixes
newoperand (c2719eb)esversion: 11(553f816)Features
import.meta(73d7e0d)v2.12.0Compare Source
Features
2.11.2 (2020-07-30)
Bug Fixes
&&(047d5af), closes #8402.11.1 (2020-05-14)
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!
Bug Fixes
breakandcontinue(3eb1b02)forloops (ac232a5)--filenamewhen recieving from stdin (c1b5c2b)Features
v2.11.2Compare Source
Features
2.11.2 (2020-07-30)
Bug Fixes
&&(047d5af), closes #8402.11.1 (2020-05-14)
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!
Bug Fixes
breakandcontinue(3eb1b02)forloops (ac232a5)--filenamewhen recieving from stdin (c1b5c2b)Features
v2.11.1Compare Source
Features
2.11.2 (2020-07-30)
Bug Fixes
&&(047d5af), closes #8402.11.1 (2020-05-14)
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!
Bug Fixes
breakandcontinue(3eb1b02)forloops (ac232a5)--filenamewhen recieving from stdin (c1b5c2b)Features
v2.11.0Compare Source
Features
2.11.2 (2020-07-30)
Bug Fixes
&&(047d5af), closes #8402.11.1 (2020-05-14)
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!
Bug Fixes
breakandcontinue(3eb1b02)forloops (ac232a5)--filenamewhen recieving from stdin (c1b5c2b)Features
v2.10.3Compare Source
In addition to bug fixes and new features, this release candidate includes a
few refactorings which are not expected to influence JSHint's behavior.
Bug Fixes
typeofvalue experimentally (dcef79a)yield(6fdb4f6)Features
2.10.3 (2019-11-04)
Bug Fixes
uflag (5ac5c46)singleGroupsfor async functions (c5dcd90)staticas class method name (9cb3b20)2.10.2 (2019-03-13)
Bug Fixes
2.10.1 (2019-02-05)
Bug Fixes
v2.10.2Compare Source
In addition to bug fixes and new features, this release candidate includes a
few refactorings which are not expected to influence JSHint's behavior.
Bug Fixes
typeofvalue experimentally (dcef79a)yield(6fdb4f6)Features
2.10.3 (2019-11-04)
Bug Fixes
uflag (5ac5c46)singleGroupsfor async functions (c5dcd90)staticas class method name (9cb3b20)2.10.2 (2019-03-13)
Bug Fixes
2.10.1 (2019-02-05)
Bug Fixes
v2.10.1Compare Source
In addition to bug fixes and new features, this release candidate includes a
few refactorings which are not expected to influence JSHint's behavior.
Bug Fixes
typeofvalue experimentally (dcef79a)yield(6fdb4f6)Features
2.10.3 (2019-11-04)
Bug Fixes
uflag (5ac5c46)singleGroupsfor async functions (c5dcd90)staticas class method name (9cb3b20)2.10.2 (2019-03-13)
Bug Fixes
2.10.1 (2019-02-05)
Bug Fixes
v2.10.0Compare Source
In addition to bug fixes and new features, this release candidate includes a
few refactorings which are not expected to influence JSHint's behavior.
Bug Fixes
typeofvalue experimentally (dcef79a)yield(6fdb4f6)Features
2.10.3 (2019-11-04)
Bug Fixes
uflag (5ac5c46)singleGroupsfor async functions (c5dcd90)staticas class method name (9cb3b20)2.10.2 (2019-03-13)
Bug Fixes
2.10.1 (2019-02-05)
Bug Fixes
v2.9.7Compare Source
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
esversionlinting 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
lettoken (030d6b4)globalsconfig in JavaScript API (0278731)Features
noreturnawait(70ab03d)regexpuoption (962dced)leanswitch(1f008f2)2.9.7 (2018-12-07)
This release corrects a packaging issue. It is not expected to modify JSHint's behavior.
2.9.6 (2018-07-30)
Bug Fixes
forstmt (56a4379)switchstatements (aa2be10)spyOnProperty(827237f), closes #3183superusage to valid forms (8f3f880)voidoperand (3f920b5)Features
2.9.5 (2017-06-22)
Bug Fixes
ifsyntax (#3103) (8c6ac87)for-in/ofhead LHS as asnmt target (da52ad9)Features
trailingcomma(#3090) (42dc572)2.9.4 (2016-10-20)
Bug Fixes
yieldoperand (#3011) (b646aea)nullvalue fromerrorsarray (#3049) (f7eb3d7)2.9.3 (2016-08-18)
Bug Fixes
yRegExp flag in ES2015 code (#2999) (a801433)Features
instanceof(e3e745b), closes #27772.9.2 (2016-04-19)
This release contains a number of bug fixes. As always, we thank everyone who
reported issues and submitted patches; those contributions are essential to the
continuing improvement of the project. We hope you'll keep it up!
Bug Fixes
awaitkeyword in ES6 module code (b1c8d5b)2.9.1 (2016-01-14)
Following the revocation of version 2.9.0, we observed an extended "release
candidate" phase where we encouraged users to vet JSHint for undesirable
changes in behavior. During that time, we identified and resolved a number of
such regressions. This release comprises all changes from the release candidate
phase along with the improvements initially released as version 2.9.0. This
release does not itself contain any changes to the codebase. If you are
upgrading from version 2.8.0 or earlier, please refer to the
previously-published release notes for details on bug fixes and features--these
can be found in the project's
CHANGELOG.mdfile and on the project's website.2.9.1-rc3 (2016-01-12)
Bug Fixes
2.9.1-rc2 (2015-12-22)
Bug Fixes
unusedfor function-scoped vars (91fa9fc)mozis set (97dfd90)2.9.1-rc1 (2015-11-12)
Version 2.9.0 was revoked shortly after its release due to a number of
regressions. Although the underlying issues have been resolved, we are
sensitive to the possibility that there may be still more; as mentioned in
2.9.0's release notes, the variable tracking system saw a significant
refactoring.
In an effort to minimize friction with a new version, we're publishing a
release candidate and requesting feedback from early adopters. Please give it a
try in your projects and let us know about any surprising behavior!
Bug Fixes
latedefshouldn't warn when marking a var as exported (c630994), closes #2662FileandFileListto browser global variables (7f2a729), closes #2690newcapwithin strict mode (acaf3f7)undefined(0d87919), closes #2699Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.