Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gingerbenw/dependency updates #172

Draft
wants to merge 13 commits into
base: v50/next
Choose a base branch
from
Draft
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
command:
- --app=build/output.apk
- --farm=bs
- --device=ANDROID_12_0
- --device=ANDROID_12
- --a11y-locator
- --fail-fast
- --retry=2
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ source 'https://rubygems.org'
gem 'cocoapods'
gem 'fastlane'

gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'
# gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'

gem 'bugsnag-maze-runner', '~>8.0'

# Use a branch of Maze Runner
#gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'tms/use-maze-check'
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.expo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CI test image for unit/lint/type tests
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v6-cli as expo-maze-runner
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v8-cli as expo-maze-runner
COPY /features /app/features
WORKDIR /app
10 changes: 5 additions & 5 deletions features/fixtures/test-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"buildNumber": "1",
"infoPlist": {
"NSAppTransportSecurity": {
"NSExceptionDomains": {
"bs-local.com": {
"NSExceptionAllowsInsecureHTTPLoads": true
}
"NSExceptionDomains": {
"bs-local.com": {
"NSExceptionAllowsInsecureHTTPLoads": true
}
}
}
}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
10 changes: 5 additions & 5 deletions features/fixtures/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"dependencies": {
"@bugsnag/expo": "*",
"@react-native-community/netinfo": "11.1.0",
"expo": "^50.0.0",
"expo": "~50.0.8",
"expo-application": "~5.8.3",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.0",
"expo-crypto": "~12.8.1",
"expo-device": "~5.9.3",
"expo-file-system": "~16.0.5",
"expo-file-system": "~16.0.7",
"expo-screen-orientation": "~6.4.1",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.2"
"react-native": "0.73.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand All @@ -29,4 +29,4 @@
"bugsnag-expo-cli": "*"
},
"private": true
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"jest-expo": "^50.0.1",
"lerna": "^8.0.2",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native": "0.73.4",
"verdaccio": "^5.10.2"
},
"scripts": {
Expand All @@ -24,6 +24,7 @@
},
"private": true,
"workspaces": [
"packages/*", "features/fixtures/test-app"
"packages/*",
"features/fixtures/test-app"
]
}
8 changes: 4 additions & 4 deletions packages/delivery-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"devDependencies": {
"@bugsnag/core": "^7.16.0",
"@react-native-community/netinfo": "11.1.0",
"expo-crypto": "~12.8.0",
"expo-file-system": "~16.0.1"
"expo-crypto": "~12.8.1",
"expo-file-system": "~16.0.7"
},
"peerDependencies": {
"@bugsnag/core": "^7.0.0",
"@react-native-community/netinfo": "11.1.0",
"expo-crypto": "~12.8.0",
"expo-file-system": "~16.0.1"
"expo-crypto": "~12.8.1",
"expo-file-system": "~16.0.7"
}
}
7 changes: 4 additions & 3 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@
"bugsnag-build-reporter": "^2.0.0"
},
"devDependencies": {
"expo-constants": "~15.4.1"
"expo-constants": "~15.4.5"
},
"peerDependencies": {
"expo": "^50.0.0",
"expo-constants": "~15.4.1",
"expo-constants": "~15.4.5",
"promise": "^8.3.0",
"react": "*"
"react": "*",
"react-native": "*"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-expo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.19.0",
"expo-application": "~5.8.0",
"expo-constants": "~15.4.1"
"expo-application": "~5.8.3",
"expo-constants": "~15.4.5"
},
"peerDependencies": {
"@bugsnag/core": "^7.0.0",
"expo-application": "~5.8.0",
"expo-constants": "~15.4.1"
"expo-application": "~5.8.3",
"expo-constants": "~15.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/plugin-expo-device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.16.0",
"expo-constants": "~15.4.1",
"expo-device": "~5.9.0"
"expo-constants": "~15.4.5",
"expo-device": "~5.9.3"
},
"peerDependencies": {
"@bugsnag/core": "^7.0.0",
"expo-constants": "~15.4.1",
"expo-device": "~5.9.0"
"expo-constants": "~15.4.5",
"expo-device": "~5.9.3"
}
}
Loading