qlpacks: libraryPathDependencies -> dependencies#10964
Conversation
|
QL-for-QL fails to build because the version of the shared |
141bbbc to
5ad5cdc
Compare
dbartol
left a comment
There was a problem hiding this comment.
Please revert all of the changes to the legacy-support packs as discussed in Slack.
Also, I'm assuming that the rest of these dependencies are all to packs in the same repo? If so, then all of the '*' version ranges should be replaced with ${workspace}, which means "whatever version is currently in the same repo". It's not particularly important for query packs, but for library packs that we might eventually publish, it ensures that other consumers of that library pack actually get a compatible version of that dependency.
… comment noting this is obsolete.
|
Legacy packs reverted; left |
This is an initial stab at just removing all references to the deprecated key. I note though that a bunch of these files are named
legacy-xyz-- I don't know what these are doing or if they have a reason to use the deprecated key (compatibility with an oldcodeql?)