Skip to content

chore(deps-dev): bump shell-quote from 1.8.3 to 1.9.0 in /Tools/Viewer#44

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/Tools/Viewer/shell-quote-1.9.0
Closed

chore(deps-dev): bump shell-quote from 1.8.3 to 1.9.0 in /Tools/Viewer#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/Tools/Viewer/shell-quote-1.9.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps shell-quote from 1.8.3 to 1.9.0.

Changelog

Sourced from shell-quote's changelog.

v1.9.0 - 2026-06-24

Commits

  • [New] add types dca6e21
  • [Dev Deps] update eslint 9aa9e8f
  • [Fix] parse: finalize tokens in linear time (GHSA-395f-4hp3-45gv) 7ff5488
  • [actions] update workflows 75e8497
  • [actions] Windows + node 4/6/7: pin eslint to 9 before install, since npm 2/3 cannot stage eslint 10@types/esrecurse 3fb739d
  • [actions] retry npm install on Windows to survive npm 2/3 staging-rename flake abe0163
  • [actions] Windows + node 5/7: install deps with a modern node b4bafa2
  • [Fix] quote: escape leading ~ to prevent shell tilde-expansion 7a76c1a
  • [Dev Deps] update auto-changelog, tape 7184b44
  • [Dev Deps] apparently jackspeak is no longer in the graph 9ba368a

v1.8.4 - 2026-05-22

Commits

  • [Fix] quote: validate object-token shapes 4378a6e
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, eslint, npmignore 22ebec0
  • [Tests] increase coverage 9f3caa3
  • [readme] replace runkit CI badge with shields.io check-runs badge 3344a04
  • [Dev Deps] update @ljharb/eslint-config 699c511
Commits
  • db09fc7 v1.9.0
  • 7ff5488 [Fix] parse: finalize tokens in linear time (GHSA-395f-4hp3-45gv)
  • b4bafa2 [actions] Windows + node 5/7: install deps with a modern node
  • 3fb739d [actions] Windows + node 4/6/7: pin eslint to 9 before install, since npm 2/3...
  • abe0163 [actions] retry npm install on Windows to survive npm 2/3 staging-rename flake
  • 7a76c1a [Fix] quote: escape leading ~ to prevent shell tilde-expansion
  • 75e8497 [actions] update workflows
  • dca6e21 [New] add types
  • 9aa9e8f [Dev Deps] update eslint
  • 9ba368a [Dev Deps] apparently jackspeak is no longer in the graph
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.9.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.3...v1.9.0)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.9.0
  dependency-type: indirect
...

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
@onevcat

onevcat commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Superseded by #48, which consolidates all four Tools/Viewer bumps: vite 5→7 (clears the esbuild advisory), @vitejs/plugin-react 4→5 (pulls @babel/core 7.29.7), and a lockfile regen that pulls shell-quote 1.9.0 into concurrently's range. npm audit is now clean.

@onevcat onevcat closed this Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/Tools/Viewer/shell-quote-1.9.0 branch July 13, 2026 07:40
Microcrab pushed a commit to Microcrab/sim-use that referenced this pull request Jul 15, 2026
…advisories

The four Tools/Viewer dependabot PRs (lycorp-jp#43lycorp-jp#46) all reduce to two direct
devDependency bumps plus a lockfile regeneration:

- vite ^5.3.3 → ^7.3.6 pulls esbuild 0.25+ (was 0.21.5), clearing the
  moderate esbuild dev-server SSRF advisory (GHSA-67mh-4wv8-2f99) — this is
  the "big one" that dependabot framed as both lycorp-jp#43 (esbuild+vite) and lycorp-jp#45
  (vite+plugin-react). vite 7 (not 8) keeps esbuild rather than moving to
  rolldown, so no config churn.
- @vitejs/plugin-react ^4.3.1 → ^5.2.0 (peer vite ^7 ok) pulls @babel/core
  7.29.7 (lycorp-jp#46).
- Regenerating the lockfile pulls shell-quote 1.9.0 (satisfies concurrently's
  existing ^1.8.1 range), clearing the critical shell-quote advisory
  (GHSA-w7jw-789q-3m8p, lycorp-jp#44) with no direct-dep change.

`npm audit` now reports 0 vulnerabilities (was 1 critical + 1 high + 1
moderate + 1 low). `npm run build` and `make viewer` produce byte-identical
SPA output (same hashed chunk names), so the committed
Sources/SimUse/Resources/viewer/ bundle is unchanged. Supersedes lycorp-jp#43lycorp-jp#46.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: onevcat <onevcat@gmail.com>
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