formatjs / formatjs-old

The monorepo home to all of the FormatJS related libraries.
https://formatjs.io/
156 stars 53 forks source link

Dependabot can't resolve your JavaScript dependency files #448

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating @formatjs/intl-pluralrules in /packages/intl-messageformat/package-lock.json:
No matching version found for intl-messageformat-parser@^3.6.2.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

eXaminator commented 4 years ago

I see the same error in our project when running npm update.

I'm not sure why, but running npm search shows multiple matching results, one of which seems to be outdated. I'm not 100% sure if that's part of the problem, but maybe it is related.

npm search --no-description --searchexclude "ember" intl-messageformat-parser

Result: image