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

⬆️ Updates dangoslen/changelog-enforcer action to v3 #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 8, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dangoslen/changelog-enforcer action major v1.6.1 -> v3.6.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dangoslen/changelog-enforcer (dangoslen/changelog-enforcer)

v3.6.0

Compare Source

Changed
  • Now runs on Node 20
    • Updates .nvmrc to set the version
    • Updates node version in action.yml
Dependencies
  • Bump node-fetch from 2.6.12 to 2.7.0 (#​264, #​270)
  • Bump actions/checkout from 3.5.3 to 4.1.1 (#​266, #​267, #​271, #​275)
  • Bump @vercel/ncc from 0.36.1 to 0.38.1 (#​268, #​276)
  • Bump jest from 29.6.2 to 29.7.0 (#​269)
  • Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#​272)
  • Bump @actions/github from 5.1.1 to 6.0.0 (#​273)
  • Bump @actions/core from 1.10.0 to 1.10.1 (#​274)
  • Bump eslint from 8.46.0 to 8.56.0 (#​279)

v3.5.1

Compare Source

Security
  • Removes uglify-js and dist packages
Dependencies
  • Bump jest from 29.5.0 to 29.6.2 (#​260)
  • Bump eslint from 8.42.0 to 8.46.0 (#​261)

v3.5.0

Compare Source

Dependencies
  • Bump @vercel/ncc from 0.34.0 to 0.36.1 (#​247)
  • Bump eslint from 8.31.0 to 8.42.0 (#​249)
  • Bump actions/checkout from 3.5.2 to 3.5.3 (#​250)
  • Bump node-fetch from 2.6.9 to 2.6.12 (#​251, #​253)
Fixed
  • Handle skipLabels that contain a / (#​254)

v3.4.0

Compare Source

Changed
  • Switches the default branch from master to main
Dependencies
  • Bump actions/checkout from 3.2.0 to 3.5.2 (#​245)
  • Bump jest from 29.3.1 to 29.5.0 (#​242)
  • Bump node-fetch from 2.6.7 to 2.6.9 (#​241)

v3.3.2

Compare Source

Fixed
  • Properly rebuilds the dist.index.js meant to be built in v3.3.1.

v3.3.0

Compare Source

Dependencies
  • Bumps stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.4
  • Bumps actions/checkout from 3.0.2 to 3.1.0
  • Bumps @actions/core from 1.6.0 to 1.9.0
  • Bumps uglify-js from 3.15.5 to 3.17.4
  • Bumps jest from 27.3.1 to 29.2.2

v3.2.1

Compare Source

Changed
  • expectedLatestVersion no longer enforces validation if the only version in the changelog is an unreleased version.

v3.2.0

Compare Source

Changed
  • Now runs on Node 16
    • Adds .nvmrc to set the version
    • Updates node version in action.yml
Dependencies
  • Bumps uglify-js from 3.14.3 to 3.15.5
  • Bumps @actions/github from 5.0.0 to 5.0.2
  • Bumps stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1

v3.1.0

Compare Source

Fixes
  • Fixes issue #​184
    • Get changelog from the contents_url instead of the raw_url
Dependencies
  • Bumps actions/checkout from 2.4.0 to 3.0.2
  • Bumps stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0
  • Removed @actions/exec
  • Bumps @vercel/ncc from 0.31.1 to 0.33.4

v3.0.1

Compare Source

Dependencies
  • Bumps stefanzweifel/git-auto-commit-action from 4.11.0 to 4.13.1
  • Bumps @vercel/ncc from 0.31.1 to 0.33.4

v3.0.0

Compare Source

🚀 The 3.0.0 release of the Changelog Enforcer is here! This release relies soley on the GitHub API instead of local git commands from a cloned repository. This means, for example, that actions/checkout does not need to be run before running the enforcer.

Fixes
Dependencies
  • Bumps @vercel/ncc from 0.28.6 to 0.31.1
  • Bumps @actions/core from 1.4.0 to 1.6.0
  • Bumps jest from 27.0.5 to 27.3.1
  • Bumps actions/checkout from 2.3.4 to 2.4.0
  • Bumps uglify-js from 3.13.9 to 3.14.3
  • Bumps eslint from 7.28.0 to 8.2.0

v2.3.1

Compare Source

Changed
  • Only runs on pull_request and pull_request_target events. This is to address issue #​140

v2.3.0

Compare Source

Dependencies
  • Bumps lodash from 4.17.19 to 4.17.21
  • Bumps stefanzweifel/git-auto-commit-action from 4 to 4.11.0
  • Bumps actions/checkout from 2 to 2.3.4
  • Bumps actions/create-release from 1 to 1.1.4
  • Bumps uglify-js from 3.13.3 to 3.13.9
  • Bumps eslint from 7.25.0 to 7.28.0
  • Bumps @vercel/ncc from 0.28.2 to 0.28.6
  • Bumps @actions/github from 4.0.0 to 5.0.0
  • Bumps dangoslen/dependabot-changelog-helper from 0.3.2 to 1
  • Bumps @actions/exec from 1.0.4 to 1.1.0
  • Bumps @actions/core from 1.2.7 to 1.4.0
  • Bumps jest from 26.6.3 to 27.0.5
  • Bumps ws from 7.4.0 to 7.5.3

v2.2.0

Compare Source

Changed
  • The pull_request workflow now executes as a pull_request_target workflow to handle incoming pull requests from forked repos.
    • This is needed because Dependabot now works as a forked branch. The reasoning and ways to accommodate are listed in a GitHub Security article
    • The verified label is needed to allow the workflow to execute
Dependencies
  • Bumps uglify-js from 3.13.2 to 3.13.3
  • Bumps y18n from 4.0.1 to 5.0.8
  • Bumps @vercel/ncc from 0.27.0 to 0.28.2
  • Bumps @actions/core from 1.2.6 to 1.2.7
  • Bumps eslint from 7.23.0 to 7.25.0
  • Bumps hosted-git-info from 2.8.8 to 2.8.9

v2.1.0

Compare Source

Deprecated
  • The input versionPattern is now deprecated. Starting in v3.0.0 the Changelog Enforcer will only work with Keep a Changelog for verifying the latest expected version.
Dependencies
  • Bumps eslint from 7.21.0 to 7.23.0
  • Bumps uglify-js from 3.13.0 3.13.2

v2.0.2

Compare Source

Changed
  • Minor changes to workflows to use package.json version
  • Minor changes to tests and names
Dependencies
  • Bumps uglify-js from 3.12.1 to 3.13.0
  • Bumps eslint from 7.20.0 to 7.21.0

v2.0.1

Compare Source

Dependencies
  • Bump eslint from 7.17.0 to 7.20.0
  • Bump @vercel/ncc from 0.26.1 to 0.27.0
Changed
  • Now reads the version from package.json instead of from VERSION

v2.0.0

Compare Source

Added
  • Feature request from #​62
    • Adds a new property missingUpdateErrorMessage for passing a custom error message when no update is found to the changelog. See the Inputs / Properties section in the README.md for more information.
    • Adds a new output errorMessage that states why the Changelog Enforcer failed. Added to allow users to use the error message within the rest of the action workflow.
Dependencies
  • Bumps @vercel/ncc from 0.25.1 to 0.26.1 (#​63)
  • Bumps eslint from 7.15.0 to 7.17.0 (#​64, #​70)
  • Bumps node-notifier from 8.0.0 to 8.0.1 (#​65)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changelogg
Copy link

changelogg bot commented Jan 8, 2022

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@auto-assign auto-assign bot requested a review from AlexRogalskiy January 8, 2022 12:49
@viezly
Copy link

viezly bot commented Jan 8, 2022

Pull request by bot. No need to analyze

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from f4b9ac0 to 5f82b7e Compare March 4, 2022 02:04
@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from 5f82b7e to 3b92419 Compare March 13, 2022 23:18
@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from 3b92419 to 39fa489 Compare May 4, 2022 22:02
@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from 39fa489 to b47f778 Compare May 6, 2022 21:08
@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from b47f778 to febc816 Compare September 25, 2022 22:21
@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from febc816 to c43c380 Compare February 6, 2024 05:09
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dangoslen-changelog-enforcer-3.x branch from c43c380 to 4a4895f Compare February 11, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants