andig / homebridge-fritz

Homebridge platform for Fritz!Box router and supported DECT devices
MIT License
74 stars 21 forks source link

Bump jshint from 2.10.2 to 2.10.3 #94

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps jshint from 2.10.2 to 2.10.3.

Release notes *Sourced from [jshint's releases](https://github.com/jshint/jshint/releases).* > ## JSHint 2.10.3 > ## [2.10.3](https://github.com/jshint/jshint/compare/2.10.2...v2.10.3) (2019-11-04) > > ### Bug Fixes > > * Allow more escapes with RegExp `u` flag ([5ac5c46](https://github.com/jshint/jshint/commit/5ac5c46)) > * Correct binding power of AwaitExpression ([af04b1e](https://github.com/jshint/jshint/commit/af04b1e)) > * Correct interpretation of commas ([691dbdc](https://github.com/jshint/jshint/commit/691dbdc)) > * Correct restrictions on class method names ([f670aeb](https://github.com/jshint/jshint/commit/f670aeb)) > * Correctly interpret class method names ([82b49c4](https://github.com/jshint/jshint/commit/82b49c4)) > * Do not crash on invalid program code ([b14acca](https://github.com/jshint/jshint/commit/b14acca)) > * Interpret "object rest" ident as a binding ([c0e9a5b](https://github.com/jshint/jshint/commit/c0e9a5b)) > * Relax `singleGroups` for async functions ([c5dcd90](https://github.com/jshint/jshint/commit/c5dcd90)) > * Tolerate `static` as class method name ([9cb3b20](https://github.com/jshint/jshint/commit/9cb3b20)) > * Tolerate valid assignments ([0a60c9e](https://github.com/jshint/jshint/commit/0a60c9e)) > * Validate lone arrow function parameter ([38285cd](https://github.com/jshint/jshint/commit/38285cd))
Changelog *Sourced from [jshint's changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md).* > ## [2.10.3](https://github.com/jshint/jshint/compare/2.10.2...v2.10.3) (2019-11-04) > > ### Bug Fixes > > * Allow more escapes with RegExp `u` flag ([5ac5c46](https://github.com/jshint/jshint/commit/5ac5c46)) > * Correct binding power of AwaitExpression ([af04b1e](https://github.com/jshint/jshint/commit/af04b1e)) > * Correct interpretation of commas ([691dbdc](https://github.com/jshint/jshint/commit/691dbdc)) > * Correct restrictions on class method names ([f670aeb](https://github.com/jshint/jshint/commit/f670aeb)) > * Correctly interpret class method names ([82b49c4](https://github.com/jshint/jshint/commit/82b49c4)) > * Do not crash on invalid program code ([b14acca](https://github.com/jshint/jshint/commit/b14acca)) > * Interpret "object rest" ident as a binding ([c0e9a5b](https://github.com/jshint/jshint/commit/c0e9a5b)) > * Relax `singleGroups` for async functions ([c5dcd90](https://github.com/jshint/jshint/commit/c5dcd90)) > * Tolerate `static` as class method name ([9cb3b20](https://github.com/jshint/jshint/commit/9cb3b20)) > * Tolerate valid assignments ([0a60c9e](https://github.com/jshint/jshint/commit/0a60c9e)) > * Validate lone arrow function parameter ([38285cd](https://github.com/jshint/jshint/commit/38285cd)) > >
Commits - [`c43f4ad`](https://github.com/jshint/jshint/commit/c43f4ad844490773282e635e7a8ff1499f6b5d3d) v2.10.3 - [`38285cd`](https://github.com/jshint/jshint/commit/38285cd78346ff0194e5b080af565f3143476255) [[FIX]] Validate lone arrow function parameter - [`691dbdc`](https://github.com/jshint/jshint/commit/691dbdc1970bc1f1406a0d0ab68e184a0f20ece2) [[FIX]] Correct interpretation of commas - [`e63dbc7`](https://github.com/jshint/jshint/commit/e63dbc7285a5405044255ce75fdf9098346b65a9) [[CHORE]] Revert parser improvements - [`d72ce61`](https://github.com/jshint/jshint/commit/d72ce61333e071ce6421dff4636c02dc7657191a) [[CHORE]] Improve test coverage for logical NOT - [`d015657`](https://github.com/jshint/jshint/commit/d015657bbf46ba0b297d604b0298684fa2d108f6) [[CHORE]] Remove unused internal variable - [`c81bf3a`](https://github.com/jshint/jshint/commit/c81bf3a1c8293fb432920b8bbb307529a0ff3f4f) [[CHORE]] Improve CI configuration ([#3415](https://github-redirect.dependabot.com/jshint/jshint/issues/3415)) - [`5a337a8`](https://github.com/jshint/jshint/commit/5a337a8a0ace99a5058fe4787dcddd7c103ad7c8) [[CHORE]] Optimize `case` clause tracking - [`9cb3b20`](https://github.com/jshint/jshint/commit/9cb3b209bae82cd77484c011ec806e027912a27a) [[FIX]] Tolerate `static` as class method name - [`b14acca`](https://github.com/jshint/jshint/commit/b14acca2f73b9546849ce8fea5a9ae6978f40905) [[FIX]] Do not crash on invalid program code - Additional commits viewable in [compare view](https://github.com/jshint/jshint/compare/2.10.2...2.10.3)


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.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.