57.json (7171B)
1 { 2 "number": 57, 3 "title": "Bump tailwindcss from 3.0.18 to 3.0.19", 4 "state": "merged", 5 "diff_file": "57.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-02-08T08:32:28Z", 8 "closed_at": "2022-02-08T08:34:20Z", 9 "merged_at": "2022-02-08T08:34:20Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/tailwindcss-3.0.19", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.18 to 3.0.19.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/tailwindlabs/tailwindcss/releases\">tailwindcss's releases</a>.</em></p>\n<blockquote>\n<h2>v3.0.19</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix preflight border color fallback (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7288\">#7288</a>)</li>\n<li>Correctly parse shadow lengths without a leading zero (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7289\">#7289</a>)</li>\n<li>Don't crash when scanning extremely long class candidates (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7331\">#7331</a>)</li>\n<li>Use less hacky fix for URLs detected as custom properties (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7275\">#7275</a>)</li>\n<li>Correctly generate negative utilities when dash is before the prefix (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7295\">#7295</a>)</li>\n<li>Detect prefixed negative utilities in the safelist (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7295\">#7295</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md\">tailwindcss's changelog</a>.</em></p>\n<blockquote>\n<h2>[3.0.19] - 2022-02-07</h2>\n<h3>Fixed</h3>\n<ul>\n<li>Fix preflight border color fallback (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7288\">#7288</a>)</li>\n<li>Correctly parse shadow lengths without a leading zero (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7289\">#7289</a>)</li>\n<li>Don't crash when scanning extremely long class candidates (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7331\">#7331</a>)</li>\n<li>Use less hacky fix for URLs detected as custom properties (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7275\">#7275</a>)</li>\n<li>Correctly generate negative utilities when dash is before the prefix (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7295\">#7295</a>)</li>\n<li>Detect prefixed negative utilities in the safelist (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/7295\">#7295</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/2250e1bacd4a35f8fcff6925a72df7752deafd55\"><code>2250e1b</code></a> 3.0.19</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/cbff982a4214d6be30e6024aeed7eb504747ffe7\"><code>cbff982</code></a> Update changelog</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/58bd3016d138a5cd667afaef9e37ed2831642d31\"><code>58bd301</code></a> Update CHANGELOG.md</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/01fbe196c4eb8335012fa076da2e9e7d47eb21c6\"><code>01fbe19</code></a> Fix negative utility generation and detection when using a prefix (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/7295\">#7295</a>)</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/ab9fd951dd7617442bb38f9fd52541cf1ddeceec\"><code>ab9fd95</code></a> Use less hacky fix for urls detected as custom properties (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/7275\">#7275</a>)</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/d87bdb2f81dc5148812e674e6096daa85c4be6e2\"><code>d87bdb2</code></a> Update changelog</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/dc6644e0c89e1c89d589200a3d80119bb4eb35df\"><code>dc6644e</code></a> Eliminate recursion from candidatePermutations (<a href=\"https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/7331\">#7331</a>)</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/8e38bbc85ff99a3052dc14e1142b7caf10ac5a00\"><code>8e38bbc</code></a> Update LICENSE</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/520d3542ce14c7c7e0a2c688232123f3ff7d6418\"><code>520d354</code></a> Update package.json</li>\n<li><a href=\"https://github.com/tailwindlabs/tailwindcss/commit/94ead15f278cfef4d531ec9c3cd802d5bebe615f\"><code>94ead15</code></a> Update eslint to version 8.8.0</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19\">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 }