Skip to content

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

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-a170d7b96b
Jan 15, 2025
Merged

build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates#10
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-a170d7b96b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

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

Updates hoverkraft-tech/ci-github-common from 0.15.0 to 0.16.0

Release notes

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

0.16.0

Release Summary

This release introduces a major update: the "release-actions" workflow has been moved to a new dedicated repository ci-github-publish, designed to streamline release, deployment, and publishing processes. Documentation has been updated to reflect these changes, and various dependency updates have been made for improved reliability and compatibility.

Breaking changes

  • The "release-actions" workflow has been relocated to a new repository ci-github-publish. Users relying on this workflow must update their configurations to point to the new repository to ensure continued functionality:
jobs:
  release:
-    uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@x.x.x
+    uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@x.x.x

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.15.0...0.16.0

Commits
  • 8e8e59a chore(deps): bump peter-evans/create-pull-request
  • d924e4f docs: update actions and workflows documentation
  • 11e061e feat: transfer relase actions workflow
  • aad62b2 chore(deps): bump tj-actions/changed-files
  • 7b82315 chore: improve dev linter
  • 1e35297 chore(deps): bump tj-actions/changed-files
  • 70e0bc8 Update README.md
  • 7086adb chore(deps): bump tj-actions/changed-files
  • e4ca885 docs: update actions and workflows documentation
  • See full diff in compare view

Updates tj-actions/changed-files from 45.0.5 to 45.0.6

Release notes

Sourced from tj-actions/changed-files's releases.

v45.0.6

What's Changed

Full Changelog: tj-actions/changed-files@v45...v45.0.6

Changelog

Sourced from tj-actions/changed-files's changelog.

45.0.6 - (2025-01-03)

🐛 Bug Fixes

  • deps: Update dependency yaml to v2.7.0 (#2383) (5f974c2) - (renovate[bot])

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/lodash to v4.17.14 (#2388) (d6e91a2) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.5 (#2387) (73401cd) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.4 (#2386) (7f28b2b) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.3 (#2385) (c1f82ce) - (renovate[bot])
  • deps: Lock file maintenance (#2382) (bb364ec) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.6 (#2380) (7ac5902) - (renovate[bot])
  • deps: Lock file maintenance (#2379) (7c5097f) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v28.10.0 (#2378) (37dc9a5) - (renovate[bot])
  • deps: Lock file maintenance (#2377) (515a6b3) - (renovate[bot])
  • deps: Update dependency @​types/node to v22.10.2 (#2376) (ac47125) - (renovate[bot])
  • deps: Lock file maintenance (#2375) (ef3b6f1) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v45.0.5 (#2374)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (8082fbc) - (tj-actions[bot])

Commits
  • d6e91a2 chore(deps): update dependency @​types/lodash to v4.17.14 (#2388)
  • 73401cd chore(deps): update dependency @​types/node to v22.10.5 (#2387)
  • 7f28b2b chore(deps): update dependency @​types/node to v22.10.4 (#2386)
  • c1f82ce chore(deps): update dependency @​types/node to v22.10.3 (#2385)
  • 5f974c2 fix(deps): update dependency yaml to v2.7.0 (#2383)
  • bb364ec chore(deps): lock file maintenance (#2382)
  • 7ac5902 chore(deps): update peter-evans/create-pull-request action to v7.0.6 (#2380)
  • 7c5097f chore(deps): lock file maintenance (#2379)
  • 37dc9a5 chore(deps): update dependency eslint-plugin-jest to v28.10.0 (#2378)
  • 515a6b3 chore(deps): lock file maintenance (#2377)
  • 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 Jan 10, 2025
@neilime
Copy link
Copy Markdown
Member

neilime commented Jan 15, 2025

@dependabot rebase

…ctory with 2 updates

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


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

Updates `tj-actions/changed-files` from 45.0.5 to 45.0.6
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v45.0.5...v45.0.6)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-a170d7b96b branch from 22d070f to da50937 Compare January 15, 2025 14:50
@neilime neilime merged commit 37bdaa5 into main Jan 15, 2025
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-a170d7b96b branch January 15, 2025 14:52
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