appium-chromedriver 5.6.29 → 5.6.31

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,17 @@
1
+ ## [5.6.31](https://github.com/appium/appium-chromedriver/compare/v5.6.30...v5.6.31) (2024-01-27)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Remove pre-commit hooks ([#375](https://github.com/appium/appium-chromedriver/issues/375)) ([80fdbcb](https://github.com/appium/appium-chromedriver/commit/80fdbcb4d3bdb8de7175f435b78f3ba4d1027ad6))
7
+
8
+ ## [5.6.30](https://github.com/appium/appium-chromedriver/compare/v5.6.29...v5.6.30) (2024-01-24)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * ChromeDriver Bump to v121.0.6167.85 ([#371](https://github.com/appium/appium-chromedriver/issues/371)) ([54486c9](https://github.com/appium/appium-chromedriver/commit/54486c99d9f81c25bce01483ae65b7b28729ac9e))
14
+
1
15
  ## [5.6.29](https://github.com/appium/appium-chromedriver/compare/v5.6.28...v5.6.29) (2024-01-17)
2
16
 
3
17
 
@@ -1,4 +1,5 @@
1
1
  {
2
+ "121.0.6167.85": "121.0.6167.85",
2
3
  "120.0.6099.109": "120.0.6099.109",
3
4
  "120.0.6099.71": "120.0.6099.71",
4
5
  "120.0.6099.62": "120.0.6099.62",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "chrome",
7
7
  "android"
8
8
  ],
9
- "version": "5.6.29",
9
+ "version": "5.6.31",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -20,12 +20,6 @@
20
20
  "node": ">=14",
21
21
  "npm": ">=8"
22
22
  },
23
- "lint-staged": {
24
- "*.js": [
25
- "eslint --fix",
26
- "prettier --write"
27
- ]
28
- },
29
23
  "prettier": {
30
24
  "bracketSpacing": false,
31
25
  "printWidth": 100,
@@ -69,9 +63,9 @@
69
63
  "dev": "npm run build -- --watch",
70
64
  "lint": "eslint .",
71
65
  "lint:fix": "npm run lint -- --fix",
72
- "lint-staged": "lint-staged",
73
66
  "postinstall": "node install-npm.js",
74
- "prepare": "husky install && npm run build",
67
+ "prepare": "npm run build",
68
+ "format": "prettier -w ./lib",
75
69
  "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
76
70
  "e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\""
77
71
  },
@@ -97,8 +91,6 @@
97
91
  "eslint-plugin-import": "^2.27.5",
98
92
  "eslint-plugin-mocha": "^10.1.0",
99
93
  "eslint-plugin-promise": "^6.1.1",
100
- "husky": "^8.0.3",
101
- "lint-staged": "^15.0.2",
102
94
  "mocha": "^10.0.0",
103
95
  "prettier": "^3.0.0",
104
96
  "rimraf": "^5.0.0",