node-simctl
Advanced tools
Comparing version 7.3.7 to 7.3.8
@@ -0,1 +1,12 @@ | ||
## [7.3.8](https://github.com/appium/node-simctl/compare/v7.3.7...v7.3.8) (2023-10-19) | ||
### Miscellaneous Chores | ||
* Always use the latest types ([e44fdf5](https://github.com/appium/node-simctl/commit/e44fdf58830474ee70eda47600477efa4b87dab1)) | ||
* **deps-dev:** bump @types/teen_process from 2.0.1 to 2.0.2 ([#214](https://github.com/appium/node-simctl/issues/214)) ([e53930b](https://github.com/appium/node-simctl/commit/e53930bbafdcf0931729966f09e7a79a795c7969)) | ||
* **deps-dev:** bump eslint-config-prettier from 8.10.0 to 9.0.0 ([#217](https://github.com/appium/node-simctl/issues/217)) ([9b7ba38](https://github.com/appium/node-simctl/commit/9b7ba38d719a1ecc63efdffa8878309b1d6b24ec)) | ||
* **deps-dev:** bump lint-staged from 14.0.1 to 15.0.2 ([#216](https://github.com/appium/node-simctl/issues/216)) ([462f131](https://github.com/appium/node-simctl/commit/462f131e3cd6e663e4f790b586ffa31e34c3edbc)) | ||
* Use latest teen_process types ([e967251](https://github.com/appium/node-simctl/commit/e9672515b6914dd626cda0d686828b9866f13a24)) | ||
## [7.3.7](https://github.com/appium/node-simctl/compare/v7.3.6...v7.3.7) (2023-09-21) | ||
@@ -2,0 +13,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.3.7", | ||
"version": "7.3.8", | ||
"author": "Appium Contributors", | ||
@@ -77,5 +77,5 @@ "license": "Apache-2.0", | ||
"@appium/eslint-config-appium": "^8.0.4", | ||
"@appium/eslint-config-appium-ts": "^0.3.1", | ||
"@appium/tsconfig": "^0.3.0", | ||
"@appium/types": "^0.13.2", | ||
"@appium/eslint-config-appium-ts": "^0.x", | ||
"@appium/tsconfig": "^0.x", | ||
"@appium/types": "^0.x", | ||
"@semantic-release/changelog": "^6.0.1", | ||
@@ -91,3 +91,3 @@ "@semantic-release/git": "^10.0.1", | ||
"@types/sinon-chai": "^3.2.9", | ||
"@types/teen_process": "2.0.1", | ||
"@types/teen_process": "^2.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
@@ -100,3 +100,3 @@ "@typescript-eslint/parser": "^5.62.0", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.9.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
@@ -106,3 +106,3 @@ "eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"lint-staged": "^14.0.0", | ||
"lint-staged": "^15.0.2", | ||
"mocha": "^10.0.0", | ||
@@ -109,0 +109,0 @@ "pre-commit": "^1.1.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235369