chore: bump @angular-eslint/schematics from 20.4.0 to 20.6.0 (#1385) #3896
GitHub Actions / Test Results
succeeded
Nov 10, 2025 in 0s
All 53 tests pass in 14s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
53 tests found
There are 53 tests, see "Raw output" for the full list of tests.
Raw output
Dashboard Component calls create for new json ‑ Dashboard Component calls create for new json
Dashboard Component destroys old dashboard when new json received ‑ Dashboard Component destroys old dashboard when new json received
Dashboard Component emits widget selection when widget clicked detected ‑ Dashboard Component emits widget selection when widget clicked detected
Dashboard Component handles undefined input ‑ Dashboard Component handles undefined input
Dashboard Component updates change detector when model has changed. ‑ Dashboard Component updates change detector when model has changed.
Dashboard Renderer Service adds newly rendered models to existing DOM event subscriptions ‑ Dashboard Renderer Service adds newly rendered models to existing DOM event subscriptions
Dashboard Renderer Service allows subscribing to DOM events ‑ Dashboard Renderer Service allows subscribing to DOM events
Dashboard Renderer Service can render ‑ Dashboard Renderer Service can render
Dashboard Renderer Service captures DOM events in child models ‑ Dashboard Renderer Service captures DOM events in child models
Dashboard Renderer Service completes DOM event observable when a model is destroyed ‑ Dashboard Renderer Service completes DOM event observable when a model is destroyed
Dashboard Renderer Service new model replaces old model ‑ Dashboard Renderer Service new model replaces old model
Dashboard Renderer Service unsubscribes DOM event listeners when a renderer is destroyed, but does not complete ‑ Dashboard Renderer Service unsubscribes DOM event listeners when a renderer is destroyed, but does not complete
Dashboard core module adds property types to injector ‑ Dashboard core module adds property types to injector
DashboardModelDirective does not call renderer service if model is initially undefined ‑ DashboardModelDirective does not call renderer service if model is initially undefined
DashboardModelDirective passes initial value to renderer service ‑ DashboardModelDirective passes initial value to renderer service
DashboardModelDirective passes updates to renderer service ‑ DashboardModelDirective passes updates to renderer service
Default configuration service correctly configures serialization ‑ Default configuration service correctly configures serialization
Default configuration service registers provided deserializers ‑ Default configuration service registers provided deserializers
Default configuration service registers provided property types ‑ Default configuration service registers provided property types
Injectable wrappers should correctly register providers ‑ Injectable wrappers should correctly register providers
Injectable wrappers support model decorators ‑ Injectable wrappers support model decorators
Injectable wrappers supports editor decorators ‑ Injectable wrappers supports editor decorators
Injectable wrappers supports renderer decorators ‑ Injectable wrappers supports renderer decorators
Model JSON editor component destroys models when a new json object is provided ‑ Model JSON editor component destroys models when a new json object is provided
Model JSON editor component propagates changes from child editor back to host ‑ Model JSON editor component propagates changes from child editor back to host
Model JSON editor component provides access to values in child editor ‑ Model JSON editor component provides access to values in child editor
Model JSON editor component renders empty if no data provided ‑ Model JSON editor component renders empty if no data provided
Model JSON editor component renders subeditors for provided model ‑ Model JSON editor component renders subeditors for provided model
Model editor component emits a change when model is edited ‑ Model editor component emits a change when model is edited
Model editor component renders empty if no data provided ‑ Model editor component renders empty if no data provided
Model editor component renders subeditors if model is provided ‑ Model editor component renders subeditors if model is provided
Model editor component unsubscribes to model changes when the input is changed or component is destroyed ‑ Model editor component unsubscribes to model changes when the input is changed or component is destroyed
Model editor service creates injector providing leaf editor api for each editor ‑ Model editor service creates injector providing leaf editor api for each editor
Model editor service creates render data for data model ‑ Model editor service creates render data for data model
Model editor service creates render data for nested models ‑ Model editor service creates render data for nested models
Model editor service creates render data for theme model ‑ Model editor service creates render data for theme model
Model editor service should return editor data for mode ‑ Model editor service should return editor data for mode
Model editor service should return empty editor data if model is not recognized ‑ Model editor service should return empty editor data if model is not recognized
Model event installer service should support injecting event keys ‑ Model event installer service should support injecting event keys
Model inject service injects properties defined in a base class ‑ Model inject service injects properties defined in a base class
Model inject service supports injecting into a model ‑ Model inject service supports injecting into a model
Predefined Theme Service created themes are fresh each time ‑ Predefined Theme Service created themes are fresh each time
Predefined Theme Service creates dark theme ‑ Predefined Theme Service creates dark theme
Predefined Theme Service creates light theme ‑ Predefined Theme Service creates light theme
Renderer API Factory delegates method calls ‑ Renderer API Factory delegates method calls
Renderer API Factory ends observables on renderer destruction ‑ Renderer API Factory ends observables on renderer destruction
Theme property pipe should cache value only if matched previous request ‑ Theme property pipe should cache value only if matched previous request
Theme property pipe should delegate to theme manager ‑ Theme property pipe should delegate to theme manager
Theme property pipe should re-request value if an ancestor model has changed ‑ Theme property pipe should re-request value if an ancestor model has changed
Theme property pipe should unsubscribe from model change on destruction ‑ Theme property pipe should unsubscribe from model change on destruction
example dash component can detect clicks inside the dashboard ‑ example dash component can detect clicks inside the dashboard
example dash component can render a dashboard model end to end ‑ example dash component can render a dashboard model end to end
example dash component clicking a nested renderer only emits a single event ‑ example dash component clicking a nested renderer only emits a single event
Loading