Skip to content

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

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#390
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 12:15
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (f72a6c7) to head (1a890e2).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #390   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines          397       397           
  Branches       108       108           
=========================================
  Hits           397       397           
Flag Coverage Δ
bun-canary 100.00% <ø> (ø)
bun-latest 100.00% <ø> (ø)
node22 100.00% <ø> (ø)
node24 100.00% <ø> (ø)
node25 100.00% <ø> (ø)
node26 100.00% <ø> (ø)
Components Coverage Δ
constructs 100.00% <ø> (ø)
internal 100.00% <ø> (ø)
utils 100.00% <ø> (ø)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d59525...1a890e2. Read the comment docs.

@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-parser 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 3326c27 to 1a890e2 Compare July 8, 2026 12:20

@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 👍🏾

@flex-development flex-development Bot merged commit f000f49 into main Jul 8, 2026
25 checks passed
@flex-development flex-development Bot deleted the dependabot/npm_and_yarn/sh-syntax-0.6.0 branch July 8, 2026 12:22
@github-project-automation github-project-automation Bot moved this from 🤩 Approved to ✅ Done in @flex-development/mark-parser 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