Bump shelljs and jshint #27

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/shelljs-and-jshint--removed into dev 2023-09-02 12:53:38 +02:00
dependabot[bot] commented 2023-09-02 12:53:20 +02:00 (Migrated from github.com)

Removes shelljs. It's no longer used after updating ancestor dependency jshint. These dependencies need to be updated together.

Removes shelljs

Updates jshint from 2.11.0 to 2.13.6

Release notes

Sourced from jshint's releases.

JSHint 2.13.6

2.13.6 (2022-11-11)

Bug Fixes

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

JSHint 2.13.5

2.13.5 (2022-07-08)

Bug Fixes

  • Tolerate late definition of async function (#3618) (5c256a2)

JSHint 2.13.4

2.13.4 (2022-01-24)

Bug Fixes

JSHint 2.13.3

2.13.3 (2022-01-05)

Bug Fixes

  • Recognize ES2020 globals (b1426f1)

JSHint 2.13.2

2.13.2 (2021-12-27)

Bug Fixes

  • Add missing well-known globals (#3582) (cc1adf6)
  • add URL for node in src/vars.js (#3570) (ca06e6a)
  • change escape-sequence handler for double quotes (") (#3566) (75e48b7)
  • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
  • Tolerate keyword in object shorthand (057b1c6)
  • Tolerate unterminated nullish coalescing (ecae54a)

JSHint 2.13.1

2.13.1 (2021-08-10)

Bug Fixes

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

... (truncated)

Changelog

Sourced from jshint's changelog.

2.13.6 (2022-11-11)

Bug Fixes

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

2.13.5 (2022-07-08)

Bug Fixes

  • Tolerate late definition of async function (#3618) (5c256a2)

2.13.4 (2022-01-24)

Bug Fixes

2.13.3 (2022-01-05)

Bug Fixes

  • Recognize ES2020 globals (b1426f1)

2.13.2 (2021-12-27)

Bug Fixes

  • Add missing well-known globals (#3582) (cc1adf6)
  • add URL for node in src/vars.js (#3570) (ca06e6a)
  • change escape-sequence handler for double quotes (") (#3566) (75e48b7)
  • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
  • Tolerate keyword in object shorthand (057b1c6)
  • Tolerate unterminated nullish coalescing (ecae54a)

2.13.1 (2021-08-10)

Bug Fixes

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

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together. Removes `shelljs` Updates `jshint` from 2.11.0 to 2.13.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jshint/jshint/releases">jshint's releases</a>.</em></p> <blockquote> <h2>JSHint 2.13.6</h2> <h2><a href="https://github.com/jshint/jshint/compare/2.13.5...v2.13.6">2.13.6</a> (2022-11-11)</h2> <h3>Bug Fixes</h3> <ul> <li>Allow initializing const bindings to undef (<a href="https://github.com/jshint/jshint/commit/fedaf6f">fedaf6f</a>)</li> <li>Correct error message (<a href="https://github.com/jshint/jshint/commit/03b1a06">03b1a06</a>)</li> </ul> <h2>JSHint 2.13.5</h2> <h2><a href="https://github.com/jshint/jshint/compare/2.13.4...v2.13.5">2.13.5</a> (2022-07-08)</h2> <h3>Bug Fixes</h3> <ul> <li>Tolerate late definition of async function (<a href="https://redirect.github.com/jshint/jshint/issues/3618">#3618</a>) (<a href="https://github.com/jshint/jshint/commit/5c256a2">5c256a2</a>)</li> </ul> <h2>JSHint 2.13.4</h2> <h2><a href="https://github.com/jshint/jshint/compare/2.13.3...v2.13.4">2.13.4</a> (2022-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li>Remove shelljs (<a href="https://github.com/jshint/jshint/commit/eb4609a">eb4609a</a>)</li> </ul> <h2>JSHint 2.13.3</h2> <h1><a href="https://github.com/jshint/jshint/compare/2.13.2...v2.13.3">2.13.3</a> (2022-01-05)</h1> <h3>Bug Fixes</h3> <ul> <li>Recognize ES2020 globals (<a href="https://github.com/jshint/jshint/commit/b1426f1">b1426f1</a>)</li> </ul> <h2>JSHint 2.13.2</h2> <h1><a href="https://github.com/jshint/jshint/compare/2.13.1...v2.13.2">2.13.2</a> (2021-12-27)</h1> <h3>Bug Fixes</h3> <ul> <li>Add missing well-known globals (<a href="https://redirect.github.com/jshint/jshint/issues/3582">#3582</a>) (<a href="https://github.com/jshint/jshint/commit/cc1adf6">cc1adf6</a>)</li> <li>add URL for node in src/vars.js (<a href="https://redirect.github.com/jshint/jshint/issues/3570">#3570</a>) (<a href="https://github.com/jshint/jshint/commit/ca06e6a">ca06e6a</a>)</li> <li>change escape-sequence handler for double quotes (&quot;) (<a href="https://redirect.github.com/jshint/jshint/issues/3566">#3566</a>) (<a href="https://github.com/jshint/jshint/commit/75e48b7">75e48b7</a>)</li> <li>Limit &quot;Too many Errors&quot; (E043) to errors only (<a href="https://redirect.github.com/jshint/jshint/issues/3562">#3562</a>) (<a href="https://github.com/jshint/jshint/commit/4a681b9">4a681b9</a>)</li> <li>Tolerate keyword in object shorthand (<a href="https://github.com/jshint/jshint/commit/057b1c6">057b1c6</a>)</li> <li>Tolerate unterminated nullish coalescing (<a href="https://github.com/jshint/jshint/commit/ecae54a">ecae54a</a>)</li> </ul> <h2>JSHint 2.13.1</h2> <h1><a href="https://github.com/jshint/jshint/compare/2.13.0...v2.13.1">2.13.1</a> (2021-08-10)</h1> <h3>Bug Fixes</h3> <ul> <li>Allow invoking result of optional chaining (<a href="https://github.com/jshint/jshint/commit/71ec395">71ec395</a>)</li> <li>Allow optional chaining call as satement (<a href="https://github.com/jshint/jshint/commit/11dc0a6">11dc0a6</a>)</li> <li>Tolerate dangling NewExpression (<a href="https://github.com/jshint/jshint/commit/7c890aa">7c890aa</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jshint/jshint/blob/main/CHANGELOG.md">jshint's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jshint/jshint/compare/2.13.5...v2.13.6">2.13.6</a> (2022-11-11)</h2> <h3>Bug Fixes</h3> <ul> <li>Allow initializing const bindings to undef (<a href="https://github.com/jshint/jshint/commit/fedaf6f">fedaf6f</a>)</li> <li>Correct error message (<a href="https://github.com/jshint/jshint/commit/03b1a06">03b1a06</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/jshint/jshint/compare/2.13.4...v2.13.5">2.13.5</a> (2022-07-08)</h2> <h3>Bug Fixes</h3> <ul> <li>Tolerate late definition of async function (<a href="https://redirect.github.com/jshint/jshint/issues/3618">#3618</a>) (<a href="https://github.com/jshint/jshint/commit/5c256a2">5c256a2</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/jshint/jshint/compare/2.13.3...v2.13.4">2.13.4</a> (2022-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li>Remove shelljs (<a href="https://github.com/jshint/jshint/commit/eb4609a">eb4609a</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/jshint/jshint/compare/2.13.2...v2.13.3">2.13.3</a> (2022-01-05)</h2> <h3>Bug Fixes</h3> <ul> <li>Recognize ES2020 globals (<a href="https://github.com/jshint/jshint/commit/b1426f1">b1426f1</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/jshint/jshint/compare/2.13.1...v2.13.2">2.13.2</a> (2021-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Add missing well-known globals (<a href="https://redirect.github.com/jshint/jshint/issues/3582">#3582</a>) (<a href="https://github.com/jshint/jshint/commit/cc1adf6">cc1adf6</a>)</li> <li>add URL for node in src/vars.js (<a href="https://redirect.github.com/jshint/jshint/issues/3570">#3570</a>) (<a href="https://github.com/jshint/jshint/commit/ca06e6a">ca06e6a</a>)</li> <li>change escape-sequence handler for double quotes (&quot;) (<a href="https://redirect.github.com/jshint/jshint/issues/3566">#3566</a>) (<a href="https://github.com/jshint/jshint/commit/75e48b7">75e48b7</a>)</li> <li>Limit &quot;Too many Errors&quot; (E043) to errors only (<a href="https://redirect.github.com/jshint/jshint/issues/3562">#3562</a>) (<a href="https://github.com/jshint/jshint/commit/4a681b9">4a681b9</a>)</li> <li>Tolerate keyword in object shorthand (<a href="https://github.com/jshint/jshint/commit/057b1c6">057b1c6</a>)</li> <li>Tolerate unterminated nullish coalescing (<a href="https://github.com/jshint/jshint/commit/ecae54a">ecae54a</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/jshint/jshint/compare/2.13.0...v2.13.1">2.13.1</a> (2021-08-10)</h2> <h3>Bug Fixes</h3> <ul> <li>Allow invoking result of optional chaining (<a href="https://github.com/jshint/jshint/commit/71ec395">71ec395</a>)</li> <li>Allow optional chaining call as satement (<a href="https://github.com/jshint/jshint/commit/11dc0a6">11dc0a6</a>)</li> <li>Tolerate dangling NewExpression (<a href="https://github.com/jshint/jshint/commit/7c890aa">7c890aa</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jshint/jshint/commit/6d06f8f8fccc0b89a54bfe58af83a54bc1fae414"><code>6d06f8f</code></a> v2.13.6</li> <li><a href="https://github.com/jshint/jshint/commit/03b1a061bd0a134077cc15955865cce54bf0ce60"><code>03b1a06</code></a> [[FIX]] Correct error message</li> <li><a href="https://github.com/jshint/jshint/commit/fedaf6f493bcc6427caaff04b999790430eb36f5"><code>fedaf6f</code></a> [[FIX]] Allow initializing const bindings to undef</li> <li><a href="https://github.com/jshint/jshint/commit/e7071e03f009e377b5050f8fb718020cccda025f"><code>e7071e0</code></a> [[DOCS]] Discourage screenshots in bug reports</li> <li><a href="https://github.com/jshint/jshint/commit/95a6036b3ce35f99d8bdae464fa8b691b13eacf4"><code>95a6036</code></a> v2.13.5</li> <li><a href="https://github.com/jshint/jshint/commit/d9583d5e7265c227837a048b2271dd9aabae580c"><code>d9583d5</code></a> [[CHORE]] Remove unused script</li> <li><a href="https://github.com/jshint/jshint/commit/5c256a29c51799105dac0ef678b8b9a8ff5c93c7"><code>5c256a2</code></a> [[FIX]] Tolerate late definition of async function (<a href="https://redirect.github.com/jshint/jshint/issues/3618">#3618</a>)</li> <li><a href="https://github.com/jshint/jshint/commit/61c868c5b2072baae04254386efb7ad3f85b86f2"><code>61c868c</code></a> v2.13.4</li> <li><a href="https://github.com/jshint/jshint/commit/eb4609a5ea3024ed54167c7b8406ce30dd940d84"><code>eb4609a</code></a> [[FIX]] Remove shelljs</li> <li><a href="https://github.com/jshint/jshint/commit/b23e125c95efb1efa473e95009b1d645c8bb9653"><code>b23e125</code></a> [[CHORE]] Remove shelljs from internal tooling</li> <li>Additional commits viewable in <a href="https://github.com/jshint/jshint/compare/2.11.0...2.13.6">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/thefeli73/schulzestudio/network/alerts). </details>
This repo is archived. You cannot comment on pull requests.
No description provided.