Skip to content

Commit 19ea27b

Browse files
Upgrade: [dependabot] - bump eslint-plugin-import-newlines from 1.4.0 to 2.0.0 (#705)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [eslint-plugin-import-newlines](https://github.com/SeinopSys/eslint-plugin-import-newlines) from 1.4.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeinopSys/eslint-plugin-import-newlines/releases">eslint-plugin-import-newlines's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <ul> <li>Support only ESLInt 10 and above (<a href="https://redirect.github.com/SeinopSys/eslint-plugin-import-newlines/issues/20">#20</a>)</li> </ul> <h1>If you are using ESLint 9 or below, stay on v1.x.x</h1> <h2>v1.4.1</h2> <ul> <li>Mark v1.x.x as explicitly incompatible with ESLint 10 and above (<a href="https://redirect.github.com/SeinopSys/eslint-plugin-import-newlines/issues/20">#20</a>)</li> </ul> <h1>If you are using ESLint 10 or above, upgrade to v2.x.x</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeinopSys/eslint-plugin-import-newlines/commit/27f8a21c8ce394db93512ce20f16ff81133a86c0"><code>27f8a21</code></a> 2.0.0</li> <li><a href="https://github.com/SeinopSys/eslint-plugin-import-newlines/commit/d37b9e2dc0f5c8dce3b908562e99b8a9df64b8ef"><code>d37b9e2</code></a> Add ESLint 10 support</li> <li><a href="https://github.com/SeinopSys/eslint-plugin-import-newlines/commit/f626e8238054c20951c87be9147317d5c9f97d82"><code>f626e82</code></a> 1.4.1</li> <li><a href="https://github.com/SeinopSys/eslint-plugin-import-newlines/commit/5f8c6f76dbe964253cb7077b33d03a2db365deff"><code>5f8c6f7</code></a> Update ESLint version compatibility constraints</li> <li>See full diff in <a href="https://github.com/SeinopSys/eslint-plugin-import-newlines/compare/v1.4.0...v2.0.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-import-newlines&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6352db commit 19ea27b

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"esbuild": "^0.27.3",
1818
"eslint": "^10.0.1",
1919
"eslint-config-prettier": "^10.1.8",
20-
"eslint-plugin-import-newlines": "^1.4.0",
20+
"eslint-plugin-import-newlines": "^2.0.0",
2121
"eslint-plugin-prettier": "^5.5.5",
2222
"license-checker": "^25.0.1",
2323
"prettier": "^3.8.1",

0 commit comments

Comments
 (0)