Commit b854cae
authored
Bump the other group with 7 updates (#612)
Bumps the other group with 7 updates:
| Package | From | To |
| --- | --- | --- |
|
[@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime)
| `7.25.0` | `7.25.4` |
| [framer-motion](https://github.com/framer/motion) | `11.3.28` |
`11.3.30` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.9.0` | `9.9.1` |
| [@jupyter-widgets/base](https://github.com/jupyter-widgets/ipywidgets)
| `6.0.8` | `6.0.10` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.3.3` | `18.3.4` |
| [eslint](https://github.com/eslint/eslint) | `9.9.0` | `9.9.1` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.1.0` | `8.2.0` |
Updates `@babel/runtime` from 7.25.0 to 7.25.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@babel/runtime</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.25.4 (2024-08-22)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16756">#16756</a>
fix: Skip computed key when renaming (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16755">#16755</a>
fix: Decorator 2018-09 may throw an exception (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16710">#16710</a>
Visit AST fields nodes according to their syntactical order (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16709">#16709</a>
Print semicolon after TS <code>export namespace as A</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-proposal-pipeline-operator</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-destructuring</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-plugin-transform-private-methods</code>,
<code>babel-plugin-transform-private-property-in-object</code>,
<code>babel-plugin-transform-typescript</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16722">#16722</a>
Avoid unnecessary parens around sequence expressions (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-class-properties</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16714">#16714</a>
Avoid unnecessary parens around exported arrow functions (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-transform-object-rest-spread</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16712">#16712</a>
Avoid printing unnecessary parens around object destructuring (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16740">#16740</a>
Avoid extra spaces between comments/regexps in compact mode (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Babel Bot (<a
href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li>
</ul>
<h2>v7.25.3 (2024-07-31)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-plugin-bugfix-firefox-class-in-computed-class-key</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16699">#16699</a>
Avoid validating visitors produced by
<code>traverse.visitors.merge</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16688">#16688</a> Add
<code>@babel/types</code> as a dependency of <code>@babel/parser</code>
(<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.25.2 (2024-07-30)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-core</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16695">#16695</a>
Ensure that <code>requeueComputedKeyAndDecorators</code> is available
(<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/runtime</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.25.4 (2024-08-22)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16756">#16756</a>
fix: Skip computed key when renaming (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16755">#16755</a>
fix: Decorator 2018-09 may throw an exception (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16710">#16710</a>
Visit AST fields nodes according to their syntactical order (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16709">#16709</a>
Print semicolon after TS <code>export namespace as A</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-proposal-pipeline-operator</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-destructuring</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-plugin-transform-private-methods</code>,
<code>babel-plugin-transform-private-property-in-object</code>,
<code>babel-plugin-transform-typescript</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16722">#16722</a>
Avoid unnecessary parens around sequence expressions (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-transform-class-properties</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16714">#16714</a>
Avoid unnecessary parens around exported arrow functions (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-proposal-destructuring-private</code>,
<code>babel-plugin-transform-object-rest-spread</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16712">#16712</a>
Avoid printing unnecessary parens around object destructuring (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16740">#16740</a>
Avoid extra spaces between comments/regexps in compact mode (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.3 (2024-07-31)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-plugin-bugfix-firefox-class-in-computed-class-key</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16699">#16699</a>
Avoid validating visitors produced by
<code>traverse.visitors.merge</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16688">#16688</a> Add
<code>@babel/types</code> as a dependency of <code>@babel/parser</code>
(<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.2 (2024-07-30)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-core</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16695">#16695</a>
Ensure that <code>requeueComputedKeyAndDecorators</code> is available
(<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.1 (2024-07-28)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-function-name</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16683">#16683</a>
fix: <code>ensureFunctionName</code> may be undefined (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-transform-react-constant-elements</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16582">#16582</a> fix
plugin-transform-react-constant-elements transform JSXFrament but not
add JSXExpressionContainer (<a
href="https://github.com/keiseiTi"><code>@keiseiTi</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16587">#16587</a>
fix: fixed issue16583 + test (<a
href="https://github.com/nerodesu017"><code>@nerodesu017</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16663">#16663</a>
Test eslint plugin against eslint 9 (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/babel/babel/commit/cbf124ca42a4c34630040bf556e6a8507f961dfe"><code>cbf124c</code></a>
v7.25.4</li>
<li><a
href="https://github.com/babel/babel/commit/575863cf05c66810b9886a25b43c2dfa71de2e07"><code>575863c</code></a>
Avoid unnecessary parens around sequence expressions (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-runtime/issues/16722">#16722</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.25.4/packages/babel-runtime">compare
view</a></li>
</ul>
</details>
<br />
Updates `framer-motion` from 11.3.28 to 11.3.30
<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.30] 2024-08-23</h2>
<h3>Fixed</h3>
<ul>
<li>Removed double <code>"change"</code> handler on
externally-provided <code>MotionValue</code>s.</li>
</ul>
<h2>[11.3.29] 2024-08-21</h2>
<h3>Fixed</h3>
<ul>
<li>Selective cancellation of optimised appear animations.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/7f7e4305d45e0a1023c89dba0670bd0cefe17742"><code>7f7e430</code></a>
v11.3.30</li>
<li><a
href="https://github.com/framer/motion/commit/a0f0573082b42b44f784c86c2d7b681339af4e1d"><code>a0f0573</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/828b8d9e52ee3db1693d5dad79a320f355e6e51f"><code>828b8d9</code></a>
Removing double update listenrs on externall provided motion values (<a
href="https://redirect.github.com/framer/motion/issues/2773">#2773</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/200c0bde6c0747914a23fd9176b34a74e2af3b5c"><code>200c0bd</code></a>
Updating tests</li>
<li><a
href="https://github.com/framer/motion/commit/94c848b2437315234402fd9cb5d4555e1b7c2b71"><code>94c848b</code></a>
Updating version</li>
<li><a
href="https://github.com/framer/motion/commit/9ce1eadac0ac67adbf2f911bd61602118fa7f8de"><code>9ce1ead</code></a>
v11.3.29</li>
<li><a
href="https://github.com/framer/motion/commit/cffd68e49286d4c3e0570802d580d96384f15f32"><code>cffd68e</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/ddf2e3cb8d37fd56d505f2b125c621d450869f72"><code>ddf2e3c</code></a>
Selectively cancel parts of tree with layout animation/optimised
transform co...</li>
<li><a
href="https://github.com/framer/motion/commit/9257a79af578f67b419ac900c3c2c749c2332b5a"><code>9257a79</code></a>
Updating version</li>
<li>See full diff in <a
href="https://github.com/framer/motion/compare/v11.3.28...v11.3.30">compare
view</a></li>
</ul>
</details>
<br />
Updates `@eslint/js` from 9.9.0 to 9.9.1
<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.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02"><code>9bde90c</code></a>
fix: add logic to handle <code>fixTypes</code> in
<code>lintText()</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18736">#18736</a>)
(Amaresh S M)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a>
docs: Use and define languages (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18795">#18795</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a>
docs: eslint-plugin-markdown -> <code>@eslint/markdown</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18797">#18797</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c"><code>c6c8ddd</code></a>
docs: update links to eslint-visitor-keys repo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18796">#18796</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f"><code>f981d05</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321"><code>b516974</code></a>
docs: update links to <code>eslint/js</code> repo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18781">#18781</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954"><code>fb7a3f5</code></a>
docs: update note for package managers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18779">#18779</a>)
(Jay)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.9.1 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a>
chore: use eslint-plugin-yml on yaml files only (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18801">#18801</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001"><code>f8d1b3c</code></a>
chore: update dependencies for browser tests (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18794">#18794</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b"><code>aed2624</code></a>
chore: update dependency <code>@eslint/config-array</code> to ^0.18.0
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18788">#18788</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43"><code>5c29128</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.4.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18789">#18789</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88"><code>5d66fb2</code></a>
chore: migrate linting workflow to use trunk check meta-linter (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18643">#18643</a>)
(Chris Clearwater)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f"><code>bf96855</code></a>
chore: add ids to github issue templates (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18775">#18775</a>)
(Strek)</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.1 - August 23, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.9.1 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a>
docs: Use and define languages (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18795">#18795</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a>
chore: use eslint-plugin-yml on yaml files only (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18801">#18801</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a>
docs: eslint-plugin-markdown -> <code>@eslint/markdown</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18797">#18797</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c"><code>c6c8ddd</code></a>
docs: update links to eslint-visitor-keys repo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18796">#18796</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001"><code>f8d1b3c</code></a>
chore: update dependencies for browser tests (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18794">#18794</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b"><code>aed2624</code></a>
chore: update dependency <code>@eslint/config-array</code> to ^0.18.0
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18788">#18788</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43"><code>5c29128</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.4.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18789">#18789</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88"><code>5d66fb2</code></a>
chore: migrate linting workflow to use trunk check meta-linter (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18643">#18643</a>)
(Chris Clearwater)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f"><code>f981d05</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321"><code>b516974</code></a>
docs: update links to <code>eslint/js</code> repo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18781">#18781</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954"><code>fb7a3f5</code></a>
docs: update note for package managers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18779">#18779</a>)
(Jay)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f"><code>bf96855</code></a>
chore: add ids to github issue templates (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18775">#18775</a>)
(Strek)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02"><code>9bde90c</code></a>
fix: add logic to handle <code>fixTypes</code> in
<code>lintText()</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18736">#18736</a>)
(Amaresh S M)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</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.1/packages/js">compare
view</a></li>
</ul>
</details>
<br />
Updates `@jupyter-widgets/base` from 6.0.8 to 6.0.10
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/jupyter-widgets/ipywidgets/commits">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/react` from 18.3.3 to 18.3.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint` from 9.9.0 to 9.9.1
<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.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02"><code>9bde90c</code></a>
fix: add logic to handle <code>fixTypes</code> in
<code>lintText()</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18736">#18736</a>)
(Amaresh S M)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a>
docs: Use and define languages (<a
href="https://redirect.github.com/eslint/eslint/issues/18795">#18795</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a>
docs: eslint-plugin-markdown -> <code>@eslint/markdown</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18797">#18797</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c"><code>c6c8ddd</code></a>
docs: update links to eslint-visitor-keys repo (<a
href="https://redirect.github.com/eslint/eslint/issues/18796">#18796</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f"><code>f981d05</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321"><code>b516974</code></a>
docs: update links to <code>eslint/js</code> repo (<a
href="https://redirect.github.com/eslint/eslint/issues/18781">#18781</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954"><code>fb7a3f5</code></a>
docs: update note for package managers (<a
href="https://redirect.github.com/eslint/eslint/issues/18779">#18779</a>)
(Jay)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.9.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a>
chore: use eslint-plugin-yml on yaml files only (<a
href="https://redirect.github.com/eslint/eslint/issues/18801">#18801</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001"><code>f8d1b3c</code></a>
chore: update dependencies for browser tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18794">#18794</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b"><code>aed2624</code></a>
chore: update dependency <code>@eslint/config-array</code> to ^0.18.0
(<a
href="https://redirect.github.com/eslint/eslint/issues/18788">#18788</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43"><code>5c29128</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.4.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18789">#18789</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88"><code>5d66fb2</code></a>
chore: migrate linting workflow to use trunk check meta-linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18643">#18643</a>)
(Chris Clearwater)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f"><code>bf96855</code></a>
chore: add ids to github issue templates (<a
href="https://redirect.github.com/eslint/eslint/issues/18775">#18775</a>)
(Strek)</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.1 - August 23, 2024</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.9.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a>
docs: Use and define languages (<a
href="https://redirect.github.com/eslint/eslint/issues/18795">#18795</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a>
chore: use eslint-plugin-yml on yaml files only (<a
href="https://redirect.github.com/eslint/eslint/issues/18801">#18801</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a>
docs: eslint-plugin-markdown -> <code>@eslint/markdown</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18797">#18797</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c"><code>c6c8ddd</code></a>
docs: update links to eslint-visitor-keys repo (<a
href="https://redirect.github.com/eslint/eslint/issues/18796">#18796</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001"><code>f8d1b3c</code></a>
chore: update dependencies for browser tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18794">#18794</a>)
(Christian Bromann)</li>
<li><a
href="https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b"><code>aed2624</code></a>
chore: update dependency <code>@eslint/config-array</code> to ^0.18.0
(<a
href="https://redirect.github.com/eslint/eslint/issues/18788">#18788</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43"><code>5c29128</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.4.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18789">#18789</a>)
(renovate[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88"><code>5d66fb2</code></a>
chore: migrate linting workflow to use trunk check meta-linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18643">#18643</a>)
(Chris Clearwater)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f"><code>f981d05</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321"><code>b516974</code></a>
docs: update links to <code>eslint/js</code> repo (<a
href="https://redirect.github.com/eslint/eslint/issues/18781">#18781</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954"><code>fb7a3f5</code></a>
docs: update note for package managers (<a
href="https://redirect.github.com/eslint/eslint/issues/18779">#18779</a>)
(Jay)</li>
<li><a
href="https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f"><code>bf96855</code></a>
chore: add ids to github issue templates (<a
href="https://redirect.github.com/eslint/eslint/issues/18775">#18775</a>)
(Strek)</li>
<li><a
href="https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02"><code>9bde90c</code></a>
fix: add logic to handle <code>fixTypes</code> in
<code>lintText()</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18736">#18736</a>)
(Amaresh S M)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/8781e6f063e56438dc22346504ff637df3f84daf"><code>8781e6f</code></a>
9.9.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/1503d0351e915ff6244937a19a3070bbb928d089"><code>1503d03</code></a>
Build: changelog update for 9.9.1</li>
<li><a
href="https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d"><code>b0c34d0</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.9.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34"><code>cd5a0da</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca"><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4"><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0"><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85"><code>241fcea</code></a>
docs: Use and define languages (<a
href="https://redirect.github.com/eslint/eslint/issues/18795">#18795</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1"><code>0f68a85</code></a>
chore: use eslint-plugin-yml on yaml files only (<a
href="https://redirect.github.com/eslint/eslint/issues/18801">#18801</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a"><code>5dbdd63</code></a>
docs: eslint-plugin-markdown -> <code>@eslint/markdown</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18797">#18797</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.9.0...v9.9.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.1.0 to 8.2.0
<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.2.0</h2>
<h2>8.2.0 (2024-08-19)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add suggestion to
<code>require-await</code> to remove <code>async</code> keyword (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9718">#9718</a>)</li>
<li><strong>typescript-estree:</strong> special-case error for
parserOptions.project and project references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9686">#9686</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong>
[use-unknown-in-catch-callback-variable] flag second argument of
<code>.then</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9059">#9059</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
conflict with TS for variables used before assignment (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9209">#9209</a>)</li>
<li><strong>eslint-plugin:</strong> delete [] in message if ReadOnly<!--
raw HTML omitted --> is detected (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9513">#9513</a>)</li>
<li><strong>eslint-plugin:</strong> [no-redundant-type-constituents]
differentiate a types-error any from a true any (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9555">#9555</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
check mapped constraint types if necessary (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9740">#9740</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add
logic to see through intersections (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9777">#9777</a>)</li>
<li><strong>typescript-estree:</strong> pass in tsconfigRootDir as cwd
to getParsedConfigFile (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9804">#9804</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Dave <a
href="https://github.com/reduckted"><code>@reduckted</code></a></li>
<li>Jake Bailey <a
href="https://github.com/jakebailey"><code>@jakebailey</code></a></li>
<li>James <a
href="https://github.com/Zamiell"><code>@Zamiell</code></a></li>
<li>Josh Goldberg ✨</li>
<li>liuxingbaoyu <a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li>
<li>Yutong Zhu <a
href="https://github.com/YutongZhuu"><code>@YutongZhuu</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.2.0 (2024-08-19)</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/7440e14994c353d6157f56fde8ab3bff25efdd59"><code>7440e14</code></a>
chore(release): publish 8.2.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/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 f897fa5 commit b854cae
2 files changed
+85
-85
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments