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

refactor: upgrade to deno_graph 0.66 #163

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

dsherret
Copy link
Member

No description provided.

@@ -11,8 +11,8 @@ license = "MIT"
[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
deno_ast = { version = "0.33.2", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = { version = "0.65.0", default-features = true }
deno_ast = { version = "0.33.3", features = ["bundler", "codegen", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }

Choose a reason for hiding this comment

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

Do these need to be "=0.XXX"?

Copy link
Member Author

@dsherret dsherret Feb 15, 2024

Choose a reason for hiding this comment

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

To pin them to a patch? I don't believe for these crates. I bumped it here in order to get a decorator fix for the Wasm code.

Copy link

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

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

LGTM!

@dsherret dsherret merged commit 0ea4a8b into denoland:main Feb 15, 2024
4 checks passed
@dsherret dsherret deleted the refactor_deno_graph_0_66 branch February 15, 2024 15:40
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