Skip to content

build(deps): bump shell-quote, appium, @appium/support and @appium/base-driver in /appium - #2786

Merged
FlowCryptRobot merged 1 commit into
masterfrom
dependabot/npm_and_yarn/appium/multi-cb05d3c367
Sep 1, 2026
Merged

build(deps): bump shell-quote, appium, @appium/support and @appium/base-driver in /appium#2786
FlowCryptRobot merged 1 commit into
masterfrom
dependabot/npm_and_yarn/appium/multi-cb05d3c367

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps shell-quote to 1.10.0 and updates ancestor dependencies shell-quote, appium, @appium/support and @appium/base-driver. These dependencies need to be updated together.

Updates shell-quote from 1.8.4 to 1.10.0

Changelog

Sourced from shell-quote's changelog.

v1.10.0 - 2026-07-10

Merged

Commits

  • [Fix] parse: match nested ${...} braces so nested parameter expansion is consumed as one substitution c0842c8
  • [Tests] parse: pin single-quote literalness and unmatched-quote handling a0d03e3
  • [readme] remove the space in js code fences so evalmd evaluates them 2116fa3
  • [Tests] quote: pin conservative escaping of =, @, ^, ,, :, ! (#11) 1c36f3f
  • [readme] document that quote outputs POSIX quoting, not cmd.exe/PowerShell 100e96e
  • [readme] document parse's supported parameter-expansion subset e1c75cd
  • [Fix] parse: a backslash inside single quotes must not escape the closing quote 5d460a3
  • [readme] fix stale example outputs 2de86f5
  • [Tests] quote: pin that a backslash with whitespace is not doubled in single quotes (#14) 190e236
  • [readme] quote: use output verbatim; do not re-quote it (#11) 1b36468
  • [Refactor] parse: fix swapped SINGLE_QUOTE/DOUBLE_QUOTE variable names 801af5c
  • [types] fix an error TS v6 ignores but v7 fails on 59bbf8b
  • [Dev Deps] update @arethetypeswrong/cli, evalmd a04d475
  • [Dev Deps] update @arethetypeswrong/ci, eslint d390f9a
  • [Tests] quote: the tilde test escapes every ~, not just a leading one (#9) 617d119

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
Commits
  • 64988d9 v1.10.0
  • 617d119 [Tests] quote: the tilde test escapes every ~, not just a leading one (#9)
  • 59bbf8b [types] fix an error TS v6 ignores but v7 fails on
  • 190e236 [Tests] quote: pin that a backslash with whitespace is not doubled in singl...
  • a04d475 [Dev Deps] update @arethetypeswrong/cli, evalmd
  • b9545b3 [New] parse: add opt-in splitUnquoted option for shell field-splitting of...
  • 1b36468 [readme] quote: use output verbatim; do not re-quote it (#11)
  • 1c36f3f [Tests] quote: pin conservative escaping of =, @, ^, ,, :, ! (#11)
  • e1c75cd [readme] document parse's supported parameter-expansion subset
  • c0842c8 [Fix] parse: match nested ${...} braces so nested parameter expansion is ...
  • Additional commits viewable in compare view

Updates appium from 3.5.2 to 3.7.0

Release notes

Sourced from appium's releases.

appium@3.7.0

3.7.0 (2026-08-24)

Features

  • base-driver: add httpServer.frontRouter for global extension middleware (#22632) (f06226b)
  • storage-plugin: Add route aliases (#22558) (a551c38)

Bug Fixes

  • appium: load @​appium/docutils dynamically in docs build script (#22584) (2c0f3fd)
  • appium: parse --webhook as a URI instead of host:port (#22635) (c35a12a)
  • support: do not treat a sibling folder as a subpath of the root (#22586) (3a80498)

appium@3.6.0

3.6.0 (2026-07-25)

Features

  • appium: add --allow-unknown-args to tolerate unrecognized server CLI arguments (#22477) (f943fab)

Bug Fixes

Changelog

Sourced from appium's changelog.

3.7.0 (2026-08-24)

Features

  • base-driver: add httpServer.frontRouter for global extension middleware (#22632) (f06226b)
  • storage-plugin: Add route aliases (#22558) (a551c38)

Bug Fixes

  • appium: load @​appium/docutils dynamically in docs build script (#22584) (2c0f3fd)
  • appium: parse --webhook as a URI instead of host:port (#22635) (c35a12a)
  • support: do not treat a sibling folder as a subpath of the root (#22586) (3a80498)

3.6.0 (2026-07-25)

Features

  • appium: add --allow-unknown-args to tolerate unrecognized server CLI arguments (#22477) (f943fab)

Bug Fixes

Commits
  • b67de03 chore: publish
  • e916673 docs: add Itsmeaj Linux driver listing (#22666)
  • 3999208 docs(appium): Update documentation translations (#22662)
  • 5dd80da docs: adjust formatting for TestMu AI (originally LT) partnership blogpost (#...
  • ddd4251 docs(appium): Update documentation translations (#22648)
  • b19bd78 test(appium): re-enable BiDi/IPC e2e tests fixed by webdriverio 9.31.1 (#22647)
  • 91446df docs: add new /appium prefixed routes (#22646)
  • c35a12a fix(appium): parse --webhook as a URI instead of host:port (#22635)
  • 5c2aafa docs(appium): prefer latest alias for SEO (#22641)
  • ce50dd7 docs(appium): Update documentation translations (#22638)
  • Additional commits viewable in compare view

Updates @appium/support from 7.2.5 to 7.2.7

Release notes

Sourced from @​appium/support's releases.

@​appium/support@​7.2.7

7.2.7 (2026-08-24)

Bug Fixes

  • support: do not treat a sibling folder as a subpath of the root (#22586) (3a80498)

@​appium/support@​7.2.6

7.2.6 (2026-07-25)

Bug Fixes

Changelog

Sourced from @​appium/support's changelog.

7.2.7 (2026-08-24)

Bug Fixes

  • support: do not treat a sibling folder as a subpath of the root (#22586) (3a80498)

7.2.6 (2026-07-25)

Bug Fixes

Commits
  • b67de03 chore: publish
  • 8254a7a chore(support): update dependency uuid to v14.0.2 (#22651)
  • 13e8834 test(support): replace chai with node:assert/strict (#22594)
  • 3a80498 fix(support): do not treat a sibling folder as a subpath of the root (#22586)
  • 63b167c chore(support): update dependency axios to v1.19.0 (#22579)
  • 406dfad chore(support): update dependency teen_process to v4.2.1 (#22580)
  • 85574e7 chore(support): update dependency asyncbox to v6.4.2 (#22578)
  • d093b76 chore(support): Flex sharp dependency version (#22555)
  • e977a29 chore(support): update dependency teen_process to v4.1.10 (#22550)
  • e648569 chore: publish
  • Additional commits viewable in compare view

Updates @appium/base-driver from 10.7.1 to 10.8.0

Release notes

Sourced from @​appium/base-driver's releases.

@​appium/base-driver@​10.8.0

10.8.0 (2026-08-24)

Features

  • base-driver: add /appium-prefixed routes for JSONWP/MJSONWP end points (#22642) (d5b3160)
  • base-driver: add httpServer.frontRouter for global extension middleware (#22632) (f06226b)

Bug Fixes

  • base-driver,storage-plugin: redact sensitive payloads in debug logs (#22549) (281e61c)
  • base-driver: anchor CORS async-response regex and match on req.path (#22639) (4422d99)
  • base-driver: keep the find error if the page source fails (#22572) (03dac9d)
  • base-driver: reject a non-string url without throwing TypeError (#22625) (26ffad4)
  • base-driver: return a W3C error for a malformed JSON body (#22606) (68ce0e2)

@​appium/base-driver@​10.7.2

10.7.2 (2026-07-25)

Bug Fixes

Changelog

Sourced from @​appium/base-driver's changelog.

10.8.0 (2026-08-24)

Features

  • base-driver: add /appium-prefixed routes for JSONWP/MJSONWP end points (#22642) (d5b3160)
  • base-driver: add httpServer.frontRouter for global extension middleware (#22632) (f06226b)

Bug Fixes

  • base-driver,storage-plugin: redact sensitive payloads in debug logs (#22549) (281e61c)
  • base-driver: anchor CORS async-response regex and match on req.path (#22639) (4422d99)
  • base-driver: keep the find error if the page source fails (#22572) (03dac9d)
  • base-driver: reject a non-string url without throwing TypeError (#22625) (26ffad4)
  • base-driver: return a W3C error for a malformed JSON body (#22606) (68ce0e2)

10.7.2 (2026-07-25)

Bug Fixes

Commits
  • b67de03 chore: publish
  • d5b3160 feat(base-driver): add /appium-prefixed routes for JSONWP/MJSONWP end points ...
  • 4422d99 fix(base-driver): anchor CORS async-response regex and match on req.path (#22...
  • f06226b feat(base-driver): add httpServer.frontRouter for global extension middleware...
  • 26ffad4 fix(base-driver): reject a non-string url without throwing TypeError (#22625)
  • 1486078 chore: replace safe occurrences of JWProxy (#22614)
  • 68ce0e2 fix(base-driver): return a W3C error for a malformed JSON body (#22606)
  • 1d1631e test(base-driver): replace chai with node:assert/strict (#22603)
  • 4b0cc9d chore(base-driver): Deprecate the legacy createSession API shape (#22587)
  • 63b167c chore(support): update dependency axios to v1.19.0 (#22579)
  • Additional commits viewable in compare view

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.

…se-driver

Bumps [shell-quote](https://github.com/ljharb/shell-quote) to 1.10.0 and updates ancestor dependencies [shell-quote](https://github.com/ljharb/shell-quote), [appium](https://github.com/appium/appium/tree/HEAD/packages/appium), [@appium/support](https://github.com/appium/appium/tree/HEAD/packages/support) and [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver). These dependencies need to be updated together.


Updates `shell-quote` from 1.8.4 to 1.10.0
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.4...v1.10.0)

Updates `appium` from 3.5.2 to 3.7.0
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/appium@3.7.0/packages/appium)

Updates `@appium/support` from 7.2.5 to 7.2.7
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/support/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/@appium/support@7.2.7/packages/support)

Updates `@appium/base-driver` from 10.7.1 to 10.8.0
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/packages/base-driver/CHANGELOG.md)
- [Commits](https://github.com/appium/appium/commits/@appium/base-driver@10.8.0/packages/base-driver)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
- dependency-name: appium
  dependency-version: 3.7.0
  dependency-type: direct:development
- dependency-name: "@appium/support"
  dependency-version: 7.2.7
  dependency-type: indirect
- dependency-name: "@appium/base-driver"
  dependency-version: 10.8.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 Sep 1, 2026
@dependabot
dependabot Bot requested a review from sosnovsky as a code owner September 1, 2026 18:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
@FlowCryptRobot
FlowCryptRobot enabled auto-merge (squash) September 1, 2026 18:04
@FlowCryptRobot
FlowCryptRobot merged commit baa3394 into master Sep 1, 2026
9 checks passed
@FlowCryptRobot
FlowCryptRobot deleted the dependabot/npm_and_yarn/appium/multi-cb05d3c367 branch September 1, 2026 18:13
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