Bump Deno
I'm not sure if there's a required amount of time before you bump Deno to ensure stability, but I didn't see anything, thus I went ahead and bumped it.
@lishaduck is attempting to deploy a commit to the Vercel Deno Team on Vercel.
A member of the Team first needs to authorize it.
Ping, @TooTallNate :) I think Deno 44 should be stable enough by now.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| vercel-deno | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 15, 2024 9:41am |
I'm seeing a failure on the "dump" example endpoint. Looks like we'll need to start shipping the deno.lock file as part of the Lambda:
error: Failed writing lockfile.
Caused by:
Read-only file system (os error 30) (for '/var/task/deno.lock')
Child exited with error exit status 1INIT_REPORT Init Duration: 602.12 ms Phase: init Status: error Error Type: Runtime.ExitError
Huh. That's weird. I don't have the "authorization required to deploy," yet it still deployed. ¯\_(ツ)_/¯
EDIT: Missed your last comment.
Ok, when you run deno, you need to add the --no-lock flag following 1.29, but maybe they switched another default?
May I ask where those logs came from? Vercel? I'm not seeing how that's getting run.
Huh. That's weird. I don't have the "authorization required to deploy," yet it still deployed. ¯_(ツ)_/¯
I had to manually approve it.
May I ask where those logs came from?
Yes, they were from the Vercel Logs tab.
I think it's fine to have the lockfile, but we'll need to add it to the list of files so that the file is present in the Lambda at runtime.
Huh. That's weird. I don't have the "authorization required to deploy," yet it still deployed. ¯(ツ)/¯
I had to manually approve it.
Ah. That makes sense.
May I ask where those logs came from?
Yes, they were from the Vercel Logs tab.
I think it's fine to have the lockfile, but we'll need to add it to the list of
filesso that the file is present in the Lambda at runtime.
Ok, I can add it.