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

When should we drop the support of Deno 1.46.3? #6383

Open
kt3k opened this issue Feb 5, 2025 · 1 comment
Open

When should we drop the support of Deno 1.46.3? #6383

kt3k opened this issue Feb 5, 2025 · 1 comment
Labels
feedback welcome We want community's feedback on this issue or PR

Comments

@kt3k
Copy link
Member

kt3k commented Feb 5, 2025

We still run CI with Deno 1.46.3 (TypeScript 5.5.2) to ensure std working in 1.x version. That prevents us from using new features/types added after that version. One such example is IteratorObject type, which was added in Deno 2.0.0 (TypeScript 5.6.2). related: #6381

When can/should we stop the support of 1.46.3?

@kt3k kt3k added the feedback welcome We want community's feedback on this issue or PR label Feb 5, 2025
@andrewthauer
Copy link
Contributor

From what I can tell, neither Deno or JSR have anything that can specify or indicate a minimum version required like the node package.json engines. What are other ways that can easily communicate this? Otherwise it might be considered a breaking change to some. I personally have no issues dropping support, just thinking of others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback welcome We want community's feedback on this issue or PR
Projects
None yet
Development

No branches or pull requests

2 participants