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 23 updates #145

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor group in /frontend with 23 updates:

Package From To
@angular/animations 18.2.0 18.2.1
@angular/cdk 18.2.0 18.2.1
@angular/common 18.2.0 18.2.1
@angular/compiler 18.2.0 18.2.1
@angular/core 18.2.0 18.2.1
@angular/forms 18.2.0 18.2.1
@angular/platform-browser 18.2.0 18.2.1
@angular/platform-browser-dynamic 18.2.0 18.2.1
@angular/router 18.2.0 18.2.1
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.1
@angular/cli 18.2.0 18.2.1
@angular/compiler-cli 18.2.0 18.2.1
@angular/language-service 18.2.0 18.2.1
@angular/localize 18.2.0 18.2.1
@eslint/js 9.9.0 9.9.1
@schematics/angular 18.2.0 18.2.1
@types/node 22.4.1 22.5.0
@typescript-eslint/eslint-plugin 8.1.0 8.2.0
@typescript-eslint/parser 8.1.0 8.2.0
eslint 9.9.0 9.9.1

Updates @angular/animations from 18.2.0 to 18.2.1

Release notes

Sourced from @​angular/animations's releases.

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

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits


Updates @angular/cdk from 18.2.0 to 18.2.1

Release notes

Sourced from @​angular/cdk's releases.

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

19.0.0-next.0 "yttrium-igloo" (2024-08-14)

cdk

Commit Type Description
bd84c2a67 fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565)

Commits
  • 32e8b26 release: cut the v18.2.1 release
  • bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (...
  • 5f0c890 fix(material/tabs): switch pagination to not use native buttons (#29605)
  • 3a2d13e fix(cdk/drag-drop): preview positioned incorrectly when RTL is set on the bod...
  • b2a32e9 fix(material/menu): inconsistent layout of submenu icon (#29603)
  • f719693 build: use the new logo for the dev app favicon (#29598)
  • d12512b build: remove outdated --non-interactive yarn option from doc site install ...
  • c4c62b8 fix(material/icon): update error message for missing HttpClient (#29589)
  • See full diff in compare view


Updates @angular/common from 18.2.0 to 18.2.1

Release notes

Sourced from @​angular/common's releases.

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

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits
  • 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.1

Release notes

Sourced from @​angular/compiler's releases.

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

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits


Updates @angular/core from 18.2.0 to 18.2.1

Release notes

Sourced from @​angular/core's releases.

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

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits
  • df3e9c1 refactor(migrations): leverage tsurge for signal input migration (#57451)
  • cb7d817 refactor(migrations): improve generic assignability in tsurge and pass more i...
  • 57db366 refactor(migrations): framework to build batchable migrations (#57396)
  • 4bd9ba7 docs(docs-infra): move link tag for correct view (#57395)
  • 3b63082 fix(migrations): avoid migrating route component in tests (#57317)
  • 9de30a7 fix(core): Allow zoneless scheduler to run inside fakeAsync (#56932)
  • 6b4357f fix(migrations): preserve type when using inject decorator (#57389)
  • 0bb649b fix(migrations): account for members with doc strings and no modifiers (#57389)
  • 286012f fix(core): handle hydration of components that project content conditionally ...
  • See full diff in compare view


Updates @angular/forms from 18.2.0 to 18.2.1

Release notes

Sourced from @​angular/forms's releases.

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/forms's changelog.

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

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits


Updates @angular/platform-browser from 18.2.0 to 18.2.1

Release notes

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

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/platform-browser's changelog.

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

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits
  • 086b754 docs: add withEventReplay and withI18nSupport links to `provideClientHydr...
  • See full diff in compare view


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

Release notes

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

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/platform-browser-dynamic's changelog.

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)
<... _Description has been truncated_
dependabot[bot] commented 1 month ago

Superseded by #147.