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

Bump axios, @appium/support, @appium/base-driver and appium in /examples/appium #2093

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

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

Updates axios from 1.4.0 to 1.6.1

Release notes

Sourced from axios's releases.

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

1.6.0 (2023-10-26)

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)

... (truncated)

Commits
  • f6d2cf9 chore(ci): fix publish action content permission; (#6061)
  • a22f4b9 chore(release): v1.6.1 (#6060)
  • cb8bb2b chore(ci): Publish to NPM with provenance (#5835)
  • 37cbf92 chore(ci): added labeling and notification for published PRs; (#6059)
  • dd465ab fix(formdata): fixed content-type header normalization for non-standard brows...
  • 3dc8369 fix(platform): fixed emulated browser detection in node.js environment; (#6055)
  • f7adacd chore(release): v1.6.0 (#6031)
  • 9917e67 chore(ci): fix release-it arg; (#6032)
  • 96ee232 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
  • 7d45ab2 chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabl...
  • Additional commits viewable in compare view

Updates @appium/support from 4.0.1 to 4.1.9

Release notes

Sourced from @​appium/support's releases.

@​appium/support@​4.1.9

4.1.9 (2023-11-14)

Bug Fixes

  • images-plugin: Prevent repeatable template modification (#19334) (63a0b05)
  • support: update definitelytyped (5ae8df3)
  • support: update definitelytyped (#19326) (9840315)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
  • support: update dependency teen_process to v2.0.57 (1fbd503)
  • support: update dependency teen_process to v2.0.63 (fa57192)
  • support: update dependency teen_process to v2.0.64 (332bb59)
  • support: update dependency teen_process to v2.0.66 (3205b5d)
  • support: update dependency teen_process to v2.0.67 (3b5ae2a)
  • support: update dependency teen_process to v2.0.73 (8e453be)
  • support: update dependency teen_process to v2.0.75 (fbb6fd9)
  • support: update teen_process-related packages (84d96db)
  • support: update teen_process-related packages (3d0b97c)

@​appium/support@​4.1.8

4.1.8 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)
Changelog

Sourced from @​appium/support's changelog.

4.1.9 (2023-11-14)

Bug Fixes

  • images-plugin: Prevent repeatable template modification (#19334) (63a0b05)
  • support: update definitelytyped (5ae8df3)
  • support: update definitelytyped (#19326) (9840315)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
  • support: update dependency teen_process to v2.0.57 (1fbd503)
  • support: update dependency teen_process to v2.0.63 (fa57192)
  • support: update dependency teen_process to v2.0.64 (332bb59)
  • support: update dependency teen_process to v2.0.66 (3205b5d)
  • support: update dependency teen_process to v2.0.67 (3b5ae2a)
  • support: update dependency teen_process to v2.0.73 (8e453be)
  • support: update dependency teen_process to v2.0.75 (fbb6fd9)
  • support: update teen_process-related packages (84d96db)
  • support: update teen_process-related packages (3d0b97c)

4.1.8 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)

4.1.7 (2023-10-18)

Bug Fixes

  • images-plugin: update dependency lru-cache to v10 (#19050) (72a806b)
  • support: update definitelytyped (3b44c7d)
  • support: update definitelytyped (595d460)
  • support: update definitelytyped (b6a76ce)
  • support: update definitelytyped (3e73600)
  • support: update definitelytyped (81b077f)
  • support: update dependency @​types/pluralize to v0.0.31 (26a6c62)
  • support: update dependency @​types/semver to v7.5.1 (a0f59d0)
  • support: update dependency @​types/teen_process to v2.0.1 (d2f19aa)
  • support: update dependency archiver to v6 (#19051) (a3245dc)
  • support: update dependency archiver to v6.0.1 (#19111) (263bb43)
  • support: update dependency axios to v1.5.0 (08913cd)
  • support: update dependency axios to v1.5.1 (#19217) (3df047d)

... (truncated)

Commits
  • 717ec38 chore: publish
  • 84d96db fix(support): update teen_process-related packages
  • 9b14205 fix(support): update dependency axios to v1.6.1
  • 5ae8df3 fix(support): update definitelytyped
  • fbb6fd9 fix(support): update dependency teen_process to v2.0.75
  • 699c493 fix(support): update dependency axios to v1.6.0
  • 8e453be fix(support): update dependency teen_process to v2.0.73
  • 9840315 fix(support): update definitelytyped (#19326)
  • 3b5ae2a fix(support): update dependency teen_process to v2.0.67
  • 3205b5d fix(support): update dependency teen_process to v2.0.66
  • Additional commits viewable in compare view

Updates @appium/base-driver from 9.3.10 to 9.4.2

Release notes

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

@​appium/base-driver@​9.4.2

9.4.2 (2023-11-14)

Bug Fixes

  • support: update definitelytyped (5ae8df3)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
Changelog

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

9.4.2 (2023-11-14)

Bug Fixes

  • support: update definitelytyped (5ae8df3)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)

9.4.1 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)

9.4.0 (2023-10-18)

Features

  • base-driver: Add server support of TLS and SPDY protocols (#19105) (5926919)

Bug Fixes

  • base-driver: update definitelytyped (5e09589)
  • base-driver: update dependency http-status-codes to v2.3.0 (331171d)
  • driver-test-support: update dependency @​types/lodash to v4.14.198 (84fefd2)
  • images-plugin: update dependency lru-cache to v10 (#19050) (72a806b)
  • opencv: update definitelytyped (d2a9a99)
  • support: update definitelytyped (3b44c7d)
  • support: update definitelytyped (595d460)
  • support: update definitelytyped (b6a76ce)
  • support: update dependency axios to v1.5.0 (08913cd)
  • support: update dependency axios to v1.5.1 (#19217) (3df047d)
  • types: update definitelytyped (96b0a44)
  • Use pathToRegexp to match websocket endpoints (#19162) (de02ed8)

9.3.20 (2023-08-23)

Bug Fixes

... (truncated)

Commits
  • 717ec38 chore: publish
  • b53c0b9 chore: run prettier on some files (#19403)
  • 9b14205 fix(support): update dependency axios to v1.6.1
  • 5ae8df3 fix(support): update definitelytyped
  • b83bd04 chore(base-driver): remove mobileRotation as no references (#19379)
  • 699c493 fix(support): update dependency axios to v1.6.0
  • 98ffc60 chore(appium): Bump asyncbox to v3 (#19364)
  • bd6e3ac chore: publish
  • de39013 fix(appium): Make sure type definitions are always in sync across modules (#1...
  • a306ce7 fix(support): update definitelytyped
  • Additional commits viewable in compare view

Updates appium from 2.0.0-beta.66 to 2.2.2

Release notes

Sourced from appium's releases.

appium@2.2.2

2.2.2 (2023-11-14)

Bug Fixes

  • appium: Load plugins in the same order that was used for the CLI command (#19388) (7124eb6)
  • docutils: update dependency yaml to v2.3.4 (a215a89)
  • support: update definitelytyped (5ae8df3)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
  • support: update dependency teen_process to v2.0.57 (1fbd503)
  • support: update dependency teen_process to v2.0.63 (fa57192)
  • support: update dependency teen_process to v2.0.64 (332bb59)
  • support: update dependency teen_process to v2.0.66 (3205b5d)
  • support: update dependency teen_process to v2.0.67 (3b5ae2a)
  • support: update dependency teen_process to v2.0.73 (8e453be)
  • support: update dependency teen_process to v2.0.75 (fbb6fd9)
  • support: update teen_process-related packages (84d96db)
  • support: update teen_process-related packages (3d0b97c)

appium@2.2.1

2.2.1 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)

@​appium/images-plugin@​2.1.8

2.1.8 (2023-12-04)

Note: Version bump only for package @​appium/images-plugin

@​appium/images-plugin@​2.1.7

2.1.7 (2023-11-14)

Bug Fixes

  • images-plugin: Prevent repeatable template modification (#19334) (63a0b05)

@​appium/opencv@​2.1.6

2.1.6 (2023-11-14)

Bug Fixes

  • support: update definitelytyped (5ae8df3)

... (truncated)

Changelog

Sourced from appium's changelog.

2.2.2 (2023-11-14)

Bug Fixes

  • appium: Load plugins in the same order that was used for the CLI command (#19388) (7124eb6)
  • docutils: update dependency yaml to v2.3.4 (a215a89)
  • support: update definitelytyped (5ae8df3)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
  • support: update dependency teen_process to v2.0.57 (1fbd503)
  • support: update dependency teen_process to v2.0.63 (fa57192)
  • support: update dependency teen_process to v2.0.64 (332bb59)
  • support: update dependency teen_process to v2.0.66 (3205b5d)
  • support: update dependency teen_process to v2.0.67 (3b5ae2a)
  • support: update dependency teen_process to v2.0.73 (8e453be)
  • support: update dependency teen_process to v2.0.75 (fbb6fd9)
  • support: update teen_process-related packages (84d96db)
  • support: update teen_process-related packages (3d0b97c)

2.2.1 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)

2.2.0 (2023-10-18)

Features

  • base-driver: Add server support of TLS and SPDY protocols (#19105) (5926919)

Bug Fixes

  • appium: Fix creation of logging prefixes (#19212) (805f69d)
  • appium: update dependency winston to v3.11.0 (f697cda)
  • docutils: update dependency yaml to v2.3.2 (1a3d408)
  • docutils: update dependency yaml to v2.3.3 (caf600b)
  • images-plugin: update dependency lru-cache to v10 (#19050) (72a806b)
  • opencv: update definitelytyped (d2a9a99)
  • support: update definitelytyped (3b44c7d)
  • support: update definitelytyped (595d460)

... (truncated)

Commits
  • 717ec38 chore: publish
  • aa5ae9a chore(doctor): Remove deprecated 'ANDROID_SDK_ROOT` (#19406)
  • b53c0b9 chore: run prettier on some files (#19403)
  • 84d96db fix(support): update teen_process-related packages
  • 9b14205 fix(support): update dependency axios to v1.6.1
  • 7124eb6 fix(appium): Load plugins in the same order that was used for the CLI command...
  • 5ae8df3 fix(support): update definitelytyped
  • 1ae85d6 appium(docs): Add dotnet quickstart documentation (#19371)
  • fbb6fd9 fix(support): update dependency teen_process to v2.0.75
  • 699c493 fix(support): update dependency axios to v1.6.0
  • Additional commits viewable in compare view

Updates @appium/support from 4.0.0 to 4.1.9

Release notes

Sourced from @​appium/support's releases.

@​appium/support@​4.1.9

4.1.9 (2023-11-14)

Bug Fixes

  • images-plugin: Prevent repeatable template modification (#19334) (63a0b05)
  • support: update definitelytyped (5ae8df3)
  • support: update definitelytyped (#19326) (9840315)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
  • support: update dependency teen_process to v2.0.57 (1fbd503)
  • support: update dependency teen_process to v2.0.63 (fa57192)
  • support: update dependency teen_process to v2.0.64 (332bb59)
  • support: update dependency teen_process to v2.0.66 (3205b5d)
  • support: update dependency teen_process to v2.0.67 (3b5ae2a)
  • support: update dependency teen_process to v2.0.73 (8e453be)
  • support: update dependency teen_process to v2.0.75 (fbb6fd9)
  • support: update teen_process-related packages (84d96db)
  • support: update teen_process-related packages (3d0b97c)

@​appium/support@​4.1.8

4.1.8 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)
Changelog

Sourced from @​appium/support's changelog.

4.1.9 (2023-11-14)

Bug Fixes

  • images-plugin: Prevent repeatable template modification (#19334) (63a0b05)
  • support: update definitelytyped (5ae8df3)
  • support: update definitelytyped (#19326) (9840315)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
  • support: update dependency teen_process to v2.0.57 (1fbd503)
  • support: update dependency teen_process to v2.0.63 (fa57192)
  • support: update dependency teen_process to v2.0.64 (332bb59)
  • support: update dependency teen_process to v2.0.66 (3205b5d)
  • support: update dependency teen_process to v2.0.67 (3b5ae2a)
  • support: update dependency teen_process to v2.0.73 (8e453be)
  • support: update dependency teen_process to v2.0.75 (fbb6fd9)
  • support: update teen_process-related packages (84d96db)
  • support: update teen_process-related packages (3d0b97c)

4.1.8 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)

4.1.7 (2023-10-18)

Bug Fixes

  • images-plugin: update dependency lru-cache to v10 (#19050) (72a806b)
  • support: update definitelytyped (3b44c7d)
  • support: update definitelytyped (595d460)
  • support: update definitelytyped (b6a76ce)
  • support: update definitelytyped (3e73600)
  • support: update definitelytyped (81b077f)
  • support: update dependency @​types/pluralize to v0.0.31 (26a6c62)
  • support: update dependency @​types/semver to v7.5.1 (a0f59d0)
  • support: update dependency @​types/teen_process to v2.0.1 (d2f19aa)
  • support: update dependency archiver to v6 (#19051) (a3245dc)
  • support: update dependency archiver to v6.0.1 (#19111) (263bb43)
  • support: update dependency axios to v1.5.0 (08913cd)
  • support: update dependency axios to v1.5.1 (#19217) (3df047d)

... (truncated)

Commits
  • 717ec38 chore: publish
  • 84d96db fix(support): update teen_process-related packages
  • 9b14205 fix(support): update dependency axios to v1.6.1
  • 5ae8df3 fix(support): update definitelytyped
  • fbb6fd9 fix(support): update dependency teen_process to v2.0.75
  • 699c493 fix(support): update dependency axios to v1.6.0
  • 8e453be fix(support): update dependency teen_process to v2.0.73
  • 9840315 fix(support): update definitelytyped (#19326)
  • 3b5ae2a fix(support): update dependency teen_process to v2.0.67
  • 3205b5d fix(support): update dependency teen_process to v2.0.66
  • Additional commits viewable in compare view

Updates @appium/base-driver from 9.3.7 to 9.4.2

Release notes

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

@​appium/base-driver@​9.4.2

9.4.2 (2023-11-14)

Bug Fixes

  • support: update definitelytyped (5ae8df3)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)
Changelog

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

9.4.2 (2023-11-14)

Bug Fixes

  • support: update definitelytyped (5ae8df3)
  • support: update dependency axios to v1.6.0 (699c493)
  • support: update dependency axios to v1.6.1 (9b14205)

9.4.1 (2023-10-19)

Bug Fixes

  • appium: Make sure type definitions are always in sync across modules (#19323) (de39013)
  • support: update definitelytyped (a306ce7)

9.4.0 (2023-10-18)

Features

  • base-driver: Add server support of TLS and SPDY protocols (#19105) (5926919)

Bug Fixes

  • base-driver: update definitelytyped (5e09589)
  • base-driver: update dependency http-status-codes to v2.3.0 (331171d)
  • driver-test-support: update dependency @​types/lodash to v4.14.198 (84fefd2)
  • images-plugin: update dependency lru-cache to v10 (#19050) (72a806b)
  • opencv: update definitelytyped (d2a9a99)
  • support: update definitelytyped (3b44c7d)
  • support: update definitelytyped (595d460)
  • support: update definitelytyped (b6a76ce)
  • support: update dependency axios to v1.5.0 (08913cd)
  • support: update dependency axios to v1.5.1 (#19217) (3df047d)
  • types: update definitelytyped (96b0a44)
  • Use pathToRegexp to match websocket endpoints (#19162) (de02ed8)

9.3.20 (2023-08-23)

Bug Fixes

... (truncated)

Commits
  • 717ec38 chore: publish
  • b53c0b9 chore: run prettier on some files (#19403)
  • 9b14205 fix(support): update dependency axios to v1.6.1
  • 5ae8df3 fix(support): update definitelytyped
  • b83bd04 chore(base-driver): remove mobileRotation as no references (#19379)
  • 699c493 fix(support): update dependency axios to v1.6.0
  • 98ffc60 chore(appium): Bump asyncbox to v3 (#19364)
  • bd6e3ac chore: publish
  • de39013 fix(appium): Make sure type definitions are always in sync across modules (#1...
  • a306ce7 fix(support): update definitelytyped
  • 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 reba...

Description has been truncated

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


Updates `axios` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.4.0...v1.6.1)

Updates `@appium/support` from 4.0.1 to 4.1.9
- [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@4.1.9/packages/support)

Updates `@appium/base-driver` from 9.3.10 to 9.4.2
- [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.4.2/packages/base-driver)

Updates `appium` from 2.0.0-beta.66 to 2.2.2
- [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@2.2.2/packages/appium)

Updates `@appium/support` from 4.0.0 to 4.1.9
- [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@4.1.9/packages/support)

Updates `@appium/base-driver` from 9.3.7 to 9.4.2
- [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.4.2/packages/base-driver)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@appium/support"
  dependency-type: indirect
- dependency-name: "@appium/base-driver"
  dependency-type: indirect
- dependency-name: appium
  dependency-type: direct:development
- dependency-name: "@appium/support"
  dependency-type: indirect
- dependency-name: "@appium/base-driver"
  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 Feb 21, 2024
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.

None yet

0 participants