chore(deps): update dependency expo-doctor to v1.20.1 - autoclosed#174
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency expo-doctor to v1.20.1 - autoclosed#174renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/expo-doctor-1.x
branch
13 times, most recently
from
May 21, 2026 17:09
f085eeb to
904c541
Compare
renovate
Bot
force-pushed
the
renovate/expo-doctor-1.x
branch
from
May 23, 2026 17:10
904c541 to
9033cda
Compare
renovate
Bot
force-pushed
the
renovate/expo-doctor-1.x
branch
from
July 25, 2026 20:07
9033cda to
2f787c6
Compare
renovate
Bot
force-pushed
the
renovate/expo-doctor-1.x
branch
from
July 25, 2026 20:42
2f787c6 to
0673983
Compare
auto-merge was automatically disabled
July 25, 2026 20:45
Pull request was closed
GSTJ
added a commit
that referenced
this pull request
Jul 25, 2026
…es (#208) Supersedes #174. Renovate's expo-doctor bump has been red for two months. The newer doctor runs 19 checks instead of 15, and one of the new ones flags our `metro.config.js`: we hand-roll `watchFolders`, `nodeModulesPaths` and `disableHierarchicalLookup` from the old Expo monorepo recipe, and `expo/metro-config` has done all of that on its own for a few SDKs now. The manual version drifts, which is exactly what doctor is complaining about. So this deletes them and takes the defaults. What's left is the cache store (worth keeping, it stops the cache being shared across projects) and the watcher healthcheck. ``` Running 19 checks on your project... 19/19 checks passed. No issues detected! ``` And the bundle still resolves through the workspace link, which is the thing those overrides existed to make work: ``` iOS Bundled 6247ms examples/kitchen-sink/index.js (1473 modules) › ios bundles (1): _expo/static/js/ios/index-b0c699b7b8c097ea6ee7e4d9207a9545.hbc (3.9MB) ``` One tweak to #206 rides along: I scoped the kitchen-sink `in-range-only` rule to `dependencies`. As written it also caught devDependencies, which would have frozen expo-doctor at whatever exact version it's pinned to forever. The SDK-pinned things we care about are all runtime deps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.13.3→1.20.1Release Notes
expo/expo (expo-doctor)
v1.20.1Compare Source
v1.20.0Compare Source
v1.19.10Compare Source
v1.19.9Compare Source
v1.19.8Compare Source
💡 Others
expo/metro-config'sloadUserConfig(#46155 by @kitten)v1.19.7Compare Source
🎉 New features
*.localenv files (#45832 by @kitten)🐛 Bug fixes
💡 Others
@expo/spawn-async@^1.8.0(#45999 by @kitten)v1.19.6Compare Source
🎉 New features
watchFolderscheck for SDK 56 (#45567 by @kitten)blacklistREor invalidblockListregex are used (#45567 by @kitten)v1.19.5Compare Source
This version does not introduce any user-facing changes.
v1.19.4Compare Source
This version does not introduce any user-facing changes.
v1.19.3Compare Source
This version does not introduce any user-facing changes.
v1.19.2Compare Source
This version does not introduce any user-facing changes.
v1.19.1Compare Source
This version does not introduce any user-facing changes.
v1.19.0Compare Source
🎉 New features
@expo/vector-iconsandreact-native-vector-iconsor packages from@react-native-vector-icons(#37958 by @vonovak)💡 Others
@react-navigation/nativeand@react-navigation/corein duplicates check (#43461 by @kitten)v1.18.24Compare Source
v1.18.23Compare Source
v1.18.22Compare Source
v1.18.21Compare Source
This version does not introduce any user-facing changes.
v1.18.20Compare Source
💡 Others
@expo/envfault tolerant (#44985 by @kitten)v1.18.19Compare Source
🎉 New features
overrides/resolutionsfor critical package versions (#44770 by @kitten)v1.18.18Compare Source
🎉 New features
--verboseoutput (#44592 by @kitten)v1.18.17Compare Source
This version does not introduce any user-facing changes.
v1.18.16Compare Source
This version does not introduce any user-facing changes.
v1.18.15Compare Source
This version does not introduce any user-facing changes.
v1.18.14Compare Source
💡 Others
expo configCLI instead of importing@expo/configdirectly (#44044 by @entiendonull)v1.18.13Compare Source
💡 Others
webplatform in duplicate packages check (#43724 by @kitten)@expo/cli's implementation (#44593 by @kitten)v1.18.12Compare Source
This version does not introduce any user-facing changes.
v1.18.11Compare Source
This version does not introduce any user-facing changes.
v1.18.10Compare Source
This version does not introduce any user-facing changes.
v1.18.9Compare Source
This version does not introduce any user-facing changes.
v1.18.8Compare Source
This version does not introduce any user-facing changes.
v1.18.7Compare Source
This version does not introduce any user-facing changes.
v1.18.6Compare Source
This version does not introduce any user-facing changes.
v1.18.5Compare Source
💡 Others
v1.18.4Compare Source
🐛 Bug fixes
.gitignoreand.easignorehandling to correctly identify ignore status of files (#42756 by @kitten)v1.18.3Compare Source
This version does not introduce any user-facing changes.
v1.18.2Compare Source
This version does not introduce any user-facing changes.
v1.18.1Compare Source
🎉 New features
overrides/resolutionsfor critical package versions (#44770 by @kitten)v1.18.0Compare Source
🐛 Bug fixes
npx expoExpo CLI invocation to avoid debug warnings from npm polluting standard output (#40731 by @kitten)💡 Others
@expo/metro@54.2.0andmetro@0.83.3(#41142 by @kitten)v1.17.14Compare Source
v1.17.13Compare Source
v1.17.12Compare Source
💡 Others
glob@^13.0.0(#41079 by @kitten)v1.17.11Compare Source
💡 Others
@expo/metro@54.1.0andmetro@0.83.2(#39826 by @kitten)v1.17.10Compare Source
🎉 New features
v1.17.9Compare Source
🐛 Bug fixes
v1.17.8Compare Source
This version does not introduce any user-facing changes.
v1.17.7Compare Source
This version does not introduce any user-facing changes.
v1.17.6Compare Source
💡 Others
expo-dev-launcher,expo-dev-menu,expo-dev-menu-interface,expo-updates-interface, andexpo-eas-clientto ignore RN Directory packages (#39409 by @kitten)v1.17.5Compare Source
💡 Others
v1.17.4Compare Source
This version does not introduce any user-facing changes.
v1.17.3Compare Source
This version does not introduce any user-facing changes.
v1.17.2Compare Source
💡 Others
v1.17.1Compare Source
💡 Others
glob@^13.0.0(#41079 by @kitten)v1.17.0Compare Source
🎉 New features
💡 Others
node_modulesif autolinking finds duplicates with all identical versions (#39026 by @kitten)v1.16.0Compare Source
🎉 New features
v1.15.1Compare Source
This version does not introduce any user-facing changes.
v1.15.0Compare Source
🎉 New features
🐛 Bug fixes
💡 Others
@vercel/nccbuild (#38801 by @kitten)v1.14.0Compare Source
🎉 New features
🐛 Bug fixes
💡 Others
@expo/metrowrapper package (#38166 by @kitten)DirectPackageInstallCheck(#38701 by @kitten)v1.13.5Compare Source
This version does not introduce any user-facing changes.
v1.13.4Compare Source
🐛 Bug fixes
getenv@2.0.0to support upper case boolean environment variables (#36688 by @stephenlacy)💡 Others
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.