Skip to content

chore(deps-dev): Bump just-bash from 3.0.3 to 3.2.0 - #287

Merged
dependabot-pr-auto-approver[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/just-bash-3.2.0
Jul 28, 2026
Merged

chore(deps-dev): Bump just-bash from 3.0.3 to 3.2.0#287
dependabot-pr-auto-approver[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/just-bash-3.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps just-bash from 3.0.3 to 3.2.0.

Release notes

Sourced from just-bash's releases.

just-bash@3.2.0

Minor Changes

  • #304 3d39a71 Thanks @​subsetpark! - Add curl -G/--get query-string data handling and preserve command-line order when repeated -d, --data-raw, --data-binary, and --data-urlencode options are mixed, including @file forms. Data requests now also set curl's standard application/x-www-form-urlencoded content type unless the caller supplies one.

  • #307 7c4caed Thanks @​cramforce! - Harden untrusted execution with shared aggregate budgets, liberal normal and opt-in hardened limit profiles, request-bound network validation, bounded archive and worker processing, transactional filesystem and shell state, and expanded adversarial regression checks.

    Established command declarations and host-extension defaults remain source compatible. Dispatched callbacks receive a ResolvedCommandContext with required limits; applications can use createCommandContext({ fs }) for direct invocation, opt into restricted custom-command execution with trusted: false, and select tighter resource policy with the hardened profile. All host-registration paths keep their established trusted default. The supported Node.js floor is now declared as >=20.18.1.

Patch Changes

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
  • 1e06ce6 chore: release (#306)
  • 921ab34 Solve a semantic merge conflict with two PRs that landed (#316)
  • 6df692f fix(grep): handle double-dash option terminator (#315)
  • 8edf226 fix(interpreter): preserve executable script exit status (#298)
  • 2b316eb Fix release workflow that was missing liblzma-dev (#312)
  • 7c4caed Harden untrusted execution across runtime boundaries (#307)
  • 3d39a71 feat(curl): add GET data aggregation (#304)
  • 2586623 fix(interpreter): seed cd dash from OLDPWD exec option (#292)
  • 6130334 feat(cat): implement GNU display flags (-A -b -e -E -s -t -T -v) (#293)
  • bb9a20b chore: release (#290)
  • Additional commits viewable 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.2.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.2.0)

---
updated-dependencies:
- dependency-name: just-bash
  dependency-version: 3.2.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 28, 2026

@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

@dependabot-pr-auto-approver
dependabot-pr-auto-approver Bot merged commit 470c6f9 into main Jul 28, 2026
14 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/just-bash-3.2.0 branch July 28, 2026 05:07
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.

0 participants