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.5
->2.13.4
Release Notes
jshint/jshint
v2.13.4
Compare Source
Bug Fixes
v2.13.3
Compare Source
Bug Fixes
v2.13.2
Compare Source
Bug Fixes
v2.13.1
Compare Source
Bug Fixes
v2.13.0
Compare Source
Bug Fixes
new
operand (c2719eb)esversion: 11
(553f816)Features
import.meta
(73d7e0d)v2.12.0
Compare 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
break
andcontinue
(3eb1b02)for
loops (ac232a5)--filename
when recieving from stdin (c1b5c2b)Features
v2.11.2
Compare Source
Bug Fixes
&&
(047d5af), closes #840v2.11.1
Compare Source
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
break
andcontinue
(3eb1b02)for
loops (ac232a5)--filename
when recieving from stdin (c1b5c2b)Features
v2.11.0
Compare Source
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.
v2.10.3
Compare Source
Bug Fixes
u
flag (5ac5c46)singleGroups
for async functions (c5dcd90)static
as class method name (9cb3b20)v2.10.2
Compare Source
Bug Fixes
v2.10.1
Compare Source
Bug Fixes
v2.10.0
Compare 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
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)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
for
stmt (56a4379)switch
statements (aa2be10)spyOnProperty
(827237f), closes #3183super
usage to valid forms (8f3f880)void
operand (3f920b5)Features
2.9.5 (2017-06-22)
Bug Fixes
if
syntax (#3103) (8c6ac87)for-in/of
head LHS as asnmt target (da52ad9)Features
trailingcomma
(#3090) (42dc572)2.9.4 (2016-10-20)
Bug Fixes
yield
operand (#3011) (b646aea)null
value fromerrors
array (#3049) (f7eb3d7)2.9.3 (2016-08-18)
Bug Fixes
y
RegExp 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
await
keyword 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.md
file and on the project's website.2.9.1-rc3 (2016-01-12)
Bug Fixes
2.9.1-rc2 (2015-12-22)
Bug Fixes
unused
for function-scoped vars (91fa9fc)moz
is 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
latedef
shouldn't warn when marking a var as exported (c630994), closes #2662File
andFileList
to browser global variables (7f2a729), closes #2690newcap
within strict mode (acaf3f7)undefined
(0d87919), closes #2699Features
v2.9.7
Compare Source
This release corrects a packaging issue. It is not expected to modify JSHint's behavior.
v2.9.6
Compare Source
Bug Fixes
for
stmt (56a4379)switch
statements (aa2be10)spyOnProperty
(827237f), closes #3183super
usage to valid forms (8f3f880)void
operand (3f920b5)Features
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 has been generated by Mend Renovate. View repository job log here.