Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps sphinx-needs from 2.1.0 to 6.1.0.

Release notes

Sourced from sphinx-needs's releases.

v6.1.0

What's Changed

Full Changelog: useblocks/sphinx-needs@6.0.1...6.1.0

v6.0.1

What's Changed

Full Changelog: useblocks/sphinx-needs@6.0.0...6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from sphinx-needs's changelog.

6.1.0

:Released: 31.10.2025 :Full Changelog: v6.0.1...v6.1.0 <https://github.com/useblocks/sphinx-needs/compare/6.0.0...6.1.0>__

Main focus of this release is the improvement of the schema severity handling.

  • 👌 Improve schema severity handling (:pr:1561)

    The PR removes the setting needs_schema_severity.

    All violations are printed to the console unless suppressed by suppress_warnings. To enable :ref:granular warning suppression <suppress_validation_messages>, the following warning types were added:

    • info: sn_schema_info
    • warning: sn_schema_warning
    • violation: sn_schema_violation

    The severities info and warning are logged as logger.warning(). The severity violation is logged as logger.error() so they appear as a different color in the output.

    The schema_violations.json file contains all violations, irrespective of the severity. Any downstream tool can filter for the required severity levels.

    In schema_violations.json, child elements do not contain log_lvl and type anymore to avoid duplication.

  • 👌 Make incoming / outgoing keys optional in needs_extra_links (:pr:1548)

    Defining a link is now possible with just needs_extra_links = [{"option": "links"}].

  • 🔧 Run new ubc action on docs (:pr:1541)

    A new GitHub action <https://github.com/useblocks/ubc-action>__ to run ubc is now used to lint all RST sources in the CI. Next step is to create a pre-commit hook for local usage.

Minor documentation updates and internal improvements:

  • 📚 Co-locate dynamic and variant function docs (:pr:1544)
  • 📚 Fix linkchecks (:pr:1556)
  • 📚 Improve schema docs (:pr:1554)
  • 📚 Enable link to full schema example (:pr:1538)
  • ♻ Early resolution of schema_debug_path (:pr:1563)
  • 🔧 Derive core FieldSchema from NeedsCoreFields (:pr:1546)
  • 🧪 Add snapshot test for field schema (:pr:1545)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [sphinx-needs](https://github.com/useblocks/sphinx-needs) from 2.1.0 to 6.1.0.
- [Release notes](https://github.com/useblocks/sphinx-needs/releases)
- [Changelog](https://github.com/useblocks/sphinx-needs/blob/master/docs/changelog.rst)
- [Commits](useblocks/sphinx-needs@2.1.0...6.1.0)

---
updated-dependencies:
- dependency-name: sphinx-needs
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 24, 2025
@github-actions
Copy link

Test Results

116 tests  ±0   116 ✅ ±0   3m 44s ⏱️ +11s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 8392422. ± Comparison against base commit 28209ee.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant