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

INVT-11343 Do not pin dependencies #63

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

gul-leanix
Copy link
Contributor

No description provided.

This avoids that projects using this as a dependency get "stuck" on
old version of transitive dependencies.
@gul-leanix gul-leanix force-pushed the feature/INVT-11343-fix-dependencies branch from 51df8c0 to 12b282f Compare September 11, 2023 08:52
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:js-app", "group:allNonMajor"],
"extends": ["config:js-lib", "group:allNonMajor"],

Choose a reason for hiding this comment

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

So we should do this for the other repos as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only for repos that are used as a dependency in other package.json files. Like this one, report-monitoring and reporting-dimensions (so that they don't force the consuming project to use specific versions of transitive dependencies).

For services and reports, "js-app" (ie. pinning all dependencies) is still a good choice.

@gul-leanix gul-leanix merged commit 25c3138 into develop Sep 11, 2023
3 checks passed
@gul-leanix gul-leanix deleted the feature/INVT-11343-fix-dependencies branch September 11, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants