-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jshint to the latest version 🚀 #46
Open
greenkeeper
wants to merge
2
commits into
master
Choose a base branch
from
greenkeeper/jshint-2.10.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Update to this version instead 🚀 Release Notes for JSHint 2.10.12.10.2 (2019-03-13)Bug Fixes
CommitsThe new version differs by 10 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for JSHint 2.10.32.10.3 (2019-11-04)Bug Fixes
CommitsThe new version differs by 36 commits.
There are 36 commits in total. See the full diff |
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The devDependency jshint was updated from
2.9.6
to2.10.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
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 56 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 56 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