Skip to content

chore(deps-dev): Bump just-bash from 3.0.3 to 3.1.0#247

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/just-bash-3.1.0
Open

chore(deps-dev): Bump just-bash from 3.0.3 to 3.1.0#247
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/just-bash-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps just-bash from 3.0.3 to 3.1.0.

Release notes

Sourced from just-bash's releases.

just-bash@3.1.0

Minor Changes

  • #284 af2e0f4 Thanks @​arimxyer! - sandbox: forward capability flags from SandboxOptions into the underlying Bash

    Sandbox.create(opts) previously constructed its internal Bash with only a subset of BashOptions, silently dropping the optional capability flags (python, javascript, commands, customCommands, fetch). A host that drives just-bash through the Sandbox API (rather than new Bash(...)) therefore could not enable python3, js-exec, a restricted command set, custom commands, or a custom fetch — even though the runtimes ship in the package.

    SandboxOptions now exposes those fields and Sandbox.create forwards them into the Bash it builds. Behavior is unchanged when a caller omits them (each falls back to its existing BashOptions default — Python/js-exec stay off, the full command set stays available). Fixes the root cause behind vercel/eve#431.

Patch Changes

  • #268 7a5a0b9 Thanks @​trieloff! - jq: allow nested double-quoted strings inside "\(...)" string interpolation

    jq string interpolation of the form "\(...)" that contained a nested double-quoted string — for example "\(sub("T.*";""))" or "\(ltrimstr("ab"))" — previously failed with a parse error. The tokenizer terminated the outer string at the first " it saw inside the interpolation expression, so the rest of the expression became orphaned tokens.

    The lexer now tracks \(...) depth while consuming a string literal and treats nested "..." pairs as opaque content while inside an interpolation, restoring them verbatim into the captured interpolation source. parseStringInterpolation similarly skips over nested strings when balancing parentheses, so the interpolation expression is captured as a whole and handed to the expression parser intact.

Commits
  • bb9a20b chore: release (#290)
  • af2e0f4 feat(sandbox): forward capability options through Sandbox.create (#284)
  • ca1cf25 fix(rg): search piped stdin when no paths are given (#281)
  • 7a5a0b9 fix(jq): handle nested double-quoted strings in (...) interpolation (#268)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [just-bash](https://github.com/vercel-labs/just-bash) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/vercel-labs/just-bash/releases)
- [Commits](https://github.com/vercel-labs/just-bash/compare/just-bash@3.0.3...just-bash@3.1.0)

---
updated-dependencies:
- dependency-name: just-bash
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2026
Copilot AI review requested due to automatic review settings July 9, 2026 03:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 9, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@dependabot-pr-auto-approver dependabot-pr-auto-approver Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Automatically approved by dependabot auto-approve workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant