Skip to content

Commit

Permalink
Bump the other group with 8 updates (#618)
Browse files Browse the repository at this point in the history
Bumps the other group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| @anywidget/react | `0.0.7` | `0.0.8` |
|
[@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime)
| `7.25.4` | `7.25.6` |
| [framer-motion](https://github.com/framer/motion) | `11.3.30` |
`11.3.31` |
| [xstate](https://github.com/statelyai/xstate) | `5.17.4` | `5.18.0` |
| @anywidget/types | `0.1.9` | `0.2.0` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.3.4` | `18.3.5` |
| [postcss](https://github.com/postcss/postcss) | `8.4.41` | `8.4.43` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.2.0` | `8.3.0` |

Updates `@anywidget/react` from 0.0.7 to 0.0.8

Updates `@babel/runtime` from 7.25.4 to 7.25.6
<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.6 (2024-08-29)</h2>
<p>Thanks <a href="https://github.com/j4k0xb"><code>@​j4k0xb</code></a>
for your first PR!</p>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16783">#16783</a>
Properly print inner comments in TS array types (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16775">#16775</a>
fix: jsx whitespace is not properly preserved when retainLines (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16727">#16727</a>
fix: <code>path.getAssignmentIdentifiers</code> may be
<code>undefined</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16761">#16761</a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16769">#16769</a>
Only wrap functions in <code>superPropertyGet</code> helper (<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-transform-async-to-generator</code>,
<code>babel-plugin-transform-block-scoping</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-react-jsx-development</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-react-pure-annotations</code>,
<code>babel-plugin-transform-regenerator</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16780">#16780</a> Do
not enforce printing space between <code>(</code> and comments (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16781">#16781</a>
Don't throw when enabling both syntax-import-{assertions,attributes} (<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/16782">#16782</a> TS
union/intersection nested in union does not need parens (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16777">#16777</a>
Remove unused <code>parent</code> params in the generator (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</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/j4k0xb"><code>@​j4k0xb</code></a></li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.25.5 (2024-08-23)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16764">#16764</a>
fix: Generate sequence expression parentheses correctly (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16738">#16738</a>
Only force-parenthesize <code>satisfies</code>'s LHS if it has newlines
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<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>
</blockquote>
</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.6 (2024-08-29)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16783">#16783</a>
Properly print inner comments in TS array types (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16775">#16775</a>
fix: jsx whitespace is not properly preserved when retainLines (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16727">#16727</a>
fix: <code>path.getAssignmentIdentifiers</code> may be
<code>undefined</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16761">#16761</a>
fix: improve static canFollowModifier checks (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-optional-chaining</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16769">#16769</a>
Only wrap functions in <code>superPropertyGet</code> helper (<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-transform-async-to-generator</code>,
<code>babel-plugin-transform-block-scoping</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-duplicate-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-named-capturing-groups-regex</code>,
<code>babel-plugin-transform-react-jsx-development</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-react-pure-annotations</code>,
<code>babel-plugin-transform-regenerator</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16780">#16780</a> Do
not enforce printing space between <code>(</code> and comments (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16781">#16781</a>
Don't throw when enabling both syntax-import-{assertions,attributes} (<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/16782">#16782</a> TS
union/intersection nested in union does not need parens (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16777">#16777</a>
Remove unused <code>parent</code> params in the generator (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.5 (2024-08-23)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-generator</code>, <code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16764">#16764</a>
fix: Generate parentheses correctly (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16738">#16738</a>
Only force-parenthesize <code>satisfies</code>'s LHS if it has newlines
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/babel/babel/commit/2f72b978f9acc68d065e7da10c8e270d6f96b7c4"><code>2f72b97</code></a>
v7.25.6</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.25.6/packages/babel-runtime">compare
view</a></li>
</ul>
</details>
<br />

Updates `framer-motion` from 11.3.30 to 11.3.31
<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.31] 2024-08-29</h2>
<h3>Fixed</h3>
<ul>
<li>Detects conflicts between optimised animations and rendered
<code>style</code>.</li>
<li>Resumes optimised animations where possible once layout measurements
are complete.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/2947065346eeb1485417f94934b0cb793a0d5f81"><code>2947065</code></a>
v11.3.31</li>
<li><a
href="https://github.com/framer/motion/commit/aee687f636feca6c537f148f62a3450fd9c1f86a"><code>aee687f</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/45a1d06d476f809bc4ef447a0c4bc1ddfd2f9d28"><code>45a1d06</code></a>
Resume optimised animations where possible (<a
href="https://redirect.github.com/framer/motion/issues/2774">#2774</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/689b2476952c247486cd300bd9f5ddf929ead8fd"><code>689b247</code></a>
Bump webpack from 5.76.1 to 5.94.0 (<a
href="https://redirect.github.com/framer/motion/issues/2776">#2776</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/d2484a88f1f553064d7450c72d65bbb9cc87b2b0"><code>d2484a8</code></a>
Ensure optimised appear animations are cancelled when styles differ (<a
href="https://redirect.github.com/framer/motion/issues/2772">#2772</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/4c92d2fc9b0da9cd96cdc8b7995c6f6b4add5461"><code>4c92d2f</code></a>
Increasing bundlesizes</li>
<li><a
href="https://github.com/framer/motion/commit/9436cce05ab99a9d2f9b69b1e285e3df5f38a340"><code>9436cce</code></a>
updating version</li>
<li>See full diff in <a
href="https://github.com/framer/motion/compare/v11.3.30...v11.3.31">compare
view</a></li>
</ul>
</details>
<br />

Updates `xstate` from 5.17.4 to 5.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/statelyai/xstate/releases">xstate's
releases</a>.</em></p>
<blockquote>
<h2>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/statelyai/xstate/pull/5042">#5042</a>
<a
href="https://github.com/statelyai/xstate/commit/54c9d9e6a49ab8af8b58d700ed967536f9c06fb4"><code>54c9d9e6a4</code></a>
Thanks <a
href="https://github.com/boneskull"><code>@​boneskull</code></a>! -
<code>waitFor()</code> now accepts a <code>{signal: AbortSignal}</code>
in <code>WaitForOptions</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/statelyai/xstate/pull/5006">#5006</a>
<a
href="https://github.com/statelyai/xstate/commit/1ab974547f2e1f1b656279f144f6b88a4419d87e"><code>1ab974547f</code></a>
Thanks <a
href="https://github.com/davidkpiano"><code>@​davidkpiano</code></a>! -
The state value typings for setup state machine actors
(<code>setup({}).createMachine({ ... })</code>) have been improved to
represent the actual expected state values.</p>
<pre lang="ts"><code>const machine = setup({}).createMachine({
  initial: 'green',
  states: {
    green: {},
    yellow: {},
    red: {
      initial: 'walk',
      states: {
        walk: {},
        wait: {},
        stop: {}
      }
    },
    emergency: {
      type: 'parallel',
      states: {
        main: {
          initial: 'blinking',
          states: {
            blinking: {}
          }
        },
        cross: {
          initial: 'blinking',
          states: {
            blinking: {}
          }
        }
      }
    }
  }
});
<p>const actor = createActor(machine).start();</p>
<p>const stateValue = actor.getSnapshot().value;</p>
<p>if (stateValue === 'green') {
// ...
} else if (stateValue === 'yellow') {
// ...
} else if ('red' in stateValue) {
</code></pre></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/statelyai/xstate/commit/26aabae404e98e5afd39085726d692a4e00b41ac"><code>26aabae</code></a>
Version Packages (<a
href="https://redirect.github.com/statelyai/xstate/issues/5050">#5050</a>)</li>
<li><a
href="https://github.com/statelyai/xstate/commit/8c35da9a72bf067a275335d0391ce9ab85ed8a12"><code>8c35da9</code></a>
Add initial support for xstate/store/solid (<a
href="https://redirect.github.com/statelyai/xstate/issues/5056">#5056</a>)</li>
<li><a
href="https://github.com/statelyai/xstate/commit/853f6daa0b58bab6ea4153043f9efcfb18d18172"><code>853f6da</code></a>
[core] Export <code>CallbackLogicFunction</code> (prev.
<code>InvokeCallback</code>) (<a
href="https://redirect.github.com/statelyai/xstate/issues/5054">#5054</a>)</li>
<li><a
href="https://github.com/statelyai/xstate/commit/1ab974547f2e1f1b656279f144f6b88a4419d87e"><code>1ab9745</code></a>
[core] Strongly-typed state value (<a
href="https://redirect.github.com/statelyai/xstate/issues/5006">#5006</a>)</li>
<li><a
href="https://github.com/statelyai/xstate/commit/fa615c2d18d32482fc7c6df0fbbb0e93c451846e"><code>fa615c2</code></a>
Update example package names</li>
<li><a
href="https://github.com/statelyai/xstate/commit/54c9d9e6a49ab8af8b58d700ed967536f9c06fb4"><code>54c9d9e</code></a>
feat(core): add signal option to waitFor (<a
href="https://redirect.github.com/statelyai/xstate/issues/5042">#5042</a>)</li>
<li><a
href="https://github.com/statelyai/xstate/commit/59c6185544c40b8d83e7a9ce7cb075def459af7d"><code>59c6185</code></a>
Version Packages (<a
href="https://redirect.github.com/statelyai/xstate/issues/5047">#5047</a>)</li>
<li><a
href="https://github.com/statelyai/xstate/commit/b740aafdb12ed6577ba31d0e07653bf99ebaca76"><code>b740aaf</code></a>
Add changeset for xstate/store</li>
<li><a
href="https://github.com/statelyai/xstate/commit/a36eb3751c539d6acd09de4ec7267af43b2aa1c2"><code>a36eb37</code></a>
[<code>@​xstate/store</code>] Fix store inspection issues (<a
href="https://redirect.github.com/statelyai/xstate/issues/5037">#5037</a>)</li>
<li>See full diff in <a
href="https://github.com/statelyai/xstate/compare/[email protected]@5.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@anywidget/types` from 0.1.9 to 0.2.0

Updates `@types/react` from 18.3.4 to 18.3.5
<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 `postcss` from 8.4.41 to 8.4.43
<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.43</h2>
<ul>
<li>Fixed <code>markClean is not a function</code> error.</li>
</ul>
<h2>8.4.42</h2>
<ul>
<li>Fixed CSS syntax error on long minified files (by <a
href="https://github.com/varpstar"><code>@​varpstar</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.43</h2>
<ul>
<li>Fixed <code>markClean is not a function</code> error.</li>
</ul>
<h2>8.4.42</h2>
<ul>
<li>Fixed CSS syntax error on long minified files (by <a
href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/b985ed16677abfc5d903f2b5c775d1cf284699f5"><code>b985ed1</code></a>
Release 8.4.43 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/3025b743bff14dc8fc95f3f49e8b4f294d9281ef"><code>3025b74</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/79ff9800c3158964bc837be0d6878b4471b3b794"><code>79ff980</code></a>
Update AST if it is not made by PostCSS &gt;= 8.4.41</li>
<li><a
href="https://github.com/postcss/postcss/commit/0fda48a1b1e27c443681849411c2bb65521da8df"><code>0fda48a</code></a>
Release 8.4.42 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/cd5b08cfa2434f9ba2970b454692190b45b3b320"><code>cd5b08c</code></a>
Add ESLint to CI</li>
<li><a
href="https://github.com/postcss/postcss/commit/0975cc209dc8425d61960633049aab73cb5bd3fe"><code>0975cc2</code></a>
Sort source code and fix ESLint</li>
<li><a
href="https://github.com/postcss/postcss/commit/36950b4ff95d4077c0875a34a9c06821586589a8"><code>36950b4</code></a>
Try to fix old Node.js tests</li>
<li><a
href="https://github.com/postcss/postcss/commit/fbb6d60eae1d65ef99a9ef5a7dc2528da6d96db5"><code>fbb6d60</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/118ebc9a9af683702d027f7e1e607261237764d3"><code>118ebc9</code></a>
Clean up code</li>
<li><a
href="https://github.com/postcss/postcss/commit/9e7bdca1d2904478e9017971ddc5b4a24eb2ffbd"><code>9e7bdca</code></a>
Pretty CssSyntaxError from onelined (minified) css (<a
href="https://redirect.github.com/postcss/postcss/issues/1965">#1965</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/postcss/postcss/compare/8.4.41...8.4.43">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.2.0 to 8.3.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.3.0</h2>
<h2>8.3.0 (2024-08-26)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecation] add rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9783">#9783</a>)</li>
<li><strong>typescript-estree:</strong> replace <code>globby</code> w/
<code>fast-glob</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9518">#9518</a>)</li>
<li><strong>typescript-estree:</strong> reload project service once when
file config isn't found (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9853">#9853</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> use <code>Expression</code> in argument
of <code>ThrowStatement</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9632">#9632</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
add missing parentheses in autofix (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8673">#8673</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
check mapped alias type arguments (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9741">#9741</a>)</li>
<li><strong>utils:</strong> add missing
<code>TSSatisfiesExpression</code> in
<code>RuleListenerBaseSelectors</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9832">#9832</a>)</li>
<li><strong>utils:</strong> add <code>TSDeclareFunction</code> to
<code>functionTypeTypes</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9788">#9788</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Daichi Kamiyama <a
href="https://github.com/dak2"><code>@​dak2</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Sukka</li>
<li>Vida Xie <a
href="https://github.com/9romise"><code>@​9romise</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.3.0 (2024-08-26)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecation] add rule</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Daichi Kamiyama</li>
<li>Josh Goldberg ✨</li>
<li>Kim Sang Du</li>
<li>Sukka</li>
<li>Vida Xie</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>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ef2eab12e8d99524d258f0594c3ae2baff31518b"><code>ef2eab1</code></a>
chore(release): publish 8.3.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d4f69435cc6be99f8656e4c340dcfdab1521795a"><code>d4f6943</code></a>
chore: enable eslint-plugin-perfectionist on typescript-eslint package
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9851">#9851</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/57e4120e03eede202e9938028fb8b70e6c65eaef"><code>57e4120</code></a>
feat(eslint-plugin): [no-deprecation] add rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9783">#9783</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent a1ff359 commit 38ed3c4
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 171 deletions.
Loading

0 comments on commit 38ed3c4

Please sign in to comment.