Skip to content

add dependency updater tool to match deno releases #355

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

utyfua
Copy link
Contributor

@utyfua utyfua commented Apr 1, 2025

I believe we should follow deno releases when we are updating dependencies.

This tool will help to keep it up to date.

I did not update dependecies itself due to additional work required to update to the latest deno version(2.2.6) such as:

  • add a new arg to write_utf8_v2 fn call - None should be fine
  • deal with new unsafe op op_get_ext_import_meta_proto in test::check_op_whitelist - idk what to to here

After using the tool first time it will resolve:

@rscarson
Copy link
Owner

rscarson commented Apr 1, 2025

Very similar to something I built into the rustyscript cli

@utyfua
Copy link
Contributor Author

utyfua commented Apr 2, 2025

  1. Is the rustyscript cli code available anywhere?
  2. What should we do with PR? Its fine if you have own tool or want to make it a separate repository.

utyfua added a commit to utyfua/rustyscript that referenced this pull request May 11, 2025
utyfua added a commit to utyfua/rustyscript that referenced this pull request May 11, 2025
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