Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to [email protected] for circular dependency check #2724

Merged
merged 1 commit into from
Sep 30, 2022
Merged

chore: upgrade to [email protected] for circular dependency check #2724

merged 1 commit into from
Sep 30, 2022

Conversation

iuioiua
Copy link
Contributor

@iuioiua iuioiua commented Sep 30, 2022

Also specifies a version for deno_doc in the deprecation check so avoid any compatibility issues in the future.

@iuioiua iuioiua marked this pull request as ready for review September 30, 2022 02:44
@@ -3,7 +3,7 @@
import { VERSION } from "../version.ts";
import * as semver from "../semver/mod.ts";
import * as colors from "../fmt/colors.ts";
import { doc } from "https://deno.land/x/deno_doc/mod.ts";
import { doc } from "https://deno.land/x/deno_doc@0.46.0/mod.ts";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@kt3k kt3k merged commit 3d2dc6d into denoland:main Sep 30, 2022
@iuioiua iuioiua deleted the update-deno_graph branch September 30, 2022 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants