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
The karma dependency is defined in package.json as ^4.3.0 and the last version released (that triggered Greenkeeper) is ^4.4.1 which is in range.
Also the first line of the PR incorrectly specify:
The devDependency karma was updated from 3.1.4 to 4.4.1.
I don't know if that's relevant but I previously had karma dependency defined as ^3.0.0 in the package.json and Greenkeeper opened a PR to update it. Because I had many Greenkeeper PRs opened for many dependencies, instead of merging them 1 by 1, I created a manual PR with all the dependencies update and then I closed the Greenkeeper PRs.
So here is the possible reproduction step:
package.json with karma^3.0.0
Karma release 4.0.0 => GreenKeeper open a PR
Karma release other patch/minor versions => GreenKeeper update the PR
See pvdlg/karma-rollup-preprocessor#148
The
karma
dependency is defined inpackage.json
as^4.3.0
and the last version released (that triggered Greenkeeper) is^4.4.1
which is in range.Also the first line of the PR incorrectly specify:
I don't know if that's relevant but I previously had
karma
dependency defined as^3.0.0
in thepackage.json
and Greenkeeper opened a PR to update it. Because I had many Greenkeeper PRs opened for many dependencies, instead of merging them 1 by 1, I created a manual PR with all the dependencies update and then I closed the Greenkeeper PRs.So here is the possible reproduction step:
package.json
withkarma
^3.0.0
4.0.0
=> GreenKeeper open a PRpackage.json
withkarma
^4.3.0
4.4.1
=> GreenKeeper open the incorrect PR Update karma to the latest version 🚀 pvdlg/karma-rollup-preprocessor#148The text was updated successfully, but these errors were encountered: