Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

chore: update deno_ast version to 0.50.2 - #14

Merged
dragon3 merged 1 commit into
masterfrom
chore/update-deno
Oct 1, 2025
Merged

chore: update deno_ast version to 0.50.2#14
dragon3 merged 1 commit into
masterfrom
chore/update-deno

Conversation

@dragon3

@dragon3dragon3 commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

This pull request updates deno_ast version to 0.50.2.

To solve compile error with the latest serde, like below:

error[E0432]: unresolved import `serde::__private`
Error: --> /XXXX/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc_common-9.2.0/src/private/mod.rs:3:9
|
3 | pub use serde::__private as serde;
| ^^^^^^^---------^^^^^^^^^
| | |
| | help: a similar name exists in the module: `private`
| no `__private` in the root

@dragon3
dragon3 marked this pull request as ready for review October 1, 2025 09:52
@dragon3
dragon3 requested a review from CopilotOctober 1, 2025 09:52

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the deno_ast dependency from version 0.48.2 to 0.50.2 to resolve a compilation error with the latest version of serde that causes an unresolved import issue with serde::__private.

  • Updated deno_ast version to fix serde compatibility issue

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ikawahaikawaha left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🙌

@dragon3

Copy link
Copy Markdown
ContributorAuthor

Thank you for reviewing 🙇‍♂️ I'm going to merge it 💪

@dragon3
dragon3 merged commit 7729450 into masterOct 1, 2025
5 checks passed
@dragon3
dragon3 deleted the chore/update-deno branch October 1, 2025 11:05
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dragon3@ikawaha