Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

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

Package From To
@angular/common 20.3.15 21.0.6
@capacitor/android 7.4.4 8.0.0
@capacitor/app 7.1.0 8.0.0
@capacitor/core 7.4.4 8.0.0
@capacitor/filesystem 7.1.4 8.0.0
@capacitor/ios 7.4.4 8.0.0
@capacitor/splash-screen 7.0.3 8.0.0
@ionic/core 8.7.13 8.7.14
ngx-cookie-service 20.1.1 21.1.0
ngx-device-detector 10.1.0 11.0.0
@angular-devkit/core 20.3.13 21.0.4
@angular-devkit/schematics 20.3.13 21.0.4
@angular/build 20.3.13 21.0.4
@capacitor/cli 7.4.4 8.0.0
@schematics/angular 20.3.13 21.0.4
@typescript-eslint/types 8.49.0 8.50.0
baseline-browser-mapping 2.9.7 2.9.10

Updates @angular/common from 20.3.15 to 21.0.6

Release notes

Sourced from @​angular/common's releases.

21.0.6

core

Commit Description
fix - 4c8fb3631d throw better errors for potential circular references
fix - 48492524ea use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Description
feat - 81772b420d pass field directive to class config
refactor - 729b96476b rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Description
fix - e0694df3ec avoid interpolation highlighting inside @​let
fix - 5047be4bc1 Prevent language service from crashing on suggestion diagnostic errors

Breaking Changes

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.0.6 (2025-12-17)

Breaking Changes (affecting only experimental features)

forms

  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149e8b06d6885f54bac4cf03a9481a8b19b7)

  • (cherry picked from commit ae0c59028a2f393ea5716bf222db2c38e7a3989f)

core

Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token

forms

Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError

language-service

Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

21.1.0-next.3 (2025-12-11)

... (truncated)

