Skip to content

build(deps-dev): Bump sh-syntax from 0.5.8 to 0.6.0#20

Merged
flex-development[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sh-syntax-0.6.0
Jul 8, 2026
Merged

build(deps-dev): Bump sh-syntax from 0.5.8 to 0.6.0#20
flex-development[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sh-syntax-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 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 dependabot Bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Jul 8, 2026
@flex-development flex-development Bot enabled auto-merge (squash) July 8, 2026 09:46

@flex-development flex-development Bot 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.

lgtm 👍🏾

@github-project-automation github-project-automation Bot moved this from 🆕 New to 🤩 Approved in @flex-development/mark Jul 8, 2026
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 force-pushed the dependabot/npm_and_yarn/sh-syntax-0.6.0 branch from 9a34ea4 to bef9549 Compare July 8, 2026 09:50
@flex-development flex-development Bot merged commit e678f98 into main Jul 8, 2026
14 of 24 checks passed
@flex-development flex-development Bot deleted the dependabot/npm_and_yarn/sh-syntax-0.6.0 branch July 8, 2026 09:53
@github-project-automation github-project-automation Bot moved this from 🤩 Approved to ✅ Done in @flex-development/mark Jul 8, 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

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

0 participants