|
48 | 48 | "build:docs": "appium-docs build", |
49 | 49 | "dev:docs": "appium-docs build --serve", |
50 | 50 | "publish:docs": "appium-docs build --deploy --push -b docs-site -m 'docs: auto-build docs for appium-xcuitest-driver@%s' --alias latest", |
51 | | - "lint": "eslint .", |
| 51 | + "lint": "oxlint -c oxlint.config.mjs .", |
52 | 52 | "lint:commit": "commitlint", |
53 | | - "lint:fix": "npm run lint -- --fix", |
54 | | - "format": "oxfmt .", |
55 | | - "format:check": "oxfmt --check .", |
| 53 | + "lint:fix": "oxlint -c oxlint.config.mjs --fix .", |
| 54 | + "format": "oxfmt -c oxfmt.config.mjs .", |
| 55 | + "format:check": "oxfmt -c oxfmt.config.mjs --check .", |
56 | 56 | "install-docs-deps": "appium-docs init --no-mkdocs", |
57 | 57 | "prepare": "npm run rebuild", |
58 | 58 | "rebuild": "npm run clean; npm run build", |
|
72 | 72 | "@appium/strongbox": "^1.0.0-rc.1", |
73 | 73 | "@colors/colors": "^1.6.0", |
74 | 74 | "appium-ios-device": "^3.1.12", |
75 | | - "appium-ios-simulator": "^8.2.0", |
76 | | - "appium-remote-debugger": "^15.7.3", |
77 | | - "appium-webdriveragent": "^15.1.6", |
78 | | - "appium-xcode": "^6.0.2", |
| 75 | + "appium-ios-simulator": "^9.0.0", |
| 76 | + "appium-remote-debugger": "^16.0.0", |
| 77 | + "appium-webdriveragent": "^16.0.0", |
| 78 | + "appium-xcode": "^7.0.0", |
79 | 79 | "async-lock": "^1.4.0", |
80 | 80 | "asyncbox": "^6.3.0", |
81 | | - "axios": "^1.4.0", |
| 81 | + "axios": "^1.18.0", |
82 | 82 | "commander": "^14.0.1", |
83 | 83 | "dayjs": "^1.11.21", |
84 | 84 | "js2xmlparser2": "^0.x", |
85 | 85 | "lru-cache": "^11.1.0", |
86 | | - "node-devicectl": "^1.1.0", |
87 | | - "node-simctl": "^8.1.1", |
| 86 | + "node-devicectl": "^2.0.0", |
| 87 | + "node-simctl": "^9.0.0", |
88 | 88 | "portscanner": "^2.2.0", |
89 | 89 | "semver": "^7.5.4", |
90 | 90 | "teen_process": "^4.0.4", |
|
93 | 93 | }, |
94 | 94 | "devDependencies": { |
95 | 95 | "@appium/docutils": "^2.4.0", |
96 | | - "@appium/eslint-config-appium-ts": "^3.0.0", |
97 | | - "@appium/tsconfig": "^1.0.0-rc.1", |
| 96 | + "@appium/oxc-config": "^1.1.0", |
| 97 | + "@appium/semantic-release-config": "^1.1.0", |
| 98 | + "@appium/tsconfig": "^1.2.0", |
98 | 99 | "@appium/types": "^1.5.0", |
99 | | - "@semantic-release/changelog": "^6.0.3", |
100 | | - "@semantic-release/git": "^10.0.1", |
101 | 100 | "@types/async-lock": "1.4.2", |
102 | 101 | "@types/chai": "5.2.3", |
103 | 102 | "@types/chai-as-promised": "8.0.2", |
|
108 | 107 | "@types/sinon": "22.0.0", |
109 | 108 | "chai": "^6.0.0", |
110 | 109 | "chai-as-promised": "^8.0.0", |
111 | | - "conventional-changelog-conventionalcommits": "^9.3.1", |
112 | 110 | "esmock": "^2.7.6", |
113 | | - "oxfmt": "^0.x", |
114 | 111 | "pem": "^1.14.8", |
115 | | - "semantic-release": "^25.0.2", |
116 | 112 | "sharp": "^0.x", |
117 | 113 | "sinon": "^22.0.0", |
118 | | - "typescript": "^6.0.2", |
119 | 114 | "webdriverio": "^9.4.1" |
120 | 115 | }, |
121 | 116 | "peerDependencies": { |
|
0 commit comments