Skip to content

Commit

Permalink
fix(deps): Bump eslint-plugin-perfectionist from 3.6.0 to 3.8.0 (#314)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 3.6.0 to 3.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/azat-io/eslint-plugin-perfectionist/releases">eslint-plugin-perfectionist's releases</a>.</em></p>
<blockquote>
<h2>v3.8.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Add matcher option  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/9434334"><!-- raw HTML omitted -->(94343)<!-- raw HTML omitted --></a></li>
<li>Add ability to disable sorting objects in jsx styles  -  by <a href="https://github.com/azat-io"><code>@​azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/45f7661"><!-- raw HTML omitted -->(45f76)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Ignore whitespaces in node names  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7a0a96c"><!-- raw HTML omitted -->(7a0a9)<!-- raw HTML omitted --></a></li>
<li>Fix linting of nodes that are neighboring to ignored nodes  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a11841a"><!-- raw HTML omitted -->(a1184)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.7.0...v3.8.0">View changes on GitHub</a></h5>
<h2>v3.7.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Add partition by new line and group kind in sort-exports  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4db2c5e"><!-- raw HTML omitted -->(4db2c)<!-- raw HTML omitted --></a></li>
<li>Add dependency order errors  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/125e1cb"><!-- raw HTML omitted -->(125e1)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment option in sort-exports  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/f6b7803"><!-- raw HTML omitted -->(f6b78)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-intersection-types  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/9fe8abd"><!-- raw HTML omitted -->(9fe8a)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-union-types  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4a0931b"><!-- raw HTML omitted -->(4a093)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-named-imports  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/41e18b9"><!-- raw HTML omitted -->(41e18)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-named-exports  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/928246e"><!-- raw HTML omitted -->(92824)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-maps  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7bf6756"><!-- raw HTML omitted -->(7bf67)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-variable-declarations  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/aa29335"><!-- raw HTML omitted -->(aa293)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-interfaces  -  by <a href="https://github.com/chirokas"><code>@​chirokas</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/fae756a"><!-- raw HTML omitted -->(fae75)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment and partition by new line in sort-array-includes and sort-sets  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/e4fc538"><!-- raw HTML omitted -->(e4fc5)<!-- raw HTML omitted --></a></li>
<li>Add partition by comment option in sort-objects-types  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/69b643e"><!-- raw HTML omitted -->(69b64)<!-- raw HTML omitted --></a></li>
<li>Add partition by new line option in sort-enums  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/defd370"><!-- raw HTML omitted -->(defd3)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Prioritize dependencies over partitions by comment and partitions by line  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/199ab39"><!-- raw HTML omitted -->(199ab)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.6.0...v3.7.0">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md">eslint-plugin-perfectionist's changelog</a>.</em></p>
<blockquote>
<h2>v3.8.0</h2>
<p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.7.0...v3.8.0">compare changes</a></p>
<h3>🚀 Features</h3>
<ul>
<li>Add matcher option (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/9434334">9434334</a>)</li>
<li>Add ability to disable sorting objects in jsx styles (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/45f7661">45f7661</a>)</li>
</ul>
<h3>🐞 Bug Fixes</h3>
<ul>
<li>Ignore whitespaces in node names (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7a0a96c">7a0a96c</a>)</li>
<li>Fix linting of nodes that are neighboring to ignored nodes (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a11841a">a11841a</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Azat S. (<a href="http://github.com/azat-io"><code>@​azat-io</code></a>)</li>
<li>Hugo (<a href="http://github.com/hugop95"><code>@​hugop95</code></a>)</li>
</ul>
<h2>v3.7.0</h2>
<p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.6.0...v3.7.0">compare changes</a></p>
<h3>🚀 Features</h3>
<ul>
<li>Add partition by new line and group kind in sort-exports (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4db2c5e">4db2c5e</a>)</li>
<li>Add dependency order errors (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/125e1cb">125e1cb</a>)</li>
<li>Add partition by comment option in sort-exports (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/f6b7803">f6b7803</a>)</li>
<li>Add partition by comment and partition by new line in sort-intersection-types (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/9fe8abd">9fe8abd</a>)</li>
<li>Add partition by comment and partition by new line in sort-union-types (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4a0931b">4a0931b</a>)</li>
<li>Add partition by comment and partition by new line in sort-named-imports (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/41e18b9">41e18b9</a>)</li>
<li>Add partition by comment and partition by new line in sort-named-exports (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/928246e">928246e</a>)</li>
<li>Add partition by comment and partition by new line in sort-maps (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7bf6756">7bf6756</a>)</li>
<li>Add partition by comment and partition by new line in sort-variable-declarations (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/aa29335">aa29335</a>)</li>
<li>Add partition by comment and partition by new line in sort-interfaces (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/fae756a">fae756a</a>)</li>
<li>Add partition by comment and partition by new line in sort-array-includes and sort-sets (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/e4fc538">e4fc538</a>)</li>
<li>Add partition by comment option in sort-objects-types (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/69b643e">69b643e</a>)</li>
<li>Add partition by new line option in sort-enums (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/defd370">defd370</a>)</li>
</ul>
<h3>🐞 Bug Fixes</h3>
<ul>
<li>Prioritize dependencies over partitions by comment and partitions by line (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/199ab39">199ab39</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Hugo (<a href="http://github.com/hugop95"><code>@​hugop95</code></a>)</li>
<li>Chirokas (<a href="http://github.com/chirokas"><code>@​chirokas</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/d1130ae33023c3988d5ec561a035b08500740c1e"><code>d1130ae</code></a> build: publish v3.8.0</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/b3ee23d4ba6f146c08606f13d826bed0a59e6d5d"><code>b3ee23d</code></a> chore: update dependencies</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/45f7661941fbdce3569261d94dbe0ceff102c9b5"><code>45f7661</code></a> feat: add ability to disable sorting objects in jsx styles</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/943433470726b82310a5e726a54a947ac69472bb"><code>9434334</code></a> feat: add matcher option</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a11841a4b535d507bf7607c1cf18e89faea3c058"><code>a11841a</code></a> fix: fix linting of nodes that are neighboring to ignored nodes</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7a0a96c9126a43082eb66b582e8080296a9b3991"><code>7a0a96c</code></a> fix: Ignore whitespaces in node names</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/c18cb4da88f3e60bf093ee2982b2082f3b735f0a"><code>c18cb4d</code></a> chore: update dependencies</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/682d422c317fa8944cc165e53597bb9f3b3d5a82"><code>682d422</code></a> refactor: refactor rules code</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/99a7e3376395e296f00702695bd1c3334cf9a447"><code>99a7e33</code></a> chore: use markdown extension in license</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4f2d32b37982f17ddf2914df7772c7507da4a77f"><code>4f2d32b</code></a> build: publish v3.7.0</li>
<li>Additional commits viewable in <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.6.0...v3.8.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-perfectionist&package-manager=npm_and_yarn&previous-version=3.6.0&new-version=3.8.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 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)


</details>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent c94849e commit 445c54a
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 9 deletions.
106 changes: 99 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-putout": "^23.1.0",
"eslint-plugin-regexp": "^2.6.0",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-putout": "^23.1.0",
"eslint-plugin-regexp": "^2.6.0",
Expand Down

0 comments on commit 445c54a

Please sign in to comment.