slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Update dependency inferno-server to v3.10.1d #68

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency inferno-server from v3.9.0 to v3.10.1

Release Notes

v3.10.0

This is maintenance release, since it will take for a while before next major version is ready. This release includes bunch of commits from development branch.

Core

Inferno Component

Inferno Test utils

Inferno Redux

Inferno Server


v3.10.1

Core



This PR has been generated by Renovate Bot.

renovate[bot] commented 6 years ago

Lock file problem

Renovate failed when attempting to generate a lock file. This is usually happens when you have private modules but have not added configuration for private module support. It is strongly recommended that you do not merge this PR as-is.

Renovate will not retry generating a lockfile for this PR unless either (a) the package.json in this branch needs updating, or (b) you rename then delete this PR unmerged, so that it can be regenerated.

The output from stderr is included below:

packages/Site/yarn.lock
warning ../../package.json: No license field
error An unexpected error occurred: "https://registry.yarnpkg.com/@slup%2ftooltip: Not found".
rarkins commented 6 years ago

@LucaT1 it looks like Renovate does not yet support this build approach, but hopefully it's fixable. Can you confirm: instead of using Yarn workspaces, you use lerna bootstrap with Yarn to set up links/etc?

lucat1 commented 6 years ago

Hi @rarkins, Yes, we do use Lerna bootstrap. Yarn workspaces did not work for us on windows platforms and we had to switch back. Hopefully, this will be fixed soon, thanks for chiming in.

rarkins commented 6 years ago

While you wait for that merge, you may want to set “enabled”: false to prevent any more PRs or updates. I’ll merge the npm version soon and then update for yarn after

lucat1 commented 6 years ago

Okay cool. Thank you Sir