Skip to content

chore(deps): update dependency python-semantic-release to v10.5.3#1017

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-semantic-release-10.x-lockfile
Open

chore(deps): update dependency python-semantic-release to v10.5.3#1017
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-semantic-release-10.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 6, 2025

This PR contains the following updates:

Package Change Age Confidence
python-semantic-release (changelog) 10.3.110.5.3 age confidence

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release)

v10.5.3

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Resolve unauthenticated git repo issues for upstream verification, closes
    #1373_ (PR#1388, e164f68)

  • github-action: Fix failed signing issue when ssh was missing from action environment, closes
    #1376_ (PR#1389, 18b7eda)

  • parser-conventional-monorepo: Fix parser opts validator for outside dir path matches, closes
    #1380_ (PR#1382, a51eadd)

.. _#1373: #​1373
.. _#1376: #​1376
.. _#1380: #​1380
.. _18b7eda: 18b7eda
.. _a51eadd: a51eadd
.. _e164f68: e164f68
.. _PR#1382: #​1382
.. _PR#1388: #​1388
.. _PR#1389: #​1389

.. _changelog-v10.5.2:

v10.5.2

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Toggle verify upstream off when no version commit is made (PR#1370,
    e0b3b70
    )

.. _e0b3b70: e0b3b70
.. _PR#1370: #​1370

.. _changelog-v10.5.1:

v10.5.1

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Fix upstream change detection to succeed without branch tracking (PR#1369,
    7086257
    )

.. _7086257: 7086257
.. _PR#1369: #​1369

.. _changelog-v10.5.0:

v10.5.0

Compare Source

====================

✨ Features

  • cmd-version: Add automatic repository un-shallowing to version workflow (PR#1366,
    90a1ffa
    )

  • cmd-version: Add functionality to create & update partial version tags (PR#1115,
    a28f940
    )

  • cmd-version: Adds c-macro style version definition support to version_variables, closes
    #1348_ (PR#1349, 4ce1fca)

  • cmd-version: Adds upstream check into workflow to prevent commit push collisions (PR#1360,
    d77193e
    )

