Skip to content

build(deps-dev): bump sh-syntax from 0.5.8 to 0.6.0#271

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/sh-syntax-0.6.0
Open

build(deps-dev): bump sh-syntax from 0.5.8 to 0.6.0#271
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/sh-syntax-0.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps sh-syntax from 0.5.8 to 0.6.0.

Release notes

Sourced from sh-syntax's releases.

v0.6.0

Minor Changes

  • #136 ecd5eb7 Thanks @​jjloneman! - Add zsh dialect support by rebuilding the WASM against a newer mvdan/sh:

    • Rebuild main.wasm against mvdan/sh v3.13.1 (was v3.11.0) and expose the zsh LangVariant.
    • Valid zsh such as ${0:A:h:h} now parses and prints instead of erroring with ternary operator missing ? before :.

    Breaking: LangVariant is now a bit-flag enum (1 << iota) to match mvdan/sh v3.13, so every numeric value changed. Code using the exported LangVariant constants is unaffected; only code passing raw variant numbers needs updating:

    • LangBash: 01
    • LangPOSIX: 12
    • LangMirBSDKorn: 24
    • LangBats: 38
    • LangZsh: (new)16
    • LangAuto: 432

Patch Changes

  • #138 2aa922b Thanks @​JounQin! - Fix File.Stmts JSON field name to match the mvdan/sh syntax library, correcting a serialization mismatch between the WASM runtime and TypeScript types.

  • #139 eea166d Thanks @​JounQin! - Remove unused tslib from dependencies.

Changelog

Sourced from sh-syntax's changelog.

0.6.0

Minor Changes

  • #136 ecd5eb7 Thanks @​jjloneman! - Add zsh dialect support by rebuilding the WASM against a newer mvdan/sh:

    • Rebuild main.wasm against mvdan/sh v3.13.1 (was v3.11.0) and expose the zsh LangVariant.
    • Valid zsh such as ${0:A:h:h} now parses and prints instead of erroring with ternary operator missing ? before :.

    Breaking: LangVariant is now a bit-flag enum (1 << iota) to match mvdan/sh v3.13, so every numeric value changed. Code using the exported LangVariant constants is unaffected; only code passing raw variant numbers needs updating:

    • LangBash: 01
    • LangPOSIX: 12
    • LangMirBSDKorn: 24
    • LangBats: 38
    • LangZsh: (new)16
    • LangAuto: 432

Patch Changes

  • #138 2aa922b Thanks @​JounQin! - Fix File.Stmts JSON field name to match the mvdan/sh syntax library, correcting a serialization mismatch between the WASM runtime and TypeScript types.

  • #139 eea166d Thanks @​JounQin! - Remove unused tslib from dependencies.

Commits
  • d5a8e66 chore: release sh-syntax (#137)
  • 9a3e258 chore(deps): update (#133)
  • 2a8c205 chore: bump size-limit to 12.1.0, update codecov-action sha, bump .nvmrc to 2...
  • eea166d chore: bump all dependencies, CI actions, migrate stylistic plugin, and clean...
  • 2aa922b fix: correct File.Stmts field name in Go processor and update CI action versi...
  • ecd5eb7 feat: ✨ add zsh dialect support (rebuild wasm against mvdan/sh v3.13.1) (#136)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sh-syntax since your current version.


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 [sh-syntax](https://github.com/un-ts/sh-syntax) from 0.5.8 to 0.6.0.
- [Release notes](https://github.com/un-ts/sh-syntax/releases)
- [Changelog](https://github.com/un-ts/sh-syntax/blob/main/CHANGELOG.md)
- [Commits](un-ts/sh-syntax@v0.5.8...v0.6.0)

---
updated-dependencies:
- dependency-name: sh-syntax
  dependency-version: 0.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:dependencies dependency updates type:build changes to the build system or external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants