Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump eslint-plugin-perfectionist from 3.9.1 to 4.2.0 (#342)
Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 3.9.1 to 4.2.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>v4.2.0</h2> <h3> 🚀 Features</h3> <ul> <li>Improve groups and custom groups in sort-interfaces and sort-object-types - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/8407bae"><!-- raw HTML omitted -->(8407b)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Fix ignoring order in natural sorting - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/82cb68a"><!-- raw HTML omitted -->(82cb6)<!-- raw HTML omitted --></a></li> <li><strong>sort-decorators</strong>: Keep jsdoc blocks in place - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/54dfdd9"><!-- raw HTML omitted -->(54dfd)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.2...v4.2.0">View changes on GitHub</a></h5> <h2>v4.1.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Fix invalid import - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/b9ce62e"><!-- raw HTML omitted -->(b9ce6)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> <h2>v4.1.1</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>sort-modules</strong>: Check if node is sortable - by <a href="https://github.com/azat-io"><code>@azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/26e2195"><!-- raw HTML omitted -->(26e21)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.0...v4.1.1">View changes on GitHub</a></h5> <h2>v4.1.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>sort-enums</strong>: Handle numeric operations - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/710cc24"><!-- raw HTML omitted -->(710cc)<!-- raw HTML omitted --></a></li> <li><strong>sort-objects</strong>: Add object declarations and destructured objects options - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/5606fad"><!-- raw HTML omitted -->(5606f)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.3...v4.1.0">View changes on GitHub</a></h5> <h2>v4.0.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Fix runtime errors in non-typescript eslint projects - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/84cddf7"><!-- raw HTML omitted -->(84cdd)<!-- raw HTML omitted --></a></li> <li><strong>sort-modules</strong>: Handle deprecated eslint enum attributes - by <a href="https://github.com/hugop95"><code>@hugop95</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/979ece8"><!-- raw HTML omitted -->(979ec)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.2...v4.0.3">View changes on GitHub</a></h5> <h2>v4.0.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>sort-imports</strong>: Sort default internal pattern - by <a href="https://github.com/azat-io"><code>@azat-io</code></a> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/a4bfc2b"><!-- raw HTML omitted -->(a4bfc)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.1...v4.0.2">View changes on GitHub</a></h5> <h2>v4.0.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>v4.2.0</h2> <p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.2...v4.2.0">compare changes</a></p> <h3>🚀 Features</h3> <ul> <li>Improve groups and custom groups in sort-interfaces and sort-object-types (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/8407bae">8407bae</a>)</li> </ul> <h3>🐞 Bug Fixes</h3> <ul> <li><strong>sort-decorators:</strong> Keep jsdoc blocks in place (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/54dfdd9">54dfdd9</a>)</li> <li>Fix ignoring order in natural sorting (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/82cb68a">82cb68a</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Hugo (<a href="http://github.com/hugop95"><code>@hugop95</code></a>)</li> </ul> <h2>v4.1.2</h2> <p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.1...v4.1.2">compare changes</a></p> <h3>🐞 Bug Fixes</h3> <ul> <li>Fix invalid import (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/b9ce62e">b9ce62e</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Hugo (<a href="http://github.com/hugop95"><code>@hugop95</code></a>)</li> </ul> <h2>v4.1.1</h2> <p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.0...v4.1.1">compare changes</a></p> <h3>🐞 Bug Fixes</h3> <ul> <li><strong>sort-modules:</strong> Check if node is sortable (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/26e2195">26e2195</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Azat S. (<a href="http://github.com/azat-io"><code>@azat-io</code></a>)</li> </ul> <h2>v4.1.0</h2> <p><a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.0.3...v4.1.0">compare changes</a></p> <h3>🚀 Features</h3> <ul> <li><strong>sort-enums:</strong> Handle numeric operations (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/710cc24">710cc24</a>)</li> <li><strong>sort-objects:</strong> Add object declarations and destructured objects options (<a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/5606fad">5606fad</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/7ead1cfef9faaf771691e0a3f4be1ce33cb64665"><code>7ead1cf</code></a> build: publish v4.2.0</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/0a501b13cbb57ed1d1041e22e93004f58a3b0ed3"><code>0a501b1</code></a> docs: update stats</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/4dbfca601c0e2b844a0bd97a8cc841466d10c171"><code>4dbfca6</code></a> chore: update dependencies</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/35a70c4cf8d8d1c68940639494c598406fb36a0f"><code>35a70c4</code></a> docs: fix examples</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/8407baebda1307f28e5d59f60e800a0eee6f71cf"><code>8407bae</code></a> feat: improve groups and custom groups in sort-interfaces and sort-object-types</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/82cb68a964fcb03869b415eea4d665ad305c8ca1"><code>82cb68a</code></a> fix: fix ignoring order in natural sorting</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/eed1b809a954778baed8117abd72efcd39c9c0c8"><code>eed1b80</code></a> docs: replace window with global this object</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/277977b8f1398099802c041b02e6e68bff37c496"><code>277977b</code></a> docs: save sidebar scrollbar position</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/54dfdd9e7efe97f00df8a9a23781d605aaaad61b"><code>54dfdd9</code></a> fix(sort-decorators): keep jsdoc blocks in place</li> <li><a href="https://github.com/azat-io/eslint-plugin-perfectionist/commit/9800e26bd03d1a729e343dc729aebdfb3d554c61"><code>9800e26</code></a> chore: remove base url from tsconfig</li> <li>Additional commits viewable in <a href="https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.9.1...v4.2.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.9.1&new-version=4.2.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