New release allows to depend on multiple node_modules trees from
multiple package.json. Excerpt from the release notes:
multi-linker:
Previously we restricted a given Node program under Bazel to get all
dependencies from a single node_modules tree, which in practice meant
that all monorepo dependencies had to go in the root package.json file.
A target can depend on multiple, so long as the package_path attribute
is set on yarn_install/npm_install in the WORKSPACE.
Change-Id: I6e5f1992d0899d8f3fa5ed60542d050d6ccd7ad6