-
Notifications
You must be signed in to change notification settings - Fork 40
Commit b8bf79d
authored
Bump the other group with 6 updates (#591)
Bumps the other group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [framer-motion](https://github.com/framer/motion) | `11.3.21` |
`11.3.24` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.8.0` | `9.9.0` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.41` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` |
`3.4.9` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.0.0` | `8.0.1` |
Updates `framer-motion` from 11.3.21 to 11.3.24
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[11.3.24] 2024-08-08</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing incorrect version publish.</li>
</ul>
<h2>[11.3.23] 2024-08-07</h2>
<h3>Fixed</h3>
<ul>
<li>Improving optimised appear animation check from
<code>data-appear-id</code> to active recording of started
animations.</li>
<li>Only cancelling optimised appear animations from layout animations
when they're animating <code>transform</code>.</li>
</ul>
<h2>[11.3.22] 2024-08-07</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing spring animations with explicit velocities that animate to
their current value.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/93f74bc2a58174a49edae1765ab510bc3d2c62b5"><code>93f74bc</code></a>
v11.3.24</li>
<li><a
href="https://github.com/framer/motion/commit/4eef5c289270f8ea766d9ec6219017067e89c9d2"><code>4eef5c2</code></a>
Updating package size</li>
<li><a
href="https://github.com/framer/motion/commit/697d6bfc056af322b30d89161073768872abd42c"><code>697d6bf</code></a>
Updating version</li>
<li><a
href="https://github.com/framer/motion/commit/9850b85bd12c445af58ede8c0404cfe1fc5bcfe7"><code>9850b85</code></a>
v11.3.23</li>
<li><a
href="https://github.com/framer/motion/commit/4c3e8edcdc3f00a7407c94de8ebb352974f57e19"><code>4c3e8ed</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/2215ce65a56b9c577f5ad9a096cbeddd4bc251f4"><code>2215ce6</code></a>
Optimised appear improvements (<a
href="https://redirect.github.com/framer/motion/issues/2752">#2752</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/a1dbac5ed5cf1a8f9aaa47f5a9b09fdfea6eeb80"><code>a1dbac5</code></a>
v11.3.22</li>
<li><a
href="https://github.com/framer/motion/commit/289f503fd65e30d043ae89616b9e2a490ea8a447"><code>289f503</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/550fbe267a05b9ea8d4767431dde484677f18ad7"><code>550fbe2</code></a>
Fixing springs with same origin/target (<a
href="https://redirect.github.com/framer/motion/issues/2751">#2751</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/a4b47ca1bf0edb4bc52b11ba2386715631c5b779"><code>a4b47ca</code></a>
Updating version</li>
<li>See full diff in <a
href="https://github.com/framer/motion/compare/v11.3.21...v11.3.24">compare
view</a></li>
</ul>
</details>
<br />
Updates `@eslint/js` from 9.8.0 to 9.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.9.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>)
(Dave)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>)
(Christian Bromann)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@eslint/js</code>'s
changelog</a>.</em></p>
<blockquote>
<p>v9.9.0 - August 9, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>)
(Dave)</li>
<li><a
href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.9.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint` from 9.8.0 to 9.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.9.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)
(Dave)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)
(Christian Bromann)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.9.0 - August 9, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)
(Dave)</li>
<li><a
href="https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/0dd38631b8dd60f93807e9cee1df3e752b86ab51"><code>0dd3863</code></a>
9.9.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/2e5ba7759ea96506ba152e92a9ff3854b9434ebf"><code>2e5ba77</code></a>
Build: changelog update for 9.9.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2"><code>59dba1b</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba"><code>fea8563</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f"><code>aac191e</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `postcss` from 8.4.40 to 8.4.41
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.4.41</h2>
<ul>
<li>Fixed types (by <a
href="https://github.com/nex3"><code>@nex3</code></a> and <a
href="https://github.com/querkmachine"><code>@querkmachine</code></a>).</li>
<li>Cleaned up RegExps (by <a
href="https://github.com/bluwy"><code>@bluwy</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.4.41</h2>
<ul>
<li>Fixed types (by <a
href="https://github.com/nex3"><code>@nex3</code></a> and <a
href="https://github.com/querkmachine"><code>@querkmachine</code></a>).</li>
<li>Cleaned up RegExps (by <a
href="https://github.com/bluwy"><code>@bluwy</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/57e02115e41c91cb67974092eea58c649b24d7b1"><code>57e0211</code></a>
Release 8.4.41 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/f27134f47287d538c8a8ae9b2168602afba6abed"><code>f27134f</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/146d31c4514ba2b69c226d2fac0349c3dd0a5b60"><code>146d31c</code></a>
Merge pull request <a
href="https://redirect.github.com/postcss/postcss/issues/1952">#1952</a>
from nex3/rule-props</li>
<li><a
href="https://github.com/postcss/postcss/commit/3707c3bac521a859ca4c36bf93a6912633abf997"><code>3707c3b</code></a>
Merge remote-tracking branch 'origin/main' into rule-props</li>
<li><a
href="https://github.com/postcss/postcss/commit/9ab36195eea080d7ea77e7013f762beb253cfd42"><code>9ab3619</code></a>
Declare <code>Input.toJSON()</code></li>
<li><a
href="https://github.com/postcss/postcss/commit/be59ad419c5980e5a577aa6f15719ca6baa26db0"><code>be59ad4</code></a>
Remove dead website</li>
<li><a
href="https://github.com/postcss/postcss/commit/165154b65a8e9af26f633b39e15d305321169413"><code>165154b</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/6127a44c27b1abbe532e52afcd0a243a472b1ed3"><code>6127a44</code></a>
Declaration#variable do not have setter</li>
<li><a
href="https://github.com/postcss/postcss/commit/536726db42acabe0e478c5127996e9ba0036ee71"><code>536726d</code></a>
Fix type</li>
<li><a
href="https://github.com/postcss/postcss/commit/58fa0ef50bc4b1c507bcfc2af2b7f98d1099dcd5"><code>58fa0ef</code></a>
Sort keys</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.4.40...8.4.41">compare
view</a></li>
</ul>
</details>
<br />
Updates `tailwindcss` from 3.4.7 to 3.4.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.9</h2>
<h3>Fixed</h3>
<ul>
<li>No longer warns when broad glob patterns are detecting
<code>vendor</code> folders</li>
</ul>
<h2>v3.4.8</h2>
<h3>Fixed</h3>
<ul>
<li>Fix minification when using nested CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li>
<li>Warn when broad glob patterns are used in the content configuration
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.9] - 2024-08-08</h2>
<h3>Fixed</h3>
<ul>
<li>No longer warns when broad glob patterns are detecting
<code>vendor</code> folders</li>
</ul>
<h2>[3.4.8] - 2024-08-07</h2>
<h3>Fixed</h3>
<ul>
<li>Fix minification when using nested CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li>
<li>Warn when broad glob patterns are used in the content configuration
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/f65023efb97832660dc17cf954504f9f156047ba"><code>f65023e</code></a>
3.4.9</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/702ba6aaee165f176b9413bee0d13cf5a51fd879"><code>702ba6a</code></a>
Don't warn about broad globs in vendor folders (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14147">#14147</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/1676118af9dd1ca2b59f3f9b91afef4d0b453ea5"><code>1676118</code></a>
3.4.8</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/69c81f25833056a6e5e17a6fd00dec68044df327"><code>69c81f2</code></a>
rename <code>master</code> to <code>main</code></li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/858696a8bcd5eac7370a851b5e6adc24f154dafa"><code>858696a</code></a>
Warn when broad glob patterns are used in the content configuration (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14140">#14140</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/1f23c2e8421cf8f674cf4dfe9940e51ff21f3d4a"><code>1f23c2e</code></a>
Bump to latest cssnano v6 (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14105">#14105</a>)</li>
<li><a
href="https://github.com/tailwindlabs/tailwindcss/commit/28bd90eefbf2962f38ce5b27775b97ffe1584641"><code>28bd90e</code></a>
Automate checksum generation for standalone CLI (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14081">#14081</a>)</li>
<li>See full diff in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.0.0 to 8.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.0.1</h2>
<h2>8.0.1 (2024-08-05)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unused-vars] ignore imports used
only as types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9694">#9694</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Jake Bailey <a
href="https://github.com/jakebailey"><code>@jakebailey</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.1 (2024-08-05)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e05c2e5d510219e4d9cfaef8b8d908bbf5be5d3c"><code>e05c2e5</code></a>
chore(release): publish 8.0.1</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 708f8af commit b8bf79dCopy full SHA for b8bf79d
File tree
Expand file treeCollapse file tree
2 files changed
+84
-76
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+84
-76
lines changedOpen diff view settings
Collapse file
+78-70Lines changed: 78 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments