Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the github-actions-dependencies group across 1 directory with 2 updates #1354

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2024

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

Updates hoverkraft-tech/ci-github-nodejs from 0.5.1 to 0.6.0

Release notes

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

0.6.0

Release Summary

This release includes various updates primarily focused on dependency management and documentation improvements.

  • Documentation Updates: Updated actions and workflows documentation to ensure better clarity and usage guidelines.
  • Dependency Upgrades: Multiple dependency bumps, including github/codeql-action, codecov/codecov-action, hoverkraft-tech/ci-github-common, and actions/setup-node. These updates ensure the system remains secure, performant, and compatible with the latest features and fixes from third-party libraries.

No breaking changes are introduced in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.5.1...0.6.0

Commits
  • b5ac4c3 chore(deps): bump actions/setup-node
  • 8adea3a chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 94da7a1 chore(deps): bump hoverkraft-tech/ci-github-common
  • bd9a8f3 chore(deps): bump the github-actions-dependencies group with 2 updates
  • 5502fe7 chore(deps): bump github/codeql-action
  • d03ded6 chore(deps): bump the github-actions-dependencies group with 2 updates
  • 39019d7 chore(deps): bump the github-actions-dependencies group with 2 updates
  • 8b04d73 chore(deps): bump github/codeql-action
  • 533c1e8 chore(deps): bump codecov/codecov-action
  • 91e39db chore(deps): bump github/codeql-action
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common from 0.13.2 to 0.14.0

Release notes

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

0.14.0

Release summary

Breaking Changes

  • feat!: Removed generate-dependabot-config workflow. Shoud be replaced by directories option

New Features

  • docs: Updated actions and workflows documentation.

Dependency Updates

  • Bumped tj-actions/changed-files from 44.5.2 to 44.5.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.13.3...0.14.0

0.13.3

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.13.2...0.13.3

Commits
  • d6367a8 feat!: remove generate-dependabot-config workflow
  • 3866731 chore(deps): bump tj-actions/changed-files
  • 662e8ad ci(dependabot): use 'directories' configuration
  • b11cc92 chore(deps): bump peter-evans/create-pull-request
  • abb6a19 chore(deps): bump tj-actions/changed-files
  • 0076b17 docs: update actions and workflows documentation
  • 4356000 chore(deps): bump peter-evans/create-pull-request
  • f178c76 chore(deps): bump tj-actions/changed-files
  • 202a0c0 chore: fix lint issues
  • 02b0389 docs: update actions and workflows documentation
  • See full diff 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 Jul 26, 2024
…ctory with 2 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).


Updates `hoverkraft-tech/ci-github-nodejs` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@0.5.1...0.6.0)

Updates `hoverkraft-tech/ci-github-common` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.13.2...0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-dependencies-d252d12d3f branch from e31dbe8 to b15b182 Compare August 27, 2024 17:37
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.26%. Comparing base (a47783a) to head (b15b182).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1354   +/-   ##
=======================================
  Coverage   87.26%   87.26%           
=======================================
  Files          27       27           
  Lines         573      573           
  Branches       84       80    -4     
=======================================
  Hits          500      500           
- Misses         67       73    +6     
+ Partials        6        0    -6     

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

@neilime neilime merged commit 2c90538 into main Aug 27, 2024
10 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-d252d12d3f branch August 27, 2024 17:42
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