appium-xcuitest-driver 4.32.25 → 4.33.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +76 -76
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.33.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.25...v4.33.0) (2023-08-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * Lock only major package versions ([#1835](https://github.com/appium/appium-xcuitest-driver/issues/1835)) ([d640d77](https://github.com/appium/appium-xcuitest-driver/commit/d640d770ac5d9899b22ce6f6a62222bff1d10111))
7
+
1
8
  ## [4.32.25](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.24...v4.32.25) (2023-08-02)
2
9
 
3
10
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.32.25",
11
+ "version": "4.33.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -68,29 +68,29 @@
68
68
  ],
69
69
  "types": "./build/index.d.ts",
70
70
  "dependencies": {
71
- "@xmldom/xmldom": "0.8.10",
72
- "appium-idb": "1.6.13",
73
- "appium-ios-device": "2.5.4",
74
- "appium-ios-simulator": "5.1.3",
75
- "appium-remote-debugger": "9.1.17",
76
- "appium-webdriveragent": "5.6.0",
77
- "appium-xcode": "5.1.4",
78
- "async-lock": "1.4.0",
79
- "asyncbox": "2.9.4",
80
- "bluebird": "3.7.2",
81
- "css-selector-parser": "2.3.2",
82
- "fancy-log": "2.0.0",
83
- "js2xmlparser2": "0.2.0",
84
- "lodash": "4.17.21",
85
- "lru-cache": "10.0.0",
86
- "moment": "2.29.4",
87
- "moment-timezone": "0.5.43",
88
- "node-simctl": "7.1.17",
89
- "portscanner": "2.2.0",
90
- "semver": "7.5.4",
91
- "source-map-support": "0.5.21",
92
- "teen_process": "2.0.4",
93
- "ws": "8.13.0"
71
+ "@xmldom/xmldom": "^0.x",
72
+ "appium-idb": "^1.6.13",
73
+ "appium-ios-device": "^2.5.4",
74
+ "appium-ios-simulator": "^5.1.3",
75
+ "appium-remote-debugger": "^9.1.17",
76
+ "appium-webdriveragent": "^5.6.0",
77
+ "appium-xcode": "^5.1.4",
78
+ "async-lock": "^1.4.0",
79
+ "asyncbox": "^2.9.4",
80
+ "bluebird": "^3.7.2",
81
+ "css-selector-parser": "^2.3.2",
82
+ "fancy-log": "^2.0.0",
83
+ "js2xmlparser2": "^0.2.0",
84
+ "lodash": "^4.17.21",
85
+ "lru-cache": "^10.0.0",
86
+ "moment": "^2.29.4",
87
+ "moment-timezone": "^0.x",
88
+ "node-simctl": "^7.1.17",
89
+ "portscanner": "^2.2.0",
90
+ "semver": "^7.5.4",
91
+ "source-map-support": "^0.x",
92
+ "teen_process": "^2.0.4",
93
+ "ws": "^8.13.0"
94
94
  },
95
95
  "scripts": {
96
96
  "build": "tsc -b",
@@ -129,60 +129,60 @@
129
129
  "singleQuote": true
130
130
  },
131
131
  "peerDependencies": {
132
- "appium": "^2.0.0-rc.2"
132
+ "appium": "^2.0.0"
133
133
  },
134
134
  "devDependencies": {
135
- "@appium/docutils": "0.4.3",
136
- "@appium/eslint-config-appium": "8.0.4",
137
- "@appium/eslint-config-appium-ts": "0.3.1",
138
- "@appium/test-support": "3.0.20",
139
- "@appium/tsconfig": "0.3.0",
140
- "@appium/types": "0.13.2",
141
- "@commitlint/cli": "17.6.7",
142
- "@commitlint/config-conventional": "17.6.7",
143
- "@semantic-release/changelog": "6.0.3",
144
- "@semantic-release/git": "10.0.1",
145
- "@types/bluebird": "3.5.38",
146
- "@types/chai": "4.3.5",
147
- "@types/chai-as-promised": "7.1.5",
148
- "@types/lodash": "4.14.196",
149
- "@types/mocha": "10.0.1",
150
- "@types/node": "18.17.1",
151
- "@types/portscanner": "2.1.1",
152
- "@types/sinon": "10.0.16",
153
- "@types/sinon-chai": "3.2.9",
154
- "@types/teen_process": "2.0.0",
155
- "@typescript-eslint/eslint-plugin": "5.62.0",
156
- "@typescript-eslint/parser": "5.62.0",
157
- "appium": "2.0.0",
158
- "axios": "1.4.0",
159
- "chai": "4.3.7",
160
- "chai-as-promised": "7.1.1",
161
- "chai-subset": "1.6.0",
162
- "conventional-changelog-conventionalcommits": "6.1.0",
163
- "eslint": "8.46.0",
164
- "eslint-config-prettier": "8.9.0",
165
- "eslint-import-resolver-typescript": "3.5.5",
166
- "eslint-plugin-import": "2.28.0",
167
- "eslint-plugin-mocha": "10.1.0",
168
- "eslint-plugin-promise": "6.1.1",
169
- "get-port": "5.1.1",
170
- "husky": "8.0.3",
171
- "lint-staged": "13.2.3",
172
- "mocha": "10.2.0",
173
- "mocha-junit-reporter": "2.2.1",
174
- "mocha-multi-reporters": "1.5.1",
175
- "nyc": "15.1.0",
176
- "pem": "1.14.8",
177
- "prettier": "3.0.0",
178
- "rimraf": "5.0.1",
179
- "semantic-release": "20.1.3",
180
- "sharp": "0.32.4",
181
- "sinon": "15.2.0",
182
- "sinon-chai": "3.7.0",
183
- "ts-node": "10.9.1",
184
- "type-fest": "4.1.0",
185
- "typescript": "5.1.6",
135
+ "@appium/docutils": "^0.4.3",
136
+ "@appium/eslint-config-appium": "^8.0.4",
137
+ "@appium/eslint-config-appium-ts": "^0.3.1",
138
+ "@appium/test-support": "^3.0.20",
139
+ "@appium/tsconfig": "^0.3.0",
140
+ "@appium/types": "^0.13.2",
141
+ "@commitlint/cli": "^17.6.7",
142
+ "@commitlint/config-conventional": "^17.6.7",
143
+ "@semantic-release/changelog": "^6.0.3",
144
+ "@semantic-release/git": "^10.0.1",
145
+ "@types/bluebird": "^3.5.38",
146
+ "@types/chai": "^4.3.5",
147
+ "@types/chai-as-promised": "^7.1.5",
148
+ "@types/lodash": "^4.14.196",
149
+ "@types/mocha": "^10.0.1",
150
+ "@types/node": "^18.17.1",
151
+ "@types/portscanner": "^2.1.1",
152
+ "@types/sinon": "^10.0.16",
153
+ "@types/sinon-chai": "^3.2.9",
154
+ "@types/teen_process": "^2.0.0",
155
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
156
+ "@typescript-eslint/parser": "^5.62.0",
157
+ "appium": "^2.0.0",
158
+ "axios": "^1.4.0",
159
+ "chai": "^4.3.7",
160
+ "chai-as-promised": "^7.1.1",
161
+ "chai-subset": "^1.6.0",
162
+ "conventional-changelog-conventionalcommits": "^6.1.0",
163
+ "eslint": "^8.46.0",
164
+ "eslint-config-prettier": "^8.9.0",
165
+ "eslint-import-resolver-typescript": "^3.5.5",
166
+ "eslint-plugin-import": "^2.28.0",
167
+ "eslint-plugin-mocha": "^10.1.0",
168
+ "eslint-plugin-promise": "^6.1.1",
169
+ "get-port": "^5.1.1",
170
+ "husky": "^8.0.3",
171
+ "lint-staged": "^13.2.3",
172
+ "mocha": "^10.2.0",
173
+ "mocha-junit-reporter": "^2.2.1",
174
+ "mocha-multi-reporters": "^1.5.1",
175
+ "nyc": "^15.1.0",
176
+ "pem": "^1.14.8",
177
+ "prettier": "^3.0.0",
178
+ "rimraf": "^5.0.1",
179
+ "semantic-release": "^20.1.3",
180
+ "sharp": "^0.x",
181
+ "sinon": "^15.2.0",
182
+ "sinon-chai": "^3.7.0",
183
+ "ts-node": "^10.9.1",
184
+ "type-fest": "^4.1.0",
185
+ "typescript": "^5.1.6",
186
186
  "webdriverio": "8.10.7"
187
187
  },
188
188
  "overrides": {