dependabot[bot] opened a new pull request, #73000: URL: https://github.com/apache/airflow/pull/73000
Bumps the core-ui-package-updates group with 8 updates in the /airflow-core/src/airflow/ui directory: | Package | From | To | | --- | --- | --- | | [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.14.10` | `3.14.11` | | [i18next](https://github.com/i18next/i18next) | `26.4.1` | `26.4.2` | | [katex](https://github.com/KaTeX/KaTeX) | `0.18.5` | `0.18.7` | | [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.12.3` | `4.12.4` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.62.1` | `1.63.0` | | [@rolldown/plugin-babel](https://github.com/rolldown/plugins/tree/HEAD/packages/babel) | `0.2.3` | `0.2.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.1` | `26.5.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.13.2` | `20.14.0` | Updates `@tanstack/react-virtual` from 3.14.10 to 3.14.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/virtual/releases">@tanstack/react-virtual's releases</a>.</em></p> <blockquote> <h2><code>@tanstack/react-virtual</code><a href="https://github.com/3"><code>@3</code></a>.14.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/4a0adf3e3ba46968e0e6ba66471253e467babe55"><code>4a0adf3</code></a>]: <ul> <li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.17.9</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md">@tanstack/react-virtual's changelog</a>.</em></p> <blockquote> <h2>3.14.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/4a0adf3e3ba46968e0e6ba66471253e467babe55"><code>4a0adf3</code></a>]: <ul> <li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.17.9</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/virtual/commit/171029d81350d62e040fe3a1374ed1499c034b41"><code>171029d</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1269">#1269</a>)</li> <li><a href="https://github.com/TanStack/virtual/commit/4a0adf3e3ba46968e0e6ba66471253e467babe55"><code>4a0adf3</code></a> fix(virtual-core): re-issue clamped end-anchor compensation once the sizer gr...</li> <li>See full diff in <a href="https://github.com/TanStack/virtual/commits/@tanstack/[email protected]/packages/react-virtual">compare view</a></li> </ul> </details> <br /> Updates `i18next` from 26.4.1 to 26.4.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>v26.4.2</h2> <ul> <li>fix: <code>$&</code>, <code>$`</code>, <code>$'</code> and <code>$$</code> inside a nested value (<code>$t(key)</code>) now stay literal. <code>nest()</code> handed the resolved value straight to <code>String.replace</code> as the replacement argument, so those sequences were read as replacement patterns: <code>$&</code> re-inserted the <code>$t(...)</code> match, <code>$`</code> / <code>$'</code> inserted the text before / after it, and <code>$$</code> collapsed to <code>$</code>. Through <code>t()</code> the <code>$&</code> case was worse than a wrong string: the nested lookup resets the shared nesting regexp, so the re-inserted <code>$t(...)</code> was matched again on every pass and <code>t()</code> never returned — also under the default <code>escapeValue: true</code> when the value arrives via a variable forwarded through nesting options (<code>$t(key, { "name": "{{name}}" })</code> with a name containing <code>$&</code>). The value is now <code>$</code>-escaped at the <code>String.replace</code> call, the same guard <code>interpolate()</code> already has, and a non-string value returned by a formatter in the nesting chain (<code>$t(key, myFormat)</code>) is stringified before that. Nested values are still not HTML-escaped (<a href="https://redirect.github.com/i18next/i18next/issues/854">#854</a>). Thanks <a href="https://github.com/mahirhir"><code>@mahirhir</code></a> (<a href="https://redirect.github.com/i18next/i18next/pull/2447">#2447</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>26.4.2</h2> <ul> <li>fix: <code>$&</code>, <code>$`</code>, <code>$'</code> and <code>$$</code> inside a nested value (<code>$t(key)</code>) now stay literal. <code>nest()</code> handed the resolved value straight to <code>String.replace</code> as the replacement argument, so those sequences were read as replacement patterns: <code>$&</code> re-inserted the <code>$t(...)</code> match, <code>$`</code> / <code>$'</code> inserted the text before / after it, and <code>$$</code> collapsed to <code>$</code>. Through <code>t()</code> the <code>$&</code> case was worse than a wrong string: the nested lookup resets the shared nesting regexp, so the re-inserted <code>$t(...)</code> was matched again on every pass and <code>t()</code> never returned — also under the default <code>escapeValue: true</code> when the value arrives via a variable forwarded through nesting options (<code>$t(key, { "name": "{{name}}" })</code> with a name containing <code>$&</code>). The value is now <code>$</code>-escaped at the <code>String.replace</code> call, the same guard <code>interpolate()</code> already has, and a non-string value returned by a formatter in the nesting chain (<code>$t(key, myFormat)</code>) is stringified before that. Nested values are still not HTML-escaped (<a href="https://redirect.github.com/i18next/i18next/issues/854">#854</a>). Thanks <a href="https://github.com/mahirhir"><code>@mahirhir</code></a> (<a href="https://redirect.github.com/i18next/i18next/pull/2447">#2447</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/4dba50f20669c3678db0812255716eb7693ad2da"><code>4dba50f</code></a> 26.4.2</li> <li><a href="https://github.com/i18next/i18next/commit/e436b625a648e1a48ea27ecf5f2fba8020d67009"><code>e436b62</code></a> build</li> <li><a href="https://github.com/i18next/i18next/commit/d955fb086e9f4ded1200f51ecbb21034dbad1d92"><code>d955fb0</code></a> fix: stringify formatter results in nested values, changelog v26.4.2</li> <li><a href="https://github.com/i18next/i18next/commit/dfafa3ca725e1415ef20e7fb5b1b3e4468f3c425"><code>dfafa3c</code></a> fix: keep replacement patterns literal in nested values (<a href="https://redirect.github.com/i18next/i18next/issues/2447">#2447</a>)</li> <li><a href="https://github.com/i18next/i18next/commit/3c9981e22dd471b6bca224aa1f60e04ba3f6153a"><code>3c9981e</code></a> chore: keep dev-only and local files out of the npm package</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v26.4.1...v26.4.2">compare view</a></li> </ul> </details> <br /> Updates `katex` from 0.18.5 to 0.18.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/KaTeX/KaTeX/releases">katex's releases</a>.</em></p> <blockquote> <h2>v0.18.7</h2> <h2><a href="https://github.com/KaTeX/KaTeX/compare/v0.18.6...v0.18.7">0.18.7</a> (2026-09-06)</h2> <h3>Features</h3> <ul> <li>add \reflectbox and \mapsfrom support (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4262">#4262</a>) (<a href="https://github.com/KaTeX/KaTeX/commit/ab509fde2026a355d3c80965213c05a10bf144cb">ab509fd</a>)</li> </ul> <h2>v0.18.6</h2> <h2><a href="https://github.com/KaTeX/KaTeX/compare/v0.18.5...v0.18.6">0.18.6</a> (2026-09-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>array:</strong> preserve tags on empty final rows (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4277">#4277</a>) (<a href="https://github.com/KaTeX/KaTeX/commit/02d552ca2198e91fb24cf32fb0a35cf7610a66aa">02d552c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md">katex's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/KaTeX/KaTeX/compare/v0.18.6...v0.18.7">0.18.7</a> (2026-09-06)</h2> <h3>Features</h3> <ul> <li>add \reflectbox and \mapsfrom support (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4262">#4262</a>) (<a href="https://github.com/KaTeX/KaTeX/commit/ab509fde2026a355d3c80965213c05a10bf144cb">ab509fd</a>)</li> </ul> <h2><a href="https://github.com/KaTeX/KaTeX/compare/v0.18.5...v0.18.6">0.18.6</a> (2026-09-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>array:</strong> preserve tags on empty final rows (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4277">#4277</a>) (<a href="https://github.com/KaTeX/KaTeX/commit/02d552ca2198e91fb24cf32fb0a35cf7610a66aa">02d552c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/KaTeX/KaTeX/commit/cd5ec4fb23803a6645ba90cccca2eeb7bc7be8dd"><code>cd5ec4f</code></a> chore(release): 0.18.7 [ci skip]</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/ab509fde2026a355d3c80965213c05a10bf144cb"><code>ab509fd</code></a> feat: add \reflectbox and \mapsfrom support (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4262">#4262</a>)</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/9eb45b7ac9f00533516f5bcc08662bcc1c09373e"><code>9eb45b7</code></a> chore(release): 0.18.6 [ci skip]</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/02d552ca2198e91fb24cf32fb0a35cf7610a66aa"><code>02d552c</code></a> fix(array): preserve tags on empty final rows (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4277">#4277</a>)</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/49904aa2b6c5d82ba0c5a1bc3a4d9b3353a1401c"><code>49904aa</code></a> chore(deps): update dependency browserslist to v4.28.7 [security] (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4280">#4280</a>)</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/2d2a17763cb068e2d453553c3b106d3c0e07a690"><code>2d2a177</code></a> chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/4275">#4275</a>)</li> <li>See full diff in <a href="https://github.com/KaTeX/KaTeX/compare/v0.18.5...v0.18.7">compare view</a></li> </ul> </details> <br /> Updates `react-resizable-panels` from 4.12.3 to 4.12.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-resizable-panels/releases">react-resizable-panels's releases</a>.</em></p> <blockquote> <h2>4.12.4</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/743">743</a>: Don't capture pointer for a detached <code>Separator</code></li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/741">741</a>: <code>Separator</code> ARIA values use proper panel indices</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md">react-resizable-panels's changelog</a>.</em></p> <blockquote> <h2>4.12.4</h2> <ul> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/743">743</a>: Don't capture pointer for a detached <code>Separator</code></li> <li><a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/741">741</a>: <code>Separator</code> ARIA values use proper panel indices</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/152b1a8f856438c432b360a77a5afbdeb78782fb"><code>152b1a8</code></a> 4.12.3 -> 4.12.4</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/f711534d3dc1ffaf29de1161e19d1c70491ecd29"><code>f711534</code></a> fix: skip pointer capture for detached separators (<a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/743">#743</a>)</li> <li><a href="https://github.com/bvaughn/react-resizable-panels/commit/2419acfa1b171c0c055edda6d9fda59682c09f1d"><code>2419acf</code></a> fix: use group-relative panel index for Separator aria values (Fixes <a href="https://redirect.github.com/bvaughn/react-resizable-panels/issues/740">#740</a>) (#...</li> <li>See full diff in <a href="https://github.com/bvaughn/react-resizable-panels/compare/4.12.3...4.12.4">compare view</a></li> </ul> </details> <br /> Updates `@playwright/test` from 1.62.1 to 1.63.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases">@playwright/test's releases</a>.</em></p> <blockquote> <h2>v1.63.0</h2> <h2>🔒 Test locks</h2> <p>Tests that access a shared resource — an external service, a global account setting — can now declare a named <code>lock</code>. Tests that share a lock name never run concurrently, across files, workers and <a href="https://playwright.dev/docs/test-projects">projects</a>, while everything else keeps running in parallel:</p> <pre lang="js"><code>test('update user settings', { lock: 'user-settings' }, async ({ page }) => { // never runs at the same time as other tests holding 'user-settings' }); </code></pre> <p>A test can hold multiple locks, and <a href="https://playwright.dev/docs/api/class-test#test-describe">test.describe()</a> accepts a <code>lock</code> for the whole group. Learn more about <a href="https://playwright.dev/docs/test-parallel#test-locks">test locks</a>.</p> <h2>🪟 Locate across frames</h2> <p><a href="https://playwright.dev/docs/api/class-page#page-frame-locator">page.frameLocator()</a> and <a href="https://playwright.dev/docs/api/class-frame#frame-frame-locator">frame.frameLocator()</a> called without a selector search in any frame of the subtree, so you no longer need to locate the iframe first:</p> <pre lang="js"><code>// Finds the button in any frame on the page. await page.frameLocator().getByRole('button').click(); </code></pre> <p>The rest of the locator resolves inside a single frame, just like a regular locator, and an error is thrown when it matches elements in several frames.</p> <h2>👁️ Visible-only locators</h2> <p>New <a href="https://playwright.dev/docs/api/class-locator#locator-visible">locator.visible()</a> returns a locator that matches only visible elements. It is the recommended replacement for the <code>:visible</code> CSS pseudo-class:</p> <pre lang="js"><code>await page.locator('button').visible().click(); </code></pre> <h2>🧾 Step params and subtitles</h2> <p>Steps now carry structured data for reporters. Playwright API steps report the target locator and call arguments, and <a href="https://playwright.dev/docs/api/class-test#test-step">test.step()</a> accepts <code>subtitle</code> and <code>params</code> options for your own steps:</p> <pre lang="js"><code>await test.step('Login', async () => { // ... }, { subtitle: 'as admin', params: { user: 'admin' } }); </code></pre> <p>Reporters receive them via <a href="https://playwright.dev/docs/api/class-teststep#test-step-subtitle">testStep.subtitle</a> and <a href="https://playwright.dev/docs/api/class-teststep#test-step-params">testStep.params</a>. For Playwright API</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/1b025d7e20a026371cd5f98ba0cdce48892737c8"><code>1b025d7</code></a> chore: mark v1.63.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/42569">#42569</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/0b9956d2247ce88399c3c46a22c1cc0526acb340"><code>0b9956d</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/42568">#42568</a>): docs(test): mark test.step subtitle option as since v1.63</li> <li><a href="https://github.com/microsoft/playwright/commit/13dbf102b88305ed96b7791a7843246cd75d4dae"><code>13dbf10</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/42552">#42552</a>): docs: release notes for v1.63</li> <li><a href="https://github.com/microsoft/playwright/commit/e93b64ed6f9cf6ac2cc8cb13ad01514b406a7142"><code>e93b64e</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/42566">#42566</a>): feat(test): add subtitle option to test.step (<a href="https://redirect.github.com/microsoft/playwright/issues/42567">#42567</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/2b7a5f2ea1cea04b549c5378498c1b16b6bc6a6f"><code>2b7a5f2</code></a> test: response.body() for content-encoding:identity (<a href="https://redirect.github.com/microsoft/playwright/issues/42537">#42537</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/648a67c7c1261eefe4113cba2d586417d5e3f2f2"><code>648a67c</code></a> fix(mcp): create parent directories for explicitly named files (<a href="https://redirect.github.com/microsoft/playwright/issues/42540">#42540</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/7894f5653e7f253c17aa1638c19f63e0d54d5e0e"><code>7894f56</code></a> docs(mcp): clarify how tool file names are resolved (<a href="https://redirect.github.com/microsoft/playwright/issues/42538">#42538</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/52900a1b99ca51011526afcaf8981970cc1a521a"><code>52900a1</code></a> devops: restore npm publishing from GitHub Actions (<a href="https://redirect.github.com/microsoft/playwright/issues/42550">#42550</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/8c47f596edebd2460895a5953f2ea67f8b884001"><code>8c47f59</code></a> docs(csharp): fix nonexistent method names in guide examples (<a href="https://redirect.github.com/microsoft/playwright/issues/42507">#42507</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/bd6e552a63f8cf9b0da0216f392b8e63a08bf1d2"><code>bd6e552</code></a> chore(video): emit frames with real timestamps, drop frame number quantizatio...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.62.1...v1.63.0">compare view</a></li> </ul> </details> <br /> Updates `@rolldown/plugin-babel` from 0.2.3 to 0.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/plugins/releases">@rolldown/plugin-babel's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/rolldown/plugins/blob/[email protected]/packages/babel/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rolldown/plugins/blob/main/packages/babel/CHANGELOG.md">@rolldown/plugin-babel's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/rolldown/plugins/compare/plugin-babel%400.2.3...plugin-babel%400.2.4">0.2.4</a> (2026-09-07)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>babel:</strong> set <code>inputSourceMap: false</code> to avoid combining source map twice (<a href="https://redirect.github.com/rolldown/plugins/issues/131">#131</a>) (<a href="https://github.com/rolldown/plugins/commit/249a7d237cb0fc7cae4bb52086bba28df31798d3">249a7d2</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/124">#124</a>) (<a href="https://github.com/rolldown/plugins/commit/6373896fc628e5b156a68ffddbaf2ea4bd4bcf71">6373896</a>), references <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a></li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/65">#65</a>) (<a href="https://github.com/rolldown/plugins/commit/465fb3860ef37ac916e67c76c518c24298a7712d">465fb38</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/88">#88</a>) (<a href="https://github.com/rolldown/plugins/commit/0032957d949511d815308a8d60345f826f993c96">0032957</a>), references <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a></li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/99">#99</a>) (<a href="https://github.com/rolldown/plugins/commit/fa5b6df52a03a284a3c0950b56f50b8bae9305cb">fa5b6df</a>), references <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a></li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/59">#59</a>) (<a href="https://github.com/rolldown/plugins/commit/e0e474c00f1fcc237b81c3c64ad71de488227db7">e0e474c</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/66">#66</a>) (<a href="https://github.com/rolldown/plugins/commit/717a2a6ee1b3f43ae9a0f63bed0e3c031500d2ba">717a2a6</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/78">#78</a>) (<a href="https://github.com/rolldown/plugins/commit/6a57129a927c1fd548d03644114801c0f1e2c424">6a57129</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/106">#106</a>) (<a href="https://github.com/rolldown/plugins/commit/6b89bcaa8ee477f0471697e04a55f10683f13702">6b89bca</a>), references <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a></li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/77">#77</a>) (<a href="https://github.com/rolldown/plugins/commit/0b70858300ac4b7227611303f036b3684256fb31">0b70858</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/90">#90</a>) (<a href="https://github.com/rolldown/plugins/commit/b73d0dda75d5b013daf03ebf9636a69aa372c7b4">b73d0dd</a>), references <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a></li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/92">#92</a>) (<a href="https://github.com/rolldown/plugins/commit/59dcaf442a7d5613b415f7d101d9c0ca63c5b1b4">59dcaf4</a>), references <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a> <a href="https://redirect.github.com/rolldown/plugins/issues/8203">#8203</a></li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/rolldown/plugins/issues/128">#128</a>) (<a href="https://github.com/rolldown/plugins/commit/c0365e08c01018491108da62944b9869bb795c53">c0365e0</a>)</li> <li>use pnpm catalog for some packages (<a href="https://redirect.github.com/rolldown/plugins/issues/82">#82</a>) (<a href="https://github.com/rolldown/plugins/commit/d717e2507bce0250702674a138801141d453e4d6">d717e25</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/plugins/commit/49dc4554b8229c56da460cce25fbe1cc0c1f31ca"><code>49dc455</code></a> release: [email protected]</li> <li><a href="https://github.com/rolldown/plugins/commit/249a7d237cb0fc7cae4bb52086bba28df31798d3"><code>249a7d2</code></a> fix(babel): set <code>inputSourceMap: false</code> to avoid combining source map twice (...</li> <li><a href="https://github.com/rolldown/plugins/commit/c0365e08c01018491108da62944b9869bb795c53"><code>c0365e0</code></a> chore(deps): update rolldown-related dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/128">#128</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/6373896fc628e5b156a68ffddbaf2ea4bd4bcf71"><code>6373896</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/124">#124</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/6b89bcaa8ee477f0471697e04a55f10683f13702"><code>6b89bca</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/106">#106</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/fa5b6df52a03a284a3c0950b56f50b8bae9305cb"><code>fa5b6df</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/99">#99</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/59dcaf442a7d5613b415f7d101d9c0ca63c5b1b4"><code>59dcaf4</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/92">#92</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/b73d0dda75d5b013daf03ebf9636a69aa372c7b4"><code>b73d0dd</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/90">#90</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/0032957d949511d815308a8d60345f826f993c96"><code>0032957</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/88">#88</a>)</li> <li><a href="https://github.com/rolldown/plugins/commit/d717e2507bce0250702674a138801141d453e4d6"><code>d717e25</code></a> chore: use pnpm catalog for some packages (<a href="https://github.com/rolldown/plugins/tree/HEAD/packages/babel/issues/82">#82</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rolldown/plugins/commits/[email protected]/packages/babel">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 26.4.1 to 26.5.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 `happy-dom` from 20.13.2 to 20.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/capricorn86/happy-dom/releases">happy-dom's releases</a>.</em></p> <blockquote> <h2>v20.14.0</h2> <h3>:art: Features</h3> <ul> <li>Improves computed style cache - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2357">#2357</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/eac5a38026b0569f2d52b609b2bb4cbaa94d9644"><code>eac5a38</code></a> feat: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2357">#2357</a> Improves computed style cache (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2358">#2358</a>)</li> <li>See full diff in <a href="https://github.com/capricorn86/happy-dom/compare/v20.13.2...v20.14.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
