Skip to content

Commit 4a40c69

Browse files
chore(deps): update dependency @vscode/ripgrep to v1.18.0 (#826)
* chore(deps): update dependency @vscode/ripgrep to v1.18.0 * fix(cli): resolve ripgrep binary from per-platform package in build.sh --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Elliott de Launay <edelauna@gmail.com>
1 parent e6f2a0e commit 4a40c69

2 files changed

Lines changed: 114 additions & 31 deletions

File tree

apps/cli/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ create_tarball() {
173173

174174
# Find and copy ripgrep binary
175175
info "Looking for ripgrep binary..."
176-
RIPGREP_PATH=$(find "$REPO_ROOT/node_modules" -path "*/@vscode/ripgrep/bin/rg" -type f 2>/dev/null | head -1)
176+
RIPGREP_PATH=$(find "$REPO_ROOT/node_modules" -path "*/@vscode/ripgrep*/bin/rg" -type f 2>/dev/null | head -1)
177177
if [ -n "$RIPGREP_PATH" ] && [ -f "$RIPGREP_PATH" ]; then
178178
info "Found ripgrep at: $RIPGREP_PATH"
179179
mkdir -p "$RELEASE_DIR/node_modules/@vscode/ripgrep/bin"

pnpm-lock.yaml

Lines changed: 113 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)