← All recipes
Moderne licensed

Remove redundant dependency overrides

Recipe IDorg.openrewrite.nodejs.security.RemoveRedundantOverrides
Artifactorg.openrewrite.recipe:rewrite-nodejs

Removes overrides/resolutions from package.json that are redundant because the dependency tree already resolves to the overridden version (or higher) without the override. For each project, the recipe re-runs the package manager's lock-file generation with all overrides stripped and compares the resolved versions against the original override pins. Overrides matching or below the natural resolution are dropped along with any parallel //overrides, //resolutions, or //pnpm.overrides comment entries.

Single recipeProprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.nodejs.security.RemoveRedundantOverrides

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite.recipe:rewrite-nodejs:0.47.3

Options

NameTypeDescription
dryRunBooleanIf true, only report which overrides are redundant without removing them.
e.g. true

Data tables

Structured output this recipe can produce.

  • Source files that had resultsSource files that were modified by the recipe run.org.openrewrite.table.SourcesFileResults
  • Source files that had search resultsSearch results that were found during the recipe run.org.openrewrite.table.SearchResults
  • Source files that errored on a recipeThe details of all errors produced by a recipe run.org.openrewrite.table.SourcesFileErrors
  • Recipe performanceStatistics used in analyzing the performance of recipes.org.openrewrite.table.RecipeRunStats