Searched refs:outdated (Results 1 – 14 of 14) sorted by relevance
23 gradleReport: { exceeded, unresolved, outdated }, constant26 const noDependenciesIssues = unresolvedExceededDependencies.length + outdated.length === 0;34 if (outdated.length > 0) {36 outdated.forEach(printDependency);
21 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)));
35 outdated: RawGradleDependencyGroup; property55 outdated: GradleDependency[]; property
171 outdated: rawGradleUpdatesReport.outdated.dependencies.map(mapRawGradleDependency),
24 add-issue-labels: 'outdated'
3 > **Warning:** This doc is outdated and will be updated soon.
253 ### Avoiding using outdated workflows255 Avoid mentioning or using the terms to represent outdated/archived workflows: managed or bare workf…
1 …refore will not provide modResults to child mods. This may be due to an outdated version of Expo C…
1 …\"Could not find the build script for iOS. This could happen in case of outdated 'node_modules'. R…
1 …uld not find the build script for Android. This could happen in case of outdated 'node_modules'. R…
302 …ed on Expo push servers which lead to Expo push tokens corresponding to outdated Firebase tokens. …
486 …`CI=1 npx expo install --check` will fail if any installed packages are outdated. …
29 - Run `et update-vendored-module --list-outdated`.