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 xmldom and appium in /tools/generate-screenshots #28

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Removes xmldom. It's no longer used after updating ancestor dependency appium. These dependencies need to be updated together.

Removes xmldom

Updates appium from 1.14.0 to 1.22.3

Release notes

Sourced from appium's releases.

@​appium/doctor@​1.16.26

1.16.26 (2022-09-07)

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

@​appium/doctor@​1.16.25

1.16.25 (2022-08-10)

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

@​appium/doctor@​1.16.24

1.16.24 (2022-08-03)

Bug Fixes

  • appium,base-driver,base-plugin,doctor,docutils,eslint-config-appium,execute-driver-plugin,fake-driver,fake-plugin,gulp-plugins,images-plugin,opencv,relaxed-caps-plugin,schema,support,test-support,types,universal-xml-plugin: update engines (d8d2382)

@​appium/doctor@​1.16.23

1.16.23 (2022-07-28)

Bug Fixes

  • doctor: actually build bin dir, fix dev script (10421fa)
  • moved type packages to deps of specific packages (f9129df)

@​appium/doctor@​1.16.22

1.16.22 (2022-06-04)

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

Changelog

Sourced from appium's changelog.

CHANGES IN VERSION 1.22.3 (FROM 1.22.2)

Appium 1.22.3 is a patch release

We're going to move to Appium 2.x. Appium 1.x will be receiving minor or patch releases only if XCTest gets breaking updates or major bugs pop up before the EOL.

iOS(XCUITest)

CHANGES IN VERSION 1.22.2 (FROM 1.22.1)

Appium 1.22.2 is a patch release

We're going to move to Appium 2.x. Appium 1.x will be receiving minor or patch releases only if XCTest gets breaking updates or major bugs pop up before the EOL.

iOS(XCUITest)

CHANGES IN VERSION 1.22.1 (FROM 1.22.0)

Appium 1.22.1 is a patch release

We're going to move to Appium 2.x. Appium 1.x will be receiving minor or patch releases only if XCTest gets breaking updates or major bugs pop up before the EOL.

General

Android General

Android(UIAutomator2)

  • Add capabilities:

... (truncated)

Commits
Maintainer changes

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


You can trigger a rebase of this PR 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 12, 2022
@opyh
Copy link
Member

opyh commented Jul 9, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tools/generate-screenshots/xmldom-and-appium--removed branch from 6f86aab to e472214 Compare July 9, 2024 09:13
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [appium](https://github.com/appium/appium). These dependencies need to be updated together.


Removes `xmldom`

Updates `appium` from 1.14.0 to 1.22.3
- [Release notes](https://github.com/appium/appium/releases)
- [Changelog](https://github.com/appium/appium/blob/master/CHANGELOG.md)
- [Commits](appium/appium@v1.14.0...v1.22.3)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: appium
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tools/generate-screenshots/xmldom-and-appium--removed branch from e472214 to 7487b7f Compare July 9, 2024 09:14
@opyh
Copy link
Member

opyh commented Jul 9, 2024

@dependabot rebase

@opyh opyh closed this Jul 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tools/generate-screenshots/xmldom-and-appium--removed branch July 9, 2024 09:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Oh no! Something went wrong on our end. Please try again later.

If the problem persists, please contact GitHub support for assistance 🙇

@opyh
Copy link
Member

opyh commented Jul 9, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it.

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

1 participant