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: update std 1.0 #35

Merged
merged 3 commits into from
Nov 5, 2024
Merged

refactor: update std 1.0 #35

merged 3 commits into from
Nov 5, 2024

Conversation

irbull
Copy link
Contributor

@irbull irbull commented Nov 1, 2024

chore: update to std 1.0

Updates the version of the std library to 1.0.0. This required a change to the Http Server that was used. The Standard Library removed the Http Server, so this change-set now uses Deno.serve directly.

Updates the testing infrastructure to use Deno 2. There were a few
breaking changes around subprocess handling that needed to be updated.

All the testing dependencies have also been updated to come from JSR
instead of denoland/x.

This change-set also updates the formatting of several files as the
rules have changed with Deno 2.
@irbull irbull changed the title Update std 1 0 Update std 1.0 Nov 1, 2024
Updates the version of the std library to 1.0.0. This required a change
to the Http Server that was used. The Standard Library removed the Http
Server, so this change-set now uses Deno.serve directly.
@kt3k kt3k changed the title Update std 1.0 refactor: update std 1.0 Nov 5, 2024
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@kt3k kt3k merged commit 6f34513 into denoland:main Nov 5, 2024
2 checks passed
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