Skip to content

Fix Deno 2 lint and type compatibility - #49

Open
strzibny wants to merge 2 commits into
masterfrom
deno
Open

Fix Deno 2 lint and type compatibility#49
strzibny wants to merge 2 commits into
masterfrom
deno

Conversation

@strzibny

@strzibny strzibny commented Sep 8, 2026

Copy link
Copy Markdown

Newer Deno versions reject inline remote import URLs through the no-import-prefix lint rule. This moves those dependencies into the existing deno.json import map and uses bare specifiers throughout the project. The repository’s documented Deno 1.28.3 minimum is already incompatible with the existing configuration and node: imports. Deno 1.46.3 works.

@catherine-serpapi catherine-serpapi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good, thanks @strzibny!

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.

2 participants