Skip to content

fix(builtin): include optionalDependencies in strictly visible packages#2657

Merged
alexeagle merged 1 commit intobazel-contrib:stablefrom
alexeagle:strictDeps
May 7, 2021
Merged

fix(builtin): include optionalDependencies in strictly visible packages#2657
alexeagle merged 1 commit intobazel-contrib:stablefrom
alexeagle:strictDeps

Conversation

@alexeagle
Copy link
Copy Markdown
Collaborator

These are identical to regular dependencies except that a failure to install them is non-fatal.
They should be visible as Bazel dependencies.

Note I didn't include peerDependencies here still. These are an indication that some consumer should install the package, and that results in a bazel-visible dependency, so I think that's working correctly

These are identical to regular dependencies except that a failure to install them is non-fatal.
They should be visible as Bazel dependencies.

Note I didn't include peerDependencies here still. These are an indication that some consumer should install the package, and that results in a bazel-visible dependency, so I think that's working correctly
@alexeagle alexeagle merged commit 2a1ed31 into bazel-contrib:stable May 7, 2021
twheys pushed a commit to twheys/rules_nodejs that referenced this pull request Jan 13, 2022
…es (bazel-contrib#2657)

These are identical to regular dependencies except that a failure to install them is non-fatal.
They should be visible as Bazel dependencies.

Note I didn't include peerDependencies here still. These are an indication that some consumer should install the package, and that results in a bazel-visible dependency, so I think that's working correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants