Skip to content

chore(deps): bump the github-actions-dependencies group with 2 updates#183

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-dd997cde39
Oct 13, 2025
Merged

chore(deps): bump the github-actions-dependencies group with 2 updates#183
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-dd997cde39

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps the github-actions-dependencies group with 2 updates: hoverkraft-tech/ci-github-common and hoverkraft-tech/ci-dokumentor.

Updates hoverkraft-tech/ci-github-common from 0.25.0 to 0.26.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.26.0

Release Summary

GitHub Actions dependencies were updated; documentation for actions and workflows was refreshed (docs).

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.25.0...0.26.0

Commits
  • 1c379f7 chore(deps): bump the github-actions-dependencies group across 4 directories ...
  • f9bc9ac docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-dokumentor from 0.1.2 to 0.2.0

Release notes

Sourced from hoverkraft-tech/ci-dokumentor's releases.

0.2.0

Release Summary

Introduces multi-file processing with glob patterns, concurrency, and improved GitHub Action support while preserving single-file compatibility.

Internal: documentation refreshed and dependencies updated (Inversify, dev toolchain, GitHub Actions).

Breaking changes

No breaking changes were introduced; the feature maintains backward compatibility with single-file workflows.

What's Changed

Full Changelog: hoverkraft-tech/ci-dokumentor@0.1.3...0.2.0

0.1.3

Release Summary

This release includes fixes for GitHub Actions handling, ensuring input default values are properly managed and removing unwanted line breaks in descriptions. Documentation has also been updated to reflect the latest improvements.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-dokumentor@0.1.2...0.1.3

Commits
  • 270cb52 build(deps): Bump the github-actions-dependencies group with 3 updates
  • d7a4d6c build(deps-dev): Bump the npm-dev-dependencies group with 4 updates
  • 3deb98b build(deps): Bump inversify from 7.10.1 to 7.10.2
  • 39ee399 docs: update action documentation
  • f12c877 Fix failing tests: Update mocks and test expectations for multi-file processing
  • e063a09 Factorize duplicate behavior into AbstractMultiFileUseCase
  • 64efb8c Refactor use cases following SOLID, DRY, and Clean Code principles
  • c7f0638 Update GitHub Action to support multiple sources and glob patterns
  • 8c8e3d4 Refactor: Extract AbstractMultiFileUseCase and update command/usecase separation
  • 071ee24 Refactor MigrateCommand to use ReaderAdapter and ConcurrencyService
  • Additional commits viewable in compare view

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 3, 2025
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-dd997cde39 branch from 55ce88c to 32a4b32 Compare October 13, 2025 16:46
Bumps the github-actions-dependencies group with 2 updates:
-[hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common)
- [hoverkraft-tech/ci-dokumentor](https://github.com/hoverkraft-tech/ci-dokumentor).

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-dokumentor
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-dd997cde39 branch from 32a4b32 to a4d3bf4 Compare October 13, 2025 16:52
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.02%. Comparing base (fff732c) to head (a4d3bf4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #183   +/-   ##
=======================================
  Coverage   97.02%   97.02%           
=======================================
  Files           9        9           
  Lines         168      168           
  Branches       22       22           
=======================================
  Hits          163      163           
  Misses          5        5           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@neilime neilime merged commit ef7568e into main Oct 13, 2025
34 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-dd997cde39 branch October 13, 2025 16:58
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant