Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add peer dependencies #49

Merged

Conversation

jwillebrands
Copy link
Contributor

Recent features (notably #40 and #48) have added additional peer dependencies that had not been added to the package.json. This is an issue when running under Bazel, where anything you do not explicitly list as a dependency is unavailable. Bazel works out the dependencies from package.json when you depend on an NPM package, thus resolving this for you when the (peer)dependencies are listed correctly.

I'm not sure if I can reproduce this in a plain Angular CLI project for you, but if needed I can provide a simple Bazel example showcasing the behaviour.

@timdeschryver timdeschryver changed the title Fix/list peer dependencies fix: add peer dependencies Sep 19, 2019
@timdeschryver timdeschryver merged commit ef97beb into testing-library:master Sep 19, 2019
@timdeschryver
Copy link
Member

Thanks @jwillebrands, I completely overlooked this.

@timdeschryver
Copy link
Member

🎉 This PR is included in version 8.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@timdeschryver
Copy link
Member

I hope you don't mind the notification @jwillebrands , but I forgot to add you to our contributors.
So... better late than never, welcome 🎉

@all-contributors please add @jwillebrands for code

@allcontributors
Copy link
Contributor

@timdeschryver

I could not determine your intention.

Basic usage: @all-contributors please add @Someone for code, doc and infra

For other usages see the documentation

@timdeschryver
Copy link
Member

@all-contributors please add @jwillebrands for code

@allcontributors
Copy link
Contributor

@timdeschryver

I've put up a pull request to add @jwillebrands! 🎉

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