Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump express and @appium/base-driver #1559

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps express to 4.21.2 and updates ancestor dependency @appium/base-driver. These dependencies need to be updated together.

Updates express from 4.20.0 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates @appium/base-driver from 9.11.3 to 9.16.0

Release notes

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

@​appium/base-driver@​9.16.0

9.16.0 (2025-02-19)

Features

  • Add /appium/extensions API to list available extensions (#20931) (a6b6077)
  • add /appium/sessions, /session/:sessionId/appium/capabilities and deprecated marks will be removed in the future (#20936) (eeb59ca)
  • Add BiDi commands to the listCommands API output (#20925) (2635dcb)
  • appium: Add a command line parameter to configure HTTP server request timeout (#21003) (eb1b156)
  • base-driver: Add an API to list commands (#20914) (059f1cb)
  • base-driver: Print the closest match if the given script did not match (#20956) (f8b5799)

Bug Fixes

@​appium/base-driver@​9.15.0

9.15.0 (2025-01-08)

Features

  • appium,base-driver,base-plugin: allow plugins to define custom bidi commands and emit bidi events (#20876) (8df1c21)

@​appium/base-driver@​9.14.1

9.14.1 (2025-01-06)

Bug Fixes

  • driver-test-support: update dependency @​types/lodash to v4.17.14 (#20877) (fe209ed)

@​appium/base-driver@​9.13.1

9.13.1 (2024-12-05)

Bug Fixes

  • base-driver: add * always for non-separator for backward compatibility (#20821) (6ea0830)
  • base-driver: update dependency @​types/method-override to v3 (#20799) (42ef484)
  • support: update dependency axios to v1.7.9 (#20811) (69f100a)
  • types: update dependency type-fest to v4.30.0 (#20802) (8590432)

@​appium/base-driver@​9.13.0

... (truncated)

Changelog

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

9.16.0 (2025-02-19)

Features

  • Add /appium/extensions API to list available extensions (#20931) (a6b6077)
  • add /appium/sessions, /session/:sessionId/appium/capabilities and deprecated marks will be removed in the future (#20936) (eeb59ca)
  • Add BiDi commands to the listCommands API output (#20925) (2635dcb)
  • appium: Add a command line parameter to configure HTTP server request timeout (#21003) (eb1b156)
  • base-driver: Add an API to list commands (#20914) (059f1cb)
  • base-driver: Print the closest match if the given script did not match (#20956) (f8b5799)

Bug Fixes

9.15.0 (2025-01-08)

Features

  • appium,base-driver,base-plugin: allow plugins to define custom bidi commands and emit bidi events (#20876) (8df1c21)

9.14.1 (2025-01-06)

Bug Fixes

  • driver-test-support: update dependency @​types/lodash to v4.17.14 (#20877) (fe209ed)

9.14.0 (2025-01-02)

Features

  • appium: Add session.status BiDi command (#20839) (64e768e)
  • appium: allow drivers to define their own bidi commands (#20828) (a917ec6)

... (truncated)

Commits
  • ea00e3a chore: publish
  • eb1b156 feat(appium): Add a command line parameter to configure HTTP server request t...
  • 3dc7336 fix(types): update dependency type-fest to v4.35.0 (#20999)
  • 4196610 chore(appium): returns this.caps for /session/:sessionId/appium/capabilities ...
  • 848f2b2 chore(appium): handle getAppiumSessions as non session id commands (#20981)
  • 0a7490e fix(types): update dependency type-fest to v4.34.1 (#20971)
  • f8b5799 feat(base-driver): Print the closest match if the given script did not match ...
  • 70f154d chore: move or remove some main dependencies (#20952)
  • 7edd3bd chore: use RegExp to check session id requirement (#20947)
  • eeb59ca feat: add /appium/sessions, /session/:sessionId/appium/capabilities and depre...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [express](https://github.com/expressjs/express) to 4.21.2 and updates ancestor dependency [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver). These dependencies need to be updated together.


Updates `express` from 4.20.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.20.0...4.21.2)

Updates `@appium/base-driver` from 9.11.3 to 9.16.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/[email protected]/packages/base-driver)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
- dependency-name: "@appium/base-driver"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
Copy link

vercel bot commented Feb 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appium-device-farm-bre4 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2025 4:15pm

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants