You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🐛 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.
Change the9.x
version used for testing to 9.1.1.>=9.1.2
.The text was updated successfully, but these errors were encountered: