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

[metro-config] add missing dependency #25446

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

douglowder
Copy link
Contributor

Why

Changes in #25369 in metro-config have broken npx expo export and therefore eas update, due to a new reference to the path-to-regexp module.

How

Add the correct dependency in @expo/metro-config.

Test Plan

Manual testing with an app generated with packages/expo-updates/e2e/setup/create-updates-test.ts, to verify that eas update works again.

Checklist

@douglowder douglowder requested review from wschurman and removed request for marklawlor November 17, 2023 10:36
@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Nov 17, 2023
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Nov 17, 2023
@douglowder douglowder merged commit bdc5606 into main Nov 17, 2023
18 checks passed
@douglowder douglowder deleted the doug/fix-metro-config-dep branch November 17, 2023 19:12
onizam95 pushed a commit to onizam95/expo-av-drm that referenced this pull request Jan 15, 2024
# Why

Changes in expo#25369 in metro-config have broken `npx expo export` and
therefore `eas update`, due to a new reference to the `path-to-regexp`
module.

# How

Add the correct dependency in `@expo/metro-config`.

# Test Plan

Manual testing with an app generated with
`packages/expo-updates/e2e/setup/create-updates-test.ts`, to verify that
`eas update` works again.

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants