Skip to content

Update dependency jshint to v2.13.6#32

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jshint-2.x
Open

Update dependency jshint to v2.13.6#32
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jshint-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 30, 2020

This PR contains the following updates:

Package Change Age Confidence
jshint (source) 2.11.12.13.6 age confidence

Release Notes

jshint/jshint (jshint)

v2.13.6

Compare Source

Bug Fixes
  • Allow initializing const bindings to undef (fedaf6f)
  • Correct error message (03b1a06)

v2.13.5

Compare Source

Bug Fixes

v2.13.4

Compare Source

Bug Fixes

v2.13.3

Compare Source

Bug Fixes
  • Recognize ES2020 globals (b1426f1)

v2.13.2

Compare Source

Bug Fixes

v2.13.1

Compare Source

Bug Fixes
  • Allow invoking result of optional chaining (71ec395)
  • Allow optional chaining call as satement (11dc0a6)
  • Tolerate dangling NewExpression (7c890aa)

v2.13.0

Compare Source

Bug Fixes
  • Allow comma expression in MemberExpression (f05c8d1)
  • Consider all exported bindings "used" (90228b7)
  • Correct interpretation of ImportSpecifier (72a8102)
  • Correct location for error (e831188)
  • Correct location reported for directive (ee6aa68)
  • Detect duplicate exported bindings (916c230)
  • Don't warn when Function() is used without 'new'. (#​3531) (c13c5cc)
  • Don't warn when RegExp() is used without 'new'. (#​3529) (c18a6e4)
  • Enforce restrictions on new operand (c2719eb)
  • Graduate BigInt support to esversion: 11 (553f816)
  • Improve declaration parsing (a9bdc93)
  • Report early reference with warning (2c1a5f8)
  • Support RegExp Unicode property escapes (e7fa785)
Features
  • Add support for "export * as ns from" (c46f464)
  • Add support for import.meta (73d7e0d)
  • Add support for dynamic import (6bfcaed)
  • Add support for optional chaining (b125dbe)
  • Implement support for nullish coalescing (f50b14d)

v2.12.0

Compare Source

Features

2.11.2 (2020-07-30)

Bug Fixes
  • Allow "rest" operator in param dstrctrng (c45d1b2)
  • Disallow invalid numeric literals (b02a025)
  • Disallow leading zeros in BigInts (3b2c8cf)
  • Improve numeric literal warnings/errors (370e159)
  • Limit positions for class declarations (0f0acd8)
  • maxcomplexity doesn't take into account && (047d5af), closes #​840
  • Update Lodash to latest 4.17.19 (#​3494) (17d8f5a)

2.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)
  • Correct ASI for C-style for loops (ac232a5)
  • Improve tokenization of RegExp literals (#​3471) (f786002)
  • TypeError accessing 'value' of undefined (8884eb9), closes #​3455
  • Use relative paths with --filename when recieving from stdin (c1b5c2b)
Features
  • Replacing PhantomJS with Puppeteer (51963a3)

v2.11.2

Compare Source

Features

2.11.2 (2020-07-30)

Bug Fixes
  • Allow "rest" operator in param dstrctrng (c45d1b2)
  • Disallow invalid numeric literals (b02a025)
  • Disallow leading zeros in BigInts (3b2c8cf)
  • Improve numeric literal warnings/errors (370e159)
  • Limit positions for class declarations (0f0acd8)
  • maxcomplexity doesn't take into account && (047d5af), closes #​840
  • Update Lodash to latest 4.17.19 (#​3494) (17d8f5a)

2.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)
  • Correct ASI for C-style for loops (ac232a5)
  • Improve tokenization of RegExp literals (#​3471) (f786002)
  • TypeError accessing 'value' of undefined (8884eb9), closes #​3455
  • Use relative paths with --filename when recieving from stdin (c1b5c2b)
Features
  • Replacing PhantomJS with Puppeteer (51963a3)

v2.11.1

Compare Source

Features

2.11.2 (2020-07-30)

Bug Fixes
  • Allow "rest" operator in param dstrctrng (c45d1b2)
  • Disallow invalid numeric literals (b02a025)
  • Disallow leading zeros in BigInts (3b2c8cf)
  • Improve numeric literal warnings/errors (370e159)
  • Limit positions for class declarations (0f0acd8)
  • maxcomplexity doesn't take into account && (047d5af), closes #​840
  • Update Lodash to latest 4.17.19 (#​3494) (17d8f5a)

2.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)
  • Correct ASI for C-style for loops (ac232a5)
  • Improve tokenization of RegExp literals (#​3471) (f786002)
  • TypeError accessing 'value' of undefined (8884eb9), closes #​3455
  • Use relative paths with --filename when recieving from stdin (c1b5c2b)
Features
  • Replacing PhantomJS with Puppeteer (51963a3)

v2.11.0

Compare Source

Features

2.11.2 (2020-07-30)

Bug Fixes
  • Allow "rest" operator in param dstrctrng (c45d1b2)
  • Disallow invalid numeric literals (b02a025)
  • Disallow leading zeros in BigInts (3b2c8cf)
  • Improve numeric literal warnings/errors (370e159)
  • Limit positions for class declarations (0f0acd8)
  • maxcomplexity doesn't take into account && (047d5af), closes #​840
  • Update Lodash to latest 4.17.19 (#​3494) (17d8f5a)

2.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)
  • Correct ASI for C-style for loops (ac232a5)
  • Improve tokenization of RegExp literals (#​3471) (f786002)
  • TypeError accessing 'value' of undefined (8884eb9), closes #​3455
  • Use relative paths with --filename when recieving from stdin (c1b5c2b)
Features
  • Replacing PhantomJS with Puppeteer (51963a3)

v2.10.3

Compare Source

In addition to bug fixes and new features, this release candidate includes a
few refactorings which are not expected to influence JSHint's behavior.

Bug Fixes
  • Expose new typeof value experimentally (dcef79a)
  • Improve parsing of yield (6fdb4f6)
  • Improve parsing of comma operator (897e035)
  • Support spaces in /*global ... */ (e542f67)
Features
  • Add support for "bigint" typeof value (ce0b7b3)
  • Add support for BigInt literals (c340e55)
  • Add support for ES2019 opt. catch param (43b6354)

2.10.3 (2019-11-04)

Bug Fixes
  • Allow more escapes with RegExp u flag (5ac5c46)
  • Correct binding power of AwaitExpression (af04b1e)
  • Correct interpretation of commas (691dbdc)
  • Correct restrictions on class method names (f670aeb)
  • Correctly interpret class method names (82b49c4)
  • Do not crash on invalid program code (b14acca)
  • Interpret "object rest" ident as a binding (c0e9a5b)
  • Relax singleGroups for async functions (c5dcd90)
  • Tolerate static as class method name (9cb3b20)
  • Tolerate valid assignments (0a60c9e)
  • Validate lone arrow function parameter (38285cd)

2.10.2 (2019-03-13)

Bug Fixes
  • Allow built-in method names in classes (b0c224b)
  • Correct parsing of exported async fns (64b9dce)
  • Correct parsing of RegExp character sets (668c4a3)
  • Init block bindings in C-style for loop (404c9a0)
  • Require const intlzr in C-style for loop (307e9fc)
  • Track FutureReservedWords as idnts in ES5+ (d697ff4)
  • Warn on reassignment of async functions (14384d3)

2.10.1 (2019-02-05)

Bug Fixes
  • Do not add cls method names to env. record (036f085)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 4262567 to 5ad2f74 Compare August 3, 2020 19:28
@renovate renovate Bot changed the title Update dependency jshint to v2.11.2 Update dependency jshint to v2.12.0 Aug 3, 2020
@renovate renovate Bot changed the title Update dependency jshint to v2.12.0 Update dependency jshint to v2.13.0 Jun 6, 2021
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 5ad2f74 to 397508e Compare June 6, 2021 19:31
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 397508e to 33c6b57 Compare October 19, 2021 00:20
@renovate renovate Bot changed the title Update dependency jshint to v2.13.0 Update dependency jshint to v2.13.1 Oct 19, 2021
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 33c6b57 to 06a4590 Compare March 7, 2022 11:53
@renovate renovate Bot changed the title Update dependency jshint to v2.13.1 Update dependency jshint to v2.13.4 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 06a4590 to 10c9203 Compare September 25, 2022 21:32
@renovate renovate Bot changed the title Update dependency jshint to v2.13.4 Update dependency jshint to v2.13.5 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 10c9203 to 4393961 Compare November 20, 2022 09:28
@renovate renovate Bot changed the title Update dependency jshint to v2.13.5 Update dependency jshint to v2.13.6 Nov 20, 2022
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 4393961 to a9395fc Compare November 10, 2025 18:48
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from a9395fc to 2295366 Compare November 18, 2025 17:11
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 2295366 to 3845841 Compare January 23, 2026 19:15
@renovate renovate Bot force-pushed the renovate/jshint-2.x branch from 3845841 to 5a65553 Compare March 5, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants