cevi / event-overview-cevidb

Aus der CeviDB werden automatisiert Kurse, Lager oder weitere Anlässe ausgegeben.
3 stars 0 forks source link

Bump the angular group in /frontend with 13 updates #218

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the angular group in /frontend with 13 updates:

Package From To
@angular/animations 18.2.1 18.2.2
@angular/cdk 18.2.1 18.2.2
@angular/common 18.2.1 18.2.2
@angular/compiler 18.2.1 18.2.2
@angular/core 18.2.1 18.2.2
@angular/forms 18.2.1 18.2.2
@angular/material 18.2.1 18.2.2
@angular/platform-browser 18.2.1 18.2.2
@angular/platform-browser-dynamic 18.2.1 18.2.2
@angular/router 18.2.1 18.2.2
@angular-devkit/build-angular 18.2.1 18.2.2
@angular/cli 18.2.1 18.2.2
@angular/compiler-cli 18.2.1 18.2.2

Updates @angular/animations from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/animations's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/animations's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits


Updates @angular/cdk from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/cdk's releases.

v18.2.2

18.2.2 "steel-sword" (2024-08-28)

material

Commit Description
fix - 3ce4e9fc2a schematics: Add the missing neutral tones for the M3 color palettes (#29644)
perf - f93d0f4095 tooltip: Avoid unneeded calls to clearTimeout (#29643)

cdk

Commit Description
fix - 39d3d01340 drag-drop: error if ngDevMode is undefined (#29634)
fix - b1c5ed7260 tree: avoid breaking change in constructor (#29648)
fix - ff95692125 tree: capturing focus on load (#29641)
fix - f888b3d95a tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)
Changelog

Sourced from @​angular/cdk's changelog.

18.2.2 "steel-sword" (2024-08-28)

cdk

Commit Type Description
39d3d01340 fix drag-drop: error if ngDevMode is undefined (#29634)
b1c5ed7260 fix tree: avoid breaking change in constructor (#29648)
ff95692125 fix tree: capturing focus on load (#29641)
f888b3d95a fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

material

Commit Type Description
3ce4e9fc2a fix schematics: Add the missing neutral tones for the M3 color palettes (#29644)
f93d0f4095 perf tooltip: Avoid unneeded calls to clearTimeout (#29643)

19.0.0-next.1 "plastic-moose" (2024-08-22)

Breaking Changes

multiple

    • In order for Material to be compatible with recent changes in Sass and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like @include mat.button-theme($theme); --mat-button-color: red;. It can be resolved by wrapping the overrides with & {}, for example @include mat.button-theme($theme); & { --mat-button-color: red; }.

material

Commit Type Description
1abb484aa7 feat input: add the ability to interact with disabled inputs (#29574)
7cf8c6c464 fix datepicker: calendar font tokens not being picked up (#29610)
4f2bc4da78 fix icon: update error message for missing HttpClient (#29589)
adf413670f fix menu: inconsistent layout of submenu icon (#29603)
357f6f27a5 fix tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Type Description
04ce4d2648 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

multiple

Commit Type Description
01711b1804 fix account for mixed declarations in latest Sass version (#29596)
cb1450fc76 fix change fallbacks to use m3 (#29528)

Commits
  • 59074f2 release: cut the v18.2.2 release
  • f93d0f4 perf(material/tooltip): Avoid unneeded calls to clearTimeout (#29643)
  • 3ce4e9f fix(material/schematics): Add the missing neutral tones for the M3 color pale...
  • b1c5ed7 fix(cdk/tree): avoid breaking change in constructor (#29648)
  • f888b3d fix(cdk/tree): fix issue where isExpanded wouldn't be set if placed before ...
  • ff95692 fix(cdk/tree): capturing focus on load (#29641)
  • dc23acc build: remove goo.gl links (#29640)
  • 39d3d01 fix(cdk/drag-drop): error if ngDevMode is undefined (#29634)
  • See full diff in compare view


Updates @angular/common from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/common's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/common's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits
  • 3ecf620 Revert "fix(http): Dynamicaly call the global fetch implementation (#57531)" ...
  • 5d2e243 fix(http): Dynamicaly call the global fetch implementation (#57531)
  • See full diff in compare view


Updates @angular/compiler from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/compiler's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits
  • 4f8c406 refactor(compiler): extend directive mock to avoid failing at matching logic ...
  • 76ec60d refactor(compiler): ensure context is always provided for WhitespaceVisitor...
  • 7bfe817 refactor(compiler): add i18nPreserveWhitespaceForLegacyExtraction (#56507)
  • b30bc45 refactor(compiler): create an internal util method to detect matching directi...
  • See full diff in compare view


Updates @angular/core from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/core's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/core's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits
  • 36aa3af refactor(migrations): forward-fix conflicts with generic of ProgramInfo. (#...
  • 389933f refactor(migrations): allow tsurge migrations to run with just NgCompiler (...
  • b14c864 refactor(migrations): properly handle multi query migration (#57556)
  • 10fce20 refactor(migrations): initial migration logic for converting to signal querie...
  • eba3a0a Revert "refactor(migrations): initial migration logic for converting to signa...
  • 3d48a72 Revert "refactor(migrations): properly handle multi query migration (#57525)"...
  • df42d2b test: avoid leaking some LViews in tests (#57546)
  • 106917a fix(core): avoid leaking memory if component throws during creation (#57546)
  • b74b5f0 build: remove Sourcemaps from Schematics bundles (#57545)
  • 6a953c6 refactor(migrations): properly handle multi query migration (#57525)
  • Additional commits viewable in compare view


Updates @angular/forms from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/forms's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/forms's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits


Updates @angular/material from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/material's releases.

v18.2.2

18.2.2 "steel-sword" (2024-08-28)

material

Commit Description
fix - 3ce4e9fc2a schematics: Add the missing neutral tones for the M3 color palettes (#29644)
perf - f93d0f4095 tooltip: Avoid unneeded calls to clearTimeout (#29643)

cdk

Commit Description
fix - 39d3d01340 drag-drop: error if ngDevMode is undefined (#29634)
fix - b1c5ed7260 tree: avoid breaking change in constructor (#29648)
fix - ff95692125 tree: capturing focus on load (#29641)
fix - f888b3d95a tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)
Changelog

Sourced from @​angular/material's changelog.

18.2.2 "steel-sword" (2024-08-28)

cdk

Commit Type Description
39d3d01340 fix drag-drop: error if ngDevMode is undefined (#29634)
b1c5ed7260 fix tree: avoid breaking change in constructor (#29648)
ff95692125 fix tree: capturing focus on load (#29641)
f888b3d95a fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

material

Commit Type Description
3ce4e9fc2a fix schematics: Add the missing neutral tones for the M3 color palettes (#29644)
f93d0f4095 perf tooltip: Avoid unneeded calls to clearTimeout (#29643)

19.0.0-next.1 "plastic-moose" (2024-08-22)

Breaking Changes

multiple

    • In order for Material to be compatible with recent changes in Sass and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like @include mat.button-theme($theme); --mat-button-color: red;. It can be resolved by wrapping the overrides with & {}, for example @include mat.button-theme($theme); & { --mat-button-color: red; }.

material

Commit Type Description
1abb484aa7 feat input: add the ability to interact with disabled inputs (#29574)
7cf8c6c464 fix datepicker: calendar font tokens not being picked up (#29610)
4f2bc4da78 fix icon: update error message for missing HttpClient (#29589)
adf413670f fix menu: inconsistent layout of submenu icon (#29603)
357f6f27a5 fix tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Type Description
04ce4d2648 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

multiple

Commit Type Description
01711b1804 fix account for mixed declarations in latest Sass version (#29596)
cb1450fc76 fix change fallbacks to use m3 (#29528)

Commits
  • 59074f2 release: cut the v18.2.2 release
  • f93d0f4 perf(material/tooltip): Avoid unneeded calls to clearTimeout (#29643)
  • 3ce4e9f fix(material/schematics): Add the missing neutral tones for the M3 color pale...
  • b1c5ed7 fix(cdk/tree): avoid breaking change in constructor (#29648)
  • f888b3d fix(cdk/tree): fix issue where isExpanded wouldn't be set if placed before ...
  • ff95692 fix(cdk/tree): capturing focus on load (#29641)
  • dc23acc build: remove goo.gl links (#29640)
  • 39d3d01 fix(cdk/drag-drop): error if ngDevMode is undefined (#29634)
  • See full diff in compare view


Updates @angular/platform-browser from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/platform-browser's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/platform-browser's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits


Updates @angular/platform-browser-dynamic from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

18.2.2 (2024-08-28)

core

Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#57546)
6d3a2af146a fix Do not bubble capture events. (#57476)

http

Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#57531)

router

Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#57454)

Commits


Updates @angular/router from 18.2.1 to 18.2.2

Release notes

Sourced from @​angular/router's releases.

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Descript... _Description has been truncated_