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 across 1 directory with 23 updates #148

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the minor group with 22 updates in the /frontend directory:

Package From To
@angular/animations 18.2.0 18.2.2
@angular/cdk 18.2.0 18.2.2
@angular/common 18.2.0 18.2.2
@angular/compiler 18.2.0 18.2.2
@angular/core 18.2.0 18.2.2
@angular/forms 18.2.0 18.2.2
@angular/platform-browser 18.2.0 18.2.2
@angular/platform-browser-dynamic 18.2.0 18.2.2
@angular/router 18.2.0 18.2.2
chart.js 4.4.3 4.4.4
tslib 2.6.3 2.7.0
zone.js 0.14.10 0.15.0
@angular-devkit/build-angular 18.2.0 18.2.2
@angular/cli 18.2.0 18.2.2
@angular/compiler-cli 18.2.0 18.2.2
@angular/language-service 18.2.0 18.2.2
@angular/localize 18.2.0 18.2.2
@eslint/js 9.9.0 9.9.1
@types/node 22.4.1 22.5.2
@typescript-eslint/eslint-plugin 8.1.0 8.3.0
@typescript-eslint/parser 8.1.0 8.3.0
eslint 9.9.0 9.9.1

Updates @angular/animations from 18.2.0 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)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)
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)

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

... (truncated)

Commits


Updates @angular/cdk from 18.2.0 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)

v18.2.1

18.2.1 "plastic-panda" (2024-08-22)

material

Commit Description
fix - bad94fda58 datepicker: calendar font tokens not being picked up (#29610) (#29615)
fix - c4c62b8549 icon: update error message for missing HttpClient (#29589)
fix - b2a32e9898 menu: inconsistent layout of submenu icon (#29603)
fix - 5f0c89030e tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Description
fix - 3a2d13e2e4 drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)
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)

18.2.1 "plastic-panda" (2024-08-22)

cdk

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

material

Commit Type Description

... (truncated)

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)
  • 32e8b26 release: cut the v18.2.1 release
  • bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (...
  • Additional commits viewable in compare view


Updates @angular/common from 18.2.0 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)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)
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)

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

... (truncated)

Commits
  • 3ecf620 Revert "fix(http): Dynamicaly call the global fetch implementation (#57531)" ...
  • 5d2e243 fix(http): Dynamicaly call the global fetch implementation (#57531)
  • 980c64a docs: remove incorrect documentation around the use of timezone abbreviations...
  • See full diff in compare view


Updates @angular/compiler from 18.2.0 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)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)
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)

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

... (truncated)

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.0 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)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)
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)

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

... (truncated)

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.0 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)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)