appium-espresso-driver 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [4.0.4](https://github.com/appium/appium-espresso-driver/compare/v4.0.3...v4.0.4) (2025-02-14)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 20.17.19 to 22.13.4 ([#1048](https://github.com/appium/appium-espresso-driver/issues/1048)) ([3f5fd5e](https://github.com/appium/appium-espresso-driver/commit/3f5fd5ee0953d9c13b5270285bffca8a43865a95))
6
+ * **deps-dev:** bump appium-chromedriver from 5.6.78 to 7.0.3 ([#1046](https://github.com/appium/appium-espresso-driver/issues/1046)) ([8c378ab](https://github.com/appium/appium-espresso-driver/commit/8c378ab605222b55d96c240efb147933d606b979))
7
+ * **deps-dev:** bump mocha from 10.8.2 to 11.1.0 ([#1049](https://github.com/appium/appium-espresso-driver/issues/1049)) ([fd55f15](https://github.com/appium/appium-espresso-driver/commit/fd55f157026616399660fc654a2e670a82bd7bae))
8
+ * **deps-dev:** bump sinon from 17.0.2 to 19.0.2 ([#1050](https://github.com/appium/appium-espresso-driver/issues/1050)) ([c7d29a1](https://github.com/appium/appium-espresso-driver/commit/c7d29a1c53263bdee6bed5a7b104a292587d8aab))
9
+
10
+ ## [4.0.3](https://github.com/appium/appium-espresso-driver/compare/v4.0.2...v4.0.3) (2025-02-14)
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * **deps-dev:** bump webdriverio from 8.42.0 to 9.9.0 ([#1047](https://github.com/appium/appium-espresso-driver/issues/1047)) ([54e5039](https://github.com/appium/appium-espresso-driver/commit/54e5039090a51f76a22fd2cb7761d20a4c51aa98))
15
+ * **deps-dev:** remove unused @types/sinon-chai ([#1044](https://github.com/appium/appium-espresso-driver/issues/1044)) ([c9124e1](https://github.com/appium/appium-espresso-driver/commit/c9124e1704fd55b1aa99e1b97527307ce1e36889))
16
+
1
17
  ## [4.0.2](https://github.com/appium/appium-espresso-driver/compare/v4.0.1...v4.0.2) (2025-02-14)
2
18
 
3
19
  ### Miscellaneous Chores
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "4.0.2"
5
+ private const val VERSION = "4.0.4"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "4.0.2",
9
+ "version": "4.0.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.12.0",
@@ -30,25 +30,24 @@
30
30
  "@types/bluebird": "^3.5.38",
31
31
  "@types/lodash": "^4.14.196",
32
32
  "@types/mocha": "^10.0.1",
33
- "@types/node": "^20.4.7",
33
+ "@types/node": "^22.13.4",
34
34
  "@types/sinon": "^17.0.0",
35
- "@types/sinon-chai": "^3.2.9",
36
35
  "@types/teen_process": "^2.0.2",
37
36
  "@xmldom/xmldom": "^0.x",
38
37
  "android-apidemos": "^4.1.1",
39
- "appium-chromedriver": "^5.1.4",
38
+ "appium-chromedriver": "^7.0.3",
40
39
  "async-lock": "^1.0.0",
41
40
  "chai": "^5.1.1",
42
41
  "chai-as-promised": "^8.0.0",
43
42
  "conventional-changelog-conventionalcommits": "^8.0.0",
44
- "mocha": "^10.0.0",
43
+ "mocha": "^11.1.0",
45
44
  "rimraf": "^5.0.0",
46
45
  "semantic-release": "^24.0.0",
47
46
  "semver": "^7.3.7",
48
- "sinon": "^17.0.0",
47
+ "sinon": "^19.0.2",
49
48
  "ts-node": "^10.9.1",
50
49
  "typescript": "^5.4.2",
51
- "webdriverio": "^8.0.2",
50
+ "webdriverio": "^9.9.0",
52
51
  "xpath": "^0.x"
53
52
  },
54
53
  "engines": {
@@ -524,12 +523,12 @@
524
523
  }
525
524
  },
526
525
  "node_modules/@types/node": {
527
- "version": "20.17.19",
528
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.19.tgz",
529
- "integrity": "sha512-LEwC7o1ifqg/6r2gn9Dns0f1rhK+fPFDoMiceTJ6kWmVk6bgXBI/9IOWfVan4WiAavK9pIVWdX0/e3J+eEUh5A==",
526
+ "version": "22.13.4",
527
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz",
528
+ "integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==",
530
529
  "license": "MIT",
531
530
  "dependencies": {
532
- "undici-types": "~6.19.2"
531
+ "undici-types": "~6.20.0"
533
532
  }
534
533
  },
535
534
  "node_modules/@types/normalize-package-data": {
@@ -759,7 +758,7 @@
759
758
  "appium": "^2.0.0"
760
759
  }
761
760
  },
762
- "node_modules/appium-android-driver/node_modules/appium-chromedriver": {
761
+ "node_modules/appium-chromedriver": {
763
762
  "version": "7.0.3",
764
763
  "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.3.tgz",
765
764
  "integrity": "sha512-QB5s6ZZrKnC3laR9preX9hA4PezA9DsOs2DKfLNXJJQyo7kI7jKTxwOON9+6cnpGKMnLMBim0UelG9k3u+2b2w==",
@@ -1031,31 +1030,6 @@
1031
1030
  "concat-map": "0.0.1"
1032
1031
  }
1033
1032
  },
1034
- "node_modules/buffer": {
1035
- "version": "5.7.1",
1036
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1037
- "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1038
- "extraneous": true,
1039
- "funding": [
1040
- {
1041
- "type": "github",
1042
- "url": "https://github.com/sponsors/feross"
1043
- },
1044
- {
1045
- "type": "patreon",
1046
- "url": "https://www.patreon.com/feross"
1047
- },
1048
- {
1049
- "type": "consulting",
1050
- "url": "https://feross.org/support"
1051
- }
1052
- ],
1053
- "license": "MIT",
1054
- "dependencies": {
1055
- "base64-js": "^1.3.1",
1056
- "ieee754": "^1.1.13"
1057
- }
1058
- },
1059
1033
  "node_modules/buffer-crc32": {
1060
1034
  "version": "1.0.0",
1061
1035
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
@@ -1458,6 +1432,16 @@
1458
1432
  "license": "MIT",
1459
1433
  "optional": true
1460
1434
  },
1435
+ "node_modules/diff": {
1436
+ "version": "7.0.0",
1437
+ "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
1438
+ "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
1439
+ "extraneous": true,
1440
+ "license": "BSD-3-Clause",
1441
+ "engines": {
1442
+ "node": ">=0.3.1"
1443
+ }
1444
+ },
1461
1445
  "node_modules/dunder-proto": {
1462
1446
  "version": "1.0.1",
1463
1447
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -3943,9 +3927,9 @@
3943
3927
  }
3944
3928
  },
3945
3929
  "node_modules/undici-types": {
3946
- "version": "6.19.8",
3947
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
3948
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
3930
+ "version": "6.20.0",
3931
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
3932
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
3949
3933
  "license": "MIT"
3950
3934
  },
3951
3935
  "node_modules/unorm": {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "4.0.2",
10
+ "version": "4.0.4",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -119,25 +119,24 @@
119
119
  "@types/bluebird": "^3.5.38",
120
120
  "@types/lodash": "^4.14.196",
121
121
  "@types/mocha": "^10.0.1",
122
- "@types/node": "^20.4.7",
122
+ "@types/node": "^22.13.4",
123
123
  "@types/sinon": "^17.0.0",
124
- "@types/sinon-chai": "^3.2.9",
125
124
  "@types/teen_process": "^2.0.2",
126
125
  "@xmldom/xmldom": "^0.x",
127
126
  "android-apidemos": "^4.1.1",
128
- "appium-chromedriver": "^5.1.4",
127
+ "appium-chromedriver": "^7.0.3",
129
128
  "async-lock": "^1.0.0",
130
129
  "chai": "^5.1.1",
131
130
  "chai-as-promised": "^8.0.0",
132
131
  "conventional-changelog-conventionalcommits": "^8.0.0",
133
- "mocha": "^10.0.0",
132
+ "mocha": "^11.1.0",
134
133
  "rimraf": "^5.0.0",
135
134
  "semantic-release": "^24.0.0",
136
- "sinon": "^17.0.0",
135
+ "sinon": "^19.0.2",
137
136
  "semver": "^7.3.7",
138
137
  "ts-node": "^10.9.1",
139
138
  "typescript": "^5.4.2",
140
- "webdriverio": "^8.0.2",
139
+ "webdriverio": "^9.9.0",
141
140
  "xpath": "^0.x"
142
141
  }
143
142
  }