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

fix(cli): add missing find-yarn-workspace-root dependency #25991

Merged
merged 2 commits into from Dec 19, 2023

Conversation

byCedric
Copy link
Member

Why

@expo/cli does not have a direct dependency reference to find-yarn-workspace-root, yet we import it in src/start/server/middleware/ManifestMiddleware.ts. This breaks isolated modules.

The current implicit dependency chains are:

  • @expo/cli → @expo/metro-config → find-yarn-workspace-root
  • @expo/cli → @expo/package-manager → find-yarn-workspace-root
  • @expo/cli → @expo/prebuild-config → find-yarn-workspace-root

How

  • Added find-yarn-workspace-root as dependency to @expo/cli

Test Plan

See if yarn typecheck has any typescript issues.

Checklist

@expo-bot expo-bot added the bot: passed checks ExpoBot has nothing to complain about label Dec 18, 2023
@byCedric byCedric force-pushed the @bycedric/cli/import-find-yarn-workspace-root branch from 4852814 to db2d0e0 Compare December 19, 2023 21:48
@byCedric byCedric merged commit f5dc801 into main Dec 19, 2023
5 of 6 checks passed
@byCedric byCedric deleted the @bycedric/cli/import-find-yarn-workspace-root branch December 19, 2023 22:21
byCedric added a commit that referenced this pull request Dec 19, 2023
# Why

`@expo/cli` does not have a direct dependency reference to
`find-yarn-workspace-root`, yet we import it in
[`src/start/server/middleware/ManifestMiddleware.ts`](https://github.com/expo/expo/blob/23842ab218b08f556b9931152e78c045d31d399e/packages/%40expo/cli/src/start/server/middleware/ManifestMiddleware.ts#L9).
This breaks isolated modules.

The current implicit dependency chains are:

- `@expo/cli → @expo/metro-config → find-yarn-workspace-root`
- `@expo/cli → @expo/package-manager → find-yarn-workspace-root`
- `@expo/cli → @expo/prebuild-config → find-yarn-workspace-root`

# How

- Added `find-yarn-workspace-root` as dependency to `@expo/cli`

# Test Plan

See if `yarn typecheck` has any typescript issues.

# 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).
@brentvatne brentvatne added the published Changes from the PR have been published to npm label Dec 19, 2023
onizam95 pushed a commit to onizam95/expo-av-drm that referenced this pull request Jan 15, 2024
# Why

`@expo/cli` does not have a direct dependency reference to
`find-yarn-workspace-root`, yet we import it in
[`src/start/server/middleware/ManifestMiddleware.ts`](https://github.com/expo/expo/blob/23842ab218b08f556b9931152e78c045d31d399e/packages/%40expo/cli/src/start/server/middleware/ManifestMiddleware.ts#L9).
This breaks isolated modules.

The current implicit dependency chains are:

- `@expo/cli → @expo/metro-config → find-yarn-workspace-root`
- `@expo/cli → @expo/package-manager → find-yarn-workspace-root`
- `@expo/cli → @expo/prebuild-config → find-yarn-workspace-root`

# How

- Added `find-yarn-workspace-root` as dependency to `@expo/cli`

# Test Plan

See if `yarn typecheck` has any typescript issues.

# 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 compatible bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants