[PR #32403] chore(deps-dev): bump import-linter from 2.7 to 2.10 in /api #33720

Closed
opened 2026-02-21 20:53:46 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/32403

State: closed
Merged: Yes


Bumps import-linter from 2.7 to 2.10.

Changelog

Sourced from import-linter's changelog.

2.10 (2026-02-06)

  • Add import-linter group command, with import-linter lint alias.
  • Add import-linter explore command.
  • Add import-linter drawgraph command.

2.9 (2025-12-11)

  • Support passing namespaces as root packages, not just portions.
  • Bugfix: support Python 3.14 syntax.

2.8 (2025-12-08)

  • Fix logo display bug on Windows (fall back to simpler heading) seddonym/import-linter#309
  • Rewrite docs (and switch from Sphinx to mkdocs).
Commits

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/langgenius/dify/pull/32403 **State:** closed **Merged:** Yes --- Bumps [import-linter](https://github.com/seddonym/import-linter) from 2.7 to 2.10. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md">import-linter's changelog</a>.</em></p> <blockquote> <h2>2.10 (2026-02-06)</h2> <ul> <li>Add <code>import-linter</code> group command, with <code>import-linter lint</code> alias.</li> <li>Add <code>import-linter explore</code> command.</li> <li>Add <code>import-linter drawgraph</code> command.</li> </ul> <h2>2.9 (2025-12-11)</h2> <ul> <li>Support passing namespaces as root packages, not just portions.</li> <li>Bugfix: support Python 3.14 syntax.</li> </ul> <h2>2.8 (2025-12-08)</h2> <ul> <li>Fix logo display bug on Windows (fall back to simpler heading) <a href="https://redirect.github.com/seddonym/import-linter/issues/309">seddonym/import-linter#309</a></li> <li>Rewrite docs (and switch from Sphinx to mkdocs).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seddonym/import-linter/commit/768eec5be8885531c49ab4e780f5eaebfee6de87"><code>768eec5</code></a> Release v2.10</li> <li><a href="https://github.com/seddonym/import-linter/commit/14a6bc926ae3a71fa86ce520f5a902ba397387ac"><code>14a6bc9</code></a> Document explore and drawgraph subcommands</li> <li><a href="https://github.com/seddonym/import-linter/commit/047e455031dab65eaa425e6742fa6d3909dffa80"><code>047e455</code></a> Tweak output of justfile</li> <li><a href="https://github.com/seddonym/import-linter/commit/7f9b513a5b8a6e2f75b185987634b24a388081ee"><code>7f9b513</code></a> Add import-linter commands</li> <li><a href="https://github.com/seddonym/import-linter/commit/b72c9726c96373644664e10ae291daedf1ccfbe7"><code>b72c972</code></a> Add interactive ui code</li> <li><a href="https://github.com/seddonym/import-linter/commit/96a433b492c9e833fe25272fd4ac25f61c782264"><code>96a433b</code></a> Add build_dot_graph use case</li> <li><a href="https://github.com/seddonym/import-linter/commit/aef789a0293f1bd57a1fa63e6968ee297f93db35"><code>aef789a</code></a> Add dotfile to domain</li> <li><a href="https://github.com/seddonym/import-linter/commit/85131ba0c47771ea95c2b5d931d6bc7f7ae77d33"><code>85131ba</code></a> fix badges</li> <li><a href="https://github.com/seddonym/import-linter/commit/4b4b4f4325c25ee874dab0fd4f07fc517b01eb55"><code>4b4b4f4</code></a> Update authors.md</li> <li><a href="https://github.com/seddonym/import-linter/commit/14442bc6bcb6c060b179625588995f94d32b03f3"><code>14442bc</code></a> Fix configuration examples in custom contract docs</li> <li>Additional commits viewable in <a href="https://github.com/seddonym/import-linter/compare/v2.7...v2.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=import-linter&package-manager=uv&previous-version=2.7&new-version=2.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
yindo added the pull-request label 2026-02-21 20:53:46 -05:00
yindo closed this issue 2026-02-21 20:53:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#33720