Skip to content

chore(deps): update npm angular packages#1302

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-angular
Open

chore(deps): update npm angular packages#1302
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-angular

Conversation

@renovate

@renovate renovate Bot commented Jul 9, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) ^20.0.3^20.3.25 age confidence
@angular/build ^20.0.2^20.3.29 age confidence
@angular/cdk 20.0.320.2.14 age confidence
@angular/cli ~20.0.2~20.3.29 age confidence
@angular/common (source) ^20.0.3^20.3.25 age confidence
@angular/compiler (source) ^20.0.3^20.3.25 age confidence
@angular/compiler-cli (source) ^20.0.3^20.3.25 age confidence
@angular/core (source) ^20.0.3^20.3.25 age confidence
@angular/forms (source) ^20.0.3^20.3.25 age confidence
@angular/localize 20.0.320.3.25 age confidence
@angular/material 20.0.320.2.14 age confidence
@angular/material-luxon-adapter ^20.0.3^20.2.14 age confidence
@angular/material-moment-adapter ^20.0.3^20.2.14 age confidence
@angular/platform-browser (source) ^20.0.3^20.3.25 age confidence
@angular/platform-browser-dynamic (source) ^20.0.3^20.3.25 age confidence
@angular/router (source) ^20.0.3^20.3.25 age confidence

Release Notes

angular/angular (@​angular/animations)

v20.3.25

Compare Source

Deprecations

platform-server
  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.
common
Commit Type Description
9f443bc24c fix Limits date format string length
566ad05f20 fix skip transfer cache for uncacheable HTTP traffic
1a62130a6b fix use cryptographically secure SHA-256 for transfer cache key generation
compiler
Commit Type Description
a68ec702a0 fix sanitize two-way properties
core
Commit Type Description
768a349e6e fix harden TransferState restoration against DOM clobbering
ca48b4728d fix validate lowercase SVG animation attribute names (#​69270)
http
Commit Type Description
06be298267 fix preserve empty referrer option in HttpRequest
fa940e1f4d fix Rejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72a fix skip transfer cache for fetch credentialed requests
platform-server
Commit Type Description
49368c1859 fix harden platform location origin validation during SSR
d55c94ad81 refactor deprecate ServerXhr (#​69256)
service-worker
Commit Type Description
d65a5f457b fix Strips sensitive headers on cross-origin redirects

v20.3.24

Compare Source

platform-server
Commit Type Description
6ca433e56b fix throw on suspicious URLs and restrict protocol-relative URLs
8680b5152f fix update domino to latest version

v20.3.23

Compare Source

compiler
Commit Type Description
d40acc6431 fix prevent namespaced SVG <style> elements from being stripped

v20.3.22

Compare Source

common
Commit Type Description
3d135ce59b fix add upper bounds for digitsInfo
39a4b4cc8e fix sanitize placeholder
compiler
Commit Type Description
8f35b182b1 fix normalize tag names with custom namespaces in DomElementSchemaRegistry (#​68926)
64a89e917a fix sanitize dynamic href and xlink:href bindings on SVG a elements (#​68926)
6404edfe0a fix strip namespaced SVG script elements during template compilation (#​68926)
core
Commit Type Description
e345a58069 fix normalize tag names in runtime i18n attribute security context lookup (#​68926)
d86e4e7b2a fix reject script element as a dynamic component host (#​68926)
af04936045 fix sanitize meta selectors
dc631efa96 fix support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation (#​68926)
909ef047b3 fix synchronize core sanitization schema with compiler (#​68926)
http
Commit Type Description
de7b2a62e7 fix exclude withCredentials requests from transfer cache
4233188d8e fix skip TransferCache for cookie-bearing requests by default
platform-server
Commit Type Description
49a60f6045 fix secure location and document initialization against SSRF and path hijack
service-worker
Commit Type Description
5fdfd8a998 fix preserve redirect policy on reconstructed asset requests
83b022f2d0 fix Preserves explicit 'credentials: omit' in asset requests
e617fa06eb fix Preserves HTTP cache mode in asset group requests

v20.3.21

Compare Source

platform-server
Commit Type Description
f584840e2e fix add allowedHosts option to renderModule and renderApplication

v20.3.20

Compare Source

core
Commit Type Description
a9bcffdbc7 fix disallow event attribute bindings in host bindings unconditionally (#​68468)
97eeb45cfa fix validate security-sensitive attributes in i18n bindings (#​68468)
platform-server
Commit Type Description
25e4e07238 fix ensure origin has a trailing slash when parsing url (#​68468)

v20.3.19

Compare Source

platform-server
Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

v20.3.18

Compare Source

compiler
Commit Type Description
02fbf08890 fix disallow translations of iframe src
core
Commit Type Description
72126f9a08 fix sanitize translated attribute bindings with interpolations
626bc8bc20 fix sanitize translated form attributes

v20.3.17

Compare Source

Breaking Changes

core
  • Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered.

    (cherry picked from commit 03da204)

core
Commit Type Description
7f9de3c118 fix block creation of sensitive URI attributes from ICU messages

v20.3.16

Compare Source

core
Commit Type Description
c2c2b4aaa8 fix sanitize sensitive attributes on SVG script elements

v20.3.15

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.14

Compare Source

http
Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

v20.3.13

Compare Source

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Type Description
840db59dc1 fix make required inputs diagnostic less noisy
migrations
Commit Type Description
a45e6b2b66 fix Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations
Commit Type Description
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#​63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#​64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#​64225)
migrations
Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#​64186)

v20.3.3

Compare Source

compiler
Commit Type Description
f51ab32fb3 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
542cd0019a fix do not rename ARIA property bindings to attributes (#​64089)
0e928fbc4a fix Fixes animations in conjunction with content projection (#​63776)
e5157bd933 fix prevents unintended early termination of leave animations and hoisting (#​64088)
migrations
Commit Type Description
1710cbd7d4 fix handle shorthand property declarations in NgModule (#​64160)
77b6305a4b fix skip migration for inputs with 'this' references (#​64142)

v20.3.2

Compare Source

Deprecations

platform-server
  • XHR support in @angular/platform-server is deprecated. Use standard fetch APIs instead.
common
Commit Type Description
9f443bc24c fix Limits date format string length
566ad05f20 fix skip transfer cache for uncacheable HTTP traffic
1a62130a6b fix use cryptographically secure SHA-256 for transfer cache key generation
compiler
Commit Type Description
a68ec702a0 fix sanitize two-way properties
core
Commit Type Description
768a349e6e fix harden TransferState restoration against DOM clobbering
ca48b4728d fix validate lowercase SVG animation attribute names (#​69270)
http
Commit Type Description
06be298267 fix preserve empty referrer option in HttpRequest
fa940e1f4d fix Rejects non-HTTP(S) URLs in JSONP requests
e2ef1ce72a fix skip transfer cache for fetch credentialed requests
platform-server
Commit Type Description
49368c1859 fix harden platform location origin validation during SSR
d55c94ad81 refactor deprecate ServerXhr (#​69256)
service-worker
Commit Type Description
d65a5f457b fix Strips sensitive headers on cross-origin redirects

v20.3.1

Compare Source

platform-server
Commit Type Description
303d4cd580 fix prevent SSRF bypasses via protocol-relative and backslash URLs

v20.3.0

Compare Source

Breaking Changes

core
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9)

Commit Type Description
a3f808d7c8 fix remove refresh button from transfer state tab (#​63592)
core
Commit Type Description
6117ccee2e feat introduce BootstrapContext for improved server bootstrapping (#​63636)

v20.2.4

Compare Source

core

| Commit | Type | Description

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jul 9, 2025

Copy link
Copy Markdown
Lines Statements Branches Functions
Coverage: 99%
99.63% (5729/5750) 99.01% (1110/1121) 99.04% (1454/1468)

JUnit

Tests Skipped Failures Errors Time
2171 0 💤 0 ❌ 0 🔥 1m 34s ⏱️
Files coverage (99%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files99.6399.0199.0499.64 
src/app/applications100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
src/app/applications/components100100100100 
   table.component.html100100100100 
   table.component.ts100100100100 
src/app/applications/services100100100100 
   applications-data.service.ts100100100100 
   applications-filters.service.ts100100100100 
   applications-grpc.service.ts100100100100 
   applications-index.service.ts100100100100 
src/app/components98.9189.8898.7798.82 
   auto-complete.component.html100100100100 
   auto-complete.component.ts100100100100 
   auto-refresh-button.component.html100100100100 
   auto-refresh-button.component.ts100100100100 
   auto-refresh-dialog.component.html100100100100 
   auto-refresh-dialog.component.ts100100100100 
   columns-button.component.html100100100100 
   columns-button.component.ts100100100100 
   count-tasks-by-status.component.html100100100100 
   count-tasks-by-status.component.ts100100100100 
   icon-picker-dialog.component.html100100100100 
   icon-picker-dialog.component.ts100100100100 
   inspect-list.component.html100100100100 
   inspect-list.component.ts100100100100 
   inspection-header.component.html100100100100 
   inspection-header.component.ts10066.6610010055
   inspection-toolbar.component.html100100100100 
   inspection-toolbar.component.ts100100100100 
   manage-custom-dialog.component.html100100100100 
   manage-custom-dialog.component.ts100100100100 
   page-header.component.html100100100100 
   page-header.component.ts100100100100 
   page-section-header.component.html100100100100 
   page-section-header.component.ts100100100100 
   refresh-button.component.html100100100100 
   refresh-button.component.ts100100100100 
   share-url.component.html100100100100 
   share-url.component.ts100100100100 
   show-action-area.component.html100100100100 
   show-action-area.component.ts100100100100 
   show-actions.component.html100100100100 
   show-actions.component.ts100100100100 
   show-card-content.component.html100100100100 
   show-card-content.component.ts100100100100 
   show-card.component.html100100100100 
   show-card.component.ts100100100100 
   show-page.component.html100100100100 
   show-page.component.ts100100100100 
   spinner.component.html100100100100 
   spinner.component.ts100100100100 
   status-chip.component.html100100100100 
   status-chip.component.ts500046.1520–30
   status-color-picker.component.html100100100100 
   status-color-picker.component.ts100100100100 
   status-color-picker.dialog.component.html100100100100 
   status-color-picker.dialog.component.ts100100100100 
   table-actions-toolbar.component.html100100100100 
   table-actions-toolbar.component.ts100100100100 
   table-container.component.html100100100100 
   table-container.component.ts100100100100 
   table-dashboard-actions-toolbar.component.html100100100100 
   table-dashboard-actions-toolbar.component.ts100100100100 
   table-index-actions-toolbar.component.html100100100100 
   table-index-actions-toolbar.component.ts100100100100 
   view-tasks-by-status.component.html100100100100 
   view-tasks-by-status.component.ts100100100100 
src/app/components/dialogs/columns-modify-dialog100100100100 
   columns-modify-dialog.component.html100100100100 
   columns-modify-dialog.component.ts100100100100 
src/app/components/dialogs/columns-modify-dialog/components100100100100 
   columns-modify-area.component.html100100100100 
   columns-modify-area.component.ts100100100100 
src/app/components/dialogs/confirmation100100100100 
   confirmation.dialog.html100100100100 
   confirmation.dialog.ts100100100100 
src/app/components/filters100100100100 
   filters-chips.component.html100100100100 
   filters-chips.component.ts100100100100 
   filters-toolbar.component.html100100100100 
   filters-toolbar.component.ts100100100100 
src/app/components/filters/dialog98.0797.5694.9197.95 
   filters-dialog-and.component.html100100100100 
   filters-dialog-and.component.ts100100100100 
   filters-dialog-field.component.html100100100100 
   filters-dialog-field.component.ts97.2292.8590.997.0520
   filters-dialog-input.component.html100100100100 
   filters-dialog-input.component.ts98.2710094.1198.1433
   filters-dialog-operator.component.html100100100100 
   filters-dialog-operator.component.ts92.5991.6688.8891.6615, 27
   filters-dialog.component.html100100100100 
   filters-dialog.component.ts100100100100 
src/app/components/graph99.410097.4399.36 
   graph-legend.component.html100100100100 
   graph-legend.component.ts100100100100 
   graph.component.html100100100100 
   graph.component.ts99.3110097.1499.28123
src/app/components/inspection99.5410097.9199.52 
   byte-array.component.html100100100100 
   byte-array.component.ts100100100100 
   field-content.component.html100100100100 
   field-content.component.ts100100100100 
   inspection-card.component.html100100100100 
   inspection-card.component.ts100100100100 
   inspection-json.component.html100100100100 
   inspection-json.component.ts100100100100 
   inspection-list-grid.component.html100100100100 
   inspection-list-grid.component.ts100100100100 
   inspection-object.component.html100100100100 
   inspection-object.component.ts96.1510091.669670
   inspection.component.html100100100100 
   inspection.component.ts100100100100 
   json.component.html100100100100 
   json.component.ts100100100100 
   message.component.html100100100100 
   message.component.ts100100100100 
src/app/components/navigation100100100100 
   change-language-button.component.html100100100100 
   change-language-button.component.ts100100100100 
   navigation.component.html100100100100 
   navigation.component.ts100100100100 
src/app/components/navigation/add-sidebar-item-dialog100100100100 
   add-sidebar-item.dialog.component.html100100100100 
   add-sidebar-item.dialog.component.ts100100100100 
src/app/components/navigation/environment100100100100 
   environment.component.html100100100100 
   environment.component.ts100100100100 
src/app/components/navigation/environment/dialog100100100100 
   add-environment.dialog.html100100100100 
   add-environment.dialog.ts100100100100 
   conflicting-environment.dialog.html100100100100 
   conflicting-environment.dialog.ts100100100100 
src/app/components/navigation/external-services100100100100 
   external-services.component.html100100100100 
   external-services.component.ts100100100100 
   form-external-service.component.html100100100100 
   form-external-service.component.ts100100100100 
   manage-external-services-dialog.component.html100100100100 
   manage-external-services-dialog.component.ts100100100100 
src/app/components/navigation/scheme-switcher100100100100 
   scheme-switcher.component.html100100100100 
   scheme-switcher.component.ts100100100100 
src/app/components/navigation/settings-button100100100100 
   settings-button.component.html100100100100 
   settings-button.component.ts100100100100 
src/app/components/navigation/version-menu100100100100 
   repository-version.component.html100100100100 
   repository-version.component.ts100100100100 
   versions-menu.component.html100100100100 
   versions-menu.component.ts100100100100 
src/app/components/statuses100100100100 
   add-statuses-group-dialog.component.html100100100100 
   add-statuses-group-dialog.component.ts100100100100 
   edit-status-group-dialog.component.html100100100100 
   edit-status-group-dialog.component.ts100100100100 
   form-statuses-group.component.html100100100100 
   form-statuses-group.component.ts100100100100 
   manage-groups-dialog.component.html100100100100 
   manage-groups-dialog.component.ts100100100100 
src/app/components/table100100100100 
   table-actions.component.html100100100100 
   table-actions.component.ts100100100100 
   table-cell.component.html100100100100 
   table-cell.component.ts100100100100 
   table-column-header.component.html100100100100 
   table-column-header.component.ts100100100100 
   table-grpc-actions.component.html100100100100 
   table-grpc-actions.component.ts100100100100 
   table-inspect-message-dialog.component.html100100100100 
   table-inspect-message-dialog.component.ts100100100100 
   table-inspect-message.component.html100100100100 
   table-inspect-message.component.ts100100100100 
   table-inspect-object-dialog.component.html100100100100 
   table-inspect-object-dialog.component.ts100100100100 
   table-inspect-object.component.html100100100100 
   table-inspect-object.component.ts100100100100 
   table.component.html100100100100 
   table.component.ts100100100100 
src/app/components/table/cells100100100100 
   byte-array-cell.component.html100100100100 
   byte-array-cell.component.ts100100100100 
src/app/dashboard100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
src/app/dashboard/components100100100100 
   add-line-dialog.component.html100100100100 
   add-line-dialog.component.ts100100100100 
   edit-name-line-dialog.component.html100100100100 
   edit-name-line-dialog.component.ts100100100100 
   reorganize-lines-dialog.component.html100100100100 
   reorganize-lines-dialog.component.ts100100100100 
   split-lines-dialog.component.html100100100100 
   split-lines-dialog.component.ts100100100100 
   statuses-group-card.component.html100100100100 
   statuses-group-card.component.ts100100100100 
src/app/dashboard/components/lines99.2610095.8399.23 
   applications-line.component.html100100100100 
   applications-line.component.ts100100100100 
   partitions-line.component.html100100100100 
   partitions-line.component.ts100100100100 
   results-line.component.html100100100100 
   results-line.component.ts94.2810066.6693.9382–86
   sessions-line.component.html100100100100 
   sessions-line.component.ts100100100100 
   task-by-status-line.component.html100100100100 
   task-by-status-line.component.ts100100100100 
   tasks-line.component.html100100100100 
   tasks-line.component.ts100100100100 
src/app/dashboard/services100100100100 
   dashboard-index.service.ts100100100100 
   dashboard-storage.service.ts100100100100 
src/app/healthcheck100100100100 
   healthcheck.component.html100100100100 
   healthcheck.component.ts100100100100 
src/app/healthcheck/services100100100100 
   healthcheck-grpc.service.ts100100100100 
src/app/interceptors100100100100 
   grpc.interceptor.ts100100100100 
src/app/partitions100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
   show.component.html100100100100 
   show.component.ts100100100100 
src/app/partitions/components100100100100 
   table.component.html100100100100 
   table.component.ts100100100100 
src/app/partitions/services100100100100 
   partitions-data.service.ts100100100100 
   partitions-filters.service.ts100100100100 
   partitions-grpc.service.ts100100100100 
   partitions-index.service.ts100100100100 
   partitions-inspection.service.ts100100100100 
src/app/pipes100100100100 
   custom-column.pipe.ts100100100100 
   duration.pipe.ts100100100100 
   empty-cell.pipe.ts100100100100 
   pretty.pipe.ts100100100100 
src/app/profile100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
   types.ts100100100100 
src/app/profile/guards100100100100 
   user-connected.guard.ts100100100100 
src/app/results100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
   show.component.html100100100100 
   show.component.ts100100100100 
src/app/results/components100100100100 
   table.component.html100100100100 
   table.component.ts100100100100 
src/app/results/services99.3110010099.26 
   results-data.service.ts100100100100 
   results-filters.service.ts100100100100 
   results-grpc-actions.service.ts98.310010098.2166
   results-grpc.service.ts100100100100 
   results-index.service.ts100100100100 
   results-inspection.service.ts100100100100 
   results-statuses.service.ts100100100100 
src/app/services99.4910098.3299.43 
   auto-refresh.service.ts100100100100 
   byte-array.service.ts100100100100 
   cache.service.ts100100100100 
   default-config.service.ts94.2310086.3694369, 429–433
   environment.service.ts100100100100 
   filters-cache.service.ts100100100100 
   filters.service.ts100100100100 
   graph-data.service.ts100100100100 
   grpc-build-request.service.ts100100100100 
   grpc-events.service.ts100100100100 
   grpc-sort-field.service.ts100100100100 
   icons.service.ts100100100100 
   navigation.service.ts100100100100 
   notification.service.ts100100100100 
   query-params.service.ts100100100100 
   share-url.service.ts100100100100 
   storage.service.ts100100100100 
   table-storage.service.ts100100100100 
   table-url.service.ts100100100100 
   table.service.ts100100100100 
   tasks-by-status.service.ts100100100100 
   theme.service.ts100100100100 
   user-grpc.service.ts100100100100 
   user.service.ts100100100100 
   utils.service.ts100100100100 
   versions-grpc.service.ts100100100100 
   versions.service.ts100100100100 
src/app/sessions100100100100 
   graph.component.html100100100100 
   graph.component.ts100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
   show.component.html100100100100 
   show.component.ts100100100100 
src/app/sessions/components100100100100 
   table.component.html100100100100 
   table.component.ts100100100100 
src/app/sessions/services100100100100 
   sessions-data.service.ts100100100100 
   sessions-filters.service.ts100100100100 
   sessions-grpc-actions.service.ts100100100100 
   sessions-grpc.service.ts100100100100 
   sessions-index.service.ts100100100100 
   sessions-inspection.service.ts100100100100 
   sessions-statuses.service.ts100100100100 
src/app/settings100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
src/app/settings/component100100100100 
   clear-all-dialog.component.html100100100100 
   clear-all-dialog.component.ts100100100100 
   theme-selector.component.html100100100100 
   theme-selector.component.ts100100100100 
src/app/shared100100100100 
   animations.ts100100100100 
src/app/tasks100100100100 
   index.component.html100100100100 
   index.component.ts100100100100 
   show.component.html100100100100 
   show.component.ts100100100100 
src/app/tasks/components100100100100 
   manage-view-in-logs-dialog.component.html100100100100 
   manage-view-in-logs-dialog.component.ts100100100100 
   table.component.html100100100100 
   table.component.ts100100100100 
src/app/tasks/services100100100100 
   tasks-data.service.ts100100100100 
   tasks-filters.service.ts100100100100 
   tasks-grpc-actions.service.ts100100100100 
   tasks-grpc.service.ts100100100100 
   tasks-index.service.ts100100100100 
   tasks-inspection.service.ts100100100100 
   tasks-statuses.service.ts100100100100 
src/app/types100100100100 
   navigation.ts100100100100 
   status.ts100100100100 
   themes.ts100100100100 
src/app/types/components99.3210098.03100 
   dashboard-line-table.ts99.1310097.29100 
   index.ts99.0510097.22100 
   show.ts100100100100 
   table.ts100100100100 
src/app/types/services100100100100 
   data-filter.service.ts100100100100 
   grpc-actions.service.ts100100100100 
   grpcService.ts100100100100 
   inspectionService.ts100100100100 
   table-data.service.ts100100100100 
test100100100100 
   d3.js100100100100 
   force-graph.js100100100100 

@renovate renovate Bot force-pushed the renovate/npm-angular branch 2 times, most recently from 508ca52 to 524a2af Compare July 10, 2025 02:08
@renovate renovate Bot changed the title chore(deps): update npm angular packages chore(deps): update npm angular packages to ^20.1.0 Jul 10, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch from 524a2af to 15a4fc0 Compare July 16, 2025 20:01
@renovate renovate Bot changed the title chore(deps): update npm angular packages to ^20.1.0 chore(deps): update npm angular packages Jul 16, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch 4 times, most recently from f55d9b2 to 2055dc8 Compare July 23, 2025 21:34
@renovate renovate Bot force-pushed the renovate/npm-angular branch from 2055dc8 to 2d48d1f Compare July 24, 2025 23:11
@renovate renovate Bot changed the title chore(deps): update npm angular packages chore(deps): update npm angular packages to ^20.1.3 Jul 24, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch from 2d48d1f to e712fbc Compare July 30, 2025 19:52
@renovate renovate Bot changed the title chore(deps): update npm angular packages to ^20.1.3 chore(deps): update npm angular packages Jul 30, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch 2 times, most recently from c3346df to 10930ec Compare July 31, 2025 10:09
@renovate renovate Bot changed the title chore(deps): update npm angular packages chore(deps): update npm angular packages to ^20.1.4 Jul 31, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch 3 times, most recently from 71698bd to 0415fe9 Compare August 6, 2025 15:07
@renovate renovate Bot changed the title chore(deps): update npm angular packages to ^20.1.4 chore(deps): update npm angular packages Aug 6, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch 3 times, most recently from 207e9f8 to ca33bf7 Compare August 10, 2025 12:56
@renovate renovate Bot force-pushed the renovate/npm-angular branch 4 times, most recently from edf7d63 to 5a7bd61 Compare August 19, 2025 16:45
@renovate renovate Bot force-pushed the renovate/npm-angular branch from 5a7bd61 to 249aa19 Compare August 20, 2025 17:45
@renovate renovate Bot changed the title chore(deps): update npm angular packages chore(deps): update npm angular packages to ^20.2.0 Aug 20, 2025
@renovate renovate Bot force-pushed the renovate/npm-angular branch 5 times, most recently from ee8873d to f6fbd34 Compare September 24, 2025 13:27
@renovate renovate Bot force-pushed the renovate/npm-angular branch 7 times, most recently from a853ae3 to 2b1013f Compare October 1, 2025 22:02
@renovate renovate Bot force-pushed the renovate/npm-angular branch 6 times, most recently from df325a1 to 3f5e304 Compare October 8, 2025 18:24
@renovate renovate Bot force-pushed the renovate/npm-angular branch 5 times, most recently from 562cc8e to 481108b Compare October 16, 2025 20:50
@renovate renovate Bot force-pushed the renovate/npm-angular branch 3 times, most recently from 8771d13 to bf80903 Compare October 22, 2025 23:33
@sonarqubecloud

sonarqubecloud Bot commented May 7, 2026

Copy link
Copy Markdown

1 similar comment
@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants