Commit 10d3110
authored
Bump the npm group with 5 updates (#1019)
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [framer-motion](https://github.com/motiondivision/motion) | `12.6.3` |
`12.9.4` |
| [graphql](https://github.com/graphql/graphql-js) | `16.10.0` |
`16.11.0` |
| [next](https://github.com/vercel/next.js) | `15.2.4` | `15.3.1` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.13.17` | `22.15.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` |
`5.8.3` |
Updates `framer-motion` from 12.6.3 to 12.9.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[12.9.4] 2025-05-01</h2>
<h3>Fixed</h3>
<ul>
<li>Remove version check for <code>MotionValue</code>.</li>
</ul>
<h2>[12.9.3] 2025-05-01</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed memory leak when unmounting <code>motion</code>
components.</li>
</ul>
<h2>[12.9.2] 2025-04-25</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed scroll timeline cache when defining <code>offset</code>.</li>
<li>Detect when page scroll is attached to <code>document.body</code>
and use this instead of <code>document.documentElement</code>.</li>
</ul>
<h2>[12.9.1] 2025-04-24</h2>
<h3>Fixed</h3>
<ul>
<li>Restarting a finished main thread animation with a negative
<code>.speed</code> now works as expected.</li>
</ul>
<h2>[12.9.0] 2025-04-24</h2>
<h3>Added</h3>
<ul>
<li><code>styleEffect</code></li>
</ul>
<h2>[12.8.3] 2025-04-24</h2>
<h3>Changed</h3>
<ul>
<li>Animating a <code>MotionValue</code> to its current value will skip
creating the animation.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Ensure <code>.then()</code> fires when <code>.stop()</code> or
<code>.cancel()</code> are called. This is undesired but reverts the
behaviour to before <code>12.7.5</code>.</li>
</ul>
<h2>[12.8.2] 2025-04-24</h2>
<h3>Changed</h3>
<ul>
<li>Unifying <code>transform</code> behaviour for SVG and CSS switched
from element measurements for <code>transform-box: fill-box</code>.</li>
</ul>
<h2>[12.8.1] 2025-04-23</h2>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motiondivision/motion/commit/3edb39e9d4d367a2b763c829c3d5cfdbedf98e10"><code>3edb39e</code></a>
v12.9.4</li>
<li><a
href="https://github.com/motiondivision/motion/commit/4efee1e8b8337a4a87e9f50c07f5e2b3ae7bcea1"><code>4efee1e</code></a>
Removing version check for motion values</li>
<li><a
href="https://github.com/motiondivision/motion/commit/0b38e02fad9d856ea3ac99becd264298a76a2def"><code>0b38e02</code></a>
v12.9.3</li>
<li><a
href="https://github.com/motiondivision/motion/commit/3d2c631d90fb260ed1d0b30dbf61ddef3cc2cc7e"><code>3d2c631</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/5e7d5b5db3e1132b496daed0e7b11cf8212a7681"><code>5e7d5b5</code></a>
Merge pull request <a
href="https://redirect.github.com/motiondivision/motion/issues/3178">#3178</a>
from motiondivision/fix/release-visual-element</li>
<li><a
href="https://github.com/motiondivision/motion/commit/3eb2de69e490b0f06f9e274dc28ce74f112cd2e2"><code>3eb2de6</code></a>
Fixing memory leak</li>
<li><a
href="https://github.com/motiondivision/motion/commit/0de2c3e9ba7c7eae444d00fd89d42f97bfe77e65"><code>0de2c3e</code></a>
Updating</li>
<li><a
href="https://github.com/motiondivision/motion/commit/02fcf86f809144e52f2377c7023913fa826bfd91"><code>02fcf86</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/af6e9feffd553556a52b5b04b32a33265f90b310"><code>af6e9fe</code></a>
Updating default scroll element</li>
<li><a
href="https://github.com/motiondivision/motion/commit/15befa76f692f8dafbef4099b99aea0a05187a47"><code>15befa7</code></a>
Updating funding address</li>
<li>Additional commits viewable in <a
href="https://github.com/motiondivision/motion/compare/v12.6.3...v12.9.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `graphql` from 16.10.0 to 16.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/graphql/graphql-js/releases">graphql's
releases</a>.</em></p>
<blockquote>
<h2>16.11.0</h2>
<h2>v16.11.0 (2025-04-26)</h2>
<h4>New Feature 🚀</h4>
<ul>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4363">#4363</a>
Ensure we validate for using nullable variables in oneOf input fields
(<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4366">#4366</a>
feat(execution): add max coercion errors option to execution context (<a
href="https://github.com/cristunaranjo"><code>@cristunaranjo</code></a>)</li>
</ul>
<h4>Bug Fix 🐞</h4>
<ul>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4367">#4367</a>
fix(coerce-input-value): input object coercion rejects arrays (<a
href="https://github.com/cristunaranjo"><code>@cristunaranjo</code></a>)</li>
</ul>
<h4>Docs 📝</h4>
<!-- raw HTML omitted -->
<ul>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4310">#4310</a>
First draft for upgrade guide to v17 (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4331">#4331</a>
fix sidebar for documentation and <code>/api-v16</code> (<a
href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4335">#4335</a>
Add cspell exception (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4340">#4340</a>
Improve flow of documentation around GraphiQL (<a
href="https://github.com/benjie"><code>@benjie</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4343">#4343</a>
typofix: removes extra parenthesis from getting started code snippet (<a
href="https://github.com/rabahalishah"><code>@rabahalishah</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4351">#4351</a>
fixed wrong variable name (<a
href="https://github.com/fto-dev"><code>@fto-dev</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4352">#4352</a>
docs(getting-started): promises current links (<a
href="https://github.com/guspan-tanadi"><code>@guspan-tanadi</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4368">#4368</a>
Update docs for execution options (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4369">#4369</a>
Correct some syntax (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4372">#4372</a>
Refactor every code-first example to leverage resolve (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4373">#4373</a>
docs: Update getting-started.mdx (<a
href="https://github.com/Shubhdeep12"><code>@Shubhdeep12</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
<h4>Polish 💅</h4>
<ul>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4312">#4312</a>
Increase print/visit performance (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
</ul>
<h4>Internal 🏠</h4>
<!-- raw HTML omitted -->
<ul>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4327">#4327</a>
Add redirect for /api (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4377">#4377</a>
Chore: bump setup-node (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4378">#4378</a>
Change to gqlConf 2025 (<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li><a
href="https://redirect.github.com/graphql/graphql-js/pull/4379">#4379</a>
Add missing parenthesis (<a
href="https://github.com/benjie"><code>@benjie</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
<h4>Committers: 8</h4>
<ul>
<li>Benjie(<a
href="https://github.com/benjie"><code>@benjie</code></a>)</li>
<li>Cris Naranjo (<a
href="https://github.com/cristunaranjo"><code>@cristunaranjo</code></a>)</li>
<li>Dimitri POSTOLOV(<a
href="https://github.com/dimaMachina"><code>@dimaMachina</code></a>)</li>
<li>Fatih Ozdemir(<a
href="https://github.com/fto-dev"><code>@fto-dev</code></a>)</li>
<li>Guspan Tanadi(<a
href="https://github.com/guspan-tanadi"><code>@guspan-tanadi</code></a>)</li>
<li>Jovi De Croock(<a
href="https://github.com/JoviDeCroock"><code>@JoviDeCroock</code></a>)</li>
<li>Rabah Ali Shah(<a
href="https://github.com/rabahalishah"><code>@rabahalishah</code></a>)</li>
<li>Shubhdeep Chhabra(<a
href="https://github.com/Shubhdeep12"><code>@Shubhdeep12</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/graphql/graphql-js/commit/c18e9f6aada9ae086ddf836e4d822cf1426f3868"><code>c18e9f6</code></a>
16.11.0</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/556c80fb874029535584a13dc82d900697fc5c9b"><code>556c80f</code></a>
Add missing parenthesis (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4379">#4379</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/b296a42dcb5bdaa2d8994c6997b732a151c596f9"><code>b296a42</code></a>
Change to gqlConf 2025 (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4378">#4378</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/1bc28679329de5c3d317fca72920772dc67e6c64"><code>1bc2867</code></a>
Refactor every code-first example to leverage resolve (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4372">#4372</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/2ca1479a74f7db79986b738f73b3ea8db59c0046"><code>2ca1479</code></a>
docs: Update getting-started.mdx (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4373">#4373</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/2df9d6fe39e9e01973d4c70d93bf3f09b53994b1"><code>2df9d6f</code></a>
Chore: bump setup-node (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4377">#4377</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/7dd7812e2b8a9b0f2dc9272c62b462678fd8d1b5"><code>7dd7812</code></a>
Update docs for execution options (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4368">#4368</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/8025494d0f8a73f56f86bb4ad3d9b2ceab588768"><code>8025494</code></a>
Correct some syntax (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4369">#4369</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/50cbe4a2da1194b0690ce1689f1b24f9c6284efc"><code>50cbe4a</code></a>
feat(execution): add max coercion errors option to execution context (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4366">#4366</a>)</li>
<li><a
href="https://github.com/graphql/graphql-js/commit/5adeb7f7721e299d6f747bf9c985387164b79fff"><code>5adeb7f</code></a>
fix(coerce-input-value): input object coercion rejects arrays (<a
href="https://redirect.github.com/graphql/graphql-js/issues/4367">#4367</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/graphql/graphql-js/compare/v16.10.0...v16.11.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `next` from 15.2.4 to 15.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v15.3.1</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>chore: Backport SWC-based RC optimization (<a
href="https://redirect.github.com/vercel/next.js/issues/78260">#78260</a>)</li>
<li>fix: bump [email protected] (<a
href="https://redirect.github.com/vercel/next.js/issues/78164">#78164</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/kdy1"><code>@kdy1</code></a> and <a
href="https://github.com/styfle"><code>@styfle</code></a> for
helping!</p>
<h2>v15.3.1-canary.15</h2>
<h3>Core Changes</h3>
<ul>
<li>[Turbopack] refactor persistent caching from log based to cow
approach: <a
href="https://redirect.github.com/vercel/next.js/issues/76234">#76234</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>fix(turbo-tasks-fs): Handle filesystem watcher rescan events: <a
href="https://redirect.github.com/vercel/next.js/issues/78045">#78045</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/bgw"><code>@bgw</code></a> and <a
href="https://github.com/sokra"><code>@sokra</code></a> for
helping!</p>
<h2>v15.3.1-canary.14</h2>
<h3>Core Changes</h3>
<ul>
<li>Add graceful error boundary for bots requests: <a
href="https://redirect.github.com/vercel/next.js/issues/78298">#78298</a></li>
<li>make sure eslint-plugin-next is built when running 'pnpm dev': <a
href="https://redirect.github.com/vercel/next.js/issues/78305">#78305</a></li>
<li>Migrate pages API routes to handler interface: <a
href="https://redirect.github.com/vercel/next.js/issues/78166">#78166</a></li>
<li>Update middleware public/static matching: <a
href="https://redirect.github.com/vercel/next.js/issues/78325">#78325</a></li>
<li>Fix dynamic route param encoding: <a
href="https://redirect.github.com/vercel/next.js/issues/78326">#78326</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>fix(turbopack): Fix duplicate modules when tree shaking: true: <a
href="https://redirect.github.com/vercel/next.js/issues/78203">#78203</a></li>
<li>test: try to fix flakiness in amphtml util: <a
href="https://redirect.github.com/vercel/next.js/issues/78304">#78304</a></li>
<li>remove BrowserInterface: <a
href="https://redirect.github.com/vercel/next.js/issues/78308">#78308</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/kdy1"><code>@kdy1</code></a>, <a
href="https://github.com/huozhi"><code>@huozhi</code></a>, <a
href="https://github.com/lubieowoce"><code>@lubieowoce</code></a>, and
<a href="https://github.com/ijjk"><code>@ijjk</code></a> for
helping!</p>
<h2>v15.3.1-canary.13</h2>
<h3>Core Changes</h3>
<ul>
<li><code>@next/mdx</code>: Use stable turbopack config options: <a
href="https://redirect.github.com/vercel/next.js/issues/78261">#78261</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/fa536cf2c94475cecb7585680c5d96e35e00ba7b"><code>fa536cf</code></a>
v15.3.1</li>
<li><a
href="https://github.com/vercel/next.js/commit/256e6f052a27aea0f7d661d5a0a044a073d14c71"><code>256e6f0</code></a>
update learn allow branch</li>
<li><a
href="https://github.com/vercel/next.js/commit/84e103b3daf14ec7d24cc7253aeae1058568098b"><code>84e103b</code></a>
chore: Backport SWC-based RC optimization (<a
href="https://redirect.github.com/vercel/next.js/issues/78260">#78260</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/a9e7a24d47e4800f2cee34f67c2f8db21affdefa"><code>a9e7a24</code></a>
fix: bump <code>[email protected]</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/78149">#78149</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/78164">#78164</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/db5c9b68a362c9b37a1a0cfa8851ce0968767563"><code>db5c9b6</code></a>
[test] Activity has types and supports react-server (<a
href="https://redirect.github.com/vercel/next.js/issues/78196">#78196</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/b2ff04995be722a5c93225e16e1c7fcc8bb53f91"><code>b2ff049</code></a>
v15.3.0</li>
<li><a
href="https://github.com/vercel/next.js/commit/97ad23fb00a08e8fdef3a53a6e31e96fe5032eab"><code>97ad23f</code></a>
IA 2.0: Add "Next Steps" link to /docs landing page (<a
href="https://redirect.github.com/vercel/next.js/issues/77981">#77981</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/60bfe642950f4311c094aac9b3203ca8d34790e8"><code>60bfe64</code></a>
v15.3.0-canary.46</li>
<li><a
href="https://github.com/vercel/next.js/commit/7b483cb8f41f27adcd7d30cbe6169831a0f5f91f"><code>7b483cb</code></a>
Upgrade React from <code>33661467-20250407</code> to
<code>3fbfb9ba-20250409</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/77982">#77982</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/664110c18851cffdfe3ed1fc8562efbd2e7746fc"><code>664110c</code></a>
Turbopack: read asset entries strongly consistent (<a
href="https://redirect.github.com/vercel/next.js/issues/77974">#77974</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v15.2.4...v15.3.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/node` from 22.13.17 to 22.15.3
<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 `typescript` from 5.8.2 to 5.8.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.8.3</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/">release
announcement</a>.</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+">fixed
issues query for Typescript 5.8.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/TypeScript/commit/83dc0bb2ed91fe0815ab28dc3ff95fae7425e413"><code>83dc0bb</code></a>
Convert release publishing inputs into parameters (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61523">#61523</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/ba663f6ac25ec7774b38a3fad04fe8ea016f9420"><code>ba663f6</code></a>
Exclude completions of binding pattern variable initializers (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/52723">#52723</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/7205eda454ce8ac7313699bd5905ed3f689142bf"><code>7205eda</code></a>
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions
group...</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/89c572ca0cbed845e374c29ce3a9ef28715160be"><code>89c572c</code></a>
Fixed a symbol display crash on expando members write locations (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/55478">#55478</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/7b26d2eba5626e15b9e85e8c3adff1e1c0583c6f"><code>7b26d2e</code></a>
Fix incorrect name in new release pipeline (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61514">#61514</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/c7a559eeae535724724ff7dac4e698129649be6c"><code>c7a559e</code></a>
Add new release publisher yaml (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61491">#61491</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/29e6d6689dfb422e4f1395546c1917d07e1f664d"><code>29e6d66</code></a>
Fix <code>lib.includes('dom')</code> check in
<code>containerSeemsToBeEmptyDomElement</code> (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61481">#61481</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/19b777260b26aac5707b1efd34202054164d4a9d"><code>19b7772</code></a>
Bump the github-actions group with 4 updates (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61474">#61474</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/4dc677b292354f4b9162452b2e00f4d7dd118221"><code>4dc677b</code></a>
Fix errors on type assertions in erasableSyntaxOnly (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/61452">#61452</a>)</li>
<li><a
href="https://github.com/microsoft/TypeScript/commit/ee3dd7264b23e58bbad86d08a475cac78f330abf"><code>ee3dd72</code></a>
fix(60908): Unexpected "'Type' is declared but its value is never
read." erro...</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8f14ff9 commit 10d3110
2 files changed
+214
-208
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
0 commit comments