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 #206

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the angular group in /frontend with 13 updates:

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

Updates @angular/animations from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/animations's releases.

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
Changelog

Sourced from @​angular/animations's changelog.

18.1.2 (2024-07-24)

compiler

Commit Type Description
463945003d fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
e904f34020 fix add warning for unused let declarations (#57033)

core

Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#57031)
b9fb98c67c fix tree shake dev mode error message (#57035)

18.2.0-next.1 (2024-07-17)

common

Commit Type Description
2c4613a002 fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
9167fc815c fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
107173c14d fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
f0d6d0688d fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
e504ad97d4 fix not all callbacks running when registered at the same time (#56981)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
0ea6a4a361 fix fix common module removal (#56968)

Commits


Updates @angular/cdk from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/cdk's releases.

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

    Fixes Angular Components Chip component where the touch target of the remove button of a chip is too small. Updates .mat-mdc-chip-remove to target more specific styles to override original style of padding: 8px so that the user has a larger touch target particularly on mobile devices.

    Fixes b/286959517

    • refactor(material/chips): remove button is too small

    Fixes lint errors from previous commit for Angular Components Chip component where the remove button touch target is too small, particularly for touch/mobile devices. Increases padding on all sides.

    Fixes b/286959517

    • fix(material/chips): increase chip remove button touch target size

    Fixes issue with Angular Component Chip's touch target size by increasing the padding on chips with a trailing icon that has an action.

    Fixes b/286959517

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Type Description
cf61af53bd fix chips: remove button is too small (#29351)
c79ec264aa fix form-field: hiding a label after it has been (#29461)
15238d255f fix input: Number input not changing on wheel interaction (#29449)

Commits
  • dcc411a release: cut the v18.1.2 release
  • 26a8158 docs(material/chips): describe how to use chips in forms #22906 (#29405)
  • 6f17ccd build: remove unused dependencies (#29472)
  • 9af3494 build: docs incorrectly outputting function parameters with object literal ty...
  • 1f9d800 refactor(material/core): simplify typography setup (#29464)
  • 3e2853d refactor(material/core): simplify elevation styles (#29462)
  • 37a04ff refactor(material/core): vendor the M3 token definitions (#29468)
  • 133c5e8 docs(material/table): table multiple row example #27621 (#29421)
  • c79ec26 fix(material/form-field): hiding a label after it has been (#29461)
  • 15238d2 fix(material/input): Number input not changing on wheel interaction (#29449)
  • Additional commits viewable in compare view


Updates @angular/common from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/common's releases.

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
Changelog

Sourced from @​angular/common's changelog.

18.1.2 (2024-07-24)

compiler

Commit Type Description
463945003d fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
e904f34020 fix add warning for unused let declarations (#57033)

core

Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#57031)
b9fb98c67c fix tree shake dev mode error message (#57035)

18.2.0-next.1 (2024-07-17)

common

Commit Type Description
2c4613a002 fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
9167fc815c fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
107173c14d fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
f0d6d0688d fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
e504ad97d4 fix not all callbacks running when registered at the same time (#56981)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
0ea6a4a361 fix fix common module removal (#56968)

Commits


Updates @angular/compiler from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/compiler's releases.

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
Changelog

Sourced from @​angular/compiler's changelog.

18.1.2 (2024-07-24)

compiler

Commit Type Description
463945003d fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
e904f34020 fix add warning for unused let declarations (#57033)

core

Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#57031)
b9fb98c67c fix tree shake dev mode error message (#57035)

18.2.0-next.1 (2024-07-17)

common

Commit Type Description
2c4613a002 fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
9167fc815c fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
107173c14d fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
f0d6d0688d fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
e504ad97d4 fix not all callbacks running when registered at the same time (#56981)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
0ea6a4a361 fix fix common module removal (#56968)

Commits


Updates @angular/core from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/core's releases.

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
Changelog

Sourced from @​angular/core's changelog.

18.1.2 (2024-07-24)

compiler

Commit Type Description
463945003d fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
e904f34020 fix add warning for unused let declarations (#57033)

core

Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#57031)
b9fb98c67c fix tree shake dev mode error message (#57035)

18.2.0-next.1 (2024-07-17)

common

Commit Type Description
2c4613a002 fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
9167fc815c fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
107173c14d fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
f0d6d0688d fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
e504ad97d4 fix not all callbacks running when registered at the same time (#56981)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
0ea6a4a361 fix fix common module removal (#56968)

Commits
  • 1a606b0 refactor(core): Switch to using concat rather than spread operator for events...
  • b9fb98c fix(core): tree shake dev mode error message (#57035)
  • 142c2df refactor(core): Allow manual renderer listens to contribute to event delegati...
  • 9e52c1c fix(core): afterNextRender hooks return that callback value. (#57031)
  • f3014c5 refactor(core): Move logic into early event contract files. (#56994)
  • See full diff in compare view


Updates @angular/forms from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/forms's releases.

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
Changelog

Sourced from @​angular/forms's changelog.

18.1.2 (2024-07-24)

compiler

Commit Type Description
463945003d fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
e904f34020 fix add warning for unused let declarations (#57033)

core

Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#57031)
b9fb98c67c fix tree shake dev mode error message (#57035)

18.2.0-next.1 (2024-07-17)

common

Commit Type Description
2c4613a002 fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
9167fc815c fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
107173c14d fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
f0d6d0688d fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
e504ad97d4 fix not all callbacks running when registered at the same time (#56981)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
0ea6a4a361 fix fix common module removal (#56968)

Commits


Updates @angular/material from 18.1.1 to 18.1.2

Release notes

Sourced from @​angular/material's releases.

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

    Fixes Angular Components Chip component where the touch target of the remove button of a chip is too small. Updates .mat-mdc-chip-remove to target more specific styles to override original style of padding: 8px so that the user has a larger touch target particularly on mobile devices.

    Fixes b/286959517

    • refactor(material/chips): remove button is too small

    Fixes lint errors from previous commit for Angular Components Chip component where the remove button touch target is too small, particularly for touch/mobile devices. Increases padding on all sides.

    Fixes b/286959517

    • fix(material/chips): increase chip remove button touch target size

    Fixes issue with Angular Component Chip's touch target size by increasing the padding on chips with a trailing icon that has an action.

    Fixes b/286959517

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Type Description
cf61af53bd fix chips: remove button is too small (#29351)
c79ec264aa fix form-field: hiding a label after it has been (#29461)
15238d255f fix input: Number input not changing on wheel interaction (#29449)

Commits
  • dcc411a release: cut the v18.1.2 release
  • 26a8158 docs(material/chips): describe how to use chips in forms #22906 (#29405)
  • 6f17ccd build: remove unused dependencies (#29472)
  • 9af3494 build: docs incorrectly outputting function parameters with object literal ty...
  • 1f9d800 refactor(material/core): simplify typography setup (#29464)
  • 3e2853d refactor(material/core): simplify elevation styles (#29462)
  • 37a04ff refactor(material/core): vendor the M3 token definitions (#29468)
  • 133c5e8 docs(material/table): table multiple row example #27621 (#29421)
  • c79ec26 fix(material/form-field): hiding a label after it has been (#29461)
  • 15238d2 fix(material/input): Number input not changing on wheel interaction (#29449)
  • Additional commits viewable in compare view


Updates @angular/platform-browser from 18.1.1 to 18.1.2

Release notes

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

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)
Changelog

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

18.1.2 (2024-07-24)

compiler

Commit Type Description
463945003d fix limit the number of chained instructions (#57069)

compiler-cli

Commit Type Description
e904f34020 fix add warning for unused let declarations (#57033)

core

Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#57031)
b9fb98c67c fix tree shake dev mode error message (#57035)

18.2.0-next.1 (2024-07-17)

common

Commit Type Description
2c4613a002 fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
9167fc815c fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
107173c14d fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#56892)
f0d6d0688d fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
e504ad97d4 fix not all callbacks running when registered at the same time (#56981)

language-service

Commit Type Description
4bb558ab0c feat support writing code refactorings (#56895)
7663debce1 perf quick exit if no code fixes can exist (#57000)

migrations

Commit Type Description
0ea6a4a361 fix fix common module removal (#56968)

Commits


Updates @angular/platform-browser-dynamic from 18.1.1 to 18.1.2

Release notes

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

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNe... _Description has been truncated_