Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action minor v5.2.0 -> v5.3.1 age adoption passing confidence
commitizen patch ==4.1.0 -> ==4.1.1 age adoption passing confidence
commitizen-tools/commitizen repository patch v4.1.0 -> v4.1.1 age adoption passing confidence
maxbrunet/pre-commit-renovate repository minor 39.122.1 -> 39.134.0 age adoption passing confidence
python final minor 3.12-alpine -> 3.13-alpine age adoption passing confidence
python stage minor 3.12-alpine -> 3.13-alpine age adoption passing confidence
python-semantic-release/python-semantic-release action minor v9.16.1 -> v9.17.0 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

commitizen-tools/commitizen (commitizen)

v4.1.1

Compare Source

Fix
  • get-next-bump: add a test case
  • get-next-bump: fix to permit usage of --get-next options even when update_changelog_on_bump is set to true
maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v39.134.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.134.0 for more changes

v39.133.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.133.4 for more changes

v39.133.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.133.3 for more changes

v39.133.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.133.2 for more changes

v39.133.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.133.1 for more changes

v39.133.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.133.0 for more changes

v39.132.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.132.1 for more changes

v39.132.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.132.0 for more changes

v39.131.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.131.0 for more changes

v39.129.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.129.0 for more changes

v39.128.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.128.0 for more changes

v39.126.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.126.1 for more changes

v39.126.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.126.0 for more changes

v39.125.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.125.1 for more changes

v39.125.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.125.0 for more changes

v39.124.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.124.0 for more changes

v39.123.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.123.0 for more changes

v39.122.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/39.122.3 for more changes

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

v9.17.0

Compare Source

Bug Fixes
  • github-action: Disable writing python bytecode in action execution
    (#​1152,
    315ae21)

File permission issues can occur when using the github-action and dynamically loading files from the
repository. When importing, python generally will create bytecode files and write to disk as the
current user. Because the default user in the github action is root, those files are written as
root which means when it returns to the rest of the workflow, those files cannot be modified or
deleted. With this change, we disable writing of bytecode files which prevents any failures that
may result after the python-semantic-release action is executed.

Features
  • changelog: Add sort_numerically filter function to template environment
    (#​1146,
    7792388)
  • test(helpers): add unit tests for various prefixed number lists

  • test(changelog-context): add unit tests to validate use of sort_numerically filter

  • test(release-notes-context): add unit tests to validate use of sort_numerically filter

  • refactor(util): relocate sort_numerically function to top level

  • docs(changelog-templates): add description for new sort_numerically filter function

  • config: Extend support of remote urls aliased using git insteadOf configurations
    (#​1151,
    4045037)

Resolves: #​1150

  • refactor(hvcs): add validation of git urls upon vcs client initialization

  • test(hvcs): refactor unit test to catch validation error immediately of bad git url

  • test(config): add test case of a git insteadOf aliased origin

  • test(parser-angular): update unit tests for parser return value compatibility

  • test(parser-scipy): update unit tests for parser return value compatibility

  • test(parser-emoji): update unit tests for parser return value compatibility

  • feat(version): parse squashed commits individually

adds the functionality to separately parse each commit message within a squashed merge commit to
detect combined commit types that could change the version bump

  • feat(changelog): parse squashed commits individually

adds functionality to separately parse each commit message within a squashed merge commit which
decouples the commits into their respective type categories in the changelog.

  • refactor(helpers): centralize utility for applying multiple text substitutions

  • feat(parser-angular): upgrade angular parser to parse squashed commits individually

Resolves: #​1085

  • feat(parser-angular): apply PR/MR numbers to all parsed commits from a squash merge

  • feat(parser-emoji): add functionality to interpret scopes from gitmoji commit messages

  • feat(parser-emoji): upgrade emoji parser to parse squashed commits individually

  • test(fixtures): adjust parser for squashed commit definitions

  • test(fixtures): change config of github flow repo to parse squash commits

  • test(fixtures): add fixture to create gitlab formatted merge commit

  • refactor(parser-scipy): standardize all category spelling applied to commits

  • docs(commit-parsing): add description for squash commit evaluation option of default parsers

  • docs(configuration): update the commit_parser_options setting description

Performance Improvements
  • refactor: adjust logging output

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@JohnVillalovos JohnVillalovos enabled auto-merge (rebase) January 27, 2025 00:48
@JohnVillalovos JohnVillalovos merged commit 939505b into main Jan 27, 2025
17 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch January 27, 2025 00:54
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.

2 participants