🪲 Bug Fixes

  • cmd-version: Prevent regular expression errors on tag_format (PR#1367, e7d7aa7)

📖 Documentation

  • commands: Add description of automated upstream version checking upon version creation
    (PR#1360, d77193e)

  • configuration: Add description for add_partial_tags setting & usage examples (PR#1115,
    a28f940
    )

  • configuration: Fix tag_format definition (PR#1367, e7d7aa7)

  • configuration: Update version_variables examples with a c-macro style replacement
    (PR#1349, 4ce1fca)

  • github-actions: Adds release job outputs definition to example (PR#1344, 0fb4875)

  • github-actions: Removed verify upstream status step from example workflow (PR#1360,
    d77193e
    )

  • github-actions: Update example to remove need to specify repo checkout's fetch depth
    (PR#1366, 90a1ffa)

  • uv-integration: Remove verify upstream check from uv integration example (PR#1360,
    d77193e
    )

  • uv-integration: Update example to remove need to specify repo checkout's fetch depth
    (PR#1366, 90a1ffa)

⚙️ Build System

  • deps: Bump tomlkit dependency from ~=0.11.0 to ~=0.13.0 (PR#1355, 55c94ec)

  • deps: Change github-actions container image to python:3.14-slim-trixie (PR#1346,
    1a23712
    )

💡 Additional Release Information

  • cmd-version: If you were previously handling the unshallowing of a repository clone in your
    CI/CD pipelines, you may now remove that step from your workflow. PSR will now detect a shallow
    repository and unshallow it before evaluating the commit history.

.. _#1348: #​1348
.. _0fb4875: 0fb4875
.. _1a23712: 1a23712
.. _4ce1fca: 4ce1fca
.. _55c94ec: 55c94ec
.. _90a1ffa: 90a1ffa
.. _a28f940: a28f940
.. _d77193e: d77193e
.. _e7d7aa7: e7d7aa7
.. _PR#1115: #​1115
.. _PR#1344: #​1344
.. _PR#1346: #​1346
.. _PR#1349: #​1349
.. _PR#1355: #​1355
.. _PR#1360: #​1360
.. _PR#1366: #​1366
.. _PR#1367: #​1367

.. _changelog-v10.4.1:

v10.4.1

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Fix error where --no-tag is not respected, closes #1304_ (PR#1329,
    b090fa2
    )

📖 Documentation

  • CHANGELOG: Update hyperlink in v10.4.0's additional info paragraph (PR#1323, 98ef722)

  • getting-started-guide: Remove notice about lack of monorepo support, closes #1326_
    (PR#1327, 3f21f3f)

  • github-actions: Fix recommended upstream detection script's upstream name parsing (PR#1328,
    ccc91c0
    )

.. _#1304: #​1304
.. _#1326: #​1326
.. _3f21f3f: 3f21f3f
.. _98ef722: 98ef722
.. _b090fa2: b090fa2
.. _ccc91c0: ccc91c0
.. _PR#1323: #​1323
.. _PR#1327: #​1327
.. _PR#1328: #​1328
.. _PR#1329: #​1329

.. _changelog-v10.4.0:

v10.4.0

Compare Source

====================

✨ Features

  • config: Add conventional-monorepo as valid commit_parser type (PR#1143, e18f866)

  • parser: Add new conventional-commits standard parser for monorepos, closes #614_
    (PR#1143, e18f866)

📖 Documentation

  • Add configuration guide for monorepo use with PSR (PR#1143, e18f866)

  • commit-parsers: Introduce conventional commit monorepo parser options & features (PR#1143,
    e18f866
    )

  • configuration: Update commit_parser option with new conventional-monorepo value
    (PR#1143, e18f866)

💡 Additional Release Information

  • config: This release introduces a new built-in parser type that can be utilized for monorepo
    projects. The type value is conventional-monorepo and when specified it will apply the
    conventional commit parser to a monorepo environment. This parser has specialized options to help
    handle monorepo projects as well. For more information, please refer to the Monorepo Docs_.

.. _#614: #​614
.. _e18f866: e18f866
.. _Monorepo Docs: /configuration/configuration-guides/monorepos.html
.. _PR#1143: #​1143

.. _changelog-v10.3.2:

v10.3.2

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Prevent errors when PSR is executed in non-GitHub CI environments, closes
    #1315_ (PR#1322, 4df4be4)

⚡ Performance Improvements

  • cmd-version: Re-order operations for faster parsing in version determination (PR#1310,
    63e435b
    )

📖 Documentation

  • uv-integration: Add --no-changelog to build step to increase job speed (PR#1316,
    e1aece1
    )

💡 Additional Release Information

  • cmd-version: Unfortunately, PSR introduced a bug in 10.3.0 when attempting to provide more CI
    outputs for GitHub Actions. It required our GitHub client interface to be loaded and even if it
    was not using GitHub CI to be run. This caused errors in Gitea and likely GitLab/Bitbucket
    environments. This change prevents that from happening but if any users pipelines were
    intentionally presenting the environment variable "GITHUB_OUTPUT" to enable action output to
    enable passing along internal outputs of PSR then their hack will no longer work after this
    change.

.. _#1315: #​1315
.. _4df4be4: 4df4be4
.. _63e435b: 63e435b
.. _e1aece1: e1aece1
.. _PR#1310: #​1310
.. _PR#1316: #​1316
.. _PR#1322: #​1322

.. _changelog-v10.3.1:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.21%. Comparing base (4413fab) to head (6e2f88e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1017      +/-   ##
==========================================
+ Coverage   88.04%   88.21%   +0.17%     
==========================================
  Files          20       20              
  Lines        1171     1171              
==========================================
+ Hits         1031     1033       +2     
+ Misses        140      138       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from 77cd95f to dcb918c Compare September 8, 2025 10:09
@renovate renovate Bot changed the title chore(deps): update dependency python-semantic-release to v10.3.2 chore(deps): update dependency python-semantic-release to v10.4.0 Sep 8, 2025
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from dcb918c to 6e2f88e Compare September 13, 2025 23:34
@renovate renovate Bot changed the title chore(deps): update dependency python-semantic-release to v10.4.0 chore(deps): update dependency python-semantic-release to v10.4.1 Sep 13, 2025
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from 6e2f88e to 4b0b336 Compare November 10, 2025 02:33
@renovate renovate Bot changed the title chore(deps): update dependency python-semantic-release to v10.4.1 chore(deps): update dependency python-semantic-release to v10.5.0 Nov 10, 2025
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from 4b0b336 to adbec55 Compare November 10, 2025 11:40
@renovate renovate Bot changed the title chore(deps): update dependency python-semantic-release to v10.5.0 chore(deps): update dependency python-semantic-release to v10.5.1 Nov 10, 2025
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from adbec55 to adcecd9 Compare November 10, 2025 20:48
@renovate renovate Bot changed the title chore(deps): update dependency python-semantic-release to v10.5.1 chore(deps): update dependency python-semantic-release to v10.5.2 Nov 10, 2025
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch 3 times, most recently from 3376639 to a4addab Compare December 15, 2025 02:48
@renovate renovate Bot changed the title chore(deps): update dependency python-semantic-release to v10.5.2 chore(deps): update dependency python-semantic-release to v10.5.3 Dec 15, 2025
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch 2 times, most recently from 7067b3d to ab14aa8 Compare February 14, 2026 13:51
@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from ab14aa8 to fabf177 Compare May 9, 2026 14:40
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 9, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate renovate Bot force-pushed the renovate/python-semantic-release-10.x-lockfile branch from fabf177 to da8effe Compare May 9, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant