vidavidorra/commitlint-plugin-function-rules

Start commitlint peer dependency at 9.1.2

Closed this issue ยท 1 comments

๐Ÿ› Bug report

Steps to reproduce

I guess we would see this plugin failing if used on commitlint 9.0.0 up to 9.1.2.

Expected behaviour

The first version this should work with is commitlint 9.1.1 as that added a required commit for this. The commitlint release notes show the load: resolve plugins from extended configs change, which is required for this plugin.

Edit: It actually needs 9.1.2, which is not documented as change in the changelog, but it requires the @commitlint/lint/src/lint.ts updates from conventional-changelog/commitlint@dabdfc9.

Actual behaviour

Peer dependency 9.x is used.

Environment

Version: x.x.x

Environment information.
$ npx envinfo --system --binaries
...

  • Change the 9.x version used for testing to 9.1.1.
  • Change peer dependency lower range to >=9.1.2.

๐ŸŽ‰ This issue has been resolved in version 1.3.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€