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
// a compatible version exists but user has requested a valid version that is later than the latest compatible version (prompt for (r)equested, (l)atest compatible or (s)kip)
@@ -299,6 +301,10 @@ module.exports = function (dependencies) {
@@ -315,6 +321,8 @@ module.exports = function (dependencies) {
315
321
add(compatibleWithOldIncompatibleConstraint,'An older incompatible version has been requested for the following plugins:',getPrompt_compatibleWithOldIncompatibleConstraint);
316
322
317
323
add(compatibleWithOldCompatibleConstraint,'A compatible but older version has been requested for the following plugins:',getPrompt_compatibleWithOldCompatibleConstraint);
324
+
325
+
add(compatibleWithNewCompatibleConstraint,'A compatible but newer version has been requested for the following plugins:',getPrompt_compatibleWithNewCompatibleConstraint);
318
326
319
327
add(compatibleWithBadConstraint,'An invalid constraint was given but a compatible version exists for the following plugins:',getPrompt_compatibleWithBadConstraint);
320
328
@@ -471,6 +479,38 @@ module.exports = function (dependencies) {
0 commit comments