-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bump deno version #1276
Bump deno version #1276
Conversation
1473fd8
to
d2c6682
Compare
Phylum OSS Supply Chain Risk Analysis - INCOMPLETEThe analysis contains 2 package(s) Phylum has not yet processed, |
Looks like the build requires I'll investigate later today to see if I can avoid the dependency |
It looks like there is no opt out. I'll update the workflows to restore CI. |
Phylum OSS Supply Chain Risk Analysis - SUCCESSThe Phylum risk analysis is complete and has passed the active policy. |
2d56d81
to
242d1e0
Compare
236f9dd
to
0108c65
Compare
Phylum OSS Supply Chain Risk Analysis - INCOMPLETEThe analysis contains 1 package(s) Phylum has not yet processed, |
I've opened littledivy/aead-gcm-stream#2 to fix the build error on Rust 1.71.0 Hoping to get a quick response there. I'd rather not bump MSRV beyond the latest 3 minor releases. |
0108c65
to
07d83d3
Compare
Phylum OSS Supply Chain Risk Analysis - FAILEDThis repository analyzes the risk of new dependencies. An If you see this comment, one or more dependencies have failed Phylum's risk analysis. Package:
|
Phylum OSS Supply Chain Risk Analysis - FAILEDThis repository analyzes the risk of new dependencies. An If you see this comment, one or more dependencies have failed Phylum's risk analysis. Package:
|
3f1dada
to
c47dc68
Compare
This includes migration to the new `op2` macro because `op` is now deprecated (See denoland/deno_core#279). The new macro requires explicit annotation for string and serde parameters and return values because of the performance hit. We use these heavily (and don't care about the performance). The deno runtime version now comes directly from the deno snapshot. For our usage, that means that the `Deno.version.deno` and `Deno.version.v8` values are now empty strings where they were previously the Phylum version and v8 version respectively.
c47dc68
to
4cb7071
Compare
Phylum OSS Supply Chain Risk Analysis - SUCCESSThe Phylum risk analysis is complete and has passed the active policy. |
This includes migration to the new
op2
macro becauseop
is now deprecated (See denoland/deno_core#279). The new macro requires explicit annotation for string and serde parameters and return values because of the performance hit. We use these heavily (and don't care about the performance).