[PR #949] [MERGED] ⬆️ Bump eslint from 7.2.0 to 7.3.0 #2965

Closed
opened 2026-03-17 00:37:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/949
Author: @dependabot[bot]
Created: 6/21/2020
Status: Merged
Merged: 6/21/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/eslint-7.3.0


📝 Commits (1)

  • 7c5b8e4 ⬆️ Bump eslint from 7.2.0 to 7.3.0

📊 Changes

2 files changed (+26 additions, -147 deletions)

View changed files

📝 package-lock.json (+25 -146)
📝 package.json (+1 -1)

📄 Description

Bumps eslint from 7.2.0 to 7.3.0.

Release notes

Sourced from eslint's releases.

v7.3.0

  • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
  • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
  • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)
  • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)
  • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)
  • d98152a Update: added empty error array check for false negative (#13200) (Anix)
  • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)
  • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)
  • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)
  • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)
  • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)
  • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)
  • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)
  • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)
  • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)
  • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)
  • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)
  • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)
  • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)
  • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)
  • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)
  • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v7.3.0 - June 19, 2020

  • 638a6d6 Update: add missing additionalProperties: false to some rules' schema (#13198) (Milos Djermanovic)
  • 949a5cd Update: fix operator-linebreak overrides schema (#13199) (Milos Djermanovic)
  • 9e1414e New: Add no-promise-executor-return rule (fixes #12640) (#12648) (Milos Djermanovic)
  • 09cc0a2 Update: max-lines reporting loc improvement (refs #12334) (#13318) (Anix)
  • ee2fc2e Update: object-property-newline end location (refs #12334) (#13399) (Anix)
  • d98152a Update: added empty error array check for false negative (#13200) (Anix)
  • 7fb45cf Fix: clone config before validating (fixes #12592) (#13034) (Anix)
  • aed46f6 Sponsors: Sync README with website (ESLint Jenkins)
  • 7686d7f Update: semi-spacing should check do-while statements (#13358) (Milos Djermanovic)
  • cbd0d00 Update: disallow multiple options in comma-dangle schema (fixes #13165) (#13166) (Milos Djermanovic)
  • b550330 New: Add no-unreachable-loop rule (fixes #12381) (#12660) (Milos Djermanovic)
  • 13999d2 Update: curly should check consequent if statements (#12947) (Milos Djermanovic)
  • c42e548 Chore: enable exceptRange option in the yoda rule (#12857) (Milos Djermanovic)
  • 6cfbd03 Update: Drop @typescript-eslint/eslint-recommended from eslint --init (#13340) (Minh Nguyen)
  • 796f269 Chore: update eslint-config-eslint's required node version (#13379) (薛定谔的猫)
  • 9d0186e Docs: Fix changelog versions (#13410) (Tony Brix)
  • 1ee3c42 Docs: On maxEOF with eol-last (fixes #12742) (#13374) (Arthur Dias)
  • 2a21049 Update: key-spacing loc changes for extra space (refs #12334) (#13362) (Anix)
  • 7ce7988 Chore: Replace the inquirer dependency with enquirer (#13254) (Selwyn)
  • 0f1f5ed Docs: Add security policy link to README (#13403) (Nicholas C. Zakas)
  • 9e9ba89 Sponsors: Sync README with website (ESLint Jenkins)
  • ca59fb9 Sponsors: Sync README with website (ESLint Jenkins)
Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/949 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/21/2020 **Status:** ✅ Merged **Merged:** 6/21/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/eslint-7.3.0` --- ### 📝 Commits (1) - [`7c5b8e4`](https://github.com/hoppscotch/hoppscotch/commit/7c5b8e430525804909906953894d0fba2fc8fd1e) :arrow_up: Bump eslint from 7.2.0 to 7.3.0 ### 📊 Changes **2 files changed** (+26 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+25 -146) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 7.2.0 to 7.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v7.3.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/638a6d6be18b4a37cfdc7223e1f5acd3718694be"><code>638a6d6</code></a> Update: add missing <code>additionalProperties: false</code> to some rules' schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13198">#13198</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/949a5cd741c2e930cfb43d80a9b6b084f9d677c3"><code>949a5cd</code></a> Update: fix operator-linebreak overrides schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13199">#13199</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9e1414ee16b8caf582920f8fdf3b6ee1eb0b7cd5"><code>9e1414e</code></a> New: Add no-promise-executor-return rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12640">#12640</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12648">#12648</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/09cc0a2bb5bcf3bcb0766a3c989871f268518437"><code>09cc0a2</code></a> Update: max-lines reporting loc improvement (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13318">#13318</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/ee2fc2e90d0f9dfcdba852b0609156bee5280b92"><code>ee2fc2e</code></a> Update: object-property-newline end location (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13399">#13399</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/d98152a3d8c72e4f5ac4c6fa10a615b12090c8f7"><code>d98152a</code></a> Update: added empty error array check for false negative (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13200">#13200</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/7fb45cf13e9908d489bd6d5fba3b7243c01508b9"><code>7fb45cf</code></a> Fix: clone config before validating (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12592">#12592</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13034">#13034</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/aed46f69d54da167d9838149954ceeb4b02be5fd"><code>aed46f6</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/7686d7feaccc7b8fee927eda6602d641d8de1e5c"><code>7686d7f</code></a> Update: semi-spacing should check do-while statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13358">#13358</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/cbd0d00a1ec2824d7e025bbbc084855ed0bf08bb"><code>cbd0d00</code></a> Update: disallow multiple options in comma-dangle schema (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13165">#13165</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13166">#13166</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b550330d739c73a7a8f887064e7c911d05a95f9a"><code>b550330</code></a> New: Add no-unreachable-loop rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12381">#12381</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12660">#12660</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/13999d292080f814fa4fb266e011d61c184197c4"><code>13999d2</code></a> Update: curly should check consequent <code>if</code> statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12947">#12947</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c42e54893b79b470ca7745bd2a626ffd069e017b"><code>c42e548</code></a> Chore: enable exceptRange option in the yoda rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12857">#12857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6cfbd03b3f22edb4d1c9c61c64eea7c129da71aa"><code>6cfbd03</code></a> Update: Drop @typescript-eslint/eslint-recommended from <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13340">#13340</a>) (Minh Nguyen)</li> <li><a href="https://github.com/eslint/eslint/commit/796f269e448fdcbf8a5a62edf1990bd857efd1af"><code>796f269</code></a> Chore: update eslint-config-eslint's required node version (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13379">#13379</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/9d0186e55bee769ea6aa08dc5a62682f58316412"><code>9d0186e</code></a> Docs: Fix changelog versions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13410">#13410</a>) (Tony Brix)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee3c42ceeee56b650bcc4206ed783b795f65643"><code>1ee3c42</code></a> Docs: On maxEOF with eol-last (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12742">#12742</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13374">#13374</a>) (Arthur Dias)</li> <li><a href="https://github.com/eslint/eslint/commit/2a210499288ed14ec9a6fd72decabfb77504c197"><code>2a21049</code></a> Update: key-spacing loc changes for extra space (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13362">#13362</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/7ce7988f411da64248a64a9d9d2b7884d5ba39e0"><code>7ce7988</code></a> Chore: Replace the inquirer dependency with enquirer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13254">#13254</a>) (Selwyn)</li> <li><a href="https://github.com/eslint/eslint/commit/0f1f5ed2a20b8fb575d4360316861cf4c2b9b7bc"><code>0f1f5ed</code></a> Docs: Add security policy link to README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13403">#13403</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/9e9ba897c566601cfe90522099c635ea316b235f"><code>9e9ba89</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ca59fb95a395c0a02ed23768a70e086480ab1f6d"><code>ca59fb9</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v7.3.0 - June 19, 2020</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/638a6d6be18b4a37cfdc7223e1f5acd3718694be"><code>638a6d6</code></a> Update: add missing <code>additionalProperties: false</code> to some rules' schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13198">#13198</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/949a5cd741c2e930cfb43d80a9b6b084f9d677c3"><code>949a5cd</code></a> Update: fix operator-linebreak overrides schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13199">#13199</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9e1414ee16b8caf582920f8fdf3b6ee1eb0b7cd5"><code>9e1414e</code></a> New: Add no-promise-executor-return rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12640">#12640</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12648">#12648</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/09cc0a2bb5bcf3bcb0766a3c989871f268518437"><code>09cc0a2</code></a> Update: max-lines reporting loc improvement (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13318">#13318</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/ee2fc2e90d0f9dfcdba852b0609156bee5280b92"><code>ee2fc2e</code></a> Update: object-property-newline end location (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13399">#13399</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/d98152a3d8c72e4f5ac4c6fa10a615b12090c8f7"><code>d98152a</code></a> Update: added empty error array check for false negative (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13200">#13200</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/7fb45cf13e9908d489bd6d5fba3b7243c01508b9"><code>7fb45cf</code></a> Fix: clone config before validating (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12592">#12592</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13034">#13034</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/aed46f69d54da167d9838149954ceeb4b02be5fd"><code>aed46f6</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/7686d7feaccc7b8fee927eda6602d641d8de1e5c"><code>7686d7f</code></a> Update: semi-spacing should check do-while statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13358">#13358</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/cbd0d00a1ec2824d7e025bbbc084855ed0bf08bb"><code>cbd0d00</code></a> Update: disallow multiple options in comma-dangle schema (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13165">#13165</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13166">#13166</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b550330d739c73a7a8f887064e7c911d05a95f9a"><code>b550330</code></a> New: Add no-unreachable-loop rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12381">#12381</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12660">#12660</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/13999d292080f814fa4fb266e011d61c184197c4"><code>13999d2</code></a> Update: curly should check consequent <code>if</code> statements (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12947">#12947</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c42e54893b79b470ca7745bd2a626ffd069e017b"><code>c42e548</code></a> Chore: enable exceptRange option in the yoda rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12857">#12857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6cfbd03b3f22edb4d1c9c61c64eea7c129da71aa"><code>6cfbd03</code></a> Update: Drop @typescript-eslint/eslint-recommended from <code>eslint --init</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13340">#13340</a>) (Minh Nguyen)</li> <li><a href="https://github.com/eslint/eslint/commit/796f269e448fdcbf8a5a62edf1990bd857efd1af"><code>796f269</code></a> Chore: update eslint-config-eslint's required node version (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13379">#13379</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/9d0186e55bee769ea6aa08dc5a62682f58316412"><code>9d0186e</code></a> Docs: Fix changelog versions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13410">#13410</a>) (Tony Brix)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee3c42ceeee56b650bcc4206ed783b795f65643"><code>1ee3c42</code></a> Docs: On maxEOF with eol-last (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12742">#12742</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13374">#13374</a>) (Arthur Dias)</li> <li><a href="https://github.com/eslint/eslint/commit/2a210499288ed14ec9a6fd72decabfb77504c197"><code>2a21049</code></a> Update: key-spacing loc changes for extra space (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13362">#13362</a>) (Anix)</li> <li><a href="https://github.com/eslint/eslint/commit/7ce7988f411da64248a64a9d9d2b7884d5ba39e0"><code>7ce7988</code></a> Chore: Replace the inquirer dependency with enquirer (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13254">#13254</a>) (Selwyn)</li> <li><a href="https://github.com/eslint/eslint/commit/0f1f5ed2a20b8fb575d4360316861cf4c2b9b7bc"><code>0f1f5ed</code></a> Docs: Add security policy link to README (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13403">#13403</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/9e9ba897c566601cfe90522099c635ea316b235f"><code>9e9ba89</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ca59fb95a395c0a02ed23768a70e086480ab1f6d"><code>ca59fb9</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/b7d79b12eb55f220f86367d52f9f5a2f503fd4c3"><code>b7d79b1</code></a> 7.3.0</li> <li><a href="https://github.com/eslint/eslint/commit/bf986274210072c036f92780f8d22704c9984f94"><code>bf98627</code></a> Build: changelog update for 7.3.0</li> <li><a href="https://github.com/eslint/eslint/commit/638a6d6be18b4a37cfdc7223e1f5acd3718694be"><code>638a6d6</code></a> Update: add missing <code>additionalProperties: false</code> to some rules' schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13198">#13198</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/949a5cd741c2e930cfb43d80a9b6b084f9d677c3"><code>949a5cd</code></a> Update: fix operator-linebreak overrides schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13199">#13199</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9e1414ee16b8caf582920f8fdf3b6ee1eb0b7cd5"><code>9e1414e</code></a> New: Add no-promise-executor-return rule (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12640">#12640</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12648">#12648</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/09cc0a2bb5bcf3bcb0766a3c989871f268518437"><code>09cc0a2</code></a> Update: max-lines reporting loc improvement (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13318">#13318</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ee2fc2e90d0f9dfcdba852b0609156bee5280b92"><code>ee2fc2e</code></a> Update: object-property-newline end location (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12334">#12334</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13399">#13399</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d98152a3d8c72e4f5ac4c6fa10a615b12090c8f7"><code>d98152a</code></a> Update: added empty error array check for false negative (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13200">#13200</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7fb45cf13e9908d489bd6d5fba3b7243c01508b9"><code>7fb45cf</code></a> Fix: clone config before validating (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12592">#12592</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13034">#13034</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/aed46f69d54da167d9838149954ceeb4b02be5fd"><code>aed46f6</code></a> Sponsors: Sync README with website</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.2.0...v7.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:37:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2965
No description provided.