Update dependencies: Wrangler v4, Rust 2021, and modernize codebase#4
Draft
Update dependencies: Wrangler v4, Rust 2021, and modernize codebase#4
Conversation
Co-authored-by: tsunrise <22125551+tsunrise@users.noreply.github.com>
Co-authored-by: tsunrise <22125551+tsunrise@users.noreply.github.com>
Co-authored-by: tsunrise <22125551+tsunrise@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Help bumping some dependencies of the code and update the codes accordingly. Also, update some documentations.
Update dependencies: Wrangler v4, Rust 2021, and modernize codebase
Jul 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR modernizes the Salieri project by updating all major dependencies and fixing compatibility issues. The updates eliminate security vulnerabilities and ensure the project builds with current tooling.
Major Updates
Node.js Dependencies
v2.0.0→v4.24.3wrangler publish→wrangler deploycommandRust Dependencies
2018→2021(modern Rust edition)v0.0.11→v0.6.0(major version update)v0.1.2→v1.0v0.7.3→v0.8jsfeature for WASM compatibilityv1.0Configuration Updates
compatibility_datefrom2022-01-20to2024-11-01Code Fixes
The worker crate v0.6.0 introduced breaking API changes that required code updates:
Additional fixes:
from_timestamp_opt→from_timestamp)Documentation Updates
wrangler deployTesting
Before/After
Before:
After:
This modernization ensures the project remains maintainable and secure going forward.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
sparrow.cloudflare.com/usr/local/bin/node --no-warnings --experimental-vm-modules /home/REDACTED/work/salieri/salieri/node_modules/wrangler/wrangler-dist/cli.js --version(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.