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

fix: Upgrade deno_ast to 0.40.0 #502

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

bartlomieju
Copy link
Member

No description provided.

@@ -757,9 756,9 @@ checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3"

[[package]]
name = "hstr"
Copy link
Member Author

Choose a reason for hiding this comment

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

Has to cargo update -p hstr to get over errors of like:

error: failed to select a version for `new_debug_unreachable`.
    ... required by package `hstr v0.2.8`
    ... which satisfies dependency `hstr = "^0.2.8"` (locked to 0.2.8) of package `swc_atoms v0.6.7`
    ... which satisfies dependency `swc_atoms = "=0.6.7"` (locked to 0.6.7) of package `deno_ast v0.39.2 (/Users/ib/dev/deno_ast)`
    ... which satisfies dependency `deno_ast = "^0.39.2"` (locked to 0.39.2) of package `deno_graph v0.79.0 (/Users/ib/dev/deno_graph)`
    ... which satisfies path dependency `deno_graph` (locked to 0.79.0) of package `deno_graph_wasm v0.0.0 (/Users/ib/dev/deno_graph/lib)`
versions that meet the requirements `^1.0.4` (locked to 1.0.4) are: 1.0.4

all possible versions conflict with previously selected packages.

  previously selected package `new_debug_unreachable v1.0.6`
    ... which satisfies dependency `new_debug_unreachable = "^1.0.6"` of package `swc_common v0.34.4`
    ... which satisfies dependency `swc_common = "=0.34.4"` of package `deno_ast v0.39.2 (/Users/ib/dev/deno_ast)`
    ... which satisfies dependency `deno_ast = "^0.39.2"` (locked to 0.39.2) of package `deno_graph v0.79.0 (/Users/ib/dev/deno_graph)`
    ... which satisfies path dependency `deno_graph` (locked to 0.79.0) of package `deno_graph_wasm v0.0.0 (/Users/ib/dev/deno_graph/lib)`

failed to select a version for `new_debug_unreachable` which could resolve this conflict

@bartlomieju bartlomieju changed the title feat: Upgrade deno_ast fix: Upgrade deno_ast to 0.40.0 Jul 9, 2024
@bartlomieju bartlomieju requested a review from dsherret July 9, 2024 17:58
@bartlomieju bartlomieju merged commit fccc158 into denoland:main Jul 9, 2024
16 checks passed
@bartlomieju bartlomieju deleted the upgrade_swc_crates branch July 9, 2024 18:50
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