Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scripts): Support jq version 1.6 (#10785)
#10590 (comment) > I also noticed we need `jq 1.7` minimum when running `scripts/npm-dist-tag.sh` and my machine had jq 1.6 out of the box. ## Description Replace [`pick(...)`](https://jqlang.github.io/jq/manual/v1.7/#pick) with an equivalent expression that doesn't require version 1.7 (cf. [jq/NEWS.md](https://github.com/jqlang/jq/blob/jq-1.7/NEWS.md#language-changes:~:text=Adds%20new%20builtin%20pick(stream)) and jqlang/jq#2656 ). ### Security Considerations None. ### Scaling Considerations n/a ### Documentation Considerations Deferred. ### Testing Considerations Not covered. ### Upgrade Considerations n/a
- Loading branch information