Skip to content

Commit 95a85c5

Browse files
chore(deps): bump the all-npm group across 1 directory with 4 updates (#270)
Bumps the all-npm group with 4 updates in the / directory: [@github/copilot-sdk](https://github.com/github/copilot-sdk), [tsx](https://github.com/privatenumber/tsx), [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier). Updates `@github/copilot-sdk` from 1.0.5 to 1.0.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/copilot-sdk/releases">@​github/copilot-sdk's releases</a>.</em></p> <blockquote> <h2>GitHub Copilot SDK for Java 1.0.6</h2> <h1>Installation</h1> <p>⚠️ <strong>Artifact versioning plan:</strong> Releases of this implementation track releases of the reference implementation. For each release of the reference implementation, there may follow a corresponding release of this implementation with the same number as the reference implementation. Release identifiers of the reference implementation are in the form <code>vMaj.Min.Micro</code>. For example v0.1.32. The corresponding maven version for the release will be <code>Maj.Min.Micro-java.N</code>, where <code>Maj</code>, <code>Min</code> and <code>Micro</code> are the corresponding numbers for the reference implementation release, and <code>N</code> is a monotonically increasing sequence number starting with 0 for each release. See the corresponding architectural decision record for more information in the <code>docs/adr</code> directory of the source code.</p> <p>📦 [View on Maven Central](<a href="https://github.com/github/copilot-sdk/blob/HEAD/(central.sonatype.com/redacted)">https://github.com/github/copilot-sdk/blob/HEAD/(central.sonatype.com/redacted)</a></p> <p>📖 [Documentation](<a href="https://github.com/github/copilot-sdk/blob/HEAD/(github.github.io/redacted)">https://github.com/github/copilot-sdk/blob/HEAD/(github.github.io/redacted)</a> · [Javadoc](<a href="https://github.com/github/copilot-sdk/blob/HEAD/(github.github.io/redacted)">https://github.com/github/copilot-sdk/blob/HEAD/(github.github.io/redacted)</a></p> <h2>Maven</h2> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.github&lt;/groupId&gt; &lt;artifactId&gt;copilot-sdk-java&lt;/artifactId&gt; &lt;version&gt;1.0.6&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h2>Gradle (Kotlin DSL)</h2> <pre lang="kotlin"><code>implementation(&quot;com.github:copilot-sdk-java:1.0.6&quot;) </code></pre> <h2>Gradle (Groovy DSL)</h2> <pre lang="groovy"><code>implementation 'com.github:copilot-sdk-java:1.0.6' </code></pre> <hr /> <h3>Feature: inline lambda tool definitions</h3> <p>Developers can now define tools directly at the call site using <code>ToolDefinition.from(...)</code> with typed lambda handlers and <code>Param.of(...)</code> parameter metadata — no separate annotated class required. Async variants (<code>fromAsync</code>) and <code>ToolInvocation</code> context injection (<code>fromWithToolInvocation</code>) are also available. (<a href="https://redirect.github.com/github/copilot-sdk/pull/1895">#1895</a>)</p> <pre lang="java"><code>ToolDefinition greet = ToolDefinition.from( &quot;greet&quot;, &quot;Greets a user by name&quot;, Param.of(String.class, &quot;name&quot;, &quot;The user's name&quot;), name -&gt; &quot;Hello, &quot; + name + &quot;!&quot;); </code></pre> <h3>Other changes</h3> <ul> <li>bugfix: <strong>[Java]</strong> preserve explicit null map values in JSON-RPC params so user setting clears reach the CLI (<a href="https://redirect.github.com/github/copilot-sdk/pull/1906">#1906</a>)</li> <li>feature: <strong>[Java]</strong> add experimental <code>onGitHubTelemetry</code> callback on <code>CopilotClientOptions</code> for receiving forwarded GitHub telemetry events (<a href="https://redirect.github.com/github/copilot-sdk/pull/1835">#1835</a>)</li> </ul> <blockquote> <p>Generated by <a href="https://github.com/github/copilot-sdk/actions/runs/28957271778">Release Changelog Generator</a> · sonnet46 2.5M</p> </blockquote> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/copilot-sdk/blob/main/CHANGELOG.md">@​github/copilot-sdk's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/github/copilot-sdk/releases/tag/java/v1.0.6">java/v1.0.6</a> (2026-07-08)</h2> <h3>Feature: inline lambda tool definitions</h3> <p>Developers can now define tools directly at the call site using <code>ToolDefinition.from(...)</code> with typed lambda handlers and <code>Param.of(...)</code> parameter metadata — no separate annotated class required. Async variants (<code>fromAsync</code>) and <code>ToolInvocation</code> context injection (<code>fromWithToolInvocation</code>) are also available. (<a href="https://redirect.github.com/github/copilot-sdk/pull/1895">#1895</a>)</p> <pre lang="java"><code>ToolDefinition greet = ToolDefinition.from( &quot;greet&quot;, &quot;Greets a user by name&quot;, Param.of(String.class, &quot;name&quot;, &quot;The user's name&quot;), name -&gt; &quot;Hello, &quot; + name + &quot;!&quot;); </code></pre> <h3>Other changes</h3> <ul> <li>bugfix: <strong>[Java]</strong> preserve explicit null map values in JSON-RPC params so user setting clears reach the CLI (<a href="https://redirect.github.com/github/copilot-sdk/pull/1906">#1906</a>)</li> <li>feature: <strong>[Java]</strong> add experimental <code>onGitHubTelemetry</code> callback on <code>CopilotClientOptions</code> for receiving forwarded GitHub telemetry events (<a href="https://redirect.github.com/github/copilot-sdk/pull/1835">#1835</a>)</li> </ul> <h2><a href="https://github.com/github/copilot-sdk/releases/tag/java/v1.0.5-01">java/v1.0.5-01</a> (2026-07-01)</h2> <h3>Feature: new session options — citations, agent exclusions, and credit limits</h3> <p>Three new options are available on <code>SessionConfig</code> and <code>ResumeSessionConfig</code>. <code>enableCitations</code> (experimental) enables native model citations for supported providers; <code>excludedBuiltInAgents</code> hides named built-in agents from discovery; and <code>sessionLimits</code> sets a per-session AI-credit budget. (<a href="https://redirect.github.com/github/copilot-sdk/pull/1865">#1865</a>)</p> <pre lang="java"><code>SessionConfig config = new SessionConfig() .setEnableCitations(true) .setExcludedBuiltInAgents(List.of(&quot;copilot&quot;)) .setSessionLimits(new SessionLimitsConfig(100.0)); </code></pre> <h3>New contributors</h3> <ul> <li><a href="https://github.com/coleflennikenmsft"><code>@​coleflennikenmsft</code></a> made their first contribution in <a href="https://redirect.github.com/github/copilot-sdk/pull/1854">#1854</a></li> <li><a href="https://github.com/szabta89"><code>@​szabta89</code></a> made their first contribution in <a href="https://redirect.github.com/github/copilot-sdk/pull/1856">#1856</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/copilot-sdk/commit/7e2900416b1ac835785fa26e0eb5f634ff24adf9"><code>7e29004</code></a> Update <code>@​github/copilot</code> to 1.0.69 (<a href="https://redirect.github.com/github/copilot-sdk/issues/1941">#1941</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/c9a778449edfca0e02640557ac6a065f9d859303"><code>c9a7784</code></a> Surface Pydantic ValidationError to LLM in tool arg validation (<a href="https://redirect.github.com/github/copilot-sdk/issues/1862">#1862</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/5eead9c266b1351f64d0336d41c355f30c3709f4"><code>5eead9c</code></a> Update <code>@​github/copilot</code> to 1.0.69-3 (<a href="https://redirect.github.com/github/copilot-sdk/issues/1940">#1940</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/32298f9da3f35da3215ba9a17f879267a8b18c98"><code>32298f9</code></a> Update ADR-007 title to indicate draft status</li> <li><a href="https://github.com/github/copilot-sdk/commit/45129afc5452acf49925a5bd4b15442ca989ac12"><code>45129af</code></a> Make .NET CopilotClient.DisposeAsync graceful (<a href="https://redirect.github.com/github/copilot-sdk/issues/1932">#1932</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/7aaa13d91e2c80f2b94fd7e1dfe3cc1f35a4b21b"><code>7aaa13d</code></a> C#: make per-client Environment coherent per transport (<a href="https://redirect.github.com/github/copilot-sdk/issues/1930">#1930</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/f3ebf3efc560e6a674ed0e1f349d4e3b6b4e68ec"><code>f3ebf3e</code></a> fix(python): preserve original JSON keys in Data shim round-trips (<a href="https://redirect.github.com/github/copilot-sdk/issues/1900">#1900</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/34e89cd9213056335fc978ac29c7af1e94e7759e"><code>34e89cd</code></a> Simplify in-process env isolation to snapshot/restore (<a href="https://redirect.github.com/github/copilot-sdk/issues/1929">#1929</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/f250a9e388372cb4b3cc195a212bedf6804761db"><code>f250a9e</code></a> Honor inprocess transport in C# E2E harness and fix in-process auth (<a href="https://redirect.github.com/github/copilot-sdk/issues/1920">#1920</a>)</li> <li><a href="https://github.com/github/copilot-sdk/commit/0f8d9d4540b76d403a61aadcba7cddedeede84e9"><code>0f8d9d4</code></a> docs(java): add ADR-007 native runtime bundling strategy (<a href="https://redirect.github.com/github/copilot-sdk/issues/1923">#1923</a>)</li> <li>Additional commits viewable in <a href="https://github.com/github/copilot-sdk/compare/v1.0.5...v1.0.6">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.23.0 to 4.23.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.23.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1">4.23.1</a> (2026-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li>support tsImport after global preload (<a href="https://github.com/privatenumber/tsx/commit/8d4ffc24f37b396ca2fe3f251aa92c4919f2c1a4">8d4ffc2</a>)</li> <li><strong>watch:</strong> avoid clearing piped output (<a href="https://github.com/privatenumber/tsx/commit/95d0672e0247a829ae4469daa493212967ea768e">95d0672</a>)</li> <li><strong>watch:</strong> treat script and dependency paths literally (<a href="https://github.com/privatenumber/tsx/commit/79fddde523d3bb7d0af66682ce1265f95113a073">79fddde</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>index transform cache lazily (<a href="https://github.com/privatenumber/tsx/commit/e818ad608159a6fb36fb8a0bd59327fec313323d">e818ad6</a>)</li> <li>load esbuild lazily in CLI (<a href="https://github.com/privatenumber/tsx/commit/d0679381b60a55a9b5863603a4022a81db5d13c8">d067938</a>)</li> <li>map Node TypeScript formats directly (<a href="https://github.com/privatenumber/tsx/commit/cdcc6232a3277fb3028b226958b66c49a6d86c17">cdcc623</a>)</li> <li>use sync module hooks on Node v22.22.3+ (<a href="https://github.com/privatenumber/tsx/commit/f8992f1a50213e11b7ef8ab5121c78e0d2f29384">f8992f1</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.23.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/79fddde523d3bb7d0af66682ce1265f95113a073"><code>79fddde</code></a> fix(watch): treat script and dependency paths literally</li> <li><a href="https://github.com/privatenumber/tsx/commit/e818ad608159a6fb36fb8a0bd59327fec313323d"><code>e818ad6</code></a> perf: index transform cache lazily</li> <li><a href="https://github.com/privatenumber/tsx/commit/cdcc6232a3277fb3028b226958b66c49a6d86c17"><code>cdcc623</code></a> perf: map Node TypeScript formats directly</li> <li><a href="https://github.com/privatenumber/tsx/commit/d0679381b60a55a9b5863603a4022a81db5d13c8"><code>d067938</code></a> perf: load esbuild lazily in CLI</li> <li><a href="https://github.com/privatenumber/tsx/commit/95d0672e0247a829ae4469daa493212967ea768e"><code>95d0672</code></a> fix(watch): avoid clearing piped output</li> <li><a href="https://github.com/privatenumber/tsx/commit/6fd4607e8a99d1efe27f185f749c659138f00ece"><code>6fd4607</code></a> docs: add per-page metadata</li> <li><a href="https://github.com/privatenumber/tsx/commit/f4176d8c6329a12205ed9b8c582e559cafc45018"><code>f4176d8</code></a> docs: generate sitemap</li> <li><a href="https://github.com/privatenumber/tsx/commit/8d4ffc24f37b396ca2fe3f251aa92c4919f2c1a4"><code>8d4ffc2</code></a> fix: support tsImport after global preload</li> <li><a href="https://github.com/privatenumber/tsx/commit/f0e89b244c98849dc5f9483fa33aaaf983ede18f"><code>f0e89b2</code></a> docs: document Node's public type-stripping API vs internal loader path</li> <li><a href="https://github.com/privatenumber/tsx/commit/f8992f1a50213e11b7ef8ab5121c78e0d2f29384"><code>f8992f1</code></a> perf: use sync module hooks on Node v22.22.3+</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 10.6.0 to 10.7.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>v10.7.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27"><code>cf2a9bf</code></a> feat: add errorClassNames option to preserve-caught-error rule (<a href="https://redirect.github.com/eslint/eslint/issues/21032">#21032</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f"><code>f8b873a</code></a> feat: max-nested-callbacks option for constructor callbacks (<a href="https://redirect.github.com/eslint/eslint/issues/21063">#21063</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/557fde8bc633d26ea4fe287d4483f287e8e6080f"><code>557fde8</code></a> feat: support computed <code>Number.parseInt</code> member access in <code>radix</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/21041">#21041</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/0b4a73b65808f5a8fd192f15db2bf5e47002b9f7"><code>0b4a73b</code></a> feat: add suggestions to no-compare-neg-zero (<a href="https://redirect.github.com/eslint/eslint/issues/21034">#21034</a>) (den$)</li> <li><a href="https://github.com/eslint/eslint/commit/96cdd427db5f26c6403fba92b0f7ae4556c595ec"><code>96cdd42</code></a> feat: report invalid signed numeric radix values in <code>radix</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/21030">#21030</a>) (Pixel)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede"><code>3e7bf15</code></a> fix: apply <code>ignoreClassesWithImplements</code> to class expressions (<a href="https://redirect.github.com/eslint/eslint/issues/21069">#21069</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/0d7d70cf013ec5bf1e4f5a0fcf7128bdf059b2d4"><code>0d7d70c</code></a> fix: insert cause outside wrapping parens in preserve-caught-error (<a href="https://redirect.github.com/eslint/eslint/issues/21062">#21062</a>) (Mahin Anowar)</li> <li><a href="https://github.com/eslint/eslint/commit/75ec753226010867270787b412f3dae412e421e6"><code>75ec753</code></a> fix: handle static template literals in <code>eqeqeq</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/21058">#21058</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/b717a22e2408389a2ad40af66543e46390669eb6"><code>b717a22</code></a> fix: prevent <code>eqeqeq</code> null option from reporting non-equality operators (<a href="https://redirect.github.com/eslint/eslint/issues/21057">#21057</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/e35b05f1961dcd691611bd68b6ff8a87072d6f76"><code>e35b05f</code></a> fix: avoid <code>no-invalid-regexp</code> false positive for shadowed RegExp (<a href="https://redirect.github.com/eslint/eslint/issues/21051">#21051</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/a3172b69c7db63ea0321355543e3f527c7d8b76a"><code>a3172b6</code></a> fix: avoid <code>no-control-regex</code> false positive for shadowed RegExp (<a href="https://redirect.github.com/eslint/eslint/issues/21050">#21050</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f637eca27e523d613991c6bea5b8726b810e4c"><code>d1f637e</code></a> fix: parenthesize sequence expression operands in no-implicit-coercion (<a href="https://redirect.github.com/eslint/eslint/issues/21045">#21045</a>) (spokodev)</li> <li><a href="https://github.com/eslint/eslint/commit/8859bafb018e2b23b5110d52e491b69b94ad890a"><code>8859baf</code></a> fix: avoid prefer-numeric-literals false positive for shadowed globals (<a href="https://redirect.github.com/eslint/eslint/issues/21047">#21047</a>) (한국)</li> <li><a href="https://github.com/eslint/eslint/commit/a9e5961050676ef29dba9649dfcd7233d21760c7"><code>a9e5961</code></a> fix: use-isnan false positive on shadowed NaN/Number (<a href="https://redirect.github.com/eslint/eslint/issues/20958">#20958</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/8a240a76108f30f2476e61a925e4d32d378cce5e"><code>8a240a7</code></a> fix: avoid false positives in <code>radix</code> rule for spread arguments (<a href="https://redirect.github.com/eslint/eslint/issues/21044">#21044</a>) (Pixel)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf"><code>c30d808</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/5139800b23e77fdd1a76664e1b36f478942eae55"><code>5139800</code></a> docs: document ESLint migration codemods in v9 and v10 guides (<a href="https://redirect.github.com/eslint/eslint/issues/20980">#20980</a>) (Alex Bit)</li> <li><a href="https://github.com/eslint/eslint/commit/04174cbfaac1f9555400b5332d69056e6aab9cc6"><code>04174cb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/026e1304080512bcddfd2af3557fff86474ff949"><code>026e130</code></a> docs: update semver policy for bug fixes (<a href="https://redirect.github.com/eslint/eslint/issues/21048">#21048</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9d42fefb0e05ecd0b256c2ebed479fc868862f0c"><code>9d42fef</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b23015955c8d6e6516076190730f538c86927f26"><code>b230159</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/0129972ba122e95bece6040fda44d20f6799246a"><code>0129972</code></a> docs: correct <code>**/.js</code> glob to <code>**/*.js</code> in config files guide (<a href="https://redirect.github.com/eslint/eslint/issues/21036">#21036</a>) (EduardF1)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64"><code>9489379</code></a> chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.6 (<a href="https://redirect.github.com/eslint/eslint/issues/21076">#21076</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522"><code>81a4774</code></a> chore: updates for v9.39.5 release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4"><code>9835414</code></a> chore: enable <code>$ExpectType</code> annotations in all TypeScript files (<a href="https://redirect.github.com/eslint/eslint/issues/21071">#21071</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a"><code>72adf6b</code></a> chore: restrict <code>markdownlint-cli2</code> updates in renovate (<a href="https://redirect.github.com/eslint/eslint/issues/21067">#21067</a>) (lumir)</li> <li><a href="https://github.com/eslint/eslint/commit/833ec10fd702644e94334edd3cd2aa313174a958"><code>833ec10</code></a> chore: update dependency prettier to v3.9.4 (<a href="https://redirect.github.com/eslint/eslint/issues/21061">#21061</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/7ea106ddcb6af7db8f36d62a28dbaba94d33598e"><code>7ea106d</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21059">#21059</a>) (ESLint Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/8fb550e7c257fbdc4108fc8e63db43c1d914d472"><code>8fb550e</code></a> chore: add prettier update commit to <code>.git-blame-ignore-revs</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21056">#21056</a>) (lumir)</li> <li><a href="https://github.com/eslint/eslint/commit/e4e11668ead6b950328c71e894563a13ef72bf84"><code>e4e1166</code></a> chore: update dependency prettier to v3.9.1 (<a href="https://redirect.github.com/eslint/eslint/issues/21055">#21055</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/0493f53f3fcec4ed69a1808dffa153dcff1380d3"><code>0493f53</code></a> chore: update prettier to v3.9.0 (<a href="https://redirect.github.com/eslint/eslint/issues/21054">#21054</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/1056a996c657b377dc16a58c28890d2940394408"><code>1056a99</code></a> chore: update dependency prettier to v3.8.5 (<a href="https://redirect.github.com/eslint/eslint/issues/21049">#21049</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/4d4155df4a21d711e8dd21a467de085e770bad35"><code>4d4155d</code></a> ci: run ecosystem tests on pull requests (<a href="https://redirect.github.com/eslint/eslint/issues/21027">#21027</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/993539fd45d3d01aad3fbc13963e2245fdf7ee0d"><code>993539f</code></a> chore: update dependency <code>@​eslint/json</code> to ^2.0.1 (<a href="https://redirect.github.com/eslint/eslint/issues/21042">#21042</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/53f8b69c15af7398c989071ee4788b88edd48bdd"><code>53f8b69</code></a> test: add error locations to <code>no-constant-binary-expression</code> (<a href="https://redirect.github.com/eslint/eslint/issues/21039">#21039</a>) (lumir)</li> <li><a href="https://github.com/eslint/eslint/commit/5ab71d52f9d860df04e626fcd819a36257f21f9e"><code>5ab71d5</code></a> refactor: clean up radix rule internals (<a href="https://redirect.github.com/eslint/eslint/issues/21015">#21015</a>) (Pixel)</li> <li><a href="https://github.com/eslint/eslint/commit/a80a9a461478838930c5545f840473840b26b0e6"><code>a80a9a4</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21035">#21035</a>) (ESLint Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7c9a02933cf1c231237babb8a7a32150ab72e263"><code>7c9a029</code></a> ci: add Node.js 26 to CI (<a href="https://redirect.github.com/eslint/eslint/issues/20847">#20847</a>) (lumir)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/fabd99bb74eedcb950df51ec3280414ff1d68d38"><code>fabd99b</code></a> 10.7.0</li> <li><a href="https://github.com/eslint/eslint/commit/37c5e75949ff2ae1f0085f547e35ce2bdf9d524d"><code>37c5e75</code></a> Build: changelog update for 10.7.0</li> <li><a href="https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64"><code>9489379</code></a> chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.6 (<a href="https://redirect.github.com/eslint/eslint/issues/21076">#21076</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522"><code>81a4774</code></a> chore: updates for v9.39.5 release</li> <li><a href="https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede"><code>3e7bf15</code></a> fix: apply <code>ignoreClassesWithImplements</code> to class expressions (<a href="https://redirect.github.com/eslint/eslint/issues/21069">#21069</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4"><code>9835414</code></a> chore: enable <code>$ExpectType</code> annotations in all TypeScript files (<a href="https://redirect.github.com/eslint/eslint/issues/21071">#21071</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27"><code>cf2a9bf</code></a> feat: add errorClassNames option to preserve-caught-error rule (<a href="https://redirect.github.com/eslint/eslint/issues/21032">#21032</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf"><code>c30d808</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f"><code>f8b873a</code></a> feat: max-nested-callbacks option for constructor callbacks (<a href="https://redirect.github.com/eslint/eslint/issues/21063">#21063</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a"><code>72adf6b</code></a> chore: restrict <code>markdownlint-cli2</code> updates in renovate (<a href="https://redirect.github.com/eslint/eslint/issues/21067">#21067</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.9.4 to 3.9.5 <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.9.5</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/3.9.5/CHANGELOG.md#395">Changelog</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.9.5</h1> <p><a href="https://github.com/prettier/prettier/compare/3.9.4...3.9.5">diff</a></p> <h4>Markdown: Cap ordered list mark at 999,999,999 (<a href="https://redirect.github.com/prettier/prettier/pull/19351">#19351</a> by <a href="https://github.com/tats-u"><code>@​tats-u</code></a>)</h4> <p>CommonMark parsers only support ordered list item numbers up to 999,999,999.</p> <p>With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:</p> <!-- raw HTML omitted --> <pre lang="markdown"><code>&lt;!-- Input --&gt; 999999998. text 999999998. text 999999998. text 999999998. text <p>1234567890123456789012) text</p> <p>&lt;!-- Prettier 3.9.4 --&gt; 999999998. text 999999999. text 1000000000. text 1000000001. text</p> <p>1234567890123456789012) text</p> <p>&lt;!-- Prettier 3.9.5 --&gt; 999999998. text 999999999. text 999999999. text 999999999. text</p> <p>1234567890123456789012) text </code></pre></p> <h4>Markdown: Avoid corrupting empty link with title (<a href="https://redirect.github.com/prettier/prettier/pull/19487">#19487</a> by <a href="https://github.com/andersk"><code>@​andersk</code></a>)</h4> <p>Do not remove <code>&lt;&gt;</code> from an inline link or image with an empty URL and a title, as this removal would change its interpretation.</p> <!-- raw HTML omitted --> <pre lang="md"><code>&lt;!-- Input --&gt; [link](https://github.com/prettier/prettier/blob/main/&lt;&gt; &quot;title&quot;) <p>&lt;!-- Prettier 3.9.4 --&gt; [link](<a href="https://github.com/prettier/prettier/blob/main/">https://github.com/prettier/prettier/blob/main/</a> &quot;title&quot;)</p> <p>&lt;!-- Prettier 3.9.5 --&gt; &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/b6c7d1806807162658fd5694d002b54b778c3756"><code>b6c7d18</code></a> Release 3.9.5</li> <li><a href="https://github.com/prettier/prettier/commit/cd54ccc7288f2a4585ba5bf96883e2ed3b18e781"><code>cd54ccc</code></a> Avoid corrupting empty Markdown link with title (<a href="https://redirect.github.com/prettier/prettier/issues/19487">#19487</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/2bb67ce8cd326dbaccbdec97e7578985f6009a14"><code>2bb67ce</code></a> Preserving comments' <code>placement</code> property (<a href="https://redirect.github.com/prettier/prettier/issues/19567">#19567</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/91bcac88ec1d784767ebbf5ec4686a5dbf37c3c1"><code>91bcac8</code></a> Add more tests for comment-only object type (<a href="https://redirect.github.com/prettier/prettier/issues/19587">#19587</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/cbee7377a1875686558bfc9416b789d66771d9e7"><code>cbee737</code></a> Remove space in empty object type (<a href="https://redirect.github.com/prettier/prettier/issues/19583">#19583</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6394c732090efdf7798e0c8dc44c46583b4131c3"><code>6394c73</code></a> Align empty module declaration with TS (<a href="https://redirect.github.com/prettier/prettier/issues/19568">#19568</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a4e6f7a0264bad45f3c153773111f60a5d406d55"><code>a4e6f7a</code></a> Prevent the addition of space in <code>type()</code> with <code>+</code> (<a href="https://redirect.github.com/prettier/prettier/issues/19516">#19516</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/3d063b57b1a2fdc660341b6e1c719e09997cc72c"><code>3d063b5</code></a> Ignore dangling comments when checking type parameter comments (<a href="https://redirect.github.com/prettier/prettier/issues/19572">#19572</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/908503e9ee02718ef0ec21a023f2c0fd5fb00603"><code>908503e</code></a> Handle dangling comments in <code>SwitchStatement</code> (<a href="https://redirect.github.com/prettier/prettier/issues/19581">#19581</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/943a475c3592149aad6062ad235338da548365ea"><code>943a475</code></a> Angular: Support expression for exhaustive typechecking (<a href="https://redirect.github.com/prettier/prettier/issues/19571">#19571</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.9.4...3.9.5">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9af1ce commit 95a85c5

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

package-lock.json

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)