Skip to content

Commit 871218f

Browse files
authored
chore: bump eslint-plugin-wdio to drop oxlint patch (#2705)
1 parent 4c70aed commit 871218f

5 files changed

Lines changed: 107 additions & 183 deletions

File tree

.yarn/patches/oxlint-npm-1.51.0-b8c8e3b5d8.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ packageExtensions:
1919
appium@3:
2020
dependencies:
2121
"@colors/colors": ^1.6.0
22-
react-native-macos@0.79:
23-
dependencies:
24-
"@react-native-community/cli": ^18.0.0
25-
"@react-native-community/cli-platform-apple": ^18.0.0
26-
"@react-native-community/cli-platform-ios": ^18.0.0
2722
plugins:
2823
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
2924
spec: "@yarnpkg/plugin-compat"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@
3232
"@rnx-kit/oxlint-config": "^1.0.3",
3333
"@types/js-yaml": "^4.0.5",
3434
"@types/node": "^24.0.0",
35-
"eslint-plugin-wdio": "^9.0.0",
35+
"eslint-plugin-wdio": "^9.26.0",
36+
"globals": "^16.5.0",
3637
"js-yaml": "^4.1.0",
3738
"minimatch": "^10.0.0",
3839
"nx": "^21.0.0",
3940
"oxfmt": "^0.35.0",
40-
"oxlint": "patch:oxlint@npm%3A1.51.0#~/.yarn/patches/oxlint-npm-1.51.0-b8c8e3b5d8.patch",
41+
"oxlint": "^1.51.0",
4142
"typescript": "^5.0.0"
4243
},
4344
"resolutions": {

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"memfs": "^4.0.0",
118118
"minimatch": "^10.0.0",
119119
"oxfmt": "^0.35.0",
120-
"oxlint": "patch:oxlint@npm%3A1.51.0#~/.yarn/patches/oxlint-npm-1.51.0-b8c8e3b5d8.patch",
120+
"oxlint": "^1.51.0",
121121
"react": "19.1.0",
122122
"react-native": "^0.81.0",
123123
"react-native-macos": "^0.81.1",

0 commit comments

Comments
 (0)