Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-03af3ccb5e
Closed

chore(deps): bump express and @appium/base-driver#1542
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-03af3ccb5e

Conversation

@dependabot
Copy link
Contributor

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

Bumps express and @appium/base-driver. These dependencies needed to be updated together.
Updates express from 4.19.2 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

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
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.15.0

Release notes

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

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

9.13.0 (2024-12-02)

Features

  • base-driver: Allow to prefix feature names with automation names (#20793) (942057d)

Bug Fixes

  • types: update dependency type-fest to v4.29.1 (#20795) (6ba31fe)

@​appium/base-driver@​9.12.2

9.12.2 (2024-11-29)

Bug Fixes

  • driver-test-support: update definitelytyped (e3bce2b)
  • support: update dependency axios to v1.7.8 (#20778) (f9920e2)
  • types: update dependency type-fest to v4.27.0 (#20754) (d6b4079)
  • types: update dependency type-fest to v4.28.0 (#20775) (a25d8f1)

... (truncated)

Changelog

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

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)

Bug Fixes

  • base-driver: Return an empty object if the corresponding API response is undefined (#20845) (c765bc3)
  • base-driver: update dependency express to v4.21.2 (#20823) (c032352)
  • Reduce linter warnings (#20860) (65658cc)
  • types: update dependency type-fest to v4 (#20838) (a5897dd)
  • types: update dependency type-fest to v4 (#20843) (7abecad)
  • types: update dependency type-fest to v4.31.0 (#20857) (24abb38)

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)

... (truncated)

Commits
  • a7ce83e chore: publish
  • 8df1c21 feat(appium,base-driver,base-plugin): allow plugins to define custom bidi com...
  • 3467f32 chore: publish
  • fe209ed fix(driver-test-support): update dependency @​types/lodash to v4.17.14 (#20877)
  • 6742808 chore: publish
  • 65658cc fix: Reduce linter warnings (#20860)
  • 25ea9f7 chore: Migrate to flat ESLint config (v9) (#20856)
  • 24abb38 fix(types): update dependency type-fest to v4.31.0 (#20857)
  • 51acf54 chore(appium): Move mixin BiDi-related methods into a separate module (#20852)
  • c765bc3 fix(base-driver): Return an empty object if the corresponding API response is...
  • 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) and [@appium/base-driver](https://github.com/appium/appium/tree/HEAD/packages/base-driver). These dependencies needed to be updated together.

Updates `express` from 4.19.2 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.19.2...4.21.2)

Updates `@appium/base-driver` from 9.11.3 to 9.15.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@9.15.0/packages/base-driver)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@vercel
Copy link

vercel bot commented Feb 17, 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 17, 2025 4:39pm

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Superseded by #1543.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-03af3ccb5e branch February 17, 2025 16:36
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