appium-webdriveragent 5.11.3 → 5.11.5

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [5.11.5](https://github.com/appium/WebDriverAgent/compare/v5.11.4...v5.11.5) (2023-10-23)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **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))
7
+ * **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))
8
+ * **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))
9
+
10
+ ## [5.11.4](https://github.com/appium/WebDriverAgent/compare/v5.11.3...v5.11.4) (2023-10-23)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **deps-dev:** bump sinon from 16.1.3 to 17.0.0 ([#795](https://github.com/appium/WebDriverAgent/issues/795)) ([4921899](https://github.com/appium/WebDriverAgent/commit/4921899d96800dbcd59a9c27ba793ad16d0c715b))
16
+
1
17
  ## [5.11.3](https://github.com/appium/WebDriverAgent/compare/v5.11.2...v5.11.3) (2023-10-21)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "5.11.3",
3
+ "version": "5.11.5",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -78,17 +78,17 @@
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",
91
- "sinon": "^16.0.0",
90
+ "semantic-release": "^22.0.5",
91
+ "sinon": "^17.0.0",
92
92
  "ts-node": "^10.9.1",
93
93
  "typescript": "^5.1.6"
94
94
  },