Skip to content

Commit d22e7ef

Browse files
chore(deps-dev): bump the development-dependencies group with 2 updates (#482)
Bumps the development-dependencies group with 2 updates: [faker](https://github.com/joke2k/faker) and [ty](https://github.com/astral-sh/ty). Updates `faker` from 39.0.0 to 40.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/releases">faker's releases</a>.</em></p> <blockquote> <h2>Release v40.1.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v40.1.0/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release v40.0.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v40.0.0/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release v39.1.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v39.1.0/CHANGELOG.md">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md">faker's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/joke2k/faker/compare/v40.0.0...v40.1.0">v40.1.0 - 2025-12-29</a></h3> <ul> <li>Add selective uniqueness with <code>.exclude_types()</code>. Thanks <a href="https://github.com/rodrigobnogueira"><code>@​rodrigobnogueira</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v39.0.1...v40.0.0">v40.0.0 - 2025-12-29</a></h3> <ul> <li>Capitalize <code>en_GB</code> address street suffixes. Thanks <a href="https://github.com/nspcc-cm"><code>@​nspcc-cm</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v39.0.0...v39.0.1">v39.1.0 - 2025-12-29</a></h3> <ul> <li>Add french female variants for jobs. Thanks <a href="https://github.com/T0nio"><code>@​T0nio</code></a> and Camille.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/1c0855ee7767de82514a748baa25838d08410b6a"><code>1c0855e</code></a> Bump version: 40.0.0 → 40.1.0</li> <li><a href="https://github.com/joke2k/faker/commit/11c7a0ddd8a387725587ced842499efaf0c2db21"><code>11c7a0d</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/8889ca5142ee3e838989d02cc7d0309a8dbe47e4"><code>8889ca5</code></a> :lipstick: Format code</li> <li><a href="https://github.com/joke2k/faker/commit/1cab83ef9683af73641b7145fe3215eba9986e34"><code>1cab83e</code></a> feat: Add selective uniqueness with exclude_types() (<a href="https://redirect.github.com/joke2k/faker/issues/2299">#2299</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/708e8cef8a18feb2d3292662be6852dba206bb24"><code>708e8ce</code></a> Bump version: 39.1.0 → 40.0.0</li> <li><a href="https://github.com/joke2k/faker/commit/de1bb998556c623da66f3edc72f7a183ab11eba7"><code>de1bb99</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/9c4badb68a6cc18f8cdcc81bffb81dbcf8145d6b"><code>9c4badb</code></a> Fix/capitalise <code>en_GB</code> address street suffixes (<a href="https://redirect.github.com/joke2k/faker/issues/2291">#2291</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/9d10859003406a6625505ba6bb5f0f8c939f36ef"><code>9d10859</code></a> Add Faker Galactic Provider to Community Providers page (<a href="https://redirect.github.com/joke2k/faker/issues/2289">#2289</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/8efbb31e4250050a056f0ff59ce03ea69892a6e2"><code>8efbb31</code></a> Bump version: 39.0.0 → 39.1.0</li> <li><a href="https://github.com/joke2k/faker/commit/7dde029318041f4c6d2646ab8c76ba5c03e832c6"><code>7dde029</code></a> :pencil: Update CHANGELOG.md</li> <li>Additional commits viewable in <a href="https://github.com/joke2k/faker/compare/v39.0.0...v40.1.0">compare view</a></li> </ul> </details> <br /> Updates `ty` from 0.0.5 to 0.0.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/releases">ty's releases</a>.</em></p> <blockquote> <h2>0.0.8</h2> <h2>Release Notes</h2> <p>Released on 2025-12-29.</p> <h3>Breaking changes</h3> <ul> <li>Rename <code>non-subscriptable</code> rule to <code>not-subscriptable</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22193">#22193</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Promote float and complex when promoting literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/22215">#22215</a>)</li> <li>Callable type of a type object is not function-like (<a href="https://redirect.github.com/astral-sh/ruff/pull/22226">#22226</a>)</li> <li>Fix and simplify callable type materializations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22213">#22213</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Add option to disable syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/22217">#22217</a>)</li> <li>Fix completion in decorators with missing declaration (<a href="https://redirect.github.com/astral-sh/ruff/pull/22177">#22177</a>)</li> <li>Better completions context detection when typing in decorator positions (<a href="https://redirect.github.com/astral-sh/ruff/pull/22224">#22224</a>)</li> <li>Limit the returned completions to reduce lag (<a href="https://redirect.github.com/astral-sh/ruff/pull/22240">#22240</a>)</li> </ul> <h3>Diagnostics</h3> <ul> <li>Improve wording of <code>unsupported-base</code> sub-diagnostic (<a href="https://redirect.github.com/astral-sh/ruff/pull/22194">#22194</a>)</li> <li>Preserve the invalid assignment diagnostic message when implicitly shadowing a definition (<a href="https://redirect.github.com/astral-sh/ruff/pull/22219">#22219</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Update docker image to use alpine 3.23 and trixie (<a href="https://redirect.github.com/astral-sh/ty/pull/2217">#2217</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/RasmusNygren"><code>@​RasmusNygren</code></a></li> <li><a href="https://github.com/samypr100"><code>@​samypr100</code></a></li> <li><a href="https://github.com/silamon"><code>@​silamon</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> </ul> <h2>Install ty 0.0.8</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.8/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/blob/main/CHANGELOG.md">ty's changelog</a>.</em></p> <blockquote> <h2>0.0.8</h2> <p>Released on 2025-12-29.</p> <h3>Breaking changes</h3> <ul> <li>Rename <code>non-subscriptable</code> rule to <code>not-subscriptable</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22193">#22193</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Promote float and complex when promoting literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/22215">#22215</a>)</li> <li>Callable type of a type object is not function-like (<a href="https://redirect.github.com/astral-sh/ruff/pull/22226">#22226</a>)</li> <li>Fix and simplify callable type materializations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22213">#22213</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Add option to disable syntax errors (<a href="https://redirect.github.com/astral-sh/ruff/pull/22217">#22217</a>)</li> <li>Fix completion in decorators with missing declaration (<a href="https://redirect.github.com/astral-sh/ruff/pull/22177">#22177</a>)</li> <li>Better completions context detection when typing in decorator positions (<a href="https://redirect.github.com/astral-sh/ruff/pull/22224">#22224</a>)</li> <li>Limit the returned completions to reduce lag (<a href="https://redirect.github.com/astral-sh/ruff/pull/22240">#22240</a>)</li> </ul> <h3>Diagnostics</h3> <ul> <li>Improve wording of <code>unsupported-base</code> sub-diagnostic (<a href="https://redirect.github.com/astral-sh/ruff/pull/22194">#22194</a>)</li> <li>Preserve the invalid assignment diagnostic message when implicitly shadowing a definition (<a href="https://redirect.github.com/astral-sh/ruff/pull/22219">#22219</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Update docker image to use alpine 3.23 and trixie (<a href="https://redirect.github.com/astral-sh/ty/pull/2217">#2217</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/RasmusNygren"><code>@​RasmusNygren</code></a></li> <li><a href="https://github.com/samypr100"><code>@​samypr100</code></a></li> <li><a href="https://github.com/silamon"><code>@​silamon</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> </ul> <h2>0.0.7</h2> <p>Released on 2025-12-24.</p> <h3>Bug fixes</h3> <ul> <li>Fix classification of modules in <code>import x as y</code> for semantic syntax highlighting (<a href="https://redirect.github.com/astral-sh/ruff/pull/22175">#22175</a>)</li> <li>Fix module resolution on network drives (<a href="https://redirect.github.com/astral-sh/ruff/pull/22173">#22173</a>)</li> <li>Render the entire diagnostic message in all output formats (<a href="https://redirect.github.com/astral-sh/ruff/pull/22164">#22164</a>)</li> </ul> <h3>Other changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/aa7559db82ca5ceb3f2f24c474bd261bad25f13d"><code>aa7559d</code></a> Bump version to 0.0.8 (<a href="https://redirect.github.com/astral-sh/ty/issues/2256">#2256</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/3d7094f40fb51d11762ee4c50896946e5d651b69"><code>3d7094f</code></a> Add <code>showSyntaxErrors</code> editor setting (<a href="https://redirect.github.com/astral-sh/ty/issues/2247">#2247</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d07e2a667c258b33984a674a64548484930f1fff"><code>d07e2a6</code></a> update_schemastore.py: Fix actual vs expected revision in log (<a href="https://redirect.github.com/astral-sh/ty/issues/2231">#2231</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/95761966c231e40fc615368ebdbef09ebe8158d0"><code>9576196</code></a> ci(docker): align with ruff/uv build-docker.yml (<a href="https://redirect.github.com/astral-sh/ty/issues/2217">#2217</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/cf82a04b572b18d661969a8a845b0f840a632fee"><code>cf82a04</code></a> Bump version to 0.0.7 (<a href="https://redirect.github.com/astral-sh/ty/issues/2210">#2210</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/8c54a1cca2c41414bd4bc56c3b7b0591007f6d0f"><code>8c54a1c</code></a> Bump version to 0.0.6 (<a href="https://redirect.github.com/astral-sh/ty/issues/2194">#2194</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/e2c0073c36345d4008f9b78beab143fab5a7c099"><code>e2c0073</code></a> Document <code>configuration</code> and <code>configurationFile</code> editor settings (<a href="https://redirect.github.com/astral-sh/ty/issues/2167">#2167</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/02351f9fa98debe8bbb615317932d2405fe760d4"><code>02351f9</code></a> Update diagnosticMode editor setting to include <code>off</code> option (<a href="https://redirect.github.com/astral-sh/ty/issues/2164">#2164</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.5...0.0.8">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 87d4d5f commit d22e7ef

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

uv.lock

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

0 commit comments

Comments
 (0)