🐛 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
...
🐛 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 configschange, 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.tsupdates from conventional-changelog/commitlint@dabdfc9.Actual behaviour
Peer dependency
9.xis used.Environment
Version: x.x.x
Environment information.
Change the9.xversion used for testing to 9.1.1.>=9.1.2.