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

Add BCD as a dev dependency #869

Closed
wants to merge 1 commit into from
Closed

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Apr 13, 2024

This should allow Dependabot to send dependency updates for BCD, and it
was stuck at 5.5.18 and 5.5.19 in the package-lock.json files.

compute-baseline needs it as a dependency to run tests, and
package-lock.json is needed for npm ci to work.

The top-level package.json needs it as a dependency since it's a peer
dependency of compute-baseline, and because npm test:dist needs it,
and that dependency should be pinned. starting-style.dist.yml needed
updating, and those updates should go with dependency bumps.

This is a bit convoluted and perhaps will confuse Dependabot, but it's
what would make sense if compute-baseline was in a separate repository
and we installed it from NPM.

This should allow Dependabot to send dependency updates for BCD, and it
was stuck at 5.5.18 and 5.5.19 in the package-lock.json files.

compute-baseline needs it as a dependency to run tests, and
package-lock.json is needed for `npm ci` to work.

The top-level package.json needs it as a dependency since it's a peer
dependency of compute-baseline, and because `npm test:dist` needs it,
and that dependency should be pinned. starting-style.dist.yml needed
updating, and those updates should go with dependency bumps.

This is a bit convoluted and perhaps will confuse Dependabot, but it's
what would make sense if compute-baseline was in a separate repository
and we installed it from NPM.
@foolip
Copy link
Collaborator Author

foolip commented Apr 15, 2024

Obsoleted by #891.

@foolip foolip closed this Apr 15, 2024
@foolip foolip deleted the bcd-dep branch April 15, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant