Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/expo/expo-cli

Tools for creating, running, and deploying universal Expo and React Native apps
https://github.com/expo/expo-cli

[xdl] Update schemas

6203f3aa7b4614881da2311387634709076ed673 authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @expo/electron-a...

8a03a18faa1af8711947698bba94c227f6ece5ec authored over 4 years ago
Update CHANGELOG

052a36c85b6b4a94449fe94a9bdc9304be89a29f authored over 4 years ago
[xdl] Fix "unrecognized event: client log" SDK 38 warning

5006a3a2f7c98c22a78cf8ced8755d21ec67dcec authored over 4 years ago
fix(expo-cli): credentials:manager read credentials fix (#2311)

* fix(expo-cli): credentials:manager read credentials fix

- fix reading list of apps
- read ...

061bc2cf143074511d5eb55859bc96c6d14b149d authored over 4 years ago
[cli] Fail upgrade when expo install throws (#2291)

* [cli] Fail upgrade when expo install throws

* Apply suggestions from code review

* Updat...

4173534469e01f428cc69104a48ed07e91e402e5 authored over 4 years ago
[expo-cli][build:ios] Added prompt to supply bundle identifier (#2306)

b942a72f36018d64ef25fc0a0d8993da17ecb57d authored over 4 years ago
[package manager] Prompt the user to use sudo to install CocoaPods (#2303)

* Fix sudo prompt

* Use sudo on darwin

* Add support for non-interactive mode

* Update ...

46f4426cd517ff32e3ea27104f3e99f742a418aa authored over 4 years ago
[init] Make the tabs template use TypeScript (#2276)

218b39a3dc84f0ca9f1dd4bee540ece164b190a8 authored over 4 years ago
[traveling-fastlane] undocumented timeout flag (#2279)

3435500e81fd8d9cafb0f6a70580fc85d67b5e83 authored over 4 years ago
Mark functions as deprecated (#2283)

- xdl.Api
- xdl.Exp.determineEntryPoint
- xdl.Exp.getPublishInfoAsync
- xdl.Credentials
- xd...

05a547090354a16b91af6f7cf6f7812b5d5391f3 authored over 4 years ago
[xdl] add allowBackup customization feature for android (#2299)

* [xdl] add allowBackup customization feature for android

* clearer description

0be2e5271c077bbfc0c6cd1f52c7a2fd6e0c27df authored over 4 years ago
[CHANGELOG] Update for latest release

2aaf492a7296bd2e7aa09a319e689d872690d130 authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @expo/electron-a...

4bc73721d5a46fcac35096a0e86a1ceaa333b459 authored over 4 years ago
[CHANGELOG] Add missing entries

ecf9d6e13e97008a7eca47901c503de566b4faad authored over 4 years ago
[expo-cli] Remove leading - for expo-updates note

7c7efd8c5792b8f15cc4c98facebff50e0e397ba authored over 4 years ago
[xdl] Add ttf and otf to binary extensions

8200c004e26ae7e1deda53bf230237582d1a160c authored over 4 years ago
[expo-cli] configure expo-updates plist/xml values in expo init (#2249)

51cb2d6ccb4a716110e1e5d73f46ef58afabb442 authored over 4 years ago
[xdl] Replace calls to /bin/cp and /bin/rm with their xplat equivalents

2b70df926dfa778715cd5d62ed96b8c78bcae562 authored over 4 years ago
Allow starting projects with no dependencies field.

- In example projects the dependencies can all be installed via devDependencies

4f5234ee71ba11ed6ef5003f7702bd339dfd44c8 authored over 4 years ago
[cli] upgrade fastlane (#2298)

0e2ff51aa1016695fa54457c5fa9e9f875ffcec1 authored over 4 years ago
Revert "[cli] Refactor Android keystore update test with prompts inject (#2290)" (#2293)

This reverts commit d338ab2cf46ada4b30f165b6e91d1ed3fac23a40.

0c4e33746b47649bbade26c31e3c8ba7a8810c8a authored over 4 years ago
[CHANGELOG] Update for latest release

178742c568106d83850bdcf91a8912026fcfbd03 authored over 4 years ago
[config][expo-cli] add updates config to expo eject and expo apply (#2275)

Adds Updates configuration (both the properties set in app.json, and other properties like the u...

fa2252fab18ea75549a49e773d4fe238540388f1 authored over 4 years ago
[expo-cli] Make expo install behave the same in bare apps as in managed apps

87eec0215d8f42d0c06c8c4a043a01eba20697d8 authored over 4 years ago
[cli] Refactor Android keystore update test with prompts inject (#2290)

* [cli] Expose prompts inject method for testing

* [cli] Refactor Android keystore tests with...

d338ab2cf46ada4b30f165b6e91d1ed3fac23a40 authored over 4 years ago
update CHANGELOG.md

ad3e907bd0d654c08052c1523e6f0ace579c548c authored over 4 years ago
[publish-script] move console.log outside of for

dde425a21c4ea1e24929fda4ba33ac4d2757bfc2 authored over 4 years ago
[xdl] update versions cache

63273a934f4f87820171873c15b87fcaa3ed46e6 authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @expo/electron-a...

4bc7d72f46f33349a974bfb38f1ee325297a2c16 authored over 4 years ago
[expo-cli] fix tests

cbfe5faf3272bb8219b56c12c278c6a7b8c584e1 authored over 4 years ago
update CHANGELOG.md

397bfb2bdf0be6bae6554e6f85ef0dcebf76275a authored over 4 years ago
[expo-cli] submission service: create app on expo servers before submitting (#2271)

c9ac4aba08b4aef45ae861bd8185d78b15758c83 authored over 4 years ago
[traveling-fastlane] publish 1.15.1: cleaned unused deps for smaller pkg size

b9c65b19b4f0c2ab45fe946593df5c816d2fe6a2 authored over 4 years ago
[cli] Replace inquirer with prompts in the AndroidBuilder (#2209)

* refactor(expo-cli): add prompts implementation to replace inquirer

* [cli] Simplify the pro...

d6249b4412d7bb01c49333263128bb4dbe79e796 authored over 4 years ago
Remove unused legacy API code (#2281)

a4961f2f32bdbc8b13ab8a785dcbde49fb8a9243 authored over 4 years ago
Update CHANGELOG.md

Traveling Fastlane was not bumped yet.

ff870d686f49c4d02b362a8979d1b316ff06ec29 authored over 4 years ago
test(expo-cli): add tests for credentials/views/AndroidKeystore.ts (#2261)

* test(expo-cli): add tests for credentials/views/AndroidKeystore.ts

* switch mockImplemnetat...

64bf76d2185c06f5410a8cbd0b41820510a5d2fd authored over 4 years ago
Update CHANGELOG.md and XDL caches

391aaadd4f3ac921b4555ae0b549d7b112f8afee authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @expo/electron-a...

d868f8e4340f40a39f8e3a0d3b0c63f0ed116544 authored over 4 years ago
[xdl] Fix deprecated joi types and methods (#2278)

4fe5308d543223169ef63550aa175436c64cac00 authored over 4 years ago
fix: replace last instances of newestSdkVersion with newestReleasedSdkVersionAsync (#2266)

fa6ca6559bd2ccef88564889e612e2449e2f6bec authored over 4 years ago
[image-utils] add env variable to disable sharp resolution (#2269)

* Added an environment variable for disabling sharp-cli resolution.

* Update test.yml

2f660a52abc828e1fc9c3f60eb3af817e56549f9 authored over 4 years ago
[traveling-fastlane] publish 1.15.0

b3eddb327506da9c89949e83286aedaf3118828b authored over 4 years ago
[traveling-fastlane] bump traveling fastlane (#2273)

f7a59d4154153b60ac8ca61ed70ed96a633b2dc6 authored over 4 years ago
Update changelog

3781ac081d63d1e57b91396298fea4c81f009e5b authored over 4 years ago
[expo-cli] turtle v2: create app before running build (#2248)

* [expo-cli] turtle v2: create app before running build

* [expo-cli] add progress bar for pro...

5ffe34d6c56562210284698c5219f9d5e41ce23c authored over 4 years ago
Adjust config types to take defaults in account (#2260)

ce02510771db2e20922f62e4ee904fc5796391f7 authored over 4 years ago
Use default splash.resizeMode on web (#2268)

7b9f9ab711db267e3108745fe98eff0e8bbfb40a authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @ex...

6b4992ca3bc4e23d32c5fc95110d3750c54dedfe authored over 4 years ago
fix(expo-cli): remove keystore only if confirmed (#2258)

f44d0d7f82d84f162ace8abe609e0b23ef750363 authored over 4 years ago
[xdl] Fix StandaloneContext.isAnonymous implementation

3eecc9a7755b09f005c2e0d205bbbe4416602128 authored over 4 years ago
[xdl] Fix standalone service context being recognized as user context

210da96f6296b7331fb2024040c6a7f31b7307a9 authored over 4 years ago
[xdl] Fix broken condition after removing lodash

e1164f937c2b7841cada2b67715d55ae5d1743c7 authored over 4 years ago
[xdl] Change generated ExpoKit pod path

3af3c4815acc7ec87672fabedbef51c694a6c101 authored over 4 years ago
chore: upgrade and partially remove deprecated joi package

468fdf9a4d1ae04dabd07fd1ce5d0ab0f7fee6d4 authored over 4 years ago
Upgrade changelog

c4d114b32ca7e02fe3d17b6ade83c5ad65f1c3b0 authored over 4 years ago
chore: bump @react-native-community/cli-server-api version

d2b1d54eb451aea8ed130b0cc392a6f030dbc0d7 authored over 4 years ago
refactor: unify glob usage (#2218)

40fc01f652d73750c220d7728bba390576eee252 authored over 4 years ago
fix: remove opt-in-google-play-signing (#2247)

* fix: remove opt-in-google-play-signing

* update CHANGELOG.md

9a44da0688f2793c87c5e1c5c362d031d2761c0d authored over 4 years ago
[xdl] set EXPO_TARGET to correct value when starting dev server (#2250)

e106afa4f6bc7a8126469a3a123af46d7db5ec3f authored over 4 years ago
Upgrade find-yarn-workspace-root (#2251)

578ef4a7954221fe6df82260d193f717965a3ffd authored over 4 years ago
[expo-cli][install] format error messages (#2234)

* Updated install error messages

* Added e2e tests

* Update install-test.ts

3511e1e835e13fcbd9cda7b172a040be9b1aaa1c authored over 4 years ago
Add CWD parameter to child process spawn (#2220)

* Add cwd parameter

* Add process.cwd

* Add tests

49051d146997cae8d7495a4fde979a659329101b authored over 4 years ago
feat(expo-cli): extract android credentials flow (#2230)

* feat(expo-cli): extract android credentials flow

* review feedback

* tests

* fix nonI...

6f6f1085e0503dce1c66f96b3634a9d3f0ed4ee3 authored over 4 years ago
[expo-cli] Updated syntax for send command (#2217)

* Updated syntax for send command

* Remove testing code

f224dcb9c19461932e19f09ee8b6b0cd5f3a38e3 authored over 4 years ago
[configure-splash-screen] Publish @expo/[email protected]

003f2b78673fdc1ff5e05bd23bd2df678a99e5e5 authored over 4 years ago
[configure-splash-screen] Add StatusBar customisation (#2196)

b1fa95f6a0e37c72ac8a030f49de727f8c3823fb authored over 4 years ago
Allow providing a postExport hook (#2227)

a1814109c9da8ccae3c7a2e5e1f995ff25c4fdeb authored over 4 years ago
Update Node.js version check (#2219)

- Drop support for Node 13 (EOL 2020-06-01)
- Drop support for Node 12.0.0-12.13.0. (LTS started...

114c36b84ebeab060bc94ab2f5f5f80f389d4d45 authored over 4 years ago
Update README.md

c67e1c6f85515f9c79ea3ada460406164e6e7533 authored over 4 years ago
update CHANGELOG.md and add a reminder to the publish script (#2228)

* add missing CHANGLOG.md entries

* add a reminder about updating CHANGELOG.md to scripts/pub...

f2d6d7950eb6680bdfe5ad8288d61c01c418c7d6 authored over 4 years ago
[scripts] add publish support for alpha tags (#2231)

* [scripts] add publish support for alpha tags

* prelease => prerelease

9d6a60facf9668038b1076a4bc45b0fef1fe2ac5 authored over 4 years ago
Publish

- [email protected]

eb8409e9e18ea9c208a79f998596469b40145ca7 authored over 4 years ago
[cli] fix skip creds flag (#2213)

50edd2af989bb5f2a7d6e08722edbb3f02941b81 authored over 4 years ago
[expo-cli] fix importing md5-file

f875c67e1eb1614031715a9a645a8516e467f620 authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @exp...

39a705ade41e7fd6807ab05288ddeab7ca17138d authored over 4 years ago
[xdl] clean up *.bak files when building ipa (#2211)

* [xdl] clean up *.bak files when building ipa

* [xdl] address code review suggestion

413ac1cd88aff8d18cb38ea40ad61edbdfb9b750 authored over 4 years ago
[expo-cli][eject] Reduce dead code, improve testing (#2201)

* reduce extra config invocations

* Update Eject.ts

* Test pkg main

* Test gitignore me...

5c223e2c52e26d15650479d8c70f5f59704d91ea authored over 4 years ago
Created puppeteer GH action (#2205)

* Created puppeteer GH action

* Update jest-puppeteer.config.js

* Update test.yml

f4e844d3a0cbcfd608eec00f07d1b24fae6a22c3 authored over 4 years ago
[webpack-config] code loading infra (#2203)

* Added infra for testing code loading

* Update webpack.config-test.js.snap

* Update webpa...

5d29fe67353a54b0257b5a5b013428c24275f252 authored over 4 years ago
Disable webpack loader bar in CI (#2204)

* Disable webpack loader bar in CI

- Force snapshot tests to run in CI mode

* Restructure ...

8714e4f6918236f781e41e4d7bfa2a23ed582687 authored over 4 years ago
Added jest watch plugins (#2202)

2dfc929b7851aa641c8018bb62f680d5eb4bf5ad authored over 4 years ago
[expo-cli] Provide fallback value for sourceExts when packagerOpts is provided in config without it

1443505800d7b0f3686c2924e606c79153a85e89 authored over 4 years ago
Creaetd e2e test for eject command (#2197)

f20d81a688e20ee3bc36afb803d1bfcd2d6feba6 authored over 4 years ago
chore: run yarn

6c579ec9709fe630fe6a92275a20dc28df6f15c5 authored over 4 years ago
chore: use only one version of fs-extra (#2190)

c14c8151ac5e9ab3a5d9141fea786d33115fccac authored over 4 years ago
Remove fs extra from package-manager (#2171)

* Remove fs extra from package-manager

* Update package.json

54b51389dec52e2fa73748a8064a9ef5c06e9a81 authored over 4 years ago
Prevent overwriting environment variables in Next.js (#2177)

* Prevent overwriting environment in Next.js

* EXPO_WEBPACK_DEFINE_ENVIRONMENT_KEYS -> EXPO_W...

5eeb6def0f33140ed317fcb1ceb67d3b1cf00193 authored over 4 years ago
chore(configure-splash-screen): remove unused package inquirer (#2189)

06d727e60811cdbbe6119ce5782137a04c2e0a59 authored over 4 years ago
chore: disable codecov comments on PRs (#2191)

c28827610cece3ca38a26050c0c32db500417301 authored over 4 years ago
Invert npmignore, use files instead (#2186)

26df7a2618d18103e27a5b27230f6dde45f0bc46 authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- [email protected]
- @expo/xd...

eaff0bcc27a4a1221e54c453d98a0691af23792c authored over 4 years ago
chore(configure-splash-screen): only publish the output folder

7f718ab83bb88b9e31cfc3f0154973b62c032ecc authored over 4 years ago
fix: TypeError: packagerOpts.reduce is not a function

bb9d5c12d064ac3ea01d847fefabccacaa3f5a5b authored over 4 years ago
Publish

- @expo/[email protected]
- @expo/[email protected]
- @expo/[email protected]
- @expo/electron-ada...

e5c0a33bc95b222f9df36b5ba97061ddfe539555 authored over 4 years ago
chore: update dependencies (#2185)

* chore: update dependencies

* Remove glob-promise

* Revert globby/glob related changes fr...

eeb6c6c98a042be08e198ea2537a4a42baa1a9bc authored over 4 years ago
chore: clean up lodash usage (#2170)

- Removed every `import _ from 'lodash'` usage and replaced it with individual imports (which is...

6e8fbc4dec5c49eab347f9a0b5f7c4005b09356c authored over 4 years ago
[xdl] Deprecate Web module in favor of Webpack module (#2184)

* Deprecate Web module in favor of Webpack module

* Remove require cycle

* Update start.ts...

6172224938db4bb7a8b3af4edd3ab0cf624fbdbb authored over 4 years ago