OpenEMS / openems

OpenEMS - Open Source Energy Management System
GNU Affero General Public License v3.0
818 stars 403 forks source link

Build(deps): Bump the angular group across 1 directory with 3 updates #2878

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the angular group with 3 updates in the /ui directory: @angular/common, @angular-devkit/core and @angular-devkit/schematics.

Updates @angular/common from 18.2.5 to 18.2.12

Release notes

Sourced from @​angular/common's releases.

v18.2.12

18.2.12 (2024-11-14)

compiler-cli

Commit Description
fix - 4c38160853 correct extraction of generics from type aliases (#58548)

v18.2.11

18.2.11 (2024-11-06)

core

Commit Description
fix - 5f2d98a1b1 avoid slow stringification when checking for duplicates in dev mode (#58521)
fix - 3aa45a2fa1 resolve forward-referenced host directives during directive matching (#58492) (#58500)

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.2.12 (2024-11-14)

compiler-cli

Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#58548)

19.0.0-rc.1 (2024-11-06)

compiler

Commit Type Description
b25121ee4a fix avoid having to duplicate core environment (#58444)

compiler-cli

Commit Type Description
d4d76ead80 fix do not fail fatal when references to non-existent module are discovered (#58515)
22cd6869ef fix make the unused imports diagnostic easier to read (#58468)

core

Commit Type Description
8ae84be3df fix avoid slow stringification when checking for duplicates in dev mode (#58521)
6e0af6dbbb fix resolve forward-referenced host directives during directive matching (#58492)

migrations

Commit Type Description
c5e676bb87 fix flip the default standalone flag in route-lazy-loading migration (#58474)
e85ac5c7cb fix properly bundle shared compiler code into migrations (#58515)

platform-browser

Commit Type Description
c36a1c023b fix correctly add external stylesheets to ShadowDOM components (#58482)

18.2.11 (2024-11-06)

core

Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#58492) (#58500)

19.0.0-rc.0 (2024-10-30)

compiler

| Commit | Type | Description |

... (truncated)

Commits
  • 4746794 docs: move JSDoc below constructor (#57187)
  • 10081a9 docs: move JSDoc before functions (#58087)
  • ccf2c7f docs(common): Minor typo in code example (#58085)
  • 42eb096 docs: update comments to use consistent code formatting for boolean values (#...
  • ca637fe fix(http): cleanup JSONP script listeners once loading completed (#57877)
  • 9d5b1ec docs: correct HashLocationStrategy example url (#57908)
  • 249d026 fix(common): execute checks and remove placeholder when image is already load...
  • 03ac3c2 refactor: update license text to point to angular.dev (#57902)
  • See full diff in compare view


Updates @angular-devkit/core from 18.2.5 to 18.2.12

Release notes

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

v18.2.12

18.2.12 (2024-11-14)

@​angular/cli

Commit Description
fix - c3925ed7f support default options for multiselect list x-prompt

@​angular/build

Commit Description
fix - c8bee8415 allow .js file replacements in all configuration cases
fix - 93f552112 improve URL rebasing for hyphenated Sass namespaced variables

v18.2.11

18.2.11 (2024-10-30)

@​angular/build

Commit Description
fix - 87ec15ba2 show error message when error stack is undefined

v18.2.10

18.2.10 (2024-10-23)

@​angular-devkit/build-angular

Commit Description
fix - 7b775f4e0 update http-proxy-middleware to 3.0.3

@​angular/build

Commit Description
fix - b1e5f51f9 Address build issue in Node.js LTS versions with prerendering or SSR

v18.2.9

18.2.9 (2024-10-16)

@​schematics/angular

Commit Description
fix - 237f7c5d0 update browserslist config to include last 2 Android major versions

@​angular/build

Commit Description
fix - d749ba6a3 allow direct bundling of TSX files with application builder
fix - b91c82d89 avoid race condition in sass importer

v18.2.8

18.2.8 (2024-10-09)

@​schematics/angular

... (truncated)

Changelog

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

18.2.12 (2024-11-14)

@​angular/cli

Commit Type Description
c3925ed7f fix support default options for multiselect list x-prompt

@​angular/build

Commit Type Description
c8bee8415 fix allow .js file replacements in all configuration cases
93f552112 fix improve URL rebasing for hyphenated Sass namespaced variables

19.0.0-rc.1 (2024-11-06)

@​angular/cli

Commit Type Description
b847d4460 fix recommend optional application update migration during v19 update

@​schematics/angular

Commit Type Description
b1504c3bc fix component spec with export default

@​angular-devkit/build-angular

Commit Type Description
2ec877dd0 fix handle basename collisions
43e7aae22 fix remove double-watch in karma
1e37b5939 fix serve assets

@​angular/build

Commit Type Description
ecaf870b5 fix always clear dev-server error overlay on non-error result
71534aadc fix check referenced files against native file paths
fed31e064 fix correctly use dev-server hmr option to control stylesheet hot replacement
b86bb080e fix disable dev-server websocket when live reload is disabled
efb2232df fix ensure accurate content size in server asset metadata

... (truncated)

Commits
  • 53b9e35 release: cut the v18.2.12 release
  • 93f5521 fix(@​angular/build): improve URL rebasing for hyphenated Sass namespaced vari...
  • c3925ed fix(@​angular/cli): support default options for multiselect list x-prompt
  • c8bee84 fix(@​angular/build): allow .js file replacements in all configuration cases
  • f58e689 test: add @parcel/watcher to allowed postinstall checks
  • de95545 release: cut the v18.2.11 release
  • 87ec15b fix(@​angular/build): show error message when error stack is undefined
  • fee914e release: cut the v18.2.10 release
  • 7b775f4 fix(@​angular-devkit/build-angular): update http-proxy-middleware to 3.0.3
  • b1e5f51 fix(@​angular/build): Address build issue in Node.js LTS versions with prerend...
  • Additional commits viewable in compare view


Updates @angular-devkit/schematics from 18.2.5 to 18.2.12

Release notes

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

v18.2.12

18.2.12 (2024-11-14)

@​angular/cli

Commit Description
fix - c3925ed7f support default options for multiselect list x-prompt

@​angular/build

Commit Description
fix - c8bee8415 allow .js file replacements in all configuration cases
fix - 93f552112 improve URL rebasing for hyphenated Sass namespaced variables

v18.2.11

18.2.11 (2024-10-30)

@​angular/build

Commit Description
fix - 87ec15ba2 show error message when error stack is undefined

v18.2.10

18.2.10 (2024-10-23)

@​angular-devkit/build-angular

Commit Description
fix - 7b775f4e0 update http-proxy-middleware to 3.0.3

@​angular/build

Commit Description
fix - b1e5f51f9 Address build issue in Node.js LTS versions with prerendering or SSR

v18.2.9

18.2.9 (2024-10-16)

@​schematics/angular

Commit Description
fix - 237f7c5d0 update browserslist config to include last 2 Android major versions

@​angular/build

Commit Description
fix - d749ba6a3 allow direct bundling of TSX files with application builder
fix - b91c82d89 avoid race condition in sass importer

v18.2.8

18.2.8 (2024-10-09)

@​schematics/angular

... (truncated)

Changelog

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

18.2.12 (2024-11-14)

@​angular/cli

Commit Type Description
c3925ed7f fix support default options for multiselect list x-prompt

@​angular/build

Commit Type Description
c8bee8415 fix allow .js file replacements in all configuration cases
93f552112 fix improve URL rebasing for hyphenated Sass namespaced variables

19.0.0-rc.1 (2024-11-06)

@​angular/cli

Commit Type Description
b847d4460 fix recommend optional application update migration during v19 update

@​schematics/angular

Commit Type Description
b1504c3bc fix component spec with export default

@​angular-devkit/build-angular

Commit Type Description
2ec877dd0 fix handle basename collisions
43e7aae22 fix remove double-watch in karma
1e37b5939 fix serve assets

@​angular/build

Commit Type Description
ecaf870b5 fix always clear dev-server error overlay on non-error result
71534aadc fix check referenced files against native file paths
fed31e064 fix correctly use dev-server hmr option to control stylesheet hot replacement
b86bb080e fix disable dev-server websocket when live reload is disabled
efb2232df fix ensure accurate content size in server asset metadata

... (truncated)

Commits
  • 53b9e35 release: cut the v18.2.12 release
  • 93f5521 fix(@​angular/build): improve URL rebasing for hyphenated Sass namespaced vari...
  • c3925ed fix(@​angular/cli): support default options for multiselect list x-prompt
  • c8bee84 fix(@​angular/build): allow .js file replacements in all configuration cases
  • f58e689 test: add @parcel/watcher to allowed postinstall checks
  • de95545 release: cut the v18.2.11 release
  • 87ec15b fix(@​angular/build): show error message when error stack is undefined
  • fee914e release: cut the v18.2.10 release
  • 7b775f4 fix(@​angular-devkit/build-angular): update http-proxy-middleware to 3.0.3
  • b1e5f51 fix(@​angular/build): Address build issue in Node.js LTS versions with prerend...
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #2878 +/- ## ============================================= - Coverage 59.24% 56.83% -2.41% - Complexity 9043 9044 +1 ============================================= Files 1909 2171 +262 Lines 85591 92271 +6680 Branches 5823 6848 +1025 ============================================= + Hits 50701 52429 +1728 - Misses 33049 37919 +4870 - Partials 1841 1923 +82 ```

🚨 Try these New Features: