algirdasc / expensave

Personal and family expense tracking and budgeting application, enabling better financial management
GNU General Public License v3.0
2 stars 1 forks source link

build(deps): bump the minor group in /frontend with 25 updates #161

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor group in /frontend with 25 updates:

Package From To
@angular/animations 18.2.4 18.2.5
@angular/cdk 18.2.4 18.2.5
@angular/common 18.2.4 18.2.5
@angular/compiler 18.2.4 18.2.5
@angular/core 18.2.4 18.2.5
@angular/forms 18.2.4 18.2.5
@angular/platform-browser 18.2.4 18.2.5
@angular/platform-browser-dynamic 18.2.4 18.2.5
@angular/router 18.2.4 18.2.5
@angular-devkit/build-angular 18.2.4 18.2.5
@angular-eslint/builder 18.3.0 18.3.1
@angular-eslint/eslint-plugin 18.3.0 18.3.1
@angular-eslint/eslint-plugin-template 18.3.0 18.3.1
@angular-eslint/schematics 18.3.0 18.3.1
@angular-eslint/template-parser 18.3.0 18.3.1
@angular/cli 18.2.4 18.2.5
@angular/compiler-cli 18.2.4 18.2.5
@angular/language-service 18.2.4 18.2.5
@angular/localize 18.2.4 18.2.5
@eslint/js 9.10.0 9.11.0
@schematics/angular 18.2.4 18.2.5
@typescript-eslint/eslint-plugin 8.5.0 8.6.0
@typescript-eslint/parser 8.5.0 8.6.0
eslint 9.10.0 9.11.0
typescript 5.5.4 5.6.2

Updates @angular/animations from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/animations's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

Sourced from @​angular/animations's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


Updates @angular/cdk from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/cdk's releases.

v18.2.5

18.2.5 "bismuth-badge" (2024-09-20)

material

Commit Description
fix - f9e18109e chips: increase chip remove touch target size (#29452)
fix - 2cf2f5321 datepicker: replace labels not pointing to anything (#29755)
fix - 7ab65e4fb select: remove incompatible aria-autocomplete attribute (#29645)
fix - 06818a7ed slider: log proper error when slider isn't configured correctly (#29745)

cdk

Commit Description
fix - 1ea55b6e8 drag-drop: account for scale when setting free drag position (#29739)
fix - aae74b031 listbox: scroll active option into view when using aria-activedescendant (#29722)
fix - 7db4b5f4c tree: resolve maximum call stack error (#29754)
Changelog

Sourced from @​angular/cdk's changelog.

18.2.5 "bismuth-badge" (2024-09-20)

cdk

Commit Type Description
1ea55b6e8 fix drag-drop: account for scale when setting free drag position (#29739)
aae74b031 fix listbox: scroll active option into view when using aria-activedescendant (#29722)
7db4b5f4c fix tree: resolve maximum call stack error (#29754)

material

Commit Type Description
f9e18109e fix chips: increase chip remove touch target size (#29452)
2cf2f5321 fix datepicker: replace labels not pointing to anything (#29755)
7ab65e4fb fix select: remove incompatible aria-autocomplete attribute (#29645)
06818a7ed fix slider: log proper error when slider isn't configured correctly (#29745)

19.0.0-next.5 "astatine-armor" (2024-09-20)

cdk

Commit Type Description
4cd2152d9 fix drag-drop: account for scale when setting free drag position (#29739)
fd4085895 fix listbox: scroll active option into view when using aria-activedescendant (#29722)
560878a23 fix overlay: load structural styles in a cascade layer (#29725)
873eb01e0 fix portal: remove ComponentFactoryResolver usages (#27427)
be004b89f fix tree: resolve maximum call stack error (#29754)

material

Commit Type Description
777d1d295 fix chips: increase chip remove touch target size (#29452)
602bef1cd fix datepicker: replace labels not pointing to anything (#29755)
60776637e fix select: remove incompatible aria-autocomplete attribute (#29645)
0ed5d7d4f fix slider: log proper error when slider isn't configured correctly (#29745)

google-maps

Commit Type Description
1bd976c6a feat Add support for some mouse events #29741 (#29747)

material-date-fns-adapter

Commit Type Description
234e5e0e8 feat add support for date-fns 4 (#29744)

Commits
  • a6d8793 release: cut the v18.2.5 release
  • 919f08d test(material/select): fix broken test (#29760)
  • 724dc2f docs(material/tree): update examples on docs pages, add new childrenAccessor ...
  • f9e1810 fix(material/chips): increase chip remove touch target size (#29452)
  • 7ab65e4 fix(material/select): remove incompatible aria-autocomplete attribute (#29645)
  • 7db4b5f fix(cdk/tree): resolve maximum call stack error (#29754)
  • 2cf2f53 fix(material/datepicker): replace labels not pointing to anything (#29755)
  • 06818a7 fix(material/slider): log proper error when slider isn't configured correctly...
  • 0728d9f docs(material/select): prevent select from jumping in custom trigger example ...
  • 1ea55b6 fix(cdk/drag-drop): account for scale when setting free drag position (#29739)
  • Additional commits viewable in compare view


Updates @angular/common from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/common's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

Sourced from @​angular/common's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


Updates @angular/compiler from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/compiler's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


Updates @angular/core from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/core's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

Sourced from @​angular/core's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits
  • 76709d5 fix(core): Handle @​let declaration with array when preparingForHydration (#...
  • 5c86694 fix(migrations): account for explicit standalone: false in migration (#57803)
  • See full diff in compare view


Updates @angular/forms from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/forms's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

Sourced from @​angular/forms's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


Updates @angular/platform-browser from 18.2.4 to 18.2.5

Release notes

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

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

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

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


Updates @angular/platform-browser-dynamic from 18.2.4 to 18.2.5

Release notes

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

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

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

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


Updates @angular/router from 18.2.4 to 18.2.5

Release notes

Sourced from @​angular/router's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)
Changelog

Sourced from @​angular/router's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

Commits


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

Release notes

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

v18.2.5

18.2.5 (2024-09-18)

@​angular/build

Commit Description
fix - 707431625 support HTTP HEAD requests for virtual output files
fix - 1032b3da1 update vite to 5.4.6
Changelog

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

18.2.5 (2024-09-18)

@​angular/build

Commit Type Description
707431625 fix support HTTP HEAD requests for virtual output files
1032b3da1 fix update vite to 5.4.6

16.2.16 (2024-09-18)

@​angular-devkit/build-angular

Commit Type Description
12aca0060 fix update vite to 4.5.5

19.0.0-next.6 (2024-09-13)

@​angular/cli

Commit Type Description
de17cbcb8 fix Revert commit enable Node.js compile code cache when available

@​angular/ssr

Commit Type Description
d66aaa3ca feat add server routing configuration API

19.0.0-next.5 (2024-09-12)

@​angular-devkit/architect

Commit Type Description
78f76485f feat merge object options from CLI

... (truncated)

Commits
  • d6384f1 release: cut the v18.2.5 release
  • 7074316 fix(@​angular/build): support HTTP HEAD requests for virtual output files
  • 11554f5 test: ensure localize package is not initially present in E2E test
  • 1032b3d fix(@​angular/build): update vite to 5.4.6
  • See full diff in compare view


Updates @angular-eslint/builder from 18.3.0 to 18.3.1

Release notes

Sourced from @​angular-eslint/builder's releases.

v18.3.1

18.3.1 (2024-09-11)

🩹 Fixes

  • update dependency eslint to v9.9.1 (#2008)
  • update dependency @​angular/compiler to v18.2.1 (#2006)
  • update typescript-eslint packages to v8.2.0 (#2001)
  • template-parser: visit receiver of Call expression (#2015)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/builder's changelog.

18.3.1 (2024-09-11)

This was a version bump only for builder to align it with other projects, there were no code changes.

Commits


Updates @angular-eslint/eslint-plugin from 18.3.0 to 18.3.1

Release notes

Sourced from @​angular-eslint/eslint-plugin's releases.

v18.3.1

18.3.1 (2024-09-11)

🩹 Fixes

  • update dependency eslint to v9.9.1 (#2008)
  • update dependency @​angular/compiler to v18.2.1 (#2006)
  • update typescript-eslint packages to v8.2.0 (#2001)
  • template-parser: visit receiver of Call expression (#2015)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/eslint-plugin's changelog.

18.3.1 (2024-09-11)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

Commits


Updates @angular-eslint/eslint-plugin-template from 18.3.0 to 18.3.1

Release notes

Sourced from @​angular-eslint/eslint-plugin-template's releases.

v18.3.1

18.3.1 (2024-09-11)

🩹 Fixes

  • update dependency eslint to v9.9.1 (#2008)
  • update dependency @​angular/compiler to v18.2.1 (#2006)
  • update typescript-eslint packages to v8.2.0 (#2001)
  • template-parser: visit receiver of Call expression (#2015)

❤️ Thank You

Changelog

Sourced from @​angular-eslint/eslint-plugin-template's changelog.

18.3.1 (2024-09-11)

🩹 Fixes

  • template-parser: visit receiver of Call expression

  • template-parser: visit receiver of Call expression"

  • template-parser: visit receiver of Call expression

❤️ Thank You

  • James Henry
  • Paweł Maniecki
Commits
  • decce7c chore(release): publish 18.3.1
  • d793c6f chore: use workspace protocol for local dependencies (#2035)
  • ad248fe fix(template-parser): visit receiver of Call expression (#2015)
  • b37720a Revert "fix(template-parser): visit receiver of Call expression" (#2011)
  • 709a2c4 fix(template-parser): visit receiver of Call expression (#1887)
  • 284ac4c chore: repo types improvements (#1987)
  • See full diff in compare view


Updates @angular-eslint/schematics from 18.3.0 to 18.3.1

Release notes

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

v18.3.1

18.3.1 (2024-09-11)

🩹 Fixes

  • update dependency eslint to v9.9.1 (#2008)
  • update dependency @​angular/compiler to v18.2.1 (#2006)
  • update typescript-eslint packages to v8.2.0 (#2001)
  • template-parser: visit receiver of Call expression (#2015)

❤️ Thank You

Changelog

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

18.3.1 (2024-09-11)

🩹 Fixes

  • update dependency eslint to v9.9.1

  • update typescript-eslint packages to v8.2.0

Commits
  • decce7c chore(release): publish 18.3.1
  • d793c6f chore: use workspace protocol for local dependencies (
    dependabot[bot] commented 1 month ago

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