Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
|
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)
| `7.23.7` | `7.23.9` |
| [@opencast/appkit](https://github.com/opencast/appkit) | `0.2.2` |
`0.2.4` |
| [i18next](https://github.com/i18next/i18next) | `23.7.13` | `23.8.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form)
| `7.49.2` | `7.49.3` |
|
[react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook)
| `4.4.1` | `4.4.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `14.0.0` |
`14.0.1` |
| [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.90.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `20.10.6` | `20.11.14` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.2.46` | `18.2.48` |

Updates `@babel/core` from 7.23.7 to 7.23.9
<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.9 (2024-01-25)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-helper-transform-fixture-test-runner</code>,
<code>babel-plugin-transform-function-name</code>,
<code>babel-plugin-transform-modules-systemjs</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16225">#16225</a>
fix: <code>systemjs</code> re-traverses helpers (<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/16226">#16226</a>
Improve decorated private method check (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-transform-async-generator-functions</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16224">#16224</a>
Properly sort <code>core-js@3</code> imports (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/15383">#15383</a>
fix: Don't throw in <code>getTypeAnnotation</code> when using
TS+inference (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16210">#16210</a>
[eslint] Fix <code>no-use-before-define</code> for class ref in fields
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-parser</code>,
<code>babel-template</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16222">#16222</a>
Migrate <code>eslint-parser</code> to cts (<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/16213">#16213</a>
Remove <code>@babel/types</code> props that are not produced by the
parser (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:running_woman: Performance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16072">#16072</a>
perf: Improve parser performance for typescript (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</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-class-static-block</code>,
<code>babel-plugin-transform-new-target</code>,
<code>babel-plugin-transform-parameters</code>,
<code>babel-plugin-transform-private-methods</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16218">#16218</a>
Improve temporary variables for decorators (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-proposal-explicit-resource-management</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/15959">#15959</a>
Improve output of <code>using</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</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.23.8 (2024-01-08)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16181">#16181</a>
fix: <code>preset-env</code> throws exception for <code>export * as
x</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16201">#16201</a>
fix: decorator binds <code>getter/setter</code> to
<code>ctx.access</code> for public fields (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16199">#16199</a>
fix: Class decorator correctly passes return value (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:leftwards_arrow_with_hook: Revert</h4>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16202">#16202</a>
Revert &quot;chore: Update artifact tools (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16184">#16184</a>)&quot;
(<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-helpers</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-function-name</code>,
<code>babel-plugin-transform-parameters</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-plugin-transform-spread</code>,
<code>babel-plugin-transform-typescript</code>,
<code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>,
<code>babel-runtime-corejs3</code>, <code>babel-runtime</code></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/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.23.9 (2024-01-25)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-helper-transform-fixture-test-runner</code>,
<code>babel-plugin-transform-function-name</code>,
<code>babel-plugin-transform-modules-systemjs</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16225">#16225</a>
fix: <code>systemjs</code> re-traverses helpers (<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/16226">#16226</a>
Improve decorated private method check (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-transform-async-generator-functions</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16224">#16224</a>
Properly sort <code>core-js@3</code> imports (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-traverse</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/15383">#15383</a>
fix: Don't throw in <code>getTypeAnnotation</code> when using
TS+inference (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16210">#16210</a>
[eslint] Fix <code>no-use-before-define</code> for class ref in fields
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-core</code>, <code>babel-parser</code>,
<code>babel-template</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16222">#16222</a>
Migrate <code>eslint-parser</code> to cts (<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/16213">#16213</a>
Remove <code>@babel/types</code> props that are not produced by the
parser (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:running_woman: Performance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16072">#16072</a>
perf: Improve parser performance for typescript (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</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-class-static-block</code>,
<code>babel-plugin-transform-new-target</code>,
<code>babel-plugin-transform-parameters</code>,
<code>babel-plugin-transform-private-methods</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16218">#16218</a>
Improve temporary variables for decorators (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-proposal-explicit-resource-management</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/15959">#15959</a>
Improve output of <code>using</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.23.8 (2024-01-08)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16181">#16181</a>
fix: <code>preset-env</code> throws exception for <code>export * as
x</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16201">#16201</a>
fix: decorator binds <code>getter/setter</code> to
<code>ctx.access</code> for public fields (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16199">#16199</a>
fix: Class decorator correctly passes return value (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>:leftwards_arrow_with_hook: Revert</h4>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16202">#16202</a>
Revert &quot;chore: Update artifact tools (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16184">#16184</a>)&quot;
(<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
<h4>:microscope: Output optimization</h4>
<ul>
<li><code>babel-helpers</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-transform-class-properties</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-function-name</code>,
<code>babel-plugin-transform-parameters</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-plugin-transform-runtime</code>,
<code>babel-plugin-transform-spread</code>,
<code>babel-plugin-transform-typescript</code>,
<code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>,
<code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16194">#16194</a>
Improve output of <code>super()</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/babel/babel/commit/a0dd614d1271dd69db1ce908e5171d4ccfec8691"><code>a0dd614</code></a>
v7.23.9</li>
<li><a
href="https://github.com/babel/babel/commit/b2bbffbb2d3db7f1ba23e374ef854eee4e9c4c43"><code>b2bbffb</code></a>
Migrate <code>eslint-parser</code> to cts (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16222">#16222</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.23.9/packages/babel-core">compare
view</a></li>
</ul>
</details>
<br />

Updates `@opencast/appkit` from 0.2.2 to 0.2.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/opencast/appkit/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `i18next` from 23.7.13 to 23.8.2
<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.8.2</h2>
<ul>
<li>optimize <code>addResources</code> to address <a
href="https://redirect.github.com/i18next/i18next/issues/2130">2130</a></li>
</ul>
<h2>v23.8.1</h2>
<ul>
<li>types: support stricter typechecking for returnEmptyString and
returnNull <a
href="https://redirect.github.com/i18next/i18next/pull/2129">2129</a></li>
</ul>
<h2>v23.8.0</h2>
<ul>
<li>improve performance by reducing array slices and RegExp recreation
<a
href="https://redirect.github.com/i18next/i18next/pull/2128">2128</a></li>
</ul>
<h2>v23.7.20</h2>
<ul>
<li>optimize: consistent _zero special handling also for
defaultValue_zero <a
href="https://redirect.github.com/i18next/i18next/issues/2124">2124</a></li>
<li>intl plural rule for dev is now en (consistent with v3
compatibility)</li>
</ul>
<h2>v23.7.19</h2>
<ul>
<li>fix: consistent _zero special handling also for defaultValue_zero <a
href="https://redirect.github.com/i18next/i18next/issues/2124">2124</a></li>
</ul>
<h2>v23.7.18</h2>
<ul>
<li>types: support readonly defaultNS <a
href="https://redirect.github.com/i18next/i18next/pull/2123">2123</a></li>
</ul>
<h2>v23.7.17</h2>
<ul>
<li>types: fix support for defaultNS as array (fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2118">2118</a>)
<a
href="https://redirect.github.com/i18next/i18next/pull/2121">2121</a></li>
<li>types: fix typo in <code>CustomInstanceExtensions</code> <a
href="https://redirect.github.com/i18next/i18next/pull/2122">2122</a></li>
</ul>
<h2>v23.7.16</h2>
<ul>
<li>fix: Use Typescript 5 types with Typescript 5+ <a
href="https://redirect.github.com/i18next/i18next/pull/2108">2108</a>
<ul>
<li>Hint: If you're using TypeScript 4 and you navigate to the type
definitions in your code editor, it might be you will see the TypeScript
5 types, but the TS compiler should use the correct types.</li>
</ul>
</li>
</ul>
<h2>v23.7.15</h2>
<ul>
<li>types: simplifies types for array access and fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2103">2103</a></li>
</ul>
<h2>v23.7.14</h2>
<ul>
<li>types: fix types for array access</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.8.2</h2>
<ul>
<li>optimize <code>addResources</code> to address <a
href="https://redirect.github.com/i18next/i18next/issues/2130">2130</a></li>
</ul>
<h2>23.8.1</h2>
<ul>
<li>types: support stricter typechecking for returnEmptyString and
returnNull <a
href="https://redirect.github.com/i18next/i18next/pull/2129">2129</a></li>
</ul>
<h2>23.8.0</h2>
<ul>
<li>improve performance by reducing array slices and RegExp recreation
<a
href="https://redirect.github.com/i18next/i18next/pull/2128">2128</a></li>
</ul>
<h2>23.7.20</h2>
<ul>
<li>optimize: consistent _zero special handling also for
defaultValue_zero <a
href="https://redirect.github.com/i18next/i18next/issues/2124">2124</a></li>
<li>intl plural rule for dev is now en (consistent with v3
compatibility)</li>
</ul>
<h2>23.7.19</h2>
<ul>
<li>fix: consistent _zero special handling also for defaultValue_zero <a
href="https://redirect.github.com/i18next/i18next/issues/2124">2124</a></li>
</ul>
<h2>23.7.18</h2>
<ul>
<li>types: support readonly defaultNS <a
href="https://redirect.github.com/i18next/i18next/pull/2123">2123</a></li>
</ul>
<h2>23.7.17</h2>
<ul>
<li>types: fix support for defaultNS as array (fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2118">2118</a>)
<a
href="https://redirect.github.com/i18next/i18next/pull/2121">2121</a></li>
<li>types: fix typo in <code>CustomInstanceExtensions</code> <a
href="https://redirect.github.com/i18next/i18next/pull/2122">2122</a></li>
</ul>
<h2>23.7.16</h2>
<ul>
<li>fix: Use Typescript 5 types with Typescript 5+ <a
href="https://redirect.github.com/i18next/i18next/pull/2108">2108</a>
<ul>
<li>Hint: If you're using TypeScript 4 and you navigate to the type
definitions in your code editor, it might be you will see the TypeScript
5 types, but the TS compiler should use the correct types.</li>
</ul>
</li>
</ul>
<h2>23.7.15</h2>
<ul>
<li>types: simplifies types for array access and fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2103">2103</a></li>
</ul>
<h2>23.7.14</h2>
<ul>
<li>types: fix types for array access</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/i18next/i18next/commit/4ce76aec6301506bd9a792ff39ecd009ff7598c2"><code>4ce76ae</code></a>
23.8.2</li>
<li><a
href="https://github.com/i18next/i18next/commit/002268b0249a3670367d8f2d65bd7e665712036b"><code>002268b</code></a>
optimize <code>addResources</code> to fix <a
href="https://redirect.github.com/i18next/i18next/issues/2130">#2130</a></li>
<li><a
href="https://github.com/i18next/i18next/commit/70591073b81298c158017950f8b9626fc0ed3608"><code>7059107</code></a>
23.8.1</li>
<li><a
href="https://github.com/i18next/i18next/commit/3b5f55d974d35ccfa50093861ab90021a0395ca0"><code>3b5f55d</code></a>
release</li>
<li><a
href="https://github.com/i18next/i18next/commit/0aef9248f2092e409166bf3d57c2fad6dc3a3087"><code>0aef924</code></a>
Support stricter typechecking for returnEmptyString and returnNull (key
fallb...</li>
<li><a
href="https://github.com/i18next/i18next/commit/eb1207c6bf5f0d539eac1ab29f9b5192bbc3470d"><code>eb1207c</code></a>
23.8.0</li>
<li><a
href="https://github.com/i18next/i18next/commit/c56e5b38abff3654ab12af74e320d874c77b60ca"><code>c56e5b3</code></a>
release</li>
<li><a
href="https://github.com/i18next/i18next/commit/6127226a629b6fc62404b37fcbac2a545bb6b882"><code>6127226</code></a>
Improve performance by reducing array slices and RegExp recreation (<a
href="https://redirect.github.com/i18next/i18next/issues/2128">#2128</a>)</li>
<li><a
href="https://github.com/i18next/i18next/commit/cf6b91f59eb29cf7a8dc7812fcab44db86009417"><code>cf6b91f</code></a>
23.7.20</li>
<li><a
href="https://github.com/i18next/i18next/commit/e51e540f5e33e77589f39aa6610538abd1326b54"><code>e51e540</code></a>
optimize: consistent _zero special handling and fix dev plural
rules</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/i18next/compare/v23.7.13...v23.8.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-hook-form` from 7.49.2 to 7.49.3
<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.49.3</h2>
<p>🐛 fix(formState, disabled): infer controlled disabled form state (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11361">#11361</a>)
🐛 fix(reset): remove global reset option flag (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11355">#11355</a>)
🐛 fix(useController): check if disabled state was set by user (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11353">#11353</a>)
🖨️ fix: Change DeepPartial type definition to be compatible with unknown
(<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11333">#11333</a>)
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11328">#11328</a>
resetField with object as defaultValue (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11329">#11329</a>)</p>
<p>thanks to <a
href="https://github.com/Moshyfawn"><code>@​Moshyfawn</code></a>, <a
href="https://github.com/geeee"><code>@​geeee</code></a> and <a
href="https://github.com/RulerOfCakes"><code>@​RulerOfCakes</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/e4c1fb1dccb31d0005945399133bb68162def2b2"><code>e4c1fb1</code></a>
7.49.3</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/e6a5b1a42e61f7b69a8085d401096cb5ccf61904"><code>e6a5b1a</code></a>
🐛 fix(formState, disabled): infer controlled disabled form state (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11361">#11361</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/dab35e1739cecf1070926c105353af3d327e1a00"><code>dab35e1</code></a>
🐛 fix(reset): remove global reset option flag (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11355">#11355</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/4f4eae58797af983660513f2eac0497a8beca8bb"><code>4f4eae5</code></a>
🐛 fix(useController): check if disabled state was set by user (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11353">#11353</a>)</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/012bb19016dd9074a20d200f93c906a41c43eb57"><code>012bb19</code></a>
🖨️ fix: Change <code>DeepPartial</code> type definition to be compatible
with <code>unknown</code> ...</li>
<li><a
href="https://github.com/react-hook-form/react-hook-form/commit/94114e45770f67e781d286ce02dd6fbf6de65d28"><code>94114e4</code></a>
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11328">#11328</a>
resetField with object as defaultValue (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/11329">#11329</a>)</li>
<li>See full diff in <a
href="https://github.com/react-hook-form/react-hook-form/compare/v7.49.2...v7.49.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-hotkeys-hook` from 4.4.1 to 4.4.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JohannesKlauss/react-keymap-hook/releases">react-hotkeys-hook's
releases</a>.</em></p>
<blockquote>
<h2>v4.4.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix several shortcuts not triggering anymore. <a
href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1110">#1110</a></li>
<li>chore(deps): update dependency <code>@​types/react</code> to
v18.2.47 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1113">JohannesKlauss/react-hotkeys-hook#1113</a></li>
<li>fix(deps): update dependency react-hotkeys-hook to v4.4.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1114">JohannesKlauss/react-hotkeys-hook#1114</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.4.3...v4.4.4">https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.4.3...v4.4.4</a></p>
<h2>v4.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Call ignoreEventWhen callback only on hotkey matches by <a
href="https://github.com/LuanScudeler"><code>@​LuanScudeler</code></a>
in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1096">JohannesKlauss/react-hotkeys-hook#1096</a></li>
<li>Fix CI (update triggers, format files) by <a
href="https://github.com/kachkaev"><code>@​kachkaev</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1105">JohannesKlauss/react-hotkeys-hook#1105</a></li>
<li>fix: focus trap did not work for shadow root by <a
href="https://github.com/artchen-db"><code>@​artchen-db</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1108">JohannesKlauss/react-hotkeys-hook#1108</a></li>
<li>chore(deps): update dependency typescript to v5.3.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1106">JohannesKlauss/react-hotkeys-hook#1106</a></li>
<li>chore(deps): update dependency
<code>@​testing-library/user-event</code> to v14.5.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1097">JohannesKlauss/react-hotkeys-hook#1097</a></li>
<li>chore(deps): update dependency tslib to v2.6.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1102">JohannesKlauss/react-hotkeys-hook#1102</a></li>
<li>chore(deps): update dependency <code>@​testing-library/react</code>
to v14.1.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1094">JohannesKlauss/react-hotkeys-hook#1094</a></li>
<li>chore(deps): update react monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1093">JohannesKlauss/react-hotkeys-hook#1093</a></li>
<li>chore(deps): update dependency <code>@​types/jest</code> to v29.5.11
by <a href="https://github.com/renovate"><code>@​renovate</code></a> in
<a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1092">JohannesKlauss/react-hotkeys-hook#1092</a></li>
<li>chore(deps): update babel monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1091">JohannesKlauss/react-hotkeys-hook#1091</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/artchen-db"><code>@​artchen-db</code></a> made
their first contribution in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1108">JohannesKlauss/react-hotkeys-hook#1108</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.4.2...v4.4.3">https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v4.4.2...v4.4.3</a></p>
<h2>v4.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve words in hook API docs by <a
href="https://github.com/jrysana"><code>@​jrysana</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1050">JohannesKlauss/react-hotkeys-hook#1050</a></li>
<li>chore(deps): update jest monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1053">JohannesKlauss/react-hotkeys-hook#1053</a></li>
<li>chore(deps): update react monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1054">JohannesKlauss/react-hotkeys-hook#1054</a></li>
<li>Tiny fix: correct name of enableScope/disableScope in README and
test description. by <a
href="https://github.com/rewbs"><code>@​rewbs</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1056">JohannesKlauss/react-hotkeys-hook#1056</a></li>
<li>chore(deps): update dependency <code>@​types/react</code> to
v18.2.17 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1059">JohannesKlauss/react-hotkeys-hook#1059</a></li>
<li>chore(deps): update jest monorepo to v29.6.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1060">JohannesKlauss/react-hotkeys-hook#1060</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1055">JohannesKlauss/react-hotkeys-hook#1055</a></li>
<li>chore(deps): update dependency <code>@​types/react</code> to
v18.2.18 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1061">JohannesKlauss/react-hotkeys-hook#1061</a></li>
<li>fix(deps): update dependency react-hotkeys-hook to v4.4.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1062">JohannesKlauss/react-hotkeys-hook#1062</a></li>
<li>chore(deps): update dependency <code>@​types/react</code> to
v18.2.20 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1065">JohannesKlauss/react-hotkeys-hook#1065</a></li>
<li>fix(deps): update docusaurus monorepo to v2.4.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1066">JohannesKlauss/react-hotkeys-hook#1066</a></li>
<li>chore(deps): update dependency <code>@​types/react</code> to
v18.2.21 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1071">JohannesKlauss/react-hotkeys-hook#1071</a></li>
<li>chore(deps): update jest monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1072">JohannesKlauss/react-hotkeys-hook#1072</a></li>
<li>chore(deps): update babel monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1075">JohannesKlauss/react-hotkeys-hook#1075</a></li>
<li>chore(deps): update dependency
<code>@​testing-library/jest-dom</code> to v5.17.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1076">JohannesKlauss/react-hotkeys-hook#1076</a></li>
<li>chore(deps): update jest monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1078">JohannesKlauss/react-hotkeys-hook#1078</a></li>
<li>chore(deps): update react monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1079">JohannesKlauss/react-hotkeys-hook#1079</a></li>
<li>chore(deps): update react monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1082">JohannesKlauss/react-hotkeys-hook#1082</a></li>
<li>fix(deps): update docusaurus monorepo to v2.4.3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1083">JohannesKlauss/react-hotkeys-hook#1083</a></li>
<li>chore(deps): update react monorepo by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1084">JohannesKlauss/react-hotkeys-hook#1084</a></li>
<li>chore(deps): update babel monorepo to v7.23.2 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1085">JohannesKlauss/react-hotkeys-hook#1085</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/33c02ff7970639715b099a58e9eda69dd5e11eeb"><code>33c02ff</code></a>
4.4.4</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/611a57920c4d7feac3c8f3f96350cec7f840cf42"><code>611a579</code></a>
Merge remote-tracking branch 'origin/main'</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/74349b260a94ed130822a24b528ede54f487e538"><code>74349b2</code></a>
Fix duplicate key activation</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/efe75d1aa0ec4f3e27b219185353fcaad6a46149"><code>efe75d1</code></a>
fix(deps): update dependency react-hotkeys-hook to v4.4.3</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/5b0661b1b7f22d8c61a13342085d62e01ce0b22e"><code>5b0661b</code></a>
chore(deps): update dependency <code>@​types/react</code> to
v18.2.47</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/95b5e4eeedff3ce24c3b70f881fe368b061d0fad"><code>95b5e4e</code></a>
4.4.3</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/6f2c1997cd6ec1d8cb623e7aaf52f050f5fe7102"><code>6f2c199</code></a>
Merge pull request <a
href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1091">#1091</a>
from JohannesKlauss/renovate/babel-monorepo</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/d3a088ff1cc32e02e047a8d2c36942ef2efc1f16"><code>d3a088f</code></a>
Merge pull request <a
href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1092">#1092</a>
from JohannesKlauss/renovate/jest-monorepo</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/ab0731a07b5762dbfda20447ef237aead023e5a3"><code>ab0731a</code></a>
chore(deps): update dependency <code>@​types/jest</code> to
v29.5.11</li>
<li><a
href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/79c228306a37938f6acc0e87bf68ae6450caafce"><code>79c2283</code></a>
chore(deps): update babel monorepo</li>
<li>Additional commits viewable in <a
href="https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.4.1...v4.4.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `react-i18next` from 14.0.0 to 14.0.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>14.0.1</h3>
<ul>
<li>types: fix typo in <code>CustomInstanceExtensions</code> <a
href="https://redirect.github.com/i18next/react-i18next/pull/1713">1713</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/i18next/react-i18next/commit/0321c0428a5adda5430709696bef9f289e9afa34"><code>0321c04</code></a>
14.0.1</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/1df77dd08a27a03753b6c8aa7b6e3dc3c12ec02f"><code>1df77dd</code></a>
build</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/c14d4e401d588ae5208b58ee2e950fd09079de51"><code>c14d4e4</code></a>
release</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/c58ba2a8dc9a5c66c56cf9fb9f1ccf276a43d141"><code>c58ba2a</code></a>
types: fix typo in <code>CustomInstanceExtensions</code> (<a
href="https://redirect.github.com/i18next/react-i18next/issues/1713">#1713</a>)</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/26f83a89b30c8b25a0d400d45d7d63525d5f9c28"><code>26f83a8</code></a>
lint is in pretest</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/2d0424d8da3259a9e5c9f6f2033dce3fbfd63bba"><code>2d0424d</code></a>
use coverage action instead of manually post the results</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/a8be568d15edc8695388143cfdb1c7947be2093b"><code>a8be568</code></a>
try coveralls step</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/04a8e0c2734c7a8fa948f3d0090543a76dbe2e2b"><code>04a8e0c</code></a>
rename github action workflow</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/a62a75fe16e5f3a7c742bf0a4a4c831ec87e0bdc"><code>a62a75f</code></a>
fix link in readme</li>
<li><a
href="https://github.com/i18next/react-i18next/commit/06d29cac422fbcac6fac3f793da42cb40d733330"><code>06d29ca</code></a>
fix link in readme</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/react-i18next/compare/v14.0.0...v14.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 5.89.0 to 5.90.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.90.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed inner graph for classes</li>
<li>Optimized <code>RemoveParentModulesPlugin</code> via bigint
arithmetic</li>
<li>Fixed worklet detection in production mode</li>
<li>Fixed an error for cyclic importModule</li>
<li>Fixed types for <code>Server</code> and <code>Dirent</code></li>
<li>Added the <code>fetchPriority</code> to hmr runtime's
<code>ensureChunk</code> function</li>
<li>Don't warn about dynamic import for build dependencies</li>
<li>External module generation respects the
<code>output.environment.arrowFunction</code> option</li>
<li>Fixed consumimng shared runtime module logic</li>
<li>Fixed a runtime logic of multiple chunks</li>
<li>Fixed destructing assignment of dynamic import json file</li>
<li>Passing errors array for a module hash</li>
<li>Added <code>/*#__PURE__*/</code> to generated
<code>JSON.parse()</code></li>
<li>Generated a library manifest after clean plugin</li>
<li>Fixed non <code>amd</code> externals and <code>amd</code>
library</li>
<li>Fixed a bug in <code>SideEffectsFlagPlugin</code> with namespace
re-exports</li>
<li>Fixed an error message for condition <code>or</code></li>
<li>The <code>strictModuleErrorHandling</code> is now working</li>
<li>Clean up child compilation chunk graph to avoid memory leak</li>
<li>[CSS] - Fixed CSS import prefer relative resolution</li>
<li>[CSS] - Fixed CSS runtime chunk loading error message</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Allow to set <code>false</code> for dev server in
<code>webpack.config.js</code></li>
<li>Added a warning for async external when not supported</li>
<li>Added a warning for async module when not supported</li>
<li>Added the <code>node-module</code> option for the
<code>node.__filename/__dirname</code> and enable it by default for ESM
target</li>
<li>Added the <code>snapshot.unmanagedPaths</code> option</li>
<li>Exposed the <code>MultiCompilerOptions</code> type</li>
<li>[CSS] - Added CSS parser options to enable/disable named
exports</li>
<li>[CSS] - Moved CSS the <code>exportsOnly</code> option to CSS
generator options</li>
</ul>
<h2>Dependencies &amp; Maintenance</h2>
<ul>
<li>use node.js LTS version for lint</li>
<li>bump actions/cache from 3 to 4</li>
<li>bump prettier from 3.2.1 to 3.2.3</li>
<li>bump assemblyscript</li>
<li>bump actions/checkout from 3 to 4</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0">https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/4a2662381ed8e6a9d849b494511459f5858d4e82"><code>4a26623</code></a>
chore(release): 5.90.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/f03e96e0a6a5d3f8d441720c8e0696a74ad70571"><code>f03e96e</code></a>
fix: inner graph for classes</li>
<li><a
href="https://github.com/webpack/webpack/commit/b6c14301b7cce9f9e1e97c490ea8285540a7ad18"><code>b6c1430</code></a>
test: added</li>
<li><a
href="https://github.com/webpack/webpack/commit/28948dd1d19c1941d40b26220f5f9273e7c402aa"><code>28948dd</code></a>
fix: inner graph</li>
<li><a
href="https://github.com/webpack/webpack/commit/5a9ed6dc8bda8941841a09af3eb6651e9c3d82cc"><code>5a9ed6d</code></a>
fix: inner graph</li>
<li><a
href="https://github.com/webpack/webpack/commit/c8d9d979fb46cf6e8d19e9637a3603b5f71dd25b"><code>c8d9d97</code></a>
fix: inner graph for classes</li>
<li><a
href="https://github.com/webpack/webpack/commit/3022995f107d7d81a6880d9500e1298f60b4fc78"><code>3022995</code></a>
fix: inner graph for classes</li>
<li><a
href="https://github.com/webpack/webpack/commit/f857674e6badd873cf5c2d92b8386431528df8fa"><code>f857674</code></a>
fix: worklet detection in production mode</li>
<li><a
href="https://github.com/webpack/webpack/commit/2d6f5fa789eb040b4e27d598761d9329fdb2806a"><code>2d6f5fa</code></a>
feat: allow to set <code>false</code> for dev server</li>
<li><a
href="https://github.com/webpack/webpack/commit/644cd473c47a54777e287286d3548566e75143e7"><code>644cd47</code></a>
test: added</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 20.10.6 to 20.11.14
<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.46 to 18.2.48
<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 />

<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 authored Feb 1, 2024
2 parents 090d3ee + ff97c2c commit ed38962
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 184 deletions.
Loading

0 comments on commit ed38962

Please sign in to comment.