@objectstack/lint 16.0.0 → 17.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,8 +14,11 @@ It never depends on a runtime and is never bundled into a frontend.
14
14
  ## API
15
15
 
16
16
  - `validateWidgetBindings(stack)` — dashboard widget → dataset → measure/dimension
17
- reference integrity, chart-config bindings, and measure-aggregation coherence
18
- (e.g. SUM of a `percent` field is meaningless).
17
+ reference integrity, chart-config bindings, measure-aggregation coherence
18
+ (e.g. SUM of a `percent` field is meaningless), and dashboard-level filter
19
+ field existence — every `dateRange` / `globalFilters[]` field (after any
20
+ `filterBindings` re-target) must exist on each bound widget's object, else the
21
+ broadcast filter emits invalid SQL and the widget crashes at render (#3365).
19
22
  - `validateStackExpressions(stack)` — CEL/predicate validity for field
20
23
  conditionals, sharing rules, action `visible`/`disabled`, lifecycle hooks
21
24
  (ADR-0032).