Skip to content

Commit

Permalink
Bump the minor-and-patch group with 14 updates (#1148)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 14 updates:

| Package | From | To |
| --- | --- | --- |
|
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)
| `7.23.0` | `7.23.2` |
|
[@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript)
| `7.23.0` | `7.23.2` |
| [i18next](https://github.com/i18next/i18next) | `23.5.1` | `23.6.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form)
| `7.46.2` | `7.48.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `13.2.2` |
`13.3.1` |
| [react-select](https://github.com/JedWatson/react-select) | `5.7.7` |
`5.8.0` |
| [webpack](https://github.com/webpack/webpack) | `5.88.2` | `5.89.0` |
|
[@types/iarna__toml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/iarna__toml)
| `2.0.3` | `2.0.5` |
|
[@types/mustache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache)
| `4.2.3` | `4.2.5` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.8.0` | `20.9.0` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.2.23` | `18.2.37` |
|
[@types/react-beforeunload](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-beforeunload)
| `2.1.2` | `2.1.4` |
|
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
| `18.2.8` | `18.2.15` |
|
[@types/react-page-visibility](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-page-visibility)
| `6.4.2` | `6.4.4` |

Updates `@babel/core` from 7.23.0 to 7.23.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.23.2 (2023-10-11)</h2>
<p><strong>NOTE</strong>: This release also re-publishes
<code>@babel/core</code>, even if it does not appear in the linked
release commit.</p>
<p>Thanks <a
href="https://github.com/jimmydief"><code>@​jimmydief</code></a> for
your first PR!</p>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16033">#16033</a>
Only evaluate own String/Number/Math methods (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16022">#16022</a>
Rewrite <code>.tsx</code> extension when using
<code>rewriteImportExtensions</code> (<a
href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16017">#16017</a>
Fix: fallback to typeof when toString is applied to incompatible object
(<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-modules-commonjs</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16025">#16025</a>
Avoid override mistake in namespace imports (<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>James Diefenderfer (<a
href="https://github.com/jimmydief"><code>@​jimmydief</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.23.1 (2023-09-25)</h2>
<p>Re-publishing <code>@babel/helpers</code> due to a publishing error
in 7.23.0.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.23.2 (2023-10-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16033">#16033</a>
Only evaluate own String/Number/Math methods (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16022">#16022</a>
Rewrite <code>.tsx</code> extension when using
<code>rewriteImportExtensions</code> (<a
href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16017">#16017</a>
Fix: fallback to typeof when toString is applied to incompatible object
(<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-modules-commonjs</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16025">#16025</a>
Avoid override mistake in namespace imports (<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/cd28f070310be0f2419924ce8aa526827746795f"><code>cd28f07</code></a>
v@babel/core@7.23.2</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@babel/preset-typescript` from 7.23.0 to 7.23.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@​babel/preset-typescript</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.23.2 (2023-10-11)</h2>
<p><strong>NOTE</strong>: This release also re-publishes
<code>@babel/core</code>, even if it does not appear in the linked
release commit.</p>
<p>Thanks <a
href="https://github.com/jimmydief"><code>@​jimmydief</code></a> for
your first PR!</p>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16033">#16033</a>
Only evaluate own String/Number/Math methods (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16022">#16022</a>
Rewrite <code>.tsx</code> extension when using
<code>rewriteImportExtensions</code> (<a
href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16017">#16017</a>
Fix: fallback to typeof when toString is applied to incompatible object
(<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-modules-commonjs</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16025">#16025</a>
Avoid override mistake in namespace imports (<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>James Diefenderfer (<a
href="https://github.com/jimmydief"><code>@​jimmydief</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.23.1 (2023-09-25)</h2>
<p>Re-publishing <code>@babel/helpers</code> due to a publishing error
in 7.23.0.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/preset-typescript</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.23.2 (2023-10-11)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16033">#16033</a>
Only evaluate own String/Number/Math methods (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-preset-typescript</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16022">#16022</a>
Rewrite <code>.tsx</code> extension when using
<code>rewriteImportExtensions</code> (<a
href="https://github.com/jimmydief"><code>@​jimmydief</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16017">#16017</a>
Fix: fallback to typeof when toString is applied to incompatible object
(<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-transform-modules-commonjs</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://github.com/babel/babel/pull/16025">#16025</a>
Avoid override mistake in namespace imports (<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/b4b9942a6cde0685c222eb3412347880aae40ad5"><code>b4b9942</code></a>
v7.23.2</li>
<li><a
href="https://github.com/babel/babel/commit/ccb6323c6efdcb3258d76df60987b5f47087872a"><code>ccb6323</code></a>
Rewrite <code>.tsx</code> extension when using
<code>rewriteImportExtensions</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript/issues/16022">#16022</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-typescript">compare
view</a></li>
</ul>
</details>
<br />

Updates `i18next` from 23.5.1 to 23.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v23.6.0</h2>
<ul>
<li>add interpolation data to response if returnDetails is true <a
href="https://github.com/i18next/i18next/pull/2053">2053</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>23.6.0</h2>
<ul>
<li>add interpolation data to response if returnDetails is true <a
href="https://github.com/i18next/i18next/pull/2053">2053</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/i18next/i18next/commit/a5191c8947bb012d46801f8e280d2e118dcce299"><code>a5191c8</code></a>
23.6.0</li>
<li><a
href="https://github.com/i18next/i18next/commit/f050cb003637242e51c6cee07e91a460c08b4a01"><code>f050cb0</code></a>
release</li>
<li><a
href="https://github.com/i18next/i18next/commit/c580d7a10ac43a3e53fd6528570eeee0baca4d10"><code>c580d7a</code></a>
add interpolation data to response if returnDetails is true (<a
href="https://github.com/i18next/i18next/issues/2053">#2053</a>)</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v23.5.1...v23.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-hook-form` from 7.46.2 to 7.48.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's
releases</a>.</em></p>
<blockquote>
<h2>Version 7.48.2</h2>
<p>🐞 <a
href="https://github.com/react-hook-form/react-hook-form/issues/11106">#11106</a>
fix disabled prop not update dirty formState (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11143">#11143</a>)
🐞 fix controller update with <code>disabled</code> prop from
<code>useForm</code> (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11142">#11142</a>)</p>
<h2>Version 7.48.1</h2>
<p>🐞 fix controller update with disabled prop from useForm</p>
<h2>Version 7.48.0</h2>
<p>🧱 feature: disable prop for useForm (<a
href="https://github.com/react-hook-form/react-hook-form/issues/10496">#10496</a>)</p>
<pre lang="tsx"><code>const App = () =&gt; {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });
<p>return (
&lt;form
onSubmit={handleSubmit(async () =&gt; {
setDisabled(true);
await sleep(100);
setDisabled(false);
})}
/ &gt;
);
}
</code></pre></p>
<p>😵‍💫 fixed typo in useFormContext (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11126">#11126</a>)
🫡 strictly manage constants and improve types (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11101">#11101</a>)
🐞 fix <a
href="https://github.com/react-hook-form/react-hook-form/issues/11076">#11076</a>
disable toggle issue (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11090">#11090</a>)
🚀 fix: Solve the issue of race condition with resolver. (<a
href="https://github.com/react-hook-form/react-hook-form/issues/10991">#10991</a>)
📖 docs: fix useWatch example syntax error (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11005">#11005</a>)
📝 readme arabic version (<a
href="https://github.com/react-hook-form/react-hook-form/issues/10992">#10992</a>)</p>
<p>thanks to <a
href="https://github.com/Iyadchafroud"><code>@​Iyadchafroud</code></a>
<a href="https://github.com/domuk-k"><code>@​domuk-k</code></a> <a
href="https://github.com/mehunk"><code>@​mehunk</code></a> <a
href="https://github.com/ssi02014"><code>@​ssi02014</code></a> and <a
href="https://github.com/tykhan"><code>@​tykhan</code></a></p>
<h2>Version 7.47.0</h2>
<p>🫡 allow keepIsSubmitSuccessful flag (<a
href="https://github.com/react-hook-form/react-hook-form/issues/9640">#9640</a>)</p>
<pre lang="tsx"><code>const { reset } = useForm()
<p>&lt;Form
onSubmit={() =&gt; {
reset(formValues, {
keepIsSubmitSuccessful: true,
});
}}
/&gt;
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/ba8cc312950604657ff0aafe5ea6b19d849d26c1"><code>ba8cc31</code></a>
7.48.2</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/30e5c4286b2e988a741659e8b9b2fc7de1cf2a22"><code>30e5c42</code></a>
🐞 <a
href="https://github.com/react-hook-form/react-hook-form/issues/11106">#11106</a>
fix disabled prop not update dirty formState (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11143">#11143</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/32f632a6dd109475fae7371bfedf882aba113563"><code>32f632a</code></a>
🐞 fix <code>controller</code> update with <code>disabled</code> prop
from <code>useForm</code> (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11142">#11142</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/e18e49b208cf6c85f91873e689235e6798c1432f"><code>e18e49b</code></a>
7.48.1</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/e2ffa7aff5e397d7e6e07ced32049ab7467d75a5"><code>e2ffa7a</code></a>
🥼 update changelog 7.48.0</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/9e7d812d64ac8e54f317f376b2818fe5cae52b74"><code>9e7d812</code></a>
7.48.0</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/c3b2249e6bdffbee5cf3a19b26cf90ecf8ef6d27"><code>c3b2249</code></a>
😵‍💫 fixed typo in useFormContext (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11126">#11126</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/a7ee911e13e3ea12e4a18ac120b9be091248688b"><code>a7ee911</code></a>
🫡 strictly manage constants and improve types (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11101">#11101</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/dd89833e9f8abc3c09e12be68b2e6356e473a4a5"><code>dd89833</code></a>
🐞 fix <a
href="https://github.com/react-hook-form/react-hook-form/issues/11076">#11076</a>
disable toggle issue (<a
href="https://github.com/react-hook-form/react-hook-form/issues/11090">#11090</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/6d83aacb719671cd048832b332cb1d50933ab398"><code>6d83aac</code></a>
🚀 fix: Solve the issue of race condition with resolver. (<a
href="https://github.com/react-hook-form/react-hook-form/issues/10991">#10991</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/react-hook-form/react-hook-form/compare/v7.46.2...v7.48.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-i18next` from 13.2.2 to 13.3.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>13.3.1</h3>
<ul>
<li>optimize defaultVariables feature introduced in last release</li>
</ul>
<h3>13.3.0</h3>
<ul>
<li>Respect defaultVariables in the interpolation options <a
href="https://github.com/i18next/react-i18next/issues/1685">1685</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/i18next/react-i18next/commit/48d6c34e450684d4df880bb1d44955c3ea84a65d"><code>48d6c34</code></a>
13.3.1</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/16c8d07798be253dc71af5c240fd2b2bc956b168"><code>16c8d07</code></a>
optimize defaultVariables feature introduced in last release</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/9dc5fc8014afd9e760c6f5da01a63f6d5cd20045"><code>9dc5fc8</code></a>
13.3.0</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/110eeaef6752dec58d3e46e8416a6ab1f9f080f9"><code>110eeae</code></a>
Respect defaultVariables in the interpolation options <a
href="https://github.com/i18next/react-i18next/issues/1685">#1685</a></li>
<li><a
href="https://github.com/i18next/react-i18next/commit/1ff5cabcebcc833af8410dc4c69ea08070dda745"><code>1ff5cab</code></a>
examples: update deps</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/a9a2c18e3ddb1363a7520d8adbfeb5062fc0eb74"><code>a9a2c18</code></a>
update react-native examples</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/68074cabdc4838373c9dcb032920ae39db4e9ad8"><code>68074ca</code></a>
fix typos (<a
href="https://github.com/i18next/react-i18next/issues/1673">#1673</a>)</li>
<li>See full diff in <a
href="https://github.com/i18next/react-i18next/compare/v13.2.2...v13.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-select` from 5.7.7 to 5.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JedWatson/react-select/releases">react-select's
releases</a>.</em></p>
<blockquote>
<h2>react-select@5.8.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://github.com/JedWatson/react-select/commit/884f1c42549faad7cb210169223b427ad6f0c9fd"><code>884f1c42</code></a>
<a
href="https://github.com/JedWatson/react-select/pull/5758">#5758</a>
Thanks <a href="https://github.com/Ke1sy"><code>@​Ke1sy</code></a>! - 1.
Added 'aria-activedescendant' for input and functionality to calculate
it;</p>
<ol start="2">
<li>Added role 'option' and 'aria-selected' for option;</li>
<li>Added role 'listbox' for menu;</li>
<li>Added tests for 'aria-activedescendant';</li>
<li>Changes in aria-live region:</li>
</ol>
<ul>
<li>the instructions how to use select will be announced only one time
when user focuses the input for the first time.</li>
<li>instructions for menu or selected value will be announced only once
after focusing them.</li>
<li>removed aria-live for focused option because currently with correct
aria-attributes it will be announced by screenreader natively as well as
the status of this option (active or disabled).</li>
<li>separated ariaContext into ariaFocused, ariaResults, ariaGuidance to
avoid announcing redundant information and higlight only current
change.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JedWatson/react-select/commit/17ab36ec89e6e2b05071cdafecb44421f1e91334"><code>17ab36e</code></a>
Version Packages (<a
href="https://github.com/JedWatson/react-select/issues/5797">#5797</a>)</li>
<li><a
href="https://github.com/JedWatson/react-select/commit/884f1c42549faad7cb210169223b427ad6f0c9fd"><code>884f1c4</code></a>
Accessibility - screenreader announces &quot;blank&quot; while reading
the options (<a
href="https://github.com/JedWatson/react-select/issues/5758">#5758</a>)</li>
<li><a
href="https://github.com/JedWatson/react-select/commit/2f94e8d228ea32dbd0faa1f7685a67b74c70420f"><code>2f94e8d</code></a>
Update docs for Custom Select props (<a
href="https://github.com/JedWatson/react-select/issues/5776">#5776</a>)</li>
<li>See full diff in <a
href="https://github.com/JedWatson/react-select/compare/react-select@5.7.7...react-select@5.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 5.88.2 to 5.89.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.89.0</h2>
<h2>New Features</h2>
<ul>
<li>Make CommonJS import preserve chained expressions by <a
href="https://github.com/bworline"><code>@​bworline</code></a> in <a
href="https://github.com/webpack/webpack/pull/17718">webpack/webpack#17718</a></li>
</ul>
<h2>Dependencies &amp; Maintenance</h2>
<ul>
<li>chore(deps-dev): bump <code>@​types/node</code> from 20.3.1 to
20.4.8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17568">webpack/webpack#17568</a></li>
<li>docs: add example for stats detailed output by <a
href="https://github.com/ersachin3112"><code>@​ersachin3112</code></a>
in <a
href="https://github.com/webpack/webpack/pull/17420">webpack/webpack#17420</a></li>
<li>docs: add example for stats normal output by <a
href="https://github.com/ersachin3112"><code>@​ersachin3112</code></a>
in <a
href="https://github.com/webpack/webpack/pull/17426">webpack/webpack#17426</a></li>
<li>chore(deps-dev): bump core-js from 3.31.0 to 3.32.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17539">webpack/webpack#17539</a></li>
<li>chore(deps-dev): bump pretty-format from 29.5.0 to 29.6.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17536">webpack/webpack#17536</a></li>
<li>chore(deps-dev): bump <code>@​types/node</code> from 20.4.8 to
20.4.9 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17583">webpack/webpack#17583</a></li>
<li>chore(deps-dev): bump less from 4.1.3 to 4.2.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17580">webpack/webpack#17580</a></li>
<li>chore(deps): bump semver from 5.7.1 to 5.7.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17483">webpack/webpack#17483</a></li>
<li>chore(deps-dev): bump simple-git from 3.19.0 to 3.19.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17427">webpack/webpack#17427</a></li>
<li>chore(deps-dev): bump <code>@​types/node</code> from 20.4.9 to
20.6.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/webpack/webpack/pull/17666">webpack/webpack#17666</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0">https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/87660921808566ef3b8796f8df61bd79fc026108"><code>8766092</code></a>
5.89.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/21c80e439056b65ea67e5978b11204095752c460"><code>21c80e4</code></a>
Merge pull request <a
href="https://github.com/webpack/webpack/issues/17718">#17718</a>
from bworline/require-preserve-chains</li>
<li><a
href="https://github.com/webpack/webpack/commit/b14922c5bed9e46b9f0e510b7f1ef2238d2572cb"><code>b14922c</code></a>
Refactor shared code</li>
<li><a
href="https://github.com/webpack/webpack/commit/dc665724ecf3d1148b649a348e50fa9633a76fbc"><code>dc66572</code></a>
update types</li>
<li><a
href="https://github.com/webpack/webpack/commit/d36804ef31492255cf10c03e88d63631be4fa833"><code>d36804e</code></a>
update types</li>
<li><a
href="https://github.com/webpack/webpack/commit/d4e8485462144d9949d60d511654bd7f60f033db"><code>d4e8485</code></a>
initial</li>
<li><a
href="https://github.com/webpack/webpack/commit/1f13ff9fe587e094df59d660b4611b1bd19aed4c"><code>1f13ff9</code></a>
Merge pull request <a
href="https://github.com/webpack/webpack/issues/17666">#17666</a>
from webpack/dependabot/npm_and_yarn/types/node-20.6.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/f00e6e2e01f95bb249136d4027936661beca8ea5"><code>f00e6e2</code></a>
chore(deps-dev): bump <code>@​types/node</code> from 20.4.9 to
20.6.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/853bfda35a0080605c09e1bdeb0103bcb9367a10"><code>853bfda</code></a>
Merge pull request <a
href="https://github.com/webpack/webpack/issues/17427">#17427</a>
from webpack/dependabot/npm_and_yarn/simple-git-3.19.1</li>
<li><a
href="https://github.com/webpack/webpack/commit/64707c9c4fd5307d4997f0e73145ca26c5245bc3"><code>64707c9</code></a>
Merge pull request <a
href="https://github.com/webpack/webpack/issues/17483">#17483</a>
from webpack/dependabot/npm_and_yarn/semver-5.7.2</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/iarna__toml` from 2.0.3 to 2.0.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/iarna__toml">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/mustache` from 4.2.3 to 4.2.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mustache">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 20.8.0 to 20.9.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/react` from 18.2.23 to 18.2.37
<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 `@types/react-beforeunload` from 2.1.2 to 2.1.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-beforeunload">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/react-dom` from 18.2.8 to 18.2.15
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/react-page-visibility` from 6.4.2 to 6.4.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-page-visibility">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| i18next | [>= 21.a, < 22] |
</details>


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>
  • Loading branch information
LukasKalbertodt committed Nov 8, 2023
2 parents 6a81db7 + 46bf630 commit ec8afd0
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 130 deletions.
Loading

0 comments on commit ec8afd0

Please sign in to comment.