Skip to content

build(deps): bump axios, appium, @appium/support and @appium/base-driver in /appium #2662

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

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

Updates axios from 1.7.9 to 1.8.4

Release notes

Sourced from axios's releases.

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

... (truncated)

Commits
  • 9f6f97b chore(release): v1.8.4 (#6844)
  • f10c2e0 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
  • 1e6632c chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • Additional commits viewable in compare view

Updates appium from 2.16.2 to 2.18.0

Release notes

Sourced from appium's releases.

[email protected]

2.18.0 (2025-04-25)

Features

  • base-driver: Accept x-request-id as override to generated requestId in handleLogContext (#21154) (a82476f)

[email protected]

2.17.1 (2025-03-17)

Note: Version bump only for package appium

[email protected]

2.17.0 (2025-03-11)

Features

  • images-plugin: supports image elements included in actions. (#21055) (0c50504)
Changelog

Sourced from appium's changelog.

2.18.0 (2025-04-25)

Features

  • base-driver: Accept x-request-id as override to generated requestId in handleLogContext (#21154) (a82476f)

2.17.1 (2025-03-17)

Note: Version bump only for package appium

2.17.0 (2025-03-11)

Features

  • images-plugin: supports image elements included in actions. (#21055) (0c50504)
Commits
  • 8476bd3 chore: publish
  • c6aa31b docs(appium): address default timeout in newCommandTimeout (#21222)
  • ffaffc1 docs: remove SeleniumConf banner (#21221)
  • ca9e79b docs: update Appium 2 migration guide (#21215)
  • d870b7a chore(execute-driver-plugin): update dependency webdriverio to v9.12.7 (#21218)
  • c9ecc15 chore(execute-driver-plugin): update dependency webdriverio to v9.12.6 (#21210)
  • 9e9cbde chore(types): update dependency type-fest to v4.40.0 (#21208)
  • 05a562c docs(appium): add NovaWindows driver to Appium other drivers list (#21202)
  • 1cc2e33 chore(execute-driver-plugin): update dependency webdriverio to v9.12.5 (#21200)
  • 3b054fe chore(execute-driver-plugin): update dependency webdriverio to v9.12.4 (#21180)
  • Additional commits viewable in compare view

Updates @appium/support from 6.0.6 to 6.1.0

Release notes

Sourced from @​appium/support's releases.

@​appium/support@​6.1.0

6.1.0 (2025-04-25)

Features

  • Add a possibility to mask sensitive log values depending on request headers (#21123) (c24d2ac)

@​appium/support@​6.0.8

6.0.8 (2025-03-17)

Note: Version bump only for package @​appium/support

@​appium/support@​6.0.7

6.0.7 (2025-03-11)

Note: Version bump only for package @​appium/support

Changelog

Sourced from @​appium/support's changelog.

6.1.0 (2025-04-25)

Features

  • Add a possibility to mask sensitive log values depending on request headers (#21123) (c24d2ac)

6.0.8 (2025-03-17)

Note: Version bump only for package @​appium/support

6.0.7 (2025-03-11)

Note: Version bump only for package @​appium/support

Commits
  • 8476bd3 chore: publish
  • 9e9cbde chore(types): update dependency type-fest to v4.40.0 (#21208)
  • 17f25ec chore(support): update dependency sharp to v0.34.1 (#21191)
  • d4a0126 chore(support): update dependency sharp to v0.34.0 (#21183)
  • 25c0600 chore(types): update dependency type-fest to v4.39.1 (#21173)
  • 742ad1e chore(types): update dependency type-fest to v4.39.0 (#21168)
  • 8f30a54 chore(types): update dependency type-fest to v4.38.0 (#21140)
  • c24d2ac feat: Add a possibility to mask sensitive log values depending on request hea...
  • 8d77bd3 chore(support): update dependency axios to v1.8.4 (#21127)
  • 603d1e7 chore: publish
  • Additional commits viewable in compare view

Updates @appium/base-driver from 9.16.2 to 9.17.0

Release notes

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

@​appium/base-driver@​9.17.0

9.17.0 (2025-04-25)

Features

  • Add a possibility to mask sensitive log values depending on request headers (#21123) (c24d2ac)
  • base-driver: Accept x-request-id as override to generated requestId in handleLogContext (#21154) (a82476f)

@​appium/base-driver@​9.16.4

9.16.4 (2025-03-17)

Bug Fixes

  • base-driver: Exclude proxied headers from the server response (#21120) (f800c9d)

@​appium/base-driver@​9.16.3

9.16.3 (2025-03-11)

Bug Fixes

Changelog

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

9.17.0 (2025-04-25)

Features

  • Add a possibility to mask sensitive log values depending on request headers (#21123) (c24d2ac)
  • base-driver: Accept x-request-id as override to generated requestId in handleLogContext (#21154) (a82476f)

9.16.4 (2025-03-17)

Bug Fixes

  • base-driver: Exclude proxied headers from the server response (#21120) (f800c9d)

9.16.3 (2025-03-11)

Bug Fixes

Commits
  • 8476bd3 chore: publish
  • 97c6267 chore(base-driver): Mark /session/:sessionId/network_connection deprecated (#...
  • 9e9cbde chore(types): update dependency type-fest to v4.40.0 (#21208)
  • a17291d chore(base-driver): Mark IME commands and receive_async_response as deprecate...
  • 25c0600 chore(types): update dependency type-fest to v4.39.1 (#21173)
  • 742ad1e chore(types): update dependency type-fest to v4.39.0 (#21168)
  • a82476f feat(base-driver): Accept x-request-id as override to generated requestId i...
  • d334ad4 chore(storage-plugin): Use base driver import for W3C error response creation...
  • 8f30a54 chore(types): update dependency type-fest to v4.38.0 (#21140)
  • c24d2ac feat: Add a possibility to mask sensitive log values depending on request hea...
  • 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 [axios](https://github.com/axios/axios) to 1.8.4 and updates ancestor dependencies [axios](https://github.com/axios/axios), [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 `axios` from 1.7.9 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.4)

Updates `appium` from 2.16.2 to 2.18.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/[email protected]/packages/appium)

Updates `@appium/support` from 6.0.6 to 6.1.0
- [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/[email protected]/packages/support)

Updates `@appium/base-driver` from 9.16.2 to 9.17.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: axios
  dependency-version: 1.8.4
  dependency-type: indirect
- dependency-name: appium
  dependency-version: 2.18.0
  dependency-type: direct:development
- dependency-name: "@appium/support"
  dependency-version: 6.1.0
  dependency-type: indirect
- dependency-name: "@appium/base-driver"
  dependency-version: 9.17.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 19, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner May 19, 2025 21:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 19, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) May 19, 2025 21:58
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