appium-webdriveragent 5.11.4 → 5.11.6

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
+ ## [5.11.6](https://github.com/appium/WebDriverAgent/compare/v5.11.5...v5.11.6) (2023-10-25)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * disable debugger for wda ([#768](https://github.com/appium/WebDriverAgent/issues/768)) ([e2f4405](https://github.com/appium/WebDriverAgent/commit/e2f4405a3449f1f4d390eae06bf91a220e81b58b))
7
+
8
+ ## [5.11.5](https://github.com/appium/WebDriverAgent/compare/v5.11.4...v5.11.5) (2023-10-23)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump eslint-config-prettier from 8.10.0 to 9.0.0 ([#791](https://github.com/appium/WebDriverAgent/issues/791)) ([f130961](https://github.com/appium/WebDriverAgent/commit/f130961f189f2746d4a2b0a18105fc10203312ca))
14
+ * **deps-dev:** bump lint-staged from 14.0.1 to 15.0.2 ([#792](https://github.com/appium/WebDriverAgent/issues/792)) ([440279d](https://github.com/appium/WebDriverAgent/commit/440279d4f6d069e440180faf4bee8e5dc1758787))
15
+ * **deps-dev:** bump semantic-release from 21.1.2 to 22.0.5 ([#781](https://github.com/appium/WebDriverAgent/issues/781)) ([a967183](https://github.com/appium/WebDriverAgent/commit/a96718308dbd6b13feb30e6ce8f01a7d9b74b146))
16
+
1
17
  ## [5.11.4](https://github.com/appium/WebDriverAgent/compare/v5.11.3...v5.11.4) (2023-10-23)
2
18
 
3
19
 
@@ -24,8 +24,8 @@
24
24
  </BuildAction>
25
25
  <TestAction
26
26
  buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
27
+ selectedDebuggerIdentifier = ""
28
+ selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
29
29
  shouldUseLaunchSchemeArgsEnv = "YES"
30
30
  systemAttachmentLifetime = "keepNever">
31
31
  <Testables>
@@ -24,8 +24,8 @@
24
24
  </BuildAction>
25
25
  <TestAction
26
26
  buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
27
+ selectedDebuggerIdentifier = ""
28
+ selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
29
29
  shouldUseLaunchSchemeArgsEnv = "YES"
30
30
  systemAttachmentLifetime = "keepNever">
31
31
  <MacroExpansion>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "5.11.4",
3
+ "version": "5.11.6",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -78,16 +78,16 @@
78
78
  "chai-as-promised": "^7.1.1",
79
79
  "conventional-changelog-conventionalcommits": "^7.0.1",
80
80
  "eslint": "^8.46.0",
81
- "eslint-config-prettier": "^8.9.0",
81
+ "eslint-config-prettier": "^9.0.0",
82
82
  "eslint-import-resolver-typescript": "^3.5.5",
83
83
  "eslint-plugin-import": "^2.28.0",
84
84
  "eslint-plugin-mocha": "^10.1.0",
85
85
  "eslint-plugin-promise": "^6.1.1",
86
- "lint-staged": "^14.0.0",
86
+ "lint-staged": "^15.0.2",
87
87
  "mocha": "^10.0.0",
88
88
  "pre-commit": "^1.2.2",
89
89
  "prettier": "^3.0.0",
90
- "semantic-release": "^21.1.0",
90
+ "semantic-release": "^22.0.5",
91
91
  "sinon": "^17.0.0",
92
92
  "ts-node": "^10.9.1",
93
93
  "typescript": "^5.1.6"