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

chore(dependencies): [RO-26514] BREAKING: Cleaned-up dependencies. Removes colors as a published dependency #85

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

otrreeves
Copy link
Contributor

@otrreeves otrreeves commented Apr 8, 2024

Ticket

https://opentable.atlassian.net/browse/RO-26514

Change Summary

  • Removed the following dependencies:
    • colors
    • eslint-plugin-node
    • lodash.assignin
    • lodash.invokemap
    • lodash.some
  • Update express dependency

image

@@ -20,9 +19,5 @@ module.exports = function () {
'runtime/'
]);

ioc.registerDependencies({
colors: colors
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this the only place it was used?

Copy link
Collaborator

Choose a reason for hiding this comment

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

If so we will need to publish this as a breaking change. Since the expectation of this injectable/published dependency will go away.

@acolchado acolchado merged commit 66fca97 into main Apr 8, 2024
3 checks passed
@acolchado acolchado deleted the chore/ro-26514-clean-out-unnecessary-dependencies branch April 8, 2024 23:53
@acolchado acolchado changed the title chore(dependencies): [RO-26514] Cleaned-up dependencies chore(dependencies): [RO-26514] BREAKING: Cleaned-up dependencies. Removes colors as a published dependency Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants