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

deps: Bump the github-actions group with 5 updates #6

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the github-actions group with 5 updates:

Package From To
actions/checkout 4.1.1 4.1.2
dangoslen/dependabot-changelog-helper 3.8.0 3.9.0
stefanzweifel/git-auto-commit-action 5.0.0 5.0.1
mindsers/changelog-reader-action 2.2.2 2.2.3
ncipollo/release-action 1.13.0 1.14.0

Updates actions/checkout from 4.1.1 to 4.1.2

Release notes

Sourced from actions/checkout's releases.

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.1...v4.1.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits

Updates dangoslen/dependabot-changelog-helper from 3.8.0 to 3.9.0

Release notes

Sourced from dangoslen/dependabot-changelog-helper's releases.

Changelog Dependabot Helper 3.9.0

Added

  • Adds the ability to sort dependency entries alphabetically upon adding a new entry. By default this is not enabled, and must be added via the sort param using the value alpha. By default the sort style is none. Future sort values may be added over time as such needs arise.

Dependencies

  • Bump @types/node from 20.11.10 to 20.11.20 (#251, #255, #257)
  • Bump @types/jest from 29.5.11 to 29.5.12 (#247)
  • Bump eslint-plugin-jest from 27.6.3 to 27.9.0 (#254)

Changelog Dependabot Helper 3.8.1

Fixed

  • Fixes improper defaulting for deprecated activationLabel to activationLabels input
Changelog

Sourced from dangoslen/dependabot-changelog-helper's changelog.

CHANGELOG

Inspired from Keep a Changelog

[UNRELEASED]

[3.9.0]

Added

  • Adds the ability to sort dependency entries alphabetically upon adding a new entry. By default this is not enabled, and must be added via the sort param using the value alpha. By default the sort style is none. Future sort values may be added over time as such needs arise.

Dependencies

  • Bump @types/node from 20.11.10 to 20.11.20 (#251, #255, #257)
  • Bump @types/jest from 29.5.11 to 29.5.12 (#247)
  • Bump eslint-plugin-jest from 27.6.3 to 27.9.0 (#254)

[3.8.1]

Fixed

  • Fixes improper defaulting for deprecated activationLabel to activationLabels input

[3.8.0]

Added

  • Adds scaffolding for EntryExtractor to support different tools (Dependabot, Mend Renovate, etc) in the future. See #288 for more details.
  • Adds a new activationLabels input to allow for more complex workflows. See #233 for more details as to why.

Deprecated

  • The activationLabel input is now deprecated in favor of the activationLabels inpput (see the Added section above). The activationLabel input will be removed in the next major release, which currently has a TBD release date.

Dependencies

  • Bump eslint-plugin-jest from 27.6.0 to 27.6.3 (#236)
  • Bump @types/node from 20.4.2 to 20.11.10 (#232, #235, #245)
  • Bump @types/jest from 29.5.10 to 29.5.11 (#239)
  • Bump ts-jest from 29.1.1 to 29.1.2 (#246)

[3.7.0]

Added

Dependencies

  • Bump @actions/github from 5.1.0 to 6.0.0 (#209)
  • Bump jest from 29.6.1 to 29.7.0 (#211)
  • Bump @types/jest from 29.5.2 to 29.5.8 (#211)
  • Bump actions/checkout from 3.5.3 to 4.1.1 (#207)
  • Bump actions/setup-node from 3 to 4 (#206)
  • Bump @vercel/ncc from 0.36.1 to 0.38.1 (#221)
  • Bump eslint-plugin-jest from 27.2.2 to 27.6.0 (#220)

... (truncated)

Commits
  • 392b224 Release 3.9.0 (#266)
  • f96c7d2 Update dependabot for npm
  • 99ce531 Merge pull request #257 from dangoslen/dependabot/npm_and_yarn/main/types/nod...
  • b5288f1 Updated Changelog
  • b63d593 Update pull-request.yml
  • b475892 Bump @​types/node from 20.11.19 to 20.11.20
  • 280cd35 Merge pull request #254 from dangoslen/dependabot/npm_and_yarn/main/eslint-pl...
  • 9683084 Updated Changelog
  • 49f2232 Merge pull request #255 from dangoslen/dependabot/npm_and_yarn/main/types/nod...
  • f3073aa Updated Changelog
  • Additional commits viewable in compare view

Updates stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1

Release notes

Sourced from stefanzweifel/git-auto-commit-action's releases.

v5.0.1

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @​ccomendant

Dependency Updates

Misc

Changelog

Sourced from stefanzweifel/git-auto-commit-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

TBD

v5.0.1 - 2024-04-12

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @​ccomendant

Dependency Updates

Misc

v5.0.0 - 2023-10-06

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed

Fixed

Dependency Updates

v4.16.0 - 2022-12-02

... (truncated)

Commits
  • 8621497 Fail if attempting to execute git commands in a directory that is not a git-r...
  • b0f4d47 Bump bats from 1.10.0 to 1.11.0 (#325)
  • 9b5e5ee Add step id explanation for output in README.md (#324)
  • e040c59 Linux is not UNIX (#321)
  • 4d160c5 Bump release-drafter/release-drafter from 5 to 6 (#319)
  • 12f6863 Clarify commit_author input option (#315)
  • 29183a2 Remove outdated docs
  • 2818fe7 Add Alert about pull_request_target
  • 8d90676 Little Doc Updates
  • 8036286 Use new Markdown Alerts in README
  • Additional commits viewable in compare view

Updates mindsers/changelog-reader-action from 2.2.2 to 2.2.3

Release notes

Sourced from mindsers/changelog-reader-action's releases.

v2.2.3

Fixed

  • Upgrade dependencies to solve deprecation issues.
  • Use node v20
  • Remove useless empty line between links in the body of a version
Changelog

Sourced from mindsers/changelog-reader-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.3] - 2024-03-10

Fixed

  • Upgrade dependencies to solve deprecation issues.
  • Use node v20
  • Remove useless empty line between links in the body of a version

[2.2.2] - 2022-11-23

Fixed

  • Upgrade dependencies to solve deprecation issues.

[2.2.1] - 2022-11-10

Fixed

  • Change node engine for a non-deprecated version.

[2.2.0] - 2022-09-01

Changed

  • Allow more section types into prerelease versions. #67

Fixed

  • Change the links' syntax to make them correctly recognized by GitHub.

[2.1.1] - 2022-07-03

Fixed

  • The action was returning empty data since the last version. Now correctly returns selected entries data.

[2.1.0] - 2022-06-14

Added

  • Introduced changelog validation to help keep the release version in line with Semantic Versioning

... (truncated)

Commits

Updates ncipollo/release-action from 1.13.0 to 1.14.0

Release notes

Sourced from ncipollo/release-action's releases.

v1.14.0

What's Changed

New Contributors

Full Changelog: ncipollo/release-action@v1...v1.14.0

Commits

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

Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.2` |
| [dangoslen/dependabot-changelog-helper](https://github.com/dangoslen/dependabot-changelog-helper) | `3.8.0` | `3.9.0` |
| [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `5.0.0` | `5.0.1` |
| [mindsers/changelog-reader-action](https://github.com/mindsers/changelog-reader-action) | `2.2.2` | `2.2.3` |
| [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.13.0` | `1.14.0` |


Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...9bb5618)

Updates `dangoslen/dependabot-changelog-helper` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/dangoslen/dependabot-changelog-helper/releases)
- [Changelog](https://github.com/dangoslen/dependabot-changelog-helper/blob/main/CHANGELOG.md)
- [Commits](dangoslen/dependabot-changelog-helper@ffabc6e...392b224)

Updates `stefanzweifel/git-auto-commit-action` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@8756aa0...8621497)

Updates `mindsers/changelog-reader-action` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/mindsers/changelog-reader-action/releases)
- [Changelog](https://github.com/mindsers/changelog-reader-action/blob/master/CHANGELOG.md)
- [Commits](mindsers/changelog-reader-action@b97ce03...32aa5b4)

Updates `ncipollo/release-action` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@6c75be8...2c591bc)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: dangoslen/dependabot-changelog-helper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: mindsers/changelog-reader-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: ncipollo/release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@stevehipwell
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Contributor

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevehipwell stevehipwell merged commit f472a65 into main Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-fc3c97be25 branch April 15, 2024 15:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant