Skip to content

Bump the openems-ui group across 1 directory with 6 updates#3363

Merged
sfeilmeier merged 3 commits intodevelopfrom
dependabot/npm_and_yarn/ui/develop/openems-ui-c53f4765a8
Oct 20, 2025
Merged

Bump the openems-ui group across 1 directory with 6 updates#3363
sfeilmeier merged 3 commits intodevelopfrom
dependabot/npm_and_yarn/ui/develop/openems-ui-c53f4765a8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the openems-ui group with 5 updates in the /ui directory:

Package From To
@angular/common 20.3.3 20.3.4
@angular-devkit/core 20.3.3 20.3.5
@angular-devkit/schematics 20.3.3 20.3.5
@schematics/angular 20.3.3 20.3.5
@typescript-eslint/types 8.45.0 8.46.1

Updates @angular/common from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/common's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/common's changelog.

20.3.4 (2025-10-08)

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)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular-devkit/core from 20.3.3 to 20.3.5

Release notes

Sourced from @​angular-devkit/core's releases.

20.3.5

@​angular/build

Commit Description
fix - 7f7140680 cleanup karma temporary directory after process exit

20.3.4

@​schematics/angular

Commit Description
fix - c94bf7ff0 Out of the box support for PM2
fix - 465436c9f use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Description
fix - bc6b63114 mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Description
fix - e510ff828 mark InjectionToken as pure for improved tree-shaking
Changelog

Sourced from @​angular-devkit/core's changelog.

20.3.5 (2025-10-08)

@​angular/build

Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

21.0.0-next.6 (2025-10-03)

@​angular/cli

Commit Type Description
58d101d5e feat add --json output to ng version
50453fdee feat overhaul ng version command output
0922a033f fix improve JSON schema parsing for command options

@​schematics/angular

Commit Type Description
c119910f4 feat add AGENTS.md support to ai-config schematic
9dab5780a fix add fixture.whenStable in spec files when zoneless apps
e304821d5 fix make ai-config schematic non-destructive
8ac515699 fix Out of the box support for PM2
57075a31a fix use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Type Description
acd785afc fix mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Type Description
3e0209d0a feat add browserViewport option for vitest browser tests
3b7dabbf1 feat add advanced coverage options to unit-test builder
65562114c fix mark InjectionToken as pure for improved tree-shaking
d0787c11d fix provide default excludes for vitest coverage
ac10f323e fix relax requirement for files to be in TS compilation

... (truncated)

Commits
  • af81cad release: cut the v20.3.5 release
  • 20b5250 build: update cross-repo angular dependencies
  • ec3d5bc build: update github/codeql-action action to v3.30.7
  • 736e5ee build: update pnpm to v10.18.1
  • 37df62a build: update rules_browsers digest to 508168a
  • 2b1a801 build: clean up BUILD files and update dependencies
  • 7f71406 fix(@​angular/build): cleanup karma temporary directory after process exit
  • 9004951 build: lock file maintenance
  • d290c63 build: update github/codeql-action action to v3.30.6
  • d8ca86b build: update pnpm to v10.18.0
  • Additional commits viewable in compare view

Updates @angular-devkit/schematics from 20.3.3 to 20.3.5

Release notes

Sourced from @​angular-devkit/schematics's releases.

20.3.5

@​angular/build

Commit Description
fix - 7f7140680 cleanup karma temporary directory after process exit

20.3.4

@​schematics/angular

Commit Description
fix - c94bf7ff0 Out of the box support for PM2
fix - 465436c9f use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Description
fix - bc6b63114 mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Description
fix - e510ff828 mark InjectionToken as pure for improved tree-shaking
Changelog

Sourced from @​angular-devkit/schematics's changelog.

20.3.5 (2025-10-08)

@​angular/build

Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

21.0.0-next.6 (2025-10-03)

@​angular/cli

Commit Type Description
58d101d5e feat add --json output to ng version
50453fdee feat overhaul ng version command output
0922a033f fix improve JSON schema parsing for command options

@​schematics/angular

Commit Type Description
c119910f4 feat add AGENTS.md support to ai-config schematic
9dab5780a fix add fixture.whenStable in spec files when zoneless apps
e304821d5 fix make ai-config schematic non-destructive
8ac515699 fix Out of the box support for PM2
57075a31a fix use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Type Description
acd785afc fix mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Type Description
3e0209d0a feat add browserViewport option for vitest browser tests
3b7dabbf1 feat add advanced coverage options to unit-test builder
65562114c fix mark InjectionToken as pure for improved tree-shaking
d0787c11d fix provide default excludes for vitest coverage
ac10f323e fix relax requirement for files to be in TS compilation

... (truncated)

Commits
  • af81cad release: cut the v20.3.5 release
  • 20b5250 build: update cross-repo angular dependencies
  • ec3d5bc build: update github/codeql-action action to v3.30.7
  • 736e5ee build: update pnpm to v10.18.1
  • 37df62a build: update rules_browsers digest to 508168a
  • 2b1a801 build: clean up BUILD files and update dependencies
  • 7f71406 fix(@​angular/build): cleanup karma temporary directory after process exit
  • 9004951 build: lock file maintenance
  • d290c63 build: update github/codeql-action action to v3.30.6
  • d8ca86b build: update pnpm to v10.18.0
  • Additional commits viewable in compare view

Updates @angular/build from 20.3.3 to 20.3.5

Release notes

Sourced from @​angular/build's releases.

20.3.5

@​angular/build

Commit Description
fix - 7f7140680 cleanup karma temporary directory after process exit

20.3.4

@​schematics/angular

Commit Description
fix - c94bf7ff0 Out of the box support for PM2
fix - 465436c9f use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Description
fix - bc6b63114 mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Description
fix - e510ff828 mark InjectionToken as pure for improved tree-shaking
Changelog

Sourced from @​angular/build's changelog.

20.3.5 (2025-10-08)

@​angular/build

Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

21.0.0-next.6 (2025-10-03)

@​angular/cli

Commit Type Description
58d101d5e feat add --json output to ng version
50453fdee feat overhaul ng version command output
0922a033f fix improve JSON schema parsing for command options

@​schematics/angular

Commit Type Description
c119910f4 feat add AGENTS.md support to ai-config schematic
9dab5780a fix add fixture.whenStable in spec files when zoneless apps
e304821d5 fix make ai-config schematic non-destructive
8ac515699 fix Out of the box support for PM2
57075a31a fix use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Type Description
acd785afc fix mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Type Description
3e0209d0a feat add browserViewport option for vitest browser tests
3b7dabbf1 feat add advanced coverage options to unit-test builder
65562114c fix mark InjectionToken as pure for improved tree-shaking
d0787c11d fix provide default excludes for vitest coverage
ac10f323e fix relax requirement for files to be in TS compilation

... (truncated)

Commits
  • af81cad release: cut the v20.3.5 release
  • 20b5250 build: update cross-repo angular dependencies
  • ec3d5bc build: update github/codeql-action action to v3.30.7
  • 736e5ee build: update pnpm to v10.18.1
  • 37df62a build: update rules_browsers digest to 508168a
  • 2b1a801 build: clean up BUILD files and update dependencies
  • 7f71406 fix(@​angular/build): cleanup karma temporary directory after process exit
  • 9004951 build: lock file maintenance
  • d290c63 build: update github/codeql-action action to v3.30.6
  • d8ca86b build: update pnpm to v10.18.0
  • Additional commits viewable in compare view

Updates @schematics/angular from 20.3.3 to 20.3.5

Release notes

Sourced from @​schematics/angular's releases.

20.3.5

@​angular/build

Commit Description
fix - 7f7140680 cleanup karma temporary directory after process exit

20.3.4

@​schematics/angular

Commit Description
fix - c94bf7ff0 Out of the box support for PM2
fix - 465436c9f use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Description
fix - bc6b63114 mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Description
fix - e510ff828 mark InjectionToken as pure for improved tree-shaking
Changelog

Sourced from @​schematics/angular's changelog.

20.3.5 (2025-10-08)

@​angular/build

Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

21.0.0-next.6 (2025-10-03)

@​angular/cli

Commit Type Description
58d101d5e feat add --json output to ng version
50453fdee feat overhaul ng version command output
0922a033f fix improve JSON schema parsing for command options

@​schematics/angular

Commit Type Description
c119910f4 feat add AGENTS.md support to ai-config schematic
9dab5780a fix add fixture.whenStable in spec files when zoneless apps
e304821d5 fix make ai-config schematic non-destructive
8ac515699 fix Out of the box support for PM2
57075a31a fix use bracket notation for process.env['pm_id']

@​angular-devkit/build-angular

Commit Type Description
acd785afc fix mark InjectionToken as pure for improved tree-shaking

@​angular/build

Commit Type Description
3e0209d0a feat add browserViewport option for vitest browser tests
3b7dabbf1 feat add advanced coverage options to unit-test builder
65562114c fix mark InjectionToken as pure for improved tree-shaking
d0787c11d fix provide default excludes for vitest coverage
ac10f323e fix relax requirement for files to be in TS compilation

... (truncated)

Commits
  • af81cad release: cut the v20.3.5 release
  • 20b5250 build: update cross-repo angular dependencies
  • ec3d5bc build: update github/codeql-action action to v3.30.7
  • 736e5ee build: update pnpm to v10.18.1
  • 37df62a build: update rules_browsers digest to 508168a
  • 2b1a801 build: clean up BUILD files and update dependencies
  • 7f71406 fix(@​angular/build): cleanup karma temporary directory after process exit
  • 9004951 build: lock file maintenance
  • d290c63 build: update github/codeql-action action to v3.30.6
  • d8ca86b build: update pnpm to v10.18.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/types from 8.45.0 to 8.46.1

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.46.1 (2025-10-13)

This was a version bump only for types to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.0 (2025-10-06)

This was a version bump only for types to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the openems-ui group with 5 updates in the /ui directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.3` | `20.3.4` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.5` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.5` |
| [@schematics/angular](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.5` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.45.0` | `8.46.1` |



Updates `@angular/common` from 20.3.3 to 20.3.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.4/packages/common)

Updates `@angular-devkit/core` from 20.3.3 to 20.3.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@20.3.3...20.3.5)

Updates `@angular-devkit/schematics` from 20.3.3 to 20.3.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@20.3.3...20.3.5)

Updates `@angular/build` from 20.3.3 to 20.3.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@20.3.3...20.3.5)

Updates `@schematics/angular` from 20.3.3 to 20.3.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@20.3.3...20.3.5)

Updates `@typescript-eslint/types` from 8.45.0 to 8.46.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/packages/types)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openems-ui
- dependency-name: "@angular-devkit/core"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openems-ui
- dependency-name: "@angular-devkit/schematics"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openems-ui
- dependency-name: "@angular/build"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openems-ui
- dependency-name: "@schematics/angular"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: openems-ui
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.46.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: openems-ui
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 13, 2025
@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3363      +/-   ##
=============================================
+ Coverage      59.85%   59.86%   +0.02%     
  Complexity       112      112              
=============================================
  Files           2787     2787              
  Lines         121037   121037              
  Branches        9061     9061              
=============================================
+ Hits           72437    72452      +15     
+ Misses         45881    45862      -19     
- Partials        2719     2723       +4     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sfeilmeier sfeilmeier merged commit 81fe32b into develop Oct 20, 2025
7 checks passed
@sfeilmeier sfeilmeier deleted the dependabot/npm_and_yarn/ui/develop/openems-ui-c53f4765a8 branch October 20, 2025 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant