dependabot[bot] opened a new pull request, #140:
URL: https://github.com/apache/doris-opentelemetry-demo/pull/140

   Bumps the npm-development-dependencies group with 8 updates in the 
/src/flagd-ui directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 | `22.13.10` | `24.9.1` |
   | [eslint](https://github.com/eslint/eslint) | `9.22.0` | `9.38.0` |
   | 
[eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)
 | `15.2.1` | `16.0.0` |
   | [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
   | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
   | 
[prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss)
 | `0.6.11` | `0.7.1` |
   | 
[tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)
 | `4.0.14` | `4.1.15` |
   | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
   
   Bumps the npm-development-dependencies group with 11 updates in the 
/src/frontend directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 | `22.13.10` | `24.9.1` |
   | [eslint](https://github.com/eslint/eslint) | `9.22.0` | `9.38.0` |
   | 
[eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)
 | `15.2.1` | `16.0.0` |
   | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
   | 
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
 | `8.26.0` | `8.46.2` |
   | 
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
 | `8.26.0` | `8.46.2` |
   | [cypress](https://github.com/cypress-io/cypress) | `14.1.0` | `15.5.0` |
   | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | 
`7.37.4` | `7.37.5` |
   | 
[eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)
 | `5.2.0` | `7.0.0` |
   | 
[openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript)
 | `7.6.1` | `7.10.1` |
   | [ts-proto](https://github.com/stephenh/ts-proto) | `2.6.1` | `2.8.0` |
   
   
   Updates `@types/node` from 22.13.10 to 24.9.1
   <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 `eslint` from 9.22.0 to 9.38.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";>eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v9.38.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485";><code>ce40f74</code></a>
 feat: update <code>complexity</code> rule to only highlight function header 
(<a href="https://redirect.github.com/eslint/eslint/issues/20048";>#20048</a>) 
(Atul Nair)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1";><code>e37e590</code></a>
 feat: correct <code>no-loss-of-precision</code> false positives with 
<code>e</code> notation (<a 
href="https://redirect.github.com/eslint/eslint/issues/20187";>#20187</a>) 
(Francesco Trotta)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb";><code>50c3dfd</code></a>
 fix: improve type support for isolated dependencies in pnpm (<a 
href="https://redirect.github.com/eslint/eslint/issues/20201";>#20201</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a1f06a350c4155c4dbf39bf932a38d71d70f1b65";><code>a1f06a3</code></a>
 fix: correct SourceCode typings (<a 
href="https://redirect.github.com/eslint/eslint/issues/20114";>#20114</a>) 
(Pixel998)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/462675af8a811f9ca984efaedbdc5b46b13ced7a";><code>462675a</code></a>
 docs: improve web accessibility by hiding non-semantic character (<a 
href="https://redirect.github.com/eslint/eslint/issues/20205";>#20205</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c070e65f6bb9e38d06a89ba2b3261781bec3d397";><code>c070e65</code></a>
 docs: correct formatting in <code>no-irregular-whitespace</code> rule 
documentation (<a 
href="https://redirect.github.com/eslint/eslint/issues/20203";>#20203</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b39e71a2130ae1ea3fbc19b19f5b951eb625722a";><code>b39e71a</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/cd3998314876a4fad6463d9011bc73778ccc1fd9";><code>cd39983</code></a>
 docs: move <code>custom-formatters</code> type descriptions to 
<code>nodejs-api</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20190";>#20190</a>) 
(Percy Ma)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045";><code>d17c795</code></a>
 chore: upgrade <code>@​eslint/js</code><a 
href="https://github.com/9";><code>@​9</code></a>.38.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20221";>#20221</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f";><code>25d0e33</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa";><code>c82b5ef</code></a>
 refactor: Use types from <code>@​eslint/core</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20168";>#20168</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8";><code>ff31609</code></a>
 ci: add Node.js 25 to <code>ci.yml</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20220";>#20220</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859";><code>004577e</code></a>
 ci: bump github/codeql-action from 3 to 4 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20211";>#20211</a>) 
(dependabot[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/eac71fb77113de7bf199ff20c6ee44cefcb59848";><code>eac71fb</code></a>
 test: remove use of <code>nodejsScope</code> option of eslint-scope from tests 
(<a href="https://redirect.github.com/eslint/eslint/issues/20206";>#20206</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/4168a18b7efd8facbbd71cd44a62942a9f656a30";><code>4168a18</code></a>
 chore: fix typo in legacy-eslint.js (<a 
href="https://redirect.github.com/eslint/eslint/issues/20202";>#20202</a>) 
(Sweta Tanwar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/205dbd2d9272e761574c478e3b0181f7b89ed0f6";><code>205dbd2</code></a>
 chore: fix typos (<a 
href="https://redirect.github.com/eslint/eslint/issues/20200";>#20200</a>) 
(ntnyq)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/dbb200e3604e63bba23a18d40089ca44604835ed";><code>dbb200e</code></a>
 chore: use team member's username when name is not available in data (<a 
href="https://redirect.github.com/eslint/eslint/issues/20194";>#20194</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8962089edbd978b43513576387a134036b8e2d36";><code>8962089</code></a>
 chore: mark deprecated rules as available until v11.0.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20184";>#20184</a>) 
(Pixel998)</li>
   </ul>
   <h2>v9.37.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/39f7fb493a6924ff7dc638fd4d6e7b3d8eb95383";><code>39f7fb4</code></a>
 feat: <code>preserve-caught-error</code> should recognize all static 
&quot;cause&quot; keys (<a 
href="https://redirect.github.com/eslint/eslint/issues/20163";>#20163</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f81eabc5849ece98b8ca054f96b29f038a69bcf8";><code>f81eabc</code></a>
 feat: support TS syntax in <code>no-restricted-imports</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19562";>#19562</a>) 
(Nitin Kumar)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/a129cced7a86ea2518eb9be6990fa18af39694ca";><code>a129cce</code></a>
 fix: correct <code>no-loss-of-precision</code> false positives for leading 
zeros (<a 
href="https://redirect.github.com/eslint/eslint/issues/20164";>#20164</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/09e04fcc3f4cc963eea7c9c579391de5e231595b";><code>09e04fc</code></a>
 fix: add missing AST token types (<a 
href="https://redirect.github.com/eslint/eslint/issues/20172";>#20172</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/861c6da2bd2796414e6eed782155ec34e2ed6344";><code>861c6da</code></a>
 fix: correct <code>ESLint</code> typings (<a 
href="https://redirect.github.com/eslint/eslint/issues/20122";>#20122</a>) 
(Pixel998)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/b950359c5f39085483c3137a6a160e582ef32007";><code>b950359</code></a>
 docs: fix typos across the docs (<a 
href="https://redirect.github.com/eslint/eslint/issues/20182";>#20182</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/42498a27981d50750dd15ae8660dbe85c4f4587c";><code>42498a2</code></a>
 docs: improve ToC accessibility by hiding non-semantic character (<a 
href="https://redirect.github.com/eslint/eslint/issues/20181";>#20181</a>) 
(Percy Ma)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/29ea092b93608756350b1e9c5a4f29c8a49264ab";><code>29ea092</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5c97a04578e6280c2395f642c2d8d6bdf30eec18";><code>5c97a04</code></a>
 docs: show <code>availableUntil</code> in deprecated rule banner (<a 
href="https://redirect.github.com/eslint/eslint/issues/20170";>#20170</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/90a71bf5024a86fc232cd2e05f96811e2a18fd0f";><code>90a71bf</code></a>
 docs: update <code>README</code> files to add badge and instructions (<a 
href="https://redirect.github.com/eslint/eslint/issues/20115";>#20115</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1603ae1526d9b6f557c7d5534a4f40f46842edd6";><code>1603ae1</code></a>
 docs: update references from <code>master</code> to <code>main</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20153";>#20153</a>) 
(루밀LuMir)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/afe8a1346958242031fea66fdfbb239e8bf408b7";><code>afe8a13</code></a>
 chore: update <code>@eslint/js</code> dependency to version 9.37.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20183";>#20183</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/abee4ca1fa10da733b1cc4a7d5e765b912a9de82";><code>abee4ca</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/fc9381f6ca57b824e82d118c14631c17bea79d7e";><code>fc9381f</code></a>
 chore: fix typos in comments (<a 
href="https://redirect.github.com/eslint/eslint/issues/20175";>#20175</a>) 
(overlookmotel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e1574a22d38fd7e1891f86f8db0b09053f8963cb";><code>e1574a2</code></a>
 chore: unpin jiti (<a 
href="https://redirect.github.com/eslint/eslint/issues/20173";>#20173</a>) 
(renovate[bot])</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/8fe511b4c0fb74df3290271b29c672c3fbf3be1f";><code>8fe511b</code></a>
 9.38.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f961736693e8b5658eb117eedbb9754be589c0ce";><code>f961736</code></a>
 Build: changelog update for 9.38.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045";><code>d17c795</code></a>
 chore: upgrade <code>@​eslint/js</code><a 
href="https://github.com/9";><code>@​9</code></a>.38.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20221";>#20221</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f";><code>25d0e33</code></a>
 chore: package.json update for <code>@​eslint/js</code> release</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb";><code>50c3dfd</code></a>
 fix: improve type support for isolated dependencies in pnpm (<a 
href="https://redirect.github.com/eslint/eslint/issues/20201";>#20201</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa";><code>c82b5ef</code></a>
 refactor: Use types from <code>@​eslint/core</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20168";>#20168</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8";><code>ff31609</code></a>
 ci: add Node.js 25 to <code>ci.yml</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20220";>#20220</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485";><code>ce40f74</code></a>
 feat: update <code>complexity</code> rule to only highlight function header 
(<a 
href="https://redirect.github.com/eslint/eslint/issues/20048";>#20048</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1";><code>e37e590</code></a>
 feat: correct <code>no-loss-of-precision</code> false positives with 
<code>e</code> notation (<a 
href="https://redirect.github.com/eslint/eslint/issues/20187";>#20187</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859";><code>004577e</code></a>
 ci: bump github/codeql-action from 3 to 4 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20211";>#20211</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v9.22.0...v9.38.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint-config-next` from 15.2.1 to 16.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/vercel/next.js/releases";>eslint-config-next's 
releases</a>.</em></p>
   <blockquote>
   <h2>v16.0.0</h2>
   <blockquote>
   <p>[!TIP]<br />
   <strong>Check out our Next v16 <a 
href="https://nextjs.org/blog/next-16";>Blog Post</a> to learn more about this 
release.</strong></p>
   </blockquote>
   <h3>Core Changes</h3>
   <ul>
   <li>Development: Don't import app-router / hot-reloader through next/link in 
application code: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83656";>#83656</a></li>
   <li>Remove clientParamParsing requirement from RDC for Navigations: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83661";>#83661</a></li>
   <li>Upgrade React from <code>6b70072c-20250909</code> to 
<code>886b3d36-20250910</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83650";>#83650</a></li>
   <li>Turbopack: Use readFileSync / writeFileSync for manifest writing: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83694";>#83694</a></li>
   <li>Upgrade React from <code>886b3d36-20250910</code> to 
<code>f3a80361-20250911</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83696";>#83696</a></li>
   <li>Don't create client-side debug channel if the feature is disabled: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83699";>#83699</a></li>
   <li>fix: dev should produce the correct default fallback regex to match 
builds/Turbopack: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83701";>#83701</a></li>
   <li>[devtool] fix overlay styles are missing: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83721";>#83721</a></li>
   <li>Revert &quot;Remove clientParamParsing requirement from RDC for 
Navigations&quot;: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83725";>#83725</a></li>
   <li>Only enable unhandledRejection filtering when opted in: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83726";>#83726</a></li>
   <li>Fix index data route for adapter build-complete: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83730";>#83730</a></li>
   <li>Remove leading underscore for unhandledRejection envvar: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83732";>#83732</a></li>
   <li>Upgrade React from <code>f3a80361-20250911</code> to 
<code>93d7aa69-20250912</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83729";>#83729</a></li>
   <li>Upgrade React from <code>93d7aa69-20250912</code> to 
<code>8a8e9a7e-20250912</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83742";>#83742</a></li>
   <li>Fix reentrancy of unhandledRejection filtering: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83741";>#83741</a></li>
   <li>Fix type for unhandled rejection handler process.removeListener: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83748";>#83748</a></li>
   <li>[OTel] fix: Root span name should not include high cardinality URL: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/75416";>#75416</a></li>
   <li>Turbopack: Remove matchers.reload() call on each request: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83720";>#83720</a></li>
   <li>[Breaking] Flat config as default in 
<code>@next/eslint-plugin-next</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83763";>#83763</a></li>
   <li>fix: Rspack splitChunks.chunks regex: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83670";>#83670</a></li>
   <li>Revert &quot;Turbopack: Remove matchers.reload() call on each 
request&quot;: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83819";>#83819</a></li>
   <li>fix: unstable_cache should perform blocking revalidation during ISR 
revalidation: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83820";>#83820</a></li>
   <li>fix(Rspack): resolve HMR unresponsiveness or unexpected full reload 
&amp; update dev snapshot: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83480";>#83480</a></li>
   <li>Allow <code>next.config.mts</code> for Node.js native TS resolver: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83556";>#83556</a></li>
   <li>chore: Ensure Import Trace starts in a newline: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83638";>#83638</a></li>
   <li>Development: Remove matchers.reload() on each request: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83829";>#83829</a></li>
   <li>Upgrade React from <code>8a8e9a7e-20250912</code> to 
<code>5e0c951b-20250916</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83850";>#83850</a></li>
   <li>Bump typescript 5.9.2: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83833";>#83833</a></li>
   <li>Allow headers, rewrites and redirects to be defined as sync functions: 
<a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83743";>#83743</a></li>
   <li>Turbopack: Optimize addedRoutes and removedRoutes calculation: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83840";>#83840</a></li>
   <li>[next-config-ts] Set Node.js native TS loader fallback flag to 
process.env: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83832";>#83832</a></li>
   <li>Development: Clarify TypescriptStatus in watcher: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83857";>#83857</a></li>
   <li>Upgrade sharp dependency to version ^0.34.4: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83892";>#83892</a></li>
   <li>Upgrade React from <code>5e0c951b-20250916</code> to 
<code>128abcfa-20250917</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83906";>#83906</a></li>
   <li>Add native ts resolver docs link to transpile-config: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83914";>#83914</a></li>
   <li>OTel: use <code>srcPage</code> for templates when 
<code>next.route</code> is unavailable: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83911";>#83911</a></li>
   <li>Remove inline CSS sourcemaps from next-devtools: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83917";>#83917</a></li>
   <li>Development: Move all TypeScript related work in watcher together: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83912";>#83912</a></li>
   <li>[Cache Components] Allow sync IO inside console methods : <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83843";>#83843</a></li>
   <li>Upgrade React from <code>128abcfa-20250917</code> to 
<code>84af9085-20250917</code>: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83959";>#83959</a></li>
   <li>Build: Add .next/trace-build with high level trace: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83949";>#83949</a></li>
   <li>Remove force writing **/*.mts to tsconfig: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83967";>#83967</a></li>
   <li>feat: Isolate dev build from prod: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83961";>#83961</a></li>
   <li>Remove JS size reporting from next build: <a 
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/83815";>#83815</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/vercel/next.js/commit/950609f96f694c5475d18cd2d72a0052ca04d4b9";><code>950609f</code></a>
 v16.0.0</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/fcc315733ca2ae64073c2b895c6ba46d684c726a";><code>fcc3157</code></a>
 v16.0.0-canary.19</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/c0b086c6d3c1e7c3a152efb3d10536dba208fcdd";><code>c0b086c</code></a>
 v16.0.0-canary.18</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/446cf3049701e3b8aeb8c7c370a79bfa0e873177";><code>446cf30</code></a>
 v16.0.0-canary.17</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/76a9a1de28e384a65dbee4578787e2a775610494";><code>76a9a1d</code></a>
 v16.0.0-canary.16</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/ad9013e89361ec17d48b707067e44064597c20ab";><code>ad9013e</code></a>
 v16.0.0-canary.15</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/a83f3c061db42c13cd106344b1717c0e0d8cea0d";><code>a83f3c0</code></a>
 v16.0.0-canary.14</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/b38921d3fb67776fc0aa16fe66ba185870f307e7";><code>b38921d</code></a>
 v16.0.0-canary.13</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/14018a9ba5d72311b2dcc0daf37909af93ba8767";><code>14018a9</code></a>
 v16.0.0-canary.12</li>
   <li><a 
href="https://github.com/vercel/next.js/commit/fa70898f0d74d106fbce9f315af71e42f9afa1c8";><code>fa70898</code></a>
 v16.0.0-canary.11</li>
   <li>Additional commits viewable in <a 
href="https://github.com/vercel/next.js/commits/v16.0.0/packages/eslint-config-next";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss` from 8.5.3 to 8.5.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/releases";>postcss's 
releases</a>.</em></p>
   <blockquote>
   <h2>8.5.6</h2>
   <ul>
   <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a 
href="https://github.com/Goodwine";><code>@​Goodwine</code></a>).</li>
   </ul>
   <h2>8.5.5</h2>
   <ul>
   <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with 
some tools (by <a 
href="https://github.com/JounQin";><code>@​JounQin</code></a>).</li>
   </ul>
   <h2>8.5.4</h2>
   <ul>
   <li>Fixed Parcel compatibility issue (by <a 
href="https://github.com/git-sumitchaudhary";><code>@​git-sumitchaudhary</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md";>postcss's 
changelog</a>.</em></p>
   <blockquote>
   <h2>8.5.6</h2>
   <ul>
   <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a 
href="https://github.com/Goodwine";><code>@​Goodwine</code></a>).</li>
   </ul>
   <h2>8.5.5</h2>
   <ul>
   <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with 
some tools (by <a 
href="https://github.com/JounQin";><code>@​JounQin</code></a>).</li>
   </ul>
   <h2>8.5.4</h2>
   <ul>
   <li>Fixed Parcel compatibility issue (by <a 
href="https://github.com/git-sumitchaudhary";><code>@​git-sumitchaudhary</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/91d6eb5c3d1ca8acb4e8e3926005acf2b066c211";><code>91d6eb5</code></a>
 Release 8.5.6 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/65ffc55117bf4289b1f977986ed76fad402641b1";><code>65ffc55</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/ecd20eb7f9587d63e3f3348b768aec0e9fb000d3";><code>ecd20eb</code></a>
 Fix ContainerWithChildren to allow discriminating the node type by comparing 
...</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/c18159719e4a6d65ad7085edf1dc42e07814f683";><code>c181597</code></a>
 Release 8.5.5 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/c5523fbec5f32622e77103c643e1258007c2609d";><code>c5523fb</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/2e3450c55f41e378e086f4f189e5243a573c3390";><code>2e3450c</code></a>
 refactor: <code>import</code> should be listed before <code>require</code> (<a 
href="https://redirect.github.com/postcss/postcss/issues/2052";>#2052</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/4d720bd01adec2e8645bf91e725825bebb712e1b";><code>4d720bd</code></a>
 Update EM text</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/6cb4a6673fb6d8b23eb1ebe66a22b6267ab141de";><code>6cb4a66</code></a>
 Release 8.5.4 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/ec5c1e031083664bed1cf91eaac72f8c61068110";><code>ec5c1e0</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/e85e9385c87499bc7e274c6ce332cf59e3988994";><code>e85e938</code></a>
 Fix code format</li>
   <li>Additional commits viewable in <a 
href="https://github.com/postcss/postcss/compare/8.5.3...8.5.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prettier` from 3.5.3 to 3.6.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/releases";>prettier's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.6.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add missing blank line around code block by <a 
href="https://github.com/fisker";><code>@​fisker</code></a> in <a 
href="https://redirect.github.com/prettier/prettier/pull/17675";>prettier/prettier#17675</a></li>
   </ul>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#362";>Changelog</a></p>
   <h2>3.6.1</h2>
   <ul>
   <li>Fix &quot;Warning: File descriptor 39 closed but not opened in unmanaged 
mode&quot; error when running <code>--experimental-cli</code></li>
   </ul>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#361";>Changelog</a></p>
   <h2>3.6.0</h2>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0";>Release note 
&quot;Prettier 3.6: Experimental fast CLI and new OXC and Hermes 
plugins!&quot;</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md";>prettier's 
changelog</a>.</em></p>
   <blockquote>
   <h1>3.6.2</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.6.1...3.6.2";>diff</a></p>
   <h4>Markdown: Add missing blank line around code block (<a 
href="https://redirect.github.com/prettier/prettier/pull/17675";>#17675</a> by 
<a href="https://github.com/fisker";><code>@​fisker</code></a>)</h4>
   <!-- raw HTML omitted -->
   <pre lang="md"><code>&lt;!-- Input --&gt;
   1. Some text, and code block below, with newline after code block
   <pre lang="yaml"><code>---
   foo: bar
   </code></pre>
   <ol>
   <li>Another</li>
   <li>List</li>
   </ol>
   <p>&lt;!-- Prettier 3.6.1 --&gt;</p>
   <ol>
   <li>
   <p>Some text, and code block below, with newline after code block</p>
   <pre lang="yaml"><code>---
   foo: bar
   </code></pre>
   <ol>
   <li>Another</li>
   <li>List</li>
   </ol>
   </li>
   </ol>
   <p>&lt;!-- Prettier 3.6.2 --&gt;</p>
   <ol>
   <li>
   <p>Some text, and code block below, with newline after code block</p>
   <pre lang="yaml"><code>---
   foo: bar
   </code></pre>
   <ol>
   <li>Another</li>
   <li>List<br />
   </code></pre></li>
   </ol>
   </li>
   </ol>
   <h1>3.6.1</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.6.0...3.6.1";>diff</a></p>
   <h4>TypeScript: Allow const without initializer (<a 
href="https://redirect.github.com/prettier/prettier/pull/17650";>#17650</a>, <a 
href="https://redirect.github.com/prettier/prettier/pull/17654";>#17654</a> by 
<a href="https://github.com/fisker";><code>@​fisker</code></a>)</h4>
   <!-- raw HTML omitted -->
   <pre lang="jsx"><code>// Input
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/prettier/commit/7a8b05f41574633fd3af5298f3eeaf33567ad3d3";><code>7a8b05f</code></a>
 Release 3.6.2</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/46526b49b6315914b9229be412c1557ce59f8dbf";><code>46526b4</code></a>
 Add missing blank line around code block (<a 
href="https://redirect.github.com/prettier/prettier/issues/17675";>#17675</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/a04ec1196f9c3efe2312b10c2f0d02903c9de5e7";><code>a04ec11</code></a>
 chore(deps): update babel to v7.27.7 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17684";>#17684</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/32be5b6b44314579f3dcc838f26b03ce47938acb";><code>32be5b6</code></a>
 chore(deps): update dependency flow-parser to v0.274.1 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17676";>#17676</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/b55e777924538b69c564abea51a42e33597910b9";><code>b55e777</code></a>
 Update docs about &quot;TypeScript Configuration Files&quot; (<a 
href="https://redirect.github.com/prettier/prettier/issues/17677";>#17677</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/b197c99224b2e068736020bdaa8b2f8a686d4b1e";><code>b197c99</code></a>
 chore(deps): update dependency <code>@​vitejs/plugin-react</code> to v4.6.0 
(<a 
href="https://redirect.github.com/prettier/prettier/issues/17674";>#17674</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/1185f8370a7a4c1b038b994e7be32a2413fae12d";><code>1185f83</code></a>
 chore(deps): update dependency <code>@​angular/compiler</code> to v20.0.5 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17680";>#17680</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/aa1316fa603e25d853e76f69cdc029c19b8d24b9";><code>aa1316f</code></a>
 chore(deps): update dependency browserslist to v4.25.1 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17671";>#17671</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/c468d33f16c665363da86f9275be4b4d9f799dcd";><code>c468d33</code></a>
 chore(deps): update dependency oxc-parser to v0.75.0 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17672";>#17672</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/3f46d91bdb7b2a650f376215fdf884babfc765b7";><code>3f46d91</code></a>
 chore(deps): update dependency vite to v7 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17673";>#17673</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prettier-plugin-tailwindcss` from 0.6.11 to 0.7.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases";>prettier-plugin-tailwindcss's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.7.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Match against correct name of dynamic attributes when using regexes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/410";>#410</a>)</li>
   </ul>
   <h2>v0.7.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Format quotes in <code>@source</code>, <code>@plugin</code>, and 
<code>@config</code> (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387";>#387</a>)</li>
   <li>Sort in function calls in Twig (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358";>#358</a>)</li>
   <li>Sort in callable template literals (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367";>#367</a>)</li>
   <li>Sort in function calls mixed with property accesses (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367";>#367</a>)</li>
   <li>Support regular expression patterns for attributes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405";>#405</a>)</li>
   <li>Support regular expression patterns for function names (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405";>#405</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Improved monorepo support by loading Tailwind CSS relative to the input 
file instead of prettier config file (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386";>#386</a>)</li>
   <li>Improved monorepo support by loading v3 configs relative to the input 
file instead of prettier config file (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386";>#386</a>)</li>
   <li>Fallback to Tailwind CSS v4 instead of v3 by default (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390";>#390</a>)</li>
   <li>Don't augment global Prettier <code>ParserOptions</code> and 
<code>RequiredOptions</code> types (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354";>#354</a>)</li>
   <li>Drop support for <code>prettier-plugin-import-sort</code> (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385";>#385</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Handle quote escapes in LESS when sorting <code>@apply</code> (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392";>#392</a>)</li>
   <li>Fix whitespace removal inside nested concat and template expressions (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396";>#396</a>)</li>
   </ul>
   <h2>v0.6.14</h2>
   <ul>
   <li>Add support for OXC + Hermes Prettier plugins (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376";>#376</a>,
 <a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/380";>#380</a>)</li>
   <li>Sort template literals in Angular expressions (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377";>#377</a>)</li>
   <li>Don't repeatedly add backslashes to escape sequences when formatting (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/381";>#381</a>)</li>
   </ul>
   <h2>v0.6.13</h2>
   <ul>
   <li>Prevent Svelte files from breaking when there are duplicate classes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/359";>#359</a>)</li>
   <li>Ensure <code>prettier-plugin-multiline-arrays</code> and 
<code>prettier-plugin-jsdoc</code> work when used together with this plugin (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/372";>#372</a>)</li>
   </ul>
   <h2>v0.6.12</h2>
   <ul>
   <li>Add internal (unsupported) option to load Tailwind CSS using a different 
package name (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/366";>#366</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md";>prettier-plugin-tailwindcss's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.7.1] - 2025-10-17</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Match against correct name of dynamic attributes when using regexes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/410";>#410</a>)</li>
   </ul>
   <h2>[0.7.0] - 2025-10-14</h2>
   <h3>Added</h3>
   <ul>
   <li>Format quotes in <code>@source</code>, <code>@plugin</code>, and 
<code>@config</code> (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387";>#387</a>)</li>
   <li>Sort in function calls in Twig (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358";>#358</a>)</li>
   <li>Sort in callable template literals (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367";>#367</a>)</li>
   <li>Sort in function calls mixed with property accesses (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367";>#367</a>)</li>
   <li>Support regular expression patterns for attributes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405";>#405</a>)</li>
   <li>Support regular expression patterns for function names (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405";>#405</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Improved monorepo support by loading Tailwind CSS relative to the input 
file instead of prettier config file (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386";>#386</a>)</li>
   <li>Improved monorepo support by loading v3 configs relative to the input 
file instead of prettier config file (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386";>#386</a>)</li>
   <li>Fallback to Tailwind CSS v4 instead of v3 by default (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390";>#390</a>)</li>
   <li>Don't augment global Prettier <code>ParserOptions</code> and 
<code>RequiredOptions</code> types (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354";>#354</a>)</li>
   <li>Drop support for <code>prettier-plugin-import-sort</code> (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385";>#385</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Handle quote escapes in LESS when sorting <code>@apply</code> (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392";>#392</a>)</li>
   <li>Fix whitespace removal inside nested concat and template expressions (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396";>#396</a>)</li>
   </ul>
   <h2>[0.6.14] - 2025-07-09</h2>
   <ul>
   <li>Add support for OXC + Hermes Prettier plugins (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/376";>#376</a>,
 <a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/380";>#380</a>)</li>
   <li>Sort template literals in Angular expressions (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/377";>#377</a>)</li>
   <li>Don't repeatedly add backslashes to escape sequences when formatting (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/381";>#381</a>)</li>
   </ul>
   <h2>[0.6.13] - 2025-06-19</h2>
   <ul>
   <li>Prevent Svelte files from breaking when there are duplicate classes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/359";>#359</a>)</li>
   <li>Ensure <code>prettier-plugin-multiline-arrays</code> and 
<code>prettier-plugin-jsdoc</code> work when used together with this plugin (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/372";>#372</a>)</li>
   </ul>
   <h2>[0.6.12] - 2025-05-30</h2>
   <ul>
   <li>Add internal (unsupported) option to load Tailwind CSS using a different 
package name (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/366";>#366</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/a0fea3f3c235bf602f8f0af94693d99d02fd98c0";><code>a0fea3f</code></a>
 0.7.1</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/56fa1fcc0570c94459aa854c46051ab65169c062";><code>56fa1fc</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/42aca0cfa235e8d072d5b05a9150433e89062745";><code>42aca0c</code></a>
 Match against correct name of dynamic attributes when using regexes (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/410";>#410</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/3a58565c952ce219239a451321995ff3c8c48510";><code>3a58565</code></a>
 Fix building on windows</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/9fa7342d00fd1be0c3cfd57c6e31bf4cbe6913b3";><code>9fa7342</code></a>
 Correct typo in README (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/407";>#407</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/e03702a49d4ff413b4a8740f3a59a26afa60a8e6";><code>e03702a</code></a>
 0.7.0</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/cc87f7b2712440000f82e8c1e12ce2573b1892ee";><code>cc87f7b</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/7b9e2a72c827a9055e8305bc66dabe0c10549b90";><code>7b9e2a7</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/95a3d4efa89a3f876bb7c23a2d26389b4ce766b3";><code>95a3d4e</code></a>
 Support regex matches for attributes and function names (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/405";>#405</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/commit/a195f719641db60f0ee89bc3742c98316d5d06cb";><code>a195f71</code></a>
 Allow sorting classes inside function calls in Twig templates (<a 
href="https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/358";>#358</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.11...v0.7.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tailwindcss` from 4.0.14 to 4.1.15
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tailwindlabs/tailwindcss/releases";>tailwindcss's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.1.15</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix Safari devtools rendering issue due to <code>color-mix</code> 
fallback (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19069";>#19069</a>)</li>
   <li>Suppress Lightning CSS warnings about <code>:deep</code>, 
<code>:slotted</code>, and <code>:global</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19094";>#19094</a>)</li>
   <li>Fix resolving theme keys when starting with the name of another theme 
key in JS configs and plugins (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19097";>#19097</a>)</li>
   <li>Allow named groups in combination with <code>not-*</code>, 
<code>has-*</code>, and <code>in-*</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19100";>#19100</a>)</li>
   <li>Prevent important utilities from affecting other utilities (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19110";>#19110</a>)</li>
   <li>Don’t index into strings with the <code>theme(…)</code> function (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19111";>#19111</a>)</li>
   <li>Fix parsing issue when <code>\t</code> is used in at-rules (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19130";>#19130</a>)</li>
   <li>Upgrade: Canonicalize utilities containing <code>0</code> values (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19095";>#19095</a>)</li>
   <li>Upgrade: Migrate deprecated <code>break-words</code> to 
<code>wrap-break-word</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19157";>#19157</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Remove the <code>postinstall</code> script from oxide (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19149";>#19149</a>)</li>
   </ul>
   <h2>v4.1.14</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Handle <code>'</code> syntax in ClojureScript when extracting classes 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18888";>#18888</a>)</li>
   <li>Handle <code>@variant</code> inside <code>@custom-variant</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18885";>#18885</a>)</li>
   <li>Merge suggestions when using <code>@utility</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18900";>#18900</a>)</li>
   <li>Ensure that file system watchers created when using the CLI are always 
cleaned up (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18905";>#18905</a>)</li>
   <li>Do not generate <code>grid-column</code> utilities when configuring 
<code>grid-column-start</code> or <code>grid-column-end</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18907";>#18907</a>)</li>
   <li>Do not generate <code>grid-row</code> utilities when configuring 
<code>grid-row-start</code> or <code>grid-row-end</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18907";>#18907</a>)</li>
   <li>Prevent duplicate CSS when overwriting a static utility with a theme key 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18056";>#18056</a>)</li>
   <li>Show Lightning CSS warnings (if any) when optimizing/minifying (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18918";>#18918</a>)</li>
   <li>Use <code>default</code> export condition for 
<code>@tailwindcss/vite</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18948";>#18948</a>)</li>
   <li>Re-throw errors from PostCSS nodes (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18373";>#18373</a>)</li>
   <li>Detect classes in markdown inline directives (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18967";>#18967</a>)</li>
   <li>Ensure files with only <code>@theme</code> produce no output when built 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18979";>#18979</a>)</li>
   <li>Support Maud templates when extracting classes (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18988";>#18988</a>)</li>
   <li>Upgrade: Do not migrate <code>variant = 'outline'</code> during upgrades 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18922";>#18922</a>)</li>
   <li>Upgrade: Show version mismatch (if any) when running upgrade tool (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19028";>#19028</a>)</li>
   <li>Upgrade: Ensure first class inside <code>className</code> is migrated 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19031";>#19031</a>)</li>
   <li>Upgrade: Migrate classes inside <code>*ClassName</code> and 
<code>*Class</code> attributes (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19031";>#19031</a>)</li>
   </ul>
   <h2>v4.1.13</h2>
   <h3>Changed</h3>
   <ul>
   <li>Drop warning from browser build (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/18731";>#18731</a>)</li>
   <li>Drop exact duplicate declarations when emitting CSS (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/18809";>#18809</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Don't transition <code>visibility</code> when using 
<code>transition</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18795";>#18795</a>)</li>
   <li>Discard matched variants with unknown named values (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18799";>#18799</a>)</li>
   <li>Discard matched variants with non-string values (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18799";>#18799</a>)</li>
   <li>Show suggestions for known <code>matchVariant</code> values (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18798";>#18798</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md";>tailwindcss's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[4.1.15] - 2025-10-20</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix Safari devtools rendering issue due to <code>color-mix</code> 
fallback (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19069";>#19069</a>)</li>
   <li>Suppress Lightning CSS warnings about <code>:deep</code>, 
<code>:slotted</code>, and <code>:global</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19094";>#19094</a>)</li>
   <li>Fix resolving theme keys when starting with the name of another theme 
key in JS configs and plugins (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19097";>#19097</a>)</li>
   <li>Allow named groups in combination with <code>not-*</code>, 
<code>has-*</code>, and <code>in-*</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19100";>#19100</a>)</li>
   <li>Prevent important utilities from affecting other utilities (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19110";>#19110</a>)</li>
   <li>Don’t index into strings with the <code>theme(…)</code> function (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19111";>#19111</a>)</li>
   <li>Fix parsing issue when <code>\t</code> is used in at-rules (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19130";>#19130</a>)</li>
   <li>Upgrade: Canonicalize utilities containing <code>0</code> values (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19095";>#19095</a>)</li>
   <li>Upgrade: Migrate deprecated <code>break-words</code> to 
<code>wrap-break-word</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19157";>#19157</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Remove the <code>postinstall</code> script from oxide (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19149";>#19149</a>)(<a
 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19149";>tailwindlabs/tailwindcss#19149</a>)</li>
   </ul>
   <h2>[4.1.14] - 2025-10-01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Handle <code>'</code> syntax in ClojureScript when extracting classes 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18888";>#18888</a>)</li>
   <li>Handle <code>@variant</code> inside <code>@custom-variant</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18885";>#18885</a>)</li>
   <li>Merge suggestions when using <code>@utility</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18900";>#18900</a>)</li>
   <li>Ensure that file system watchers created when using the CLI are always 
cleaned up (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18905";>#18905</a>)</li>
   <li>Do not generate <code>grid-column</code> utilities when configuring 
<code>grid-column-start</code> or <code>grid-column-end</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18907";>#18907</a>)</li>
   <li>Do not generate <code>grid-row</code> utilities when configuring 
<code>grid-row-start</code> or <code>grid-row-end</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18907";>#18907</a>)</li>
   <li>Prevent duplicate CSS when overwriting a static utility with a theme key 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18056";>#18056</a>)</li>
   <li>Show Lightning CSS warnings (if any) when optimizing/minifying (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18918";>#18918</a>)</li>
   <li>Use <code>default</code> export condition for 
<code>@tailwindcss/vite</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18948";>#18948</a>)</li>
   <li>Re-throw errors from PostCSS nodes (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18373";>#18373</a>)</li>
   <li>Detect classes in markdown inline directives (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18967";>#18967</a>)</li>
   <li>Ensure files with only <code>@theme</code> produce no output when built 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18979";>#18979</a>)</li>
   <li>Support Maud templates when extracting classes (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18988";>#18988</a>)</li>
   <li>Upgrade: Do not migrate <code>variant = 'outline'</code> during upgrades 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18922";>#18922</a>)</li>
   <li>Upgrade: Show version mismatch (if any) when running upgrade tool (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19028";>#19028</a>)</li>
   <li>Upgrade: Ensure first class inside <code>className</code> is migrated 
(<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19031";>#19031</a>)</li>
   <li>Upgrade: Migrate classes inside <code>*ClassName</code> and 
<code>*Class</code> attributes (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19031";>#19031</a>)</li>
   </ul>
   <h2>[4.1.13] - 2025-09-03</h2>
   <h3>Changed</h3>
   <ul>
   <li>Drop warning from browser build (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/18731";>#18731</a>)</li>
   <li>Drop exact duplicate declarations when emitting CSS (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/18809";>#18809</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Don't transition <code>visibility</code> when using 
<code>transition</code> (<a 
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/18795";>#18795</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/b2e2435ccb47128f1a2724185cf2dceca13c8325";><code>b2e2435</code></a>
 Release 4.1.15 (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19159";>#19159</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/3b636b74d7f6c19646d357a769d79b9ffedbfac2";><code>3b636b7</code></a>
 Mark <code>break-words</code> as deprecated, and upgrade to 
<code>wrap-break-word</code> (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19157";>#19157</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/acb27ef9e9229385ca0a30923be5d711b66cc90e";><code>acb27ef</code></a>
 Generalize the <code>walk</code> implementation (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19126";>#19126</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/de6b54c30743528d4baeaa81b46c090c9f160b53";><code>de6b54c</code></a>
 Fix parsing issue when <code>\t</code> is used in at-rules (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19130";>#19130</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/22858ac4ae003329f31d3a1142d4f103a80b34d2";><code>22858ac</code></a>
 Make TypeScript a bit more happy (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19124";>#19124</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/f945c3d29fe0235c37c46bc00df906a720707738";><code>f945c3d</code></a>
 Don’t index into strings with the <code>theme(…)</code> function (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19111";>#19111</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/2cba8319ce6a7b51ba20ab6346261d4d7f2e5c51";><code>2cba831</code></a>
 Clone AST nodes used in <code>staticValues</code> (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19110";>#19110</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/c67c0c54cfdd693eed8af42002298cb4a455db4c";><code>c67c0c5</code></a>
 Canonicalize dimensions (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19101";>#19101</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/01d1e9825982894a293ccbf4d2c5e6a702b3868c";><code>01d1e98</code></a>
 Canonicalization constant folding and handling zeros (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19095";>#19095</a>)</li>
   <li><a 
href="https://github.com/tailwindlabs/tailwindcss/commit/3aadba7cc117760182c862aced7c66b90e05a087";><code>3aadba7</code></a>
 Move modifier of <code>not-*</code>, <code>has-*</code>, and <code>in-*</code> 
variant to sub variant (<a 
href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/19100";>#19100</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.15/packages/tailwindcss";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `typescript` from 5.8.2 to 5.9.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/microsoft/TypeScript/releases";>typescript's 
releases</a>.</em></p>
   <blockquote>
   <h2>TypeScript 5.9.3</h2>
   <p>Note: this tag was recreated to point at the correct commit. The npm 
package contained the correct content.</p>
   <p>For release notes, check out the <a 
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/";>release
 announcement</a></p>
   <ul>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.0 (Beta)</a>.</li>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.1 (RC)</a>.</li>
   <li><em>No specific changes for TypeScript 5.9.2 (Stable)</em></li>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.3%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.3 (Stable)</a>.</li>
   </ul>
   <p>Downloads are available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/typescript";>npm</a></li>
   </ul>
   <h2>TypeScript 5.9</h2>
   <p>Note: this tag was recreated to point at the correct commit. The npm 
package contained the correct content.</p>
   <p>For release notes, check out the <a 
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/";>release
 announcement</a></p>
   <ul>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.0 (Beta)</a>.</li>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.1 (RC)</a>.</li>
   <li><em>No specific changes for TypeScript 5.9.2 (Stable)</em></li>
   </ul>
   <p>Downloads are available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/typescript";>npm</a></li>
   </ul>
   <h2>TypeScript 5.9 RC</h2>
   <p>Note: this tag was recreated to point at the correct commit. The npm 
package contained the correct content.</p>
   <p>For release notes, check out the <a 
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/";>release
 announcement</a></p>
   <ul>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.0 (Beta)</a>.</li>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.1 (RC)</a>.</li>
   </ul>
   <p>Downloads are available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/typescript";>npm</a></li>
   </ul>
   <h2>TypeScript 5.9 Beta</h2>
   <p>Note: this tag was recreated to point at the correct commit. The npm 
package contained the correct content.</p>
   <p>For release notes, check out the <a 
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-beta/";>release
 announcement</a>.</p>
   <ul>
   <li><a 
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+";>fixed
 issues query for Typescript 5.9.0 (Beta)</a>.</li>
   </ul>
   <p>Downloads are available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/typescript";>npm</a></li>
   </ul>
   <h2>TypeScript 5.8.3</h2>
   <p>Note: this tag was recreated to point at the correct commit. The npm 
package contained the correct content.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/c63de15a992d37f0d6cec03ac7631872838602cb";><code>c63de15</code></a>
 Bump version to 5.9.3 and LKG</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/8428ca4cc8a7ecc9ac18dd0258016228814f5eaf";><code>8428ca4</code></a>
 🤖 Pick PR <a 
href="https://redirect.github.com/microsoft/TypeScript/issues/62438";>#62438</a> 
(Fix incorrectly ignored dts file fr...) into release-5.9 (#...</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/a131cac6831aa6532ea963d0cb3131b957cad980";><code>a131cac</code></a>
 🤖 Pick PR <a 
href="https://redirect.github.com/microsoft/TypeScript/issues/62351";>#62351</a> 
(Add missing Float16Array constructo...) into release-5.9 (#...</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/04243333584a5bfaeb3434c0982c6280fe87b8d5";><code>0424333</code></a>
 🤖 Pick PR <a 
href="https://redirect.github.com/microsoft/TypeScript/issues/62423";>#62423</a> 
(Revert PR 61928) into release-5.9 (<a 
href="https://redirect.github.com/microsoft/TypeScript/issues/62425";>#62425</a>)</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/bdb641a4347af822916fb8cdb9894c9c2d2421dd";><code>bdb641a</code></a>
 🤖 Pick PR <a 
href="https://redirect.github.com/microsoft/TypeScript/issues/62311";>#62311</a> 
(Fix parenthesizer rules for manuall...) into release-5.9 (#...</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/0d9b9b92e2aca2f75c979a801abbc21bff473748";><code>0d9b9b9</code></a>
 🤖 Pick PR <a 
href="https://redirect.github.com/microsoft/TypeScript/issues/61978";>#61978</a> 
(Restructure CI to prepare for requi...) into release-5.9 (#...</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/2dce0c58af51cf9a9068365dc2f756c61b82b597";><code>2dce0c5</code></a>
 Intentionally regress one buggy declaration output to an older version (<a 
href="https://redirect.github.com/microsoft/TypeScript/issues/62163";>#62163</a>)</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/5be33469d551655d878876faa9e30aa3b49f8ee9";><code>5be3346</code></a>
 Bump version to 5.9.2 and LKG</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/ad825f2bee3362886d642c48cb97c82df82b3ddb";><code>ad825f2</code></a>
 Bump version to 5.9.1-rc and LKG</li>
   <li><a 
href="https://github.com/microsoft/TypeScript/commit/463a5bf92c3597dc14f252517c10a1bef7ac2f4c";><code>463a5bf</code></a>
 Update LKG</li>
   <li>Additional commits viewable in <a 
href="https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.9.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@types/node` from 22.13.10 to 24.9.1
   <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 `eslint` from 9.22.0 to 9.38.0
   <details>
   <summary>Release notes</summary>
   <p><em>S...
   
   _Description has been truncated_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to