Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpgradeInsight

import type { UpgradeInsight } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

This insight is a recommendation to upgrade a given library to the specified version, in order to avoid dependencies on non-SDK APIs.

interface UpgradeInsight {
packageName?: string;
upgradeToVersion?: string;
}

§Properties

§
packageName?: string
[src]

The name of the package to be upgraded.

§
upgradeToVersion?: string
[src]

The suggested version to upgrade to. Optional: In case we are not sure which version solves this problem