cevi / automatic_walk-time_tables

Automatically creates a walk-time table from an exported track from Swisstopo-App, SchweizMobil, or from an arbitrary GPX-file
http://map.cevi.tools
GNU Affero General Public License v3.0
16 stars 4 forks source link

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

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the angular group in /frontend with 13 updates:

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

Updates @angular-devkit/build-angular from 18.2.3 to 18.2.4

Release notes

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

v18.2.4

18.2.4 (2024-09-11)

@​angular/build

Commit Description
fix - 765309a2e prevent transformation of Node.js internal dependencies by Vite
Changelog

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

18.2.4 (2024-09-11)

@​angular/build

Commit Type Description
765309a2e fix prevent transformation of Node.js internal dependencies by Vite

19.0.0-next.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Type Description
3ee21631f fix clear context in Karma by default for single run executions

@​angular/ssr

Commit Type Description
455b5700c feat expose writeResponseToNodeResponse and createWebRequestFromNodeRequest in public API

Commits
  • f29db1d release: cut the v18.2.4 release
  • 765309a fix(@​angular/build): prevent transformation of Node.js internal dependencies ...
  • e12a66a docs(@​angular/cli): add playwright to e2e targets
  • 328ed65 docs: elaborate on debugging jasmine node tests
  • See full diff in compare view


Updates @angular/animations from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/animations's releases.

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/animations's changelog.

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

Commit Type Description
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits


Updates @angular/cdk from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/cdk's releases.

v18.2.4

18.2.4 "aramid-angle" (2024-09-12)

material

Commit Description
fix - 651b448e8 badge: change legacy container size default (#29713)
fix - 0e6dee30a form-field: Don't allow label to grow larger than input (#29673)
fix - 57028df23 select: Update checkbox color to match the selected label text color (#29684)

cdk

Commit Description
fix - 7cc0d3a6d overlay: avoid leaking memory through afterNextRender (#29709)
Changelog

Sourced from @​angular/cdk's changelog.

18.2.4 "aramid-angle" (2024-09-12)

cdk

Commit Type Description
7cc0d3a6d fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
651b448e8 fix badge: change legacy container size default (#29713)
0e6dee30a fix form-field: Don't allow label to grow larger than input (#29673)
57028df23 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.4 "ion-ink" (2024-09-12)

cdk

Commit Type Description
3a62ab11f fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
9122335b2 feat checkbox: add new aria properties to MatCheckbox (#29457)
fead293e9 fix badge: change legacy container size default (#29713)
54875a325 fix core: drop sanity checks (#29688)
ef14c2869 fix core: option showing double selected indicator in high contrast mode
77051f871 fix form-field: Don't allow label to grow larger than input (#29673)
9dcb95a72 fix list: remove unnecessary high contrast styles
4d0a3eff7 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)

Breaking Changes

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.

    • fix(cdk/scrolling): adds ngTemplateContextGuard

    implements ngTemplateContextGuard for CdkVirtualForOf directive

material

    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

material

... (truncated)

Commits
  • 95d680a release: cut the v18.2.4 release
  • 651b448 fix(material/badge): change legacy container size default (#29713)
  • 57028df fix(material/select): Update checkbox color to match the selected label text ...
  • 591b30a Fix typo in expansion-panel-header.scss (#29712)
  • 7cc0d3a fix(cdk/overlay): avoid leaking memory through afterNextRender (#29709)
  • 0e6dee3 fix(material/form-field): Don't allow label to grow larger than input (#29673)
  • 103ec13 docs(material/progress-spinner): remove legacy prefix (#29701)
  • See full diff in compare view


Updates @angular/common from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/common's releases.

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/common's changelog.

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

Commit Type Description
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits


Updates @angular/compiler from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/compiler's releases.

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

Commit Type Description
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits


Updates @angular/core from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/core's releases.

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/core's changelog.

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

Commit Type Description
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits
  • 9895e44 fix(migrations): replace leftover modules with their exports during pruning (...
  • 09f2ec0 refactor(compiler-cli): Do extract symbols from private modules. (#57611)
  • See full diff in compare view


Updates @angular/forms from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/forms's releases.

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/forms's changelog.

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

Commit Type Description
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits


Updates @angular/material from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/material's releases.

v18.2.4

18.2.4 "aramid-angle" (2024-09-12)

material

Commit Description
fix - 651b448e8 badge: change legacy container size default (#29713)
fix - 0e6dee30a form-field: Don't allow label to grow larger than input (#29673)
fix - 57028df23 select: Update checkbox color to match the selected label text color (#29684)

cdk

Commit Description
fix - 7cc0d3a6d overlay: avoid leaking memory through afterNextRender (#29709)
Changelog

Sourced from @​angular/material's changelog.

18.2.4 "aramid-angle" (2024-09-12)

cdk

Commit Type Description
7cc0d3a6d fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
651b448e8 fix badge: change legacy container size default (#29713)
0e6dee30a fix form-field: Don't allow label to grow larger than input (#29673)
57028df23 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.4 "ion-ink" (2024-09-12)

cdk

Commit Type Description
3a62ab11f fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
9122335b2 feat checkbox: add new aria properties to MatCheckbox (#29457)
fead293e9 fix badge: change legacy container size default (#29713)
54875a325 fix core: drop sanity checks (#29688)
ef14c2869 fix core: option showing double selected indicator in high contrast mode
77051f871 fix form-field: Don't allow label to grow larger than input (#29673)
9dcb95a72 fix list: remove unnecessary high contrast styles
4d0a3eff7 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)

Breaking Changes

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.

    • fix(cdk/scrolling): adds ngTemplateContextGuard

    implements ngTemplateContextGuard for CdkVirtualForOf directive

material

    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

material

... (truncated)

Commits
  • 95d680a release: cut the v18.2.4 release
  • 651b448 fix(material/badge): change legacy container size default (#29713)
  • 57028df fix(material/select): Update checkbox color to match the selected label text ...
  • 591b30a Fix typo in expansion-panel-header.scss (#29712)
  • 7cc0d3a fix(cdk/overlay): avoid leaking memory through afterNextRender (#29709)
  • 0e6dee3 fix(material/form-field): Don't allow label to grow larger than input (#29673)
  • 103ec13 docs(material/progress-spinner): remove legacy prefix (#29701)
  • See full diff in compare view


Updates @angular/platform-browser from 18.2.3 to 18.2.4

Release notes

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

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

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

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

Commit Type Description
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (