From 1453975e1204865b85c16897e6d6b6a48b8cd3da Mon Sep 17 00:00:00 2001 From: stack72 Date: Tue, 5 May 2026 21:15:28 +0100 Subject: [PATCH] =?UTF-8?q?chore(deps):=20bump=20cel-js=207.5.1=20?= =?UTF-8?q?=E2=86=92=207.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cel-js 7.6.0 introduced an AST refactor (split stable AST fields from mutable metadata, structured diagnostics, eval hot-path rewrite). The swamp AST walker in src/domain/data/query_predicate.ts and the ParseResult-as-callable cast in src/domain/data/data_query_service.ts are the high-risk consumers; both verified intact via the full unit suite (5522/5522) and the swamp-uat CLI suite (398/398). --- deno.json | 2 +- deno.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deno.json b/deno.json index 339f2fb4..5ede56be 100644 --- a/deno.json +++ b/deno.json @@ -38,7 +38,7 @@ "react/jsx-runtime": "npm:react@^19.2.5/jsx-runtime", "@types/react": "npm:@types/react@^19.2.14", "@aws-sdk/client-cloudcontrol": "npm:@aws-sdk/client-cloudcontrol@^3.1042.0", - "cel-js": "npm:@marcbachmann/cel-js@7.5.1", + "cel-js": "npm:@marcbachmann/cel-js@7.6.1", "croner": "npm:croner@^9.1.0", "fast-json-patch": "npm:fast-json-patch@^3.1.1", "fast-check": "npm:fast-check@^3.23.2", diff --git a/deno.lock b/deno.lock index 290d5063..bcd5920f 100644 --- a/deno.lock +++ b/deno.lock @@ -25,7 +25,7 @@ "jsr:@std/text@^1.0.17": "1.0.18", "jsr:@std/yaml@^1.1.0": "1.1.0", "npm:@aws-sdk/client-cloudcontrol@^3.1042.0": "3.1042.0", - "npm:@marcbachmann/cel-js@7.5.1": "7.5.1", + "npm:@marcbachmann/cel-js@7.6.1": "7.6.1", "npm:@opentelemetry/api@^1.9.1": "1.9.1", "npm:@opentelemetry/context-async-hooks@^1.30.1": "1.30.1_@opentelemetry+api@1.9.1", "npm:@opentelemetry/core@^1.30.1": "1.30.1_@opentelemetry+api@1.9.1", @@ -558,8 +558,8 @@ "@colors/colors@1.5.0": { "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" }, - "@marcbachmann/cel-js@7.5.1": { - "integrity": "sha512-3X+TKpt/xyPsVSU3R2bVeZQCOW5L29y+EVDOmOp2xnyD7bifNM/UypBaqs2Z6oC075p+tKtjPUT1kUwnyY7cQg==", + "@marcbachmann/cel-js@7.6.1": { + "integrity": "sha512-YyY8yiDU07ByKb2rJUoNgMAkYeeDvkdrONBREV2MP9siAW7yNft0KfbIoonWTIMY0fGtv8og0EhzKx3Xsi1Nmg==", "bin": true }, "@nodable/entities@2.1.0": { @@ -1565,7 +1565,7 @@ "jsr:@std/tar@~0.1.10", "jsr:@std/yaml@^1.1.0", "npm:@aws-sdk/client-cloudcontrol@^3.1042.0", - "npm:@marcbachmann/cel-js@7.5.1", + "npm:@marcbachmann/cel-js@7.6.1", "npm:@opentelemetry/api@^1.9.1", "npm:@opentelemetry/context-async-hooks@^1.30.1", "npm:@opentelemetry/core@^1.30.1",