Skip to content

Commit

Permalink
fix(deps): Bump eslint-plugin-perfectionist from 3.8.0 to 3.9.1 (#318)
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.8.0 to 3.9.1.
<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.9.1</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>sort-switch-case</strong>: Fixe expressions being ignored  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/3fb34fc"><!-- raw HTML omitted -->(3fb34)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.9.0...v3.9.1">View changes on GitHub</a></h5>
<h2>v3.9.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Adds possibility to trim / remove special characters before sorting  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/96f8b10"><!-- raw HTML omitted -->(96f8b)<!-- raw HTML omitted --></a></li>
<li>Add element value pattern filter for properties in sort-classes  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4e7e5ad"><!-- raw HTML omitted -->(4e7e5)<!-- raw HTML omitted --></a></li>
<li>Throw error when a group does not exist or duplicated in sort-classes  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/d447ffb"><!-- raw HTML omitted -->(d447f)<!-- raw HTML omitted --></a></li>
<li>Add method group in sort-interfaces  -  by <a href="https://github.com/azat-io"><code>@​azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/b797371"><!-- raw HTML omitted -->(b7973)<!-- raw HTML omitted --></a></li>
<li>Add method group in sort-object-types  -  by <a href="https://github.com/azat-io"><code>@​azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4609ad2"><!-- raw HTML omitted -->(4609a)<!-- raw HTML omitted --></a></li>
<li>Add special characters and matcher to settings  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a7d3f8c"><!-- raw HTML omitted -->(a7d3f)<!-- raw HTML omitted --></a></li>
<li>Improve side-effect handling behavior in sort-imports  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/398ac13"><!-- raw HTML omitted -->(398ac)<!-- raw HTML omitted --></a></li>
<li>Deprecate sort-astro-attributes, sort-svelte-attributes and sort-vue-attributes  -  by <a href="https://github.com/azat-io"><code>@​azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/46790ea"><!-- raw HTML omitted -->(46790)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Fix runtime error related o dependencies in sort-classes  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7dfcb8e"><!-- raw HTML omitted -->(7dfcb)<!-- raw HTML omitted --></a></li>
<li>Fix unrecognized break statements in sort-switch-case  -  by <a href="https://github.com/hugop95"><code>@​hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/552c65c"><!-- raw HTML omitted -->(552c6)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.8.0...v3.9.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.9.1</h2>
<p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.9.0...v3.9.1">compare changes</a></p>
<h3>🐞 Bug Fixes</h3>
<ul>
<li><strong>sort-switch-case:</strong> Fixe expressions being ignored (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/3fb34fc">3fb34fc</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Hugo (<a href="http://github.com/hugop95"><code>@​hugop95</code></a>)</li>
</ul>
<h2>v3.9.0</h2>
<p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.8.0...v3.9.0">compare changes</a></p>
<h3>🚀 Features</h3>
<ul>
<li>Adds possibility to trim / remove special characters before sorting (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/96f8b10">96f8b10</a>)</li>
<li>Add element value pattern filter for properties in sort-classes (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4e7e5ad">4e7e5ad</a>)</li>
<li>Throw error when a group does not exist or duplicated in sort-classes (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/d447ffb">d447ffb</a>)</li>
<li>Add method group in sort-interfaces (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/b797371">b797371</a>)</li>
<li>Add method group in sort-object-types (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4609ad2">4609ad2</a>)</li>
<li>Add special characters and matcher to settings (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a7d3f8c">a7d3f8c</a>)</li>
<li>Improve side-effect handling behavior in sort-imports (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/398ac13">398ac13</a>)</li>
<li>Deprecate sort-astro-attributes, sort-svelte-attributes and sort-vue-attributes (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/46790ea">46790ea</a>)</li>
</ul>
<h3>🐞 Bug Fixes</h3>
<ul>
<li>Fix runtime error related o dependencies in sort-classes (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7dfcb8e">7dfcb8e</a>)</li>
<li>Fix unrecognized break statements in sort-switch-case (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/552c65c">552c65c</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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/b2afcfd8c1b39d99d1a0613a6a5a0a6c15bccf8e"><code>b2afcfd</code></a> build: publish v3.9.1</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/3fb34fc1258d71017ec9cd7146c943fe54cebf44"><code>3fb34fc</code></a> fix(sort-switch-case): fixe expressions being ignored</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/998968affc170678aa7c86a9864484de5fa5e8ab"><code>998968a</code></a> docs: update license reference</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/cf89fe9a78bcc8610f7be972ffa3233783693608"><code>cf89fe9</code></a> build: publish v3.9.0</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/35dcaea53e21c57196567c878d749d96edec68f0"><code>35dcaea</code></a> chore: update dependencies</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/46790ea27bc1f2c8b6bf419fac9388819e74ef7a"><code>46790ea</code></a> feat: deprecate sort-astro-attributes, sort-svelte-attributes and sort-vue-at...</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/398ac13342000d96adcd2f6a8c5905b4acdde075"><code>398ac13</code></a> feat: Improve side-effect handling behavior in sort-imports</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a7d3f8c20ee3f9806f7c29215b97c3327f67c754"><code>a7d3f8c</code></a> feat: add special characters and matcher to settings</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/552c65c0298638de80cbcb76bde66a66ec8388fd"><code>552c65c</code></a> fix: fix unrecognized break statements in sort-switch-case</li>
<li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4609ad2fc6d163ed7c77047468b241d4f17f317e"><code>4609ad2</code></a> feat: add method group in sort-object-types</li>
<li>Additional commits viewable in <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.8.0...v3.9.1">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.8.0&new-version=3.9.1)](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 21, 2024
1 parent edc5700 commit 3214e79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 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.11.1",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-perfectionist": "^3.9.1",
"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.11.1",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-putout": "^23.1.0",
"eslint-plugin-regexp": "^2.6.0",
Expand Down

0 comments on commit 3214e79

Please sign in to comment.