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!
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!
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!
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [jshint](http://jshint.com/) ([source](https://github.com/jshint/jshint)) | devDependencies | minor | [`2.11.0` → `2.13.6`](https://renovatebot.com/diffs/npm/jshint/2.11.0/2.13.6) |
---
### Release Notes
<details>
<summary>jshint/jshint (jshint)</summary>
### [`v2.13.6`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2136-2022-11-11)
[Compare Source](https://github.com/jshint/jshint/compare/2.13.5...2.13.6)
##### Bug Fixes
- Allow initializing const bindings to undef ([fedaf6f](https://github.com/jshint/jshint/commit/fedaf6f))
- Correct error message ([03b1a06](https://github.com/jshint/jshint/commit/03b1a06))
### [`v2.13.5`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2135-2022-07-08)
[Compare Source](https://github.com/jshint/jshint/compare/2.13.4...2.13.5)
##### Bug Fixes
- Tolerate late definition of async function ([#​3618](https://github.com/jshint/jshint/issues/3618)) ([5c256a2](https://github.com/jshint/jshint/commit/5c256a2))
### [`v2.13.4`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2134-2022-01-24)
[Compare Source](https://github.com/jshint/jshint/compare/2.13.3...2.13.4)
##### Bug Fixes
- Remove shelljs ([eb4609a](https://github.com/jshint/jshint/commit/eb4609a))
### [`v2.13.3`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2133-2022-01-05)
[Compare Source](https://github.com/jshint/jshint/compare/2.13.2...2.13.3)
##### Bug Fixes
- Recognize ES2020 globals ([b1426f1](https://github.com/jshint/jshint/commit/b1426f1))
### [`v2.13.2`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2132-2021-12-27)
[Compare Source](https://github.com/jshint/jshint/compare/2.13.1...2.13.2)
##### Bug Fixes
- Add missing well-known globals ([#​3582](https://github.com/jshint/jshint/issues/3582)) ([cc1adf6](https://github.com/jshint/jshint/commit/cc1adf6))
- add URL for node in src/vars.js ([#​3570](https://github.com/jshint/jshint/issues/3570)) ([ca06e6a](https://github.com/jshint/jshint/commit/ca06e6a))
- change escape-sequence handler for double quotes (") ([#​3566](https://github.com/jshint/jshint/issues/3566)) ([75e48b7](https://github.com/jshint/jshint/commit/75e48b7))
- Limit "Too many Errors" (E043) to errors only ([#​3562](https://github.com/jshint/jshint/issues/3562)) ([4a681b9](https://github.com/jshint/jshint/commit/4a681b9))
- Tolerate keyword in object shorthand ([057b1c6](https://github.com/jshint/jshint/commit/057b1c6))
- Tolerate unterminated nullish coalescing ([ecae54a](https://github.com/jshint/jshint/commit/ecae54a))
### [`v2.13.1`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2131-2021-08-10)
[Compare Source](https://github.com/jshint/jshint/compare/2.13.0...2.13.1)
##### Bug Fixes
- Allow invoking result of optional chaining ([71ec395](https://github.com/jshint/jshint/commit/71ec395))
- Allow optional chaining call as satement ([11dc0a6](https://github.com/jshint/jshint/commit/11dc0a6))
- Tolerate dangling NewExpression ([7c890aa](https://github.com/jshint/jshint/commit/7c890aa))
### [`v2.13.0`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2130-2021-05-30)
[Compare Source](https://github.com/jshint/jshint/compare/2.12.0...2.13.0)
##### Bug Fixes
- Allow comma expression in MemberExpression ([f05c8d1](https://github.com/jshint/jshint/commit/f05c8d1))
- Consider all exported bindings "used" ([90228b7](https://github.com/jshint/jshint/commit/90228b7))
- Correct interpretation of ImportSpecifier ([72a8102](https://github.com/jshint/jshint/commit/72a8102))
- Correct location for error ([e831188](https://github.com/jshint/jshint/commit/e831188))
- Correct location reported for directive ([ee6aa68](https://github.com/jshint/jshint/commit/ee6aa68))
- Detect duplicate exported bindings ([916c230](https://github.com/jshint/jshint/commit/916c230))
- Don't warn when Function() is used without 'new'. ([#​3531](https://github.com/jshint/jshint/issues/3531)) ([c13c5cc](https://github.com/jshint/jshint/commit/c13c5cc))
- Don't warn when RegExp() is used without 'new'. ([#​3529](https://github.com/jshint/jshint/issues/3529)) ([c18a6e4](https://github.com/jshint/jshint/commit/c18a6e4))
- Enforce restrictions on `new` operand ([c2719eb](https://github.com/jshint/jshint/commit/c2719eb))
- Graduate BigInt support to `esversion: 11` ([553f816](https://github.com/jshint/jshint/commit/553f816))
- Improve declaration parsing ([a9bdc93](https://github.com/jshint/jshint/commit/a9bdc93))
- Report early reference with warning ([2c1a5f8](https://github.com/jshint/jshint/commit/2c1a5f8))
- Support RegExp Unicode property escapes ([e7fa785](https://github.com/jshint/jshint/commit/e7fa785))
##### Features
- Add support for "export \* as ns from" ([c46f464](https://github.com/jshint/jshint/commit/c46f464))
- Add support for `import.meta` ([73d7e0d](https://github.com/jshint/jshint/commit/73d7e0d))
- Add support for dynamic import ([6bfcaed](https://github.com/jshint/jshint/commit/6bfcaed))
- Add support for optional chaining ([b125dbe](https://github.com/jshint/jshint/commit/b125dbe))
- Implement support for nullish coalescing ([f50b14d](https://github.com/jshint/jshint/commit/f50b14d))
### [`v2.12.0`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2120-2020-08-02)
[Compare Source](https://github.com/jshint/jshint/compare/2.11.2...2.12.0)
##### Features
- Update project license ([d65513c](https://github.com/jshint/jshint/commit/d65513c))
#### [2.11.2](https://github.com/jshint/jshint/compare/2.11.1...v2.11.2) (2020-07-30)
##### Bug Fixes
- Allow "rest" operator in param dstrctrng ([c45d1b2](https://github.com/jshint/jshint/commit/c45d1b2))
- Disallow invalid numeric literals ([b02a025](https://github.com/jshint/jshint/commit/b02a025))
- Disallow leading zeros in BigInts ([3b2c8cf](https://github.com/jshint/jshint/commit/3b2c8cf))
- Improve numeric literal warnings/errors ([370e159](https://github.com/jshint/jshint/commit/370e159))
- Limit positions for class declarations ([0f0acd8](https://github.com/jshint/jshint/commit/0f0acd8))
- maxcomplexity doesn't take into account `&&` ([047d5af](https://github.com/jshint/jshint/commit/047d5af)), closes [#​840](https://github.com/jshint/jshint/issues/840)
- Update Lodash to latest 4.17.19 ([#​3494](https://github.com/jshint/jshint/issues/3494)) ([17d8f5a](https://github.com/jshint/jshint/commit/17d8f5a))
#### [2.11.1](https://github.com/jshint/jshint/compare/2.11.0...v2.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
- Correct ASI for `break` and `continue` ([3eb1b02](https://github.com/jshint/jshint/commit/3eb1b02))
- Correct ASI for C-style `for` loops ([ac232a5](https://github.com/jshint/jshint/commit/ac232a5))
- Improve tokenization of RegExp literals ([#​3471](https://github.com/jshint/jshint/issues/3471)) ([f786002](https://github.com/jshint/jshint/commit/f786002))
- TypeError accessing 'value' of undefined ([8884eb9](https://github.com/jshint/jshint/commit/8884eb9)), closes [#​3455](https://github.com/jshint/jshint/issues/3455)
- Use relative paths with `--filename` when recieving from stdin ([c1b5c2b](https://github.com/jshint/jshint/commit/c1b5c2b))
##### Features
- Replacing PhantomJS with Puppeteer ([51963a3](https://github.com/jshint/jshint/commit/51963a3))
### [`v2.11.2`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2120-2020-08-02)
[Compare Source](https://github.com/jshint/jshint/compare/2.11.1...2.11.2)
##### Features
- Update project license ([d65513c](https://github.com/jshint/jshint/commit/d65513c))
#### [2.11.2](https://github.com/jshint/jshint/compare/2.11.1...v2.11.2) (2020-07-30)
##### Bug Fixes
- Allow "rest" operator in param dstrctrng ([c45d1b2](https://github.com/jshint/jshint/commit/c45d1b2))
- Disallow invalid numeric literals ([b02a025](https://github.com/jshint/jshint/commit/b02a025))
- Disallow leading zeros in BigInts ([3b2c8cf](https://github.com/jshint/jshint/commit/3b2c8cf))
- Improve numeric literal warnings/errors ([370e159](https://github.com/jshint/jshint/commit/370e159))
- Limit positions for class declarations ([0f0acd8](https://github.com/jshint/jshint/commit/0f0acd8))
- maxcomplexity doesn't take into account `&&` ([047d5af](https://github.com/jshint/jshint/commit/047d5af)), closes [#​840](https://github.com/jshint/jshint/issues/840)
- Update Lodash to latest 4.17.19 ([#​3494](https://github.com/jshint/jshint/issues/3494)) ([17d8f5a](https://github.com/jshint/jshint/commit/17d8f5a))
#### [2.11.1](https://github.com/jshint/jshint/compare/2.11.0...v2.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
- Correct ASI for `break` and `continue` ([3eb1b02](https://github.com/jshint/jshint/commit/3eb1b02))
- Correct ASI for C-style `for` loops ([ac232a5](https://github.com/jshint/jshint/commit/ac232a5))
- Improve tokenization of RegExp literals ([#​3471](https://github.com/jshint/jshint/issues/3471)) ([f786002](https://github.com/jshint/jshint/commit/f786002))
- TypeError accessing 'value' of undefined ([8884eb9](https://github.com/jshint/jshint/commit/8884eb9)), closes [#​3455](https://github.com/jshint/jshint/issues/3455)
- Use relative paths with `--filename` when recieving from stdin ([c1b5c2b](https://github.com/jshint/jshint/commit/c1b5c2b))
##### Features
- Replacing PhantomJS with Puppeteer ([51963a3](https://github.com/jshint/jshint/commit/51963a3))
### [`v2.11.1`](https://github.com/jshint/jshint/blob/HEAD/CHANGELOG.md#2120-2020-08-02)
[Compare Source](https://github.com/jshint/jshint/compare/2.11.0...2.11.1)
##### Features
- Update project license ([d65513c](https://github.com/jshint/jshint/commit/d65513c))
#### [2.11.2](https://github.com/jshint/jshint/compare/2.11.1...v2.11.2) (2020-07-30)
##### Bug Fixes
- Allow "rest" operator in param dstrctrng ([c45d1b2](https://github.com/jshint/jshint/commit/c45d1b2))
- Disallow invalid numeric literals ([b02a025](https://github.com/jshint/jshint/commit/b02a025))
- Disallow leading zeros in BigInts ([3b2c8cf](https://github.com/jshint/jshint/commit/3b2c8cf))
- Improve numeric literal warnings/errors ([370e159](https://github.com/jshint/jshint/commit/370e159))
- Limit positions for class declarations ([0f0acd8](https://github.com/jshint/jshint/commit/0f0acd8))
- maxcomplexity doesn't take into account `&&` ([047d5af](https://github.com/jshint/jshint/commit/047d5af)), closes [#​840](https://github.com/jshint/jshint/issues/840)
- Update Lodash to latest 4.17.19 ([#​3494](https://github.com/jshint/jshint/issues/3494)) ([17d8f5a](https://github.com/jshint/jshint/commit/17d8f5a))
#### [2.11.1](https://github.com/jshint/jshint/compare/2.11.0...v2.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
- Correct ASI for `break` and `continue` ([3eb1b02](https://github.com/jshint/jshint/commit/3eb1b02))
- Correct ASI for C-style `for` loops ([ac232a5](https://github.com/jshint/jshint/commit/ac232a5))
- Improve tokenization of RegExp literals ([#​3471](https://github.com/jshint/jshint/issues/3471)) ([f786002](https://github.com/jshint/jshint/commit/f786002))
- TypeError accessing 'value' of undefined ([8884eb9](https://github.com/jshint/jshint/commit/8884eb9)), closes [#​3455](https://github.com/jshint/jshint/issues/3455)
- Use relative paths with `--filename` when recieving from stdin ([c1b5c2b](https://github.com/jshint/jshint/commit/c1b5c2b))
##### Features
- Replacing PhantomJS with Puppeteer ([51963a3](https://github.com/jshint/jshint/commit/51963a3))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMTIiLCJ1cGRhdGVkSW5WZXIiOiI0My4xOTUuMTIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.11.0→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
Configuration
📅 Schedule: (UTC)
🚦 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.