Commits
  • feed89e ci: reformat files
  • 6d9d2b8 refactor(common): remove redundant providedIn: 'root' from injection tokens
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • 56418b1 docs: add documentation for HTTP_TRANSFER_CACHE_ORIGIN_MAP
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • 3240d85 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 6de8926 refactor(core): add debug name to resource (#64172)
  • 00ffe91 refactor(common): removes unused NgModuleFactory config in NgComponentOutlet
  • 8765b66 docs: add reference to Built-in Pipes in multiple pipe files
  • ab98e71 fix(common): remove placeholder image listeners once view is removed
  • Additional commits viewable in compare view

Updates @capacitor/android from 7.4.4 to 8.0.0

Release notes

Sourced from @​capacitor/android's releases.

8.0.0

8.0.0 (2025-12-08)

Bug Fixes

  • cli: Android apk name multi flavor dimensions parsing (#7598) (2dc20ee)
  • cli: make migrate update to 8.0.0 (#8250) (ee8ba7b)
  • ios: move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264) (e6f50b8)

Features

  • android: Improving SystemBars inset handling (#8268) (81ae30a)

8.0.0-beta.0

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode (#7754) (79ace5c)
  • cli: replace deprecated Gradle property name syntax (#8207) (3912030)
  • ios: use ReturnPromise for SystemBars returnType (#8239) (eb51288)
  • make Plugin.resolve act consistently (#8225) (06aeb9e)

Features

  • android-template: Update com.google.gms:google-service version (#8195) (ba05dd3)
  • cli: Select a cap run target by target name (#8199) (b30c472)
  • iOS: Allow plugins to hook into handling WebView URL authentication challenges (#8216) (e8507cf)
  • System Bars Plugin (#8180) (a32216a)

8.0.0-alpha.3

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) (1de1f15)
  • ios: Remove Cordova UIView extension (#8189) (0c7bcd3)
  • ios: replace deprecation warnings (#8156) (e76b29b)

... (truncated)

Changelog

Sourced from @​capacitor/android's changelog.

8.0.0 (2025-12-08)

Bug Fixes

  • cli: Android apk name multi flavor dimensions parsing (#7598) (2dc20ee)
  • cli: make migrate update to 8.0.0 (#8250) (ee8ba7b)
  • ios: move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264) (e6f50b8)

Features

  • android: Improving SystemBars inset handling (#8268) (81ae30a)

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode (#7754) (79ace5c)
  • cli: replace deprecated Gradle property name syntax (#8207) (3912030)
  • ios: use ReturnPromise for SystemBars returnType (#8239) (eb51288)
  • make Plugin.resolve act consistently (#8225) (06aeb9e)

Features

  • android-template: Update com.google.gms:google-service version (#8195) (ba05dd3)
  • cli: Select a cap run target by target name (#8199) (b30c472)
  • iOS: Allow plugins to hook into handling WebView URL authentication challenges (#8216) (e8507cf)
  • System Bars Plugin (#8180) (a32216a)

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) (1de1f15)
  • ios: Remove Cordova UIView extension (#8189) (0c7bcd3)
  • ios: replace deprecation warnings (#8156) (e76b29b)
  • ios: Silence WKProcessPool warning (#8184) (b6abcb7)

8.0.0-alpha.2 (2025-08-20)

Note: Version bump only for package capacitor

8.0.0-alpha.1 (2025-08-20)

... (truncated)

Commits
  • 1ef73a3 Release 8.0.0
  • a74a364 chore(cli): Add google-maps plugin to migrate command (#8265)
  • 81ae30a feat(android): Improving SystemBars inset handling (#8268)
  • e6f50b8 fix(ios): move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264)
  • 2dc20ee fix(cli): Android apk name multi flavor dimensions parsing (#7598)
  • 5b27fdf docs(core): fix typo in HttpResponse url description (#8260)
  • ee8ba7b fix(cli): make migrate update to 8.0.0 (#8250)
  • 441208e chore(cli): Add geolocation to migrate cmd plugin changes (#8253)
  • d3c0c19 Release 8.0.0-beta.0
  • 0de935b docs(system-bars): publish file on npm (#8240)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by capacitor-plugin-bot, a new releaser for @​capacitor/android since your current version.


Updates @capacitor/app from 7.1.0 to 8.0.0

Release notes

Sourced from @​capacitor/app's releases.

@​capacitor/app-launcher@​8.0.0

8.0.0 (2025-12-08)

Note: Version bump only for package @​capacitor/app-launcher

@​capacitor/app@​8.0.0

8.0.0 (2025-12-08)

Note: Version bump only for package @​capacitor/app

@​capacitor/app-launcher@​8.0.0-beta.0

8.0.0-beta.0 (2025-11-14)

Note: Version bump only for package @​capacitor/app-launcher

@​capacitor/app@​8.0.0-beta.0

8.0.0-beta.0 (2025-11-14)

Note: Version bump only for package @​capacitor/app

@​capacitor/app@​7.1.1

7.1.1 (2025-11-26)

Note: Version bump only for package @​capacitor/app

Commits
  • c1fe562 chore(release): publish [skip ci]
  • 77bb93b chore: Use Capacitor 8 stable version (#2452)
  • 8152fc1 docs(splash-screen): fix typo in README regarding Android 12 issues (#2456)
  • a58d05e docs(README): Indicate that plugins are for Capacitor 8 (#2453)
  • 87a4d5f chore(screen-orientation): fix small typo screen orientation (#2449)
  • 0303a85 fix(ios): handle deprecation warning on status-bar (#2448)
  • 06921fb chore(release): publish [skip ci]
  • 4c05924 chore: upgrade npm dependencies for all plugins (#2440)
  • 8068706 fix(status-bar)!: remove notification related extensions (#2442)
  • 1a4e989 chore(ios): update spm from 7.0.0 to 8.0.0-beta (#2434)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by capacitor-plugin-bot, a new releaser for @​capacitor/app since your current version.


Updates @capacitor/core from 7.4.4 to 8.0.0

Release notes

Sourced from @​capacitor/core's releases.

8.0.0

8.0.0 (2025-12-08)

Bug Fixes

  • cli: Android apk name multi flavor dimensions parsing (#7598) (2dc20ee)
  • cli: make migrate update to 8.0.0 (#8250) (ee8ba7b)
  • ios: move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264) (e6f50b8)

Features

  • android: Improving SystemBars inset handling (#8268) (81ae30a)

8.0.0-beta.0

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode (#7754) (79ace5c)
  • cli: replace deprecated Gradle property name syntax (#8207) (3912030)
  • ios: use ReturnPromise for SystemBars returnType (#8239) (eb51288)
  • make Plugin.resolve act consistently (#8225) (06aeb9e)

Features

  • android-template: Update com.google.gms:google-service version (#8195) (ba05dd3)
  • cli: Select a cap run target by target name (#8199) (b30c472)
  • iOS: Allow plugins to hook into handling WebView URL authentication challenges (#8216) (e8507cf)
  • System Bars Plugin (#8180) (a32216a)

8.0.0-alpha.3

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) (1de1f15)
  • ios: Remove Cordova UIView extension (#8189) (0c7bcd3)
  • ios: replace deprecation warnings (#8156) (e76b29b)

... (truncated)

Changelog

Sourced from @​capacitor/core's changelog.

8.0.0 (2025-12-08)

Bug Fixes

  • cli: Android apk name multi flavor dimensions parsing (#7598) (2dc20ee)
  • cli: make migrate update to 8.0.0 (#8250) (ee8ba7b)
  • ios: move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264) (e6f50b8)

Features

  • android: Improving SystemBars inset handling (#8268) (81ae30a)

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode (#7754) (79ace5c)
  • cli: replace deprecated Gradle property name syntax (#8207) (3912030)
  • ios: use ReturnPromise for SystemBars returnType (#8239) (eb51288)
  • make Plugin.resolve act consistently (#8225) (06aeb9e)

Features

  • android-template: Update com.google.gms:google-service version (#8195) (ba05dd3)
  • cli: Select a cap run target by target name (#8199) (b30c472)
  • iOS: Allow plugins to hook into handling WebView URL authentication challenges (#8216) (e8507cf)
  • System Bars Plugin (#8180) (a32216a)

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) (1de1f15)
  • ios: Remove Cordova UIView extension (#8189) (0c7bcd3)
  • ios: replace deprecation warnings (#8156) (e76b29b)
  • ios: Silence WKProcessPool warning (#8184) (b6abcb7)

8.0.0-alpha.2 (2025-08-20)

Note: Version bump only for package capacitor

8.0.0-alpha.1 (2025-08-20)

... (truncated)

Commits
  • 1ef73a3 Release 8.0.0
  • a74a364 chore(cli): Add google-maps plugin to migrate command (#8265)
  • 81ae30a feat(android): Improving SystemBars inset handling (#8268)
  • e6f50b8 fix(ios): move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264)
  • 2dc20ee fix(cli): Android apk name multi flavor dimensions parsing (#7598)
  • 5b27fdf docs(core): fix typo in HttpResponse url description (#8260)
  • ee8ba7b fix(cli): make migrate update to 8.0.0 (#8250)
  • 441208e chore(cli): Add geolocation to migrate cmd plugin changes (#8253)
  • d3c0c19 Release 8.0.0-beta.0
  • 0de935b docs(system-bars): publish file on npm (#8240)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by capacitor-plugin-bot, a new releaser for @​capacitor/core since your current version.


Updates @capacitor/filesystem from 7.1.4 to 8.0.0

Release notes

Sourced from @​capacitor/filesystem's releases.

v8.0.0

8.0.0 (2025-12-08)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (5dcd9c3)
  • Cap8 peerDependency for pnpm compatibility (99e4fe8)

Features

BREAKING CHANGES

  • Capacitor major version update requires major version update on the plugin.

This release is also available on:

v8.0.0-next.4

8.0.0-next.4 (2025-11-17)

  • ios: Minor updates to Package.swift.

v8.0.0-next.3

8.0.0-next.3 (2025-11-12)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (5dcd9c3)

This release is also available on:

v8.0.0-next.2

8.0.0-next.2 (2025-10-27)

... (truncated)

Changelog

Sourced from @​capacitor/filesystem's changelog.

8.0.0 (2025-12-08)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (5dcd9c3)
  • Cap8 peerDependency for pnpm compatibility (99e4fe8)

Features

BREAKING CHANGES

  • Capacitor major version update requires major version update on the plugin.

7.1.5 (2025-11-25)

Bug Fixes

  • ios: Simplify SPM usage for native library (#44) (e590c3f)

8.0.0-next.4 (2025-11-17)

  • ios: Minor updates to Package.swift.

8.0.0-next.3 (2025-11-12)

Bug Fixes

  • android: use 'propName = value' assignment syntax in build.gradle files (5dcd9c3)

8.0.0-next.2 (2025-10-27)

Bug Fixes

  • ios: Simplify SPM usage for native library (#44) (e590c3f)

8.0.0-next.1 (2025-09-09)

Bug Fixes

  • Cap8 peerDependency for pnpm compatibility (99e4fe8)

... (truncated)

Commits
  • 239c4a0 chore(release): 8.0.0 [skip ci]
  • 40dbd6b chore: Prepare for Capacitor 8 stable version (#55)
  • a02a527 chore: update npm packages (#53)
  • 5eefb92 chore: Merge branch 'main' into next
  • 2e31811 chore(release): 7.1.5 [skip ci]
  • b62df16 chore(release): 8.0.0-next.4 [skip ci]
  • cb1cc60 chore(ios): update spm from 7.0.0 to 8.0.0-beta (#51)
  • cb802bd chore(release): 8.0.0-next.3 [skip ci]
  • 1988fe8 Merge pull request #49 from ionic-team/chore/gradle-property-assignment
  • 232762f chore(android): update Gradle dependencies to latest versions (#52)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​capacitor/filesystem since your current version.


Updates @capacitor/ios from 7.4.4 to 8.0.0

Release notes

Sourced from @​capacitor/ios's releases.

8.0.0

8.0.0 (2025-12-08)

Bug Fixes

  • cli: Android apk name multi flavor dimensions parsing (#7598) (2dc20ee)
  • cli: make migrate update to 8.0.0 (#8250) (ee8ba7b)
  • ios: move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264) (e6f50b8)

Features

  • android: Improving SystemBars inset handling (#8268) (81ae30a)

8.0.0-beta.0

8.0.0-beta.0 (2025-11-14)

Bug Fixes

  • android-template: replace deprecated Gradle property name syntax (#8204) (e48694b)
  • android: add command not changing namespace (#8224) (60cf666)
  • android: remove kotlin-bom dependency (#8237) (a894749)
  • android: replace deprecated Gradle property name syntax (b68ac9e)
  • cli: fix cap run command for yarn pnp mode (#7754) (79ace5c)
  • cli: replace deprecated Gradle property name syntax (#8207) (3912030)
  • ios: use ReturnPromise for SystemBars returnType (#8239) (eb51288)
  • make Plugin.resolve act consistently (#8225) (06aeb9e)

Features

  • android-template: Update com.google.gms:google-service version (#8195) (ba05dd3)
  • cli: Select a cap run target by target name (#8199) (b30c472)
  • iOS: Allow plugins to hook into handling WebView URL authentication challenges (#8216) (e8507cf)
  • System Bars Plugin (#8180) (a32216a)

8.0.0-alpha.3

8.0.0-alpha.3 (2025-10-22)

Bug Fixes

  • cli: change SPM incompatible plugin message (#8129) (28c2a96)
  • cli: Don't exclude Cordova plugins from SPM management (#8140) (69bbd3d)
  • cli: prefer studio executable over studio.sh on linux if available (#8110) (62bd16f)
  • ios: also call bridge.reset() on webViewWebContentProcessDidTerminate (#8143) (1de1f15)
  • ios: Remove Cordova UIView extension (#8189) (0c7bcd3)
  • ios: replace deprecation warnings (#8156) (e76b29b)

... (truncated)

Changelog

Sourced from @​capacitor/ios's changelog.

8.0.0 (2025-12-08)

Bug Fixes

  • cli: Android apk name multi flavor dimensions parsing (#7598) (2dc20ee)
  • cli: make migrate update to 8.0.0 (#8250) (ee8ba7b)
  • ios: move PrivacyInfo.xcprivacy to resource_bundles to fix build… (#8264) (e6f50b8)

Features

  • android: Improving SystemBars inset handling (#8268) (81ae30a)
  • Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.15` | `21.0.6` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `7.4.4` | `8.0.0` |
| [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) | `7.1.0` | `8.0.0` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `7.4.4` | `8.0.0` |
| [@capacitor/filesystem](https://github.com/ionic-team/capacitor-filesystem) | `7.1.4` | `8.0.0` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `7.4.4` | `8.0.0` |
| [@capacitor/splash-screen](https://github.com/ionic-team/capacitor-plugins) | `7.0.3` | `8.0.0` |
| [@ionic/core](https://github.com/ionic-team/ionic-framework) | `8.7.13` | `8.7.14` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `20.1.1` | `21.1.0` |
| [ngx-device-detector](https://github.com/AhsanAyaz/ngx-device-detector) | `10.1.0` | `11.0.0` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `20.3.13` | `21.0.4` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `20.3.13` | `21.0.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.13` | `21.0.4` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `7.4.4` | `8.0.0` |
| [@schematics/angular](https://github.com/angular/angular-cli) | `20.3.13` | `21.0.4` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.49.0` | `8.50.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.9.7` | `2.9.10` |



Updates `@angular/common` from 20.3.15 to 21.0.6
- [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/v21.0.6/packages/common)

Updates `@capacitor/android` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@7.4.4...8.0.0)

Updates `@capacitor/app` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@7.1.0...@capacitor/app@8.0.0)

Updates `@capacitor/core` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@7.4.4...8.0.0)

Updates `@capacitor/filesystem` from 7.1.4 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor-filesystem/releases)
- [Changelog](https://github.com/ionic-team/capacitor-filesystem/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-filesystem@v7.1.4...v8.0.0)

Updates `@capacitor/ios` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@7.4.4...8.0.0)

Updates `@capacitor/splash-screen` from 7.0.3 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/splash-screen@7.0.3...@capacitor/splash-screen@8.0.0)

Updates `@ionic/core` from 8.7.13 to 8.7.14
- [Release notes](https://github.com/ionic-team/ionic-framework/releases)
- [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md)
- [Commits](ionic-team/ionic-framework@v8.7.13...v8.7.14)

Updates `ngx-cookie-service` from 20.1.1 to 21.1.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v20.1.1...v21.1.0)

Updates `ngx-device-detector` from 10.1.0 to 11.0.0
- [Release notes](https://github.com/AhsanAyaz/ngx-device-detector/releases)
- [Commits](AhsanAyaz/ngx-device-detector@v10.1.0...v11.0.0)

Updates `@angular-devkit/core` from 20.3.13 to 21.0.4
- [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.13...v21.0.4)

Updates `@angular-devkit/schematics` from 20.3.13 to 21.0.4
- [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.13...v21.0.4)

Updates `@angular/build` from 20.3.13 to 21.0.4
- [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.13...v21.0.4)

Updates `@capacitor/cli` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@7.4.4...8.0.0)

Updates `@schematics/angular` from 20.3.13 to 21.0.4
- [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.13...v21.0.4)

Updates `@typescript-eslint/types` from 8.49.0 to 8.50.0
- [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.50.0/packages/types)

Updates `baseline-browser-mapping` from 2.9.7 to 2.9.10
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.9.7...v2.9.10)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/android"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/app"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/core"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/filesystem"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/ios"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/splash-screen"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@ionic/core"
  dependency-version: 8.7.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: openems-ui
- dependency-name: ngx-cookie-service
  dependency-version: 21.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: ngx-device-detector
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@angular-devkit/core"
  dependency-version: 21.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@angular-devkit/schematics"
  dependency-version: 21.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@angular/build"
  dependency-version: 21.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@capacitor/cli"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@schematics/angular"
  dependency-version: 21.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: openems-ui
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: openems-ui
- dependency-name: baseline-browser-mapping
  dependency-version: 2.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Dec 18, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/develop/openems-ui-5b186d0110 branch December 25, 2025 23:05
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