robotty / dank-twitch-irc

Connect to Twitch chat from Node.js
https://www.npmjs.com/package/dank-twitch-irc
MIT License
88 stars 25 forks source link

Bump dangoslen/changelog-enforcer from v2 to v2.1.0 #309

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps dangoslen/changelog-enforcer from v2 to v2.1.0.

Release notes

Sourced from dangoslen/changelog-enforcer's releases.

Changelog Enforcer 2.1.0

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
Changelog

Sourced from dangoslen/changelog-enforcer's changelog.

[v2.1.0]

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]

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]

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]

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)

[v1.6.1]

Fixed

  • Fixes #58 by properly accounting for whitespace characters in label names.

[v1.6.0]

Added

  • New skipLabels input variable to supply a list of labels to skip enforcement for. See the Inputs / Properties section in the README.md for more information.

Changed

  • Deprecates the skipLabel input variable in favor of the skipLabels input variable

Dependencies

  • eslint from 7.14.0 to 7.15.0
  • uglify-js from 2.6.0 to 3.12.1
  • jest from 24.9.0 to 26.6.3

[v1.5.1]

Added

  • Improved GitHub actions workflow for testing and packaging
  • Preview of release notes for a new version

... (truncated)

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 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)