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

chore(uuid): release uuid@1.0.0-rc.1 #4867

Merged
merged 5 commits into from
May 31, 2024
Merged

chore(uuid): release uuid@1.0.0-rc.1 #4867

merged 5 commits into from
May 31, 2024

Conversation

iuioiua
Copy link
Collaborator

@iuioiua iuioiua commented May 29, 2024

Towards #4748

@github-actions github-actions bot added the uuid label May 29, 2024
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.12%. Comparing base (0bfa4fa) to head (df1cf25).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4867   +/-   ##
=======================================
  Coverage   92.12%   92.12%           
=======================================
  Files         487      487           
  Lines       38745    38745           
  Branches     5388     5388           
=======================================
  Hits        35695    35695           
  Misses       2994     2994           
  Partials       56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

I found the all APIs are in reasonable forms. LGTM

@iuioiua
Copy link
Collaborator Author

iuioiua commented May 30, 2024

I'll merge after @std/crypto@1.0.0-rc.1 is merged.

@iuioiua iuioiua marked this pull request as ready for review May 31, 2024 11:49
@iuioiua iuioiua requested a review from kt3k May 31, 2024 11:49
@@ -44,7 +44,7 @@ import { generate as generateV5, validate as validateV5 } from "./v5.ts";
* import { assert } from "@std/assert/assert";
*
* const uuid = v1.generate();
* assert(v1.validate(uuid));
* assert(v1.validate(uuid as string));
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems that when changed, the runtime type-checks this code with a version of @std/uuid prior to the version defined in uuid/deno.json. This appears to be a bug.

@iuioiua iuioiua merged commit cfa7cbc into main May 31, 2024
12 checks passed
@iuioiua iuioiua deleted the uuid-1 branch May 31, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants