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

Don't return NodeJS.Timer from setTimeout and setInterval #622

Merged
merged 5 commits into from Oct 2, 2023

Conversation

smaeda-ks
Copy link
Member

Edge Runtime currently returns NodeJS.Timer, but this differs from the actual implementation of the deployed version of Vercel's Edge Functions where it always returns an integer value.

@changeset-bot
Copy link

changeset-bot bot commented Oct 2, 2023

🦋 Changeset detected

Latest commit: 953c88d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@edge-runtime/ponyfill Patch
@edge-runtime/primitives Patch
@edge-runtime/vm Patch
@edge-runtime/types Patch
@edge-runtime/jest-environment Patch
edge-runtime Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
edge-runtime ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 4:36pm

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@Kikobeats Kikobeats merged commit 21fa983 into vercel:main Oct 2, 2023
9 checks passed
@github-actions github-actions bot mentioned this pull request Oct 2, 2023
@smaeda-ks smaeda-ks mentioned this pull request Oct 2, 2023
timneutkens pushed a commit to vercel/next.js that referenced this pull request Oct 16, 2023
It bumps Edge Runtime to include the latest fixes, such as:

- vercel/edge-runtime#622
- vercel/edge-runtime#640

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
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.

None yet

2 participants