Home
last modified time | relevance | path

Searched refs:outdated (Results 1 – 14 of 14) sorted by relevance

/expo/tools/src/android-update-native-dependencies/
H A Dindex.ts23 gradleReport: { exceeded, unresolved, outdated }, constant
26 const noDependenciesIssues = unresolvedExceededDependencies.length + outdated.length === 0;
34 if (outdated.length > 0) {
36 outdated.forEach(printDependency);
H A Dprompts.ts21 gradleReport: { outdated, exceeded, unresolved },
24 outdated.length > 0 ? ` ${chalk.yellow(`(${outdated.length} ⚠️ )`)}` : '';
33 checked: outdated.length > 0 || exceeded.length > 0 || unresolved.length > 0,
136 result.push(...(await promptForDependenciesVersions(report.gradleReport.outdated)));
H A Dtypes.ts35 outdated: RawGradleDependencyGroup; property
55 outdated: GradleDependency[]; property
H A DandroidProjectReports.ts171 outdated: rawGradleUpdatesReport.outdated.dependencies.map(mapRawGradleDependency),
/expo/.github/workflows/
H A Dlock.yml24 add-issue-labels: 'outdated'
/expo/guides/
H A DCreating Unimodules.md3 > **Warning:** This doc is outdated and will be updated soon.
H A DExpo Module Infrastructure.md3 > **Warning:** This doc is outdated and will be updated soon.
H A DExpo Documentation Writing Style Guide.md253 ### Avoiding using outdated workflows
255 Avoid mentioning or using the terms to represent outdated/archived workflows: managed or bare workf…
/expo/packages/@expo/config-plugins/build/plugins/
H A Dmod-compiler.js.map1 …refore will not provide modResults to child mods. This may be due to an outdated version of Expo C…
/expo/packages/@expo/config-plugins/build/ios/
H A DUpdates.js.map1 …\"Could not find the build script for iOS. This could happen in case of outdated 'node_modules'. R…
/expo/packages/@expo/config-plugins/build/android/
H A DUpdates.js.map1 …uld not find the build script for Android. This could happen in case of outdated 'node_modules'. R…
/expo/packages/expo-notifications/
H A DCHANGELOG.md302 …ed on Expo push servers which lead to Expo push tokens corresponding to outdated Firebase tokens. …
/expo/docs/pages/more/
H A Dexpo-cli.mdx486 …`CI=1 npx expo install --check` will fail if any installed packages are outdated. …
/expo/guides/releasing/
H A DRelease Workflow.md29 - Run `et update-vendored-module --list-outdated`.