72.json (6867B)
1 { 2 "number": 72, 3 "title": "Bump eslint-plugin-unicorn from 40.1.0 to 41.0.0", 4 "state": "merged", 5 "diff_file": "72.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-02-17T08:30:56Z", 8 "closed_at": "2022-02-19T17:24:35Z", 9 "merged_at": "2022-02-19T17:24:35Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/eslint-plugin-unicorn-41.0.0", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 40.1.0 to 41.0.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/releases\">eslint-plugin-unicorn's releases</a>.</em></p>\n<blockquote>\n<h2>v41.0.0</h2>\n<h3>New rules</h3>\n<ul>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/text-encoding-identifier-case.md\"><code>text-encoding-identifier-case</code></a> (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1718\">#1718</a>) 4370602</li>\n</ul>\n<h3>Breaking</h3>\n<ul>\n<li>Require ESLint 8 (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1724\">#1724</a>) 608a90c</li>\n</ul>\n<h3>Fixes</h3>\n<ul>\n<li><code>prefer-export-from</code>: Fix TypeScript compatibility (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1728\">#1728</a>) f14aa95</li>\n<li><code>prefer-at</code>: Remove auto-fix for <code>arguments</code> (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1705\">#1705</a>) bba518e</li>\n</ul>\n<p><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.1.0...v41.0.0\">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.1.0...v41.0.0</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d944282969d847158f822f99a1892561fa6b20dc\"><code>d944282</code></a> 41.0.0</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/176c1efe70bf4332f329eae425e0b19173c2c010\"><code>176c1ef</code></a> Fix tests</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/608a90cf36a4f8c18b7f4dca40b56e06e0d78f72\"><code>608a90c</code></a> Require ESLint 8 (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1724\">#1724</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f14aa956e8e7403f0dff2b8581e8c572bd1d7a52\"><code>f14aa95</code></a> <code>prefer-export-from</code>: Fix TypeScript compatibility (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1728\">#1728</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/9de8a44c2a4972373ddf0b19bfae4a7493857e10\"><code>9de8a44</code></a> Add an internal ESLint rule <code>prefer-negative-boolean-attribute</code> (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1725\">#1725</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e8ab1766f367311b906d198021353c2bbf8df301\"><code>e8ab176</code></a> Simplify <code>englishishJoinWords</code> (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1726\">#1726</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4370602b20795a9dbe9013410be44111605dee72\"><code>4370602</code></a> Add <code>text-encoding-identifier-case</code> rule (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1718\">#1718</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f32e3a7d55413b3cef55c8f64cefb3696267b65c\"><code>f32e3a7</code></a> Simplify <code>all</code> config (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1722\">#1722</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e7b8335860710ec8c134045ab224b41b0920be3c\"><code>e7b8335</code></a> Rewrite configuration validation test (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1723\">#1723</a>)</li>\n<li><a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ba9d53cd522e641d9b8da7ce495ed0110b8ce33a\"><code>ba9d53c</code></a> Update <code>run-rules-on-codebase</code> settings (<a href=\"https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1720\">#1720</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.1.0...v41.0.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [], 24 "review_comments": [] 25 }