Skip to content

Commit 19c9228

Browse files
aka-sacci-ccrdecobotclaude
authored
feat: support async matchers in multi.ts and negate.ts (#1556)
* Support async matchers in multi.ts and negate.ts - Replace Array.some/every with for...of + await for correct async short-circuit behavior in multi.ts - Add await before negating in negate.ts - Fix NegateMacher typo → NegateMatcher - Point @deco/deco to commit e0c194cb (async matcher support) Ref: deco-cx/deco#1123 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add explicit subpath mappings for @deco/deco scripts The jsdelivr fallback URL (trailing slash mapping) doesn't resolve files without extensions. Add explicit mappings for all deco exports so CI can resolve @deco/deco/scripts/bundle and other subpaths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: retrigger CI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: switch @deco/deco to jsr:@deco/deco@1.179.0-alpha Replace jsdelivr commit-pinned URLs with official JSR alpha release that includes async matcher support. Remove transitive deps that were only needed for the jsdelivr workaround. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * deco version * update deco version * regen deno.lock * added ˆ in version of deco * lockfile * readme * temporary hardcoded a alpha deco version * deco version --------- Co-authored-by: decobot <capy@deco.cx> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00973cd commit 19c9228

5 files changed

Lines changed: 143 additions & 206 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<hr/>
2-
32
<a href="https://deco.cx/discord" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/985687648595243068?label=Discord&color=7289da" /></a>
43
&nbsp;
54
![Build Status](https://github.com/deco-cx/apps/workflows/ci/badge.svg?event=push&branch=main)

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"fast-json-patch": "npm:fast-json-patch@^3.1.1",
3535
"simple-git": "npm:simple-git@^3.25.0",
3636
"https://esm.sh/*preact-render-to-string@6.3.1": "npm:preact-render-to-string@6.4.2",
37-
"@deco/deco": "jsr:@deco/deco@^1.127.0"
37+
"@deco/deco": "jsr:@deco/deco@^1.181.0"
3838
},
3939
"lock": false,
4040
"tasks": {
@@ -69,5 +69,5 @@
6969
]
7070
}
7171
},
72-
"version": "0.141.0"
72+
"version": "0.139.4"
7373
}

0 commit comments

Comments
 (0)