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: move validator dependency to correct package within monorepo #529

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

dpopp07
Copy link
Member

@dpopp07 dpopp07 commented Dec 14, 2022

The validator dependency is only used in the ruleset package but was still living in the package.json for the validator package. This was likely an oversight during the re-architecture into a monorepo. This resolves the issue by moving the dependency to the correct package.json.

Resolves #528

Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The `validator` dependency is only used in the ruleset package but was still
living in the `package.json` for the validator package. This was likely an
oversight during the re-architecture into a monorepo. This resolves the
issue.

Signed-off-by: Dustin Popp <[email protected]>
@dpopp07 dpopp07 merged commit 6904445 into main Dec 14, 2022
@dpopp07 dpopp07 deleted the dp/missing-deps branch December 14, 2022 20:09
ibm-devx-sdk pushed a commit that referenced this pull request Dec 14, 2022
## @ibm-cloud/openapi-ruleset [0.45.2](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/[email protected]...@ibm-cloud/[email protected]) (2022-12-14)

### Bug Fixes

* move `validator` dependency to correct package within monorepo ([#529](#529)) ([6904445](6904445))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 0.45.2 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

ibm-devx-sdk pushed a commit that referenced this pull request Dec 14, 2022
## ibm-openapi-validator [0.97.2](https://github.com/IBM/openapi-validator/compare/[email protected]@0.97.2) (2022-12-14)

### Bug Fixes

* move `validator` dependency to correct package within monorepo ([#529](#529)) ([6904445](6904445))

### Dependencies

* **@ibm-cloud/openapi-ruleset:** upgraded to 0.45.2
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 0.97.2 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

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.

Validator dependency not declared
3 participants