Cedric van Putten

Results 134 issues of Cedric van Putten

# Checklist - [x] I've added an entry to [CHANGELOG.md](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md#main) if necessary. You can comment this pull request with `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]` and CHANGELOG.md will be updated automatically. # Why...

# Why Building and deploying takes a good 10/15m for some parts of Snack. It's also not super easy to get up and running. You'll need to configure and run...

# Why Fixes #22884 # How See PR #22939 for a list of all missing dependencies (including some "expected missing dependencies") ### `minimatch` **`minimatch` was the original offender from #22884,...

bot: suggestions

# Why Fixes #23400 # How - Added defensive autoconversion from **tsconfig.json** `compilerOptions.paths` → Jest's **moduleNameMapper** (similarly to [`ts-jest`'s module name mapper](https://kulshekhar.github.io/ts-jest/docs/getting-started/paths-mapping)) # Test Plan - `$ yarn create expo...

bot: passed checks

# Why `chalk` is used in the `expo-updates` CLI, but `chalk` was not added to the **package.json**. This could cause issues in [isolated modules](https://github.com/npm/rfcs/blob/main/accepted/0042-isolated-mode.md), or when `expo-updates` is installed without...

bot: passed checks

# Why `fs-extra` is used in the `expo-updates` CLI, but `fs-extra` was only added as `devDependency` to the **package.json**. This could cause issues in [isolated modules](https://github.com/npm/rfcs/blob/main/accepted/0042-isolated-mode.md), or when `expo-updates` is...

bot: passed checks

# Why Fixes #23440 Unfortunately, due to Node's limitation in URL, we can't use `_` in protocols. Even when we do fix it, we run into URL parsing issues in...

bot: passed checks

# Why Fixes ENG-8456 # How This `expo run` command is identical to the `eas build:run` command, where users are presented with a selection of each platform. - Added `src/run/index.ts`...

bot: passed checks

# Why Fixes ENG-11243 This adds support for dotenv files to `jest-expo`, through `@expo/env`. # How - Load `@expo/env` from `expo -> @expo/cli -> @expo/env` - Load `@expo/config/paths` from `expo...

bot: passed checks
bot: fingerprint compatible

# Why This change removes the old `disableHierarchicalLookup` stuff, and documents the built-in monorepo support when using `expo/metro-config`. # How - Dropped outdated and commented out step 3 - Added...

bot: passed checks