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 convention-change/conventional-version-check from 1.2.0 to 1.4.0 #23

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps convention-change/conventional-version-check from 1.2.0 to 1.4.0.

Release notes

Sourced from convention-change/conventional-version-check's releases.

v1.4.0

✨ Features

  • update action.yml config use node20 (aae6c045), feat #37

v1.3.0

✨ Features

  • update the following actions to use Node.js 20 (1a011261), feat #33

  • let CI build only check at branch main at push event (981ce0ee)

👷‍ Build System

  • update new version of dist (e81afd35)

  • update dist (02d05e81)

  • bump semver from 7.5.4 to 7.6.0 (3a657ee3)

  • bump actions/setup-node from 4.0.1 to 4.0.2 (54e69449)

  • bump actions/upload-artifact from 3 to 4 (472bed39)

  • bump actions/setup-node from 4.0.0 to 4.0.1 (053fc019)

  • bump github/codeql-action from 2 to 3 (ae2e73e3)

  • bump actions/setup-node from 3.8.1 to 4.0.0 (bac4d196)

  • bump @​actions/github from 5.1.1 to 6.0.0 (aa008fc8)

  • dist at new depends (7ae13087)

  • bump @​actions/core from 1.10.0 to 1.10.1 (32fe70fd)

  • bump actions/checkout from 3 to 4 (fbdb4dd1)

  • bump actions/setup-node from 3.7.0 to 3.8.1 (c44505a4)

  • add prettier and tools of task (8d5ac40e)

Changelog

Sourced from convention-change/conventional-version-check's changelog.

1.4.0 (2024-04-28)

✨ Features

  • update action.yml config use node20 (aae6c045), feat #37

1.3.0 (2024-04-28)

✨ Features

  • update the following actions to use Node.js 20 (1a011261), feat #33

  • let CI build only check at branch main at push event (981ce0ee)

👷‍ Build System

  • update new version of dist (e81afd35)

  • update dist (02d05e81)

  • bump semver from 7.5.4 to 7.6.0 (3a657ee3)

  • bump actions/setup-node from 4.0.1 to 4.0.2 (54e69449)

  • bump actions/upload-artifact from 3 to 4 (472bed39)

  • bump actions/setup-node from 4.0.0 to 4.0.1 (053fc019)

  • bump github/codeql-action from 2 to 3 (ae2e73e3)

  • bump actions/setup-node from 3.8.1 to 4.0.0 (bac4d196)

  • bump @​actions/github from 5.1.1 to 6.0.0 (aa008fc8)

  • dist at new depends (7ae13087)

  • bump @​actions/core from 1.10.0 to 1.10.1 (32fe70fd)

  • bump actions/checkout from 3 to 4 (fbdb4dd1)

  • bump actions/setup-node from 3.7.0 to 3.8.1 (c44505a4)

  • add prettier and tools of task (8d5ac40e)

Commits
  • 1f42bfa chore(release): 1.4.0
  • 699f38c Merge pull request #38 from convention-change/37-feature-update-the-following...
  • aae6c04 feat(action): update action.yml config use node20
  • bb97ea8 Merge pull request #36 from convention-change/v1
  • db2726d Merge pull request #35 from convention-change/main
  • c72d7f8 chore(release): 1.3.0
  • e81afd3 build(node): update new version of dist
  • 02d05e8 build(node): update dist
  • 62fd6af Merge pull request #34 from convention-change/33-enhancement-update-the-follo...
  • 943513e docs: update issue template and contributing doc
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [convention-change/conventional-version-check](https://github.com/convention-change/conventional-version-check) from 1.2.0 to 1.4.0.
- [Release notes](https://github.com/convention-change/conventional-version-check/releases)
- [Changelog](https://github.com/convention-change/conventional-version-check/blob/main/CHANGELOG.md)
- [Commits](convention-change/conventional-version-check@v1.2.0...v1.4.0)

---
updated-dependencies:
- dependency-name: convention-change/conventional-version-check
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2024
@sinlov sinlov merged commit 57e896e into main May 1, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/convention-change/conventional-version-check-1.4.0 branch May 1, 2024 16:18
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