AElfProject / aelf-web3.js

aelf JavaScript SDK
MIT License
16 stars 24 forks source link

Bump jshint from 2.9.6 to 2.10.1 #11

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jshint from 2.9.6 to 2.10.1.

Release notes *Sourced from [jshint's releases](https://github.com/jshint/jshint/releases).* > ## JSHint 2.10.1 > ## [2.10.1](https://github.com/jshint/jshint/compare/2.10.0...v2.10.1) (2019-02-05) > > ### Bug Fixes > > * Do not add cls method names to env. record ([036f085](https://github.com/jshint/jshint/commit/036f085)) > > ## JSHint 2.10.0 > # [2.10.0](https://github.com/jshint/jshint/compare/2.9.7...v2.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 > > * Accept new RegExp flag introduced by ES6 ([26b9e53](https://github.com/jshint/jshint/commit/26b9e53)) > * Add global variables introduced in ES2017 ([aded551](https://github.com/jshint/jshint/commit/aded551)) > * Add globals for EventTarget interface ([b78083a](https://github.com/jshint/jshint/commit/b78083a)) > * Add globals for WindowOrWorkerGlobalScope ([e0aac94](https://github.com/jshint/jshint/commit/e0aac94)) > * Allow YieldExpression as computed property ([40dca82](https://github.com/jshint/jshint/commit/40dca82)) > * Correct implementation of spread/rest ([bd0ae0d](https://github.com/jshint/jshint/commit/bd0ae0d)) > * Correct invalid function invocation ([cda02ae](https://github.com/jshint/jshint/commit/cda02ae)) > * Correct parsing of `let` token ([030d6b4](https://github.com/jshint/jshint/commit/030d6b4)) > * Correct parsing of arrow function ([8fa6e39](https://github.com/jshint/jshint/commit/8fa6e39)) > * Correct parsing of InExpression ([06f54d0](https://github.com/jshint/jshint/commit/06f54d0)) > * Disallow dups in non-simple parameter list ([4a5a4a5](https://github.com/jshint/jshint/commit/4a5a4a5)) > * Disallow fn declarations in stmt positions ([a0e0305](https://github.com/jshint/jshint/commit/a0e0305)) > * Disallow YieldExpression in gnrtr params ([17ca4e4](https://github.com/jshint/jshint/commit/17ca4e4)) > * Enforce UniqueFormalParameters for methods ([280d36b](https://github.com/jshint/jshint/commit/280d36b)) > * Honor `globals` config in JavaScript API ([0278731](https://github.com/jshint/jshint/commit/0278731)) > * Report invalid syntax as error ([5ca8b1a](https://github.com/jshint/jshint/commit/5ca8b1a)) > ... (truncated)
Changelog *Sourced from [jshint's changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md).* > ## [2.10.1](https://github.com/jshint/jshint/compare/2.10.0...v2.10.1) (2019-02-05) > > ### Bug Fixes > > * Do not add cls method names to env. record ([036f085](https://github.com/jshint/jshint/commit/036f085)) > > > # [2.10.0](https://github.com/jshint/jshint/compare/2.9.7...v2.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 > > * Accept new RegExp flag introduced by ES6 ([26b9e53](https://github.com/jshint/jshint/commit/26b9e53)) > * Add global variables introduced in ES2017 ([aded551](https://github.com/jshint/jshint/commit/aded551)) > * Add globals for EventTarget interface ([b78083a](https://github.com/jshint/jshint/commit/b78083a)) > * Add globals for WindowOrWorkerGlobalScope ([e0aac94](https://github.com/jshint/jshint/commit/e0aac94)) > * Allow YieldExpression as computed property ([40dca82](https://github.com/jshint/jshint/commit/40dca82)) > * Correct implementation of spread/rest ([bd0ae0d](https://github.com/jshint/jshint/commit/bd0ae0d)) > * Correct invalid function invocation ([cda02ae](https://github.com/jshint/jshint/commit/cda02ae)) > * Correct parsing of `let` token ([030d6b4](https://github.com/jshint/jshint/commit/030d6b4)) > * Correct parsing of arrow function ([8fa6e39](https://github.com/jshint/jshint/commit/8fa6e39)) > * Correct parsing of InExpression ([06f54d0](https://github.com/jshint/jshint/commit/06f54d0)) > * Disallow dups in non-simple parameter list ([4a5a4a5](https://github.com/jshint/jshint/commit/4a5a4a5)) > * Disallow fn declarations in stmt positions ([a0e0305](https://github.com/jshint/jshint/commit/a0e0305)) > * Disallow YieldExpression in gnrtr params ([17ca4e4](https://github.com/jshint/jshint/commit/17ca4e4)) > * Enforce UniqueFormalParameters for methods ([280d36b](https://github.com/jshint/jshint/commit/280d36b)) > * Honor `globals` config in JavaScript API ([0278731](https://github.com/jshint/jshint/commit/0278731)) > * Report invalid syntax as error ([5ca8b1a](https://github.com/jshint/jshint/commit/5ca8b1a)) > * Update parsing of object "rest" property ([58967ea](https://github.com/jshint/jshint/commit/58967ea)) > ... (truncated)
Commits - [`0e85de5`](https://github.com/jshint/jshint/commit/0e85de5f33f3a4bb18833bbb87b4a08294f16899) v2.10.1 - [`036f085`](https://github.com/jshint/jshint/commit/036f085174ca2ab36030b2a591cd75c87b5c0291) [[FIX]] Do not add cls method names to env. record - [`b7faa24`](https://github.com/jshint/jshint/commit/b7faa24675c38ce27cf783bc7f8841cf143d1641) v2.10.0 - [`6417978`](https://github.com/jshint/jshint/commit/64179783ba36e2ae2de8ebdbbbad58b4ec1ca8c7) Merge branch 'v2.10.0' - [`f80e049`](https://github.com/jshint/jshint/commit/f80e049c62d611afa9b72dc901609941a7d2ace0) [[CHORE]] Reorder parameters of internal function - [`90904ce`](https://github.com/jshint/jshint/commit/90904ce67a940ac4e42218786e0638047c4843ae) [[DOCS]] Document new `esversion` values - [`aded551`](https://github.com/jshint/jshint/commit/aded551e773c86aa16b229e38b53746315ae8890) [[FIX]] Add global variables introduced in ES2017 - [`457d732`](https://github.com/jshint/jshint/commit/457d7323eb1d7e099e65825278bd1c217c39975f) [[FEAT]] Implement ES2019 RegExp "dotall" - [`962dced`](https://github.com/jshint/jshint/commit/962dced398f3629961bf17fd80faa0256a7b292a) [[FEAT]] Implement `regexpu` option - [`1af5930`](https://github.com/jshint/jshint/commit/1af5930e9e8a83e064e81bd1f77d5b4ac6d33617) [[FEAT]] Implement support for async iteration - Additional commits viewable in [compare view](https://github.com/jshint/jshint/compare/2.9.6...2.10.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.