Fix deno test scripts for Deno 2.6.8 compatibility#7833
Draft
Copilot wants to merge 3 commits intorenovate/deno-monorepofrom
Draft
Fix deno test scripts for Deno 2.6.8 compatibility#7833Copilot wants to merge 3 commits intorenovate/deno-monorepofrom
Copilot wants to merge 3 commits intorenovate/deno-monorepofrom
Conversation
1 task
Copilot
AI
changed the title
[WIP] Update dependency deno to v2.6.8
Request clarification on deno 2.6.8 update issue
Feb 12, 2026
Owner
|
@copilot the deno test scripts fail, please fix |
….8 compatibility Co-authored-by: pubkey <8926560+pubkey@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Request clarification on deno 2.6.8 update issue
Fix deno test scripts for Deno 2.6.8 compatibility
Feb 13, 2026
d8310d9 to
06052e7
Compare
bb15e94 to
54efed5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renovate updated deno from 2.6.5 to 2.6.8 in
.github/workflows/main.yml. The deno test scripts were failing due to the deprecated--unstableflag that was removed in Deno 2.0.Problem
The CI workflow logs showed that deno tests received a warning and then hung until timeout:
Changes Made
Removed the deprecated
--unstableflag from three test scripts inpackage.json:test:deno:dexie- removed--unstableflagtest:deno:memory- removed--unstableflagtest:performance:memory:deno- removed--unstableflagThe granular unstable flags that are still needed were retained:
--unstable-broadcast-channel--unstable-byonm--unstable-kv(for denokv test)The
test:deno:denokvscript was already correct and did not need changes.Testing
The deno tests should now run successfully with Deno 2.6.8.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.