Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

[EPIC] Upgrade to feathers 5.0.0 #7645

@speigg

Description

@speigg

https://github.com/feathersjs/feathers/releases/tag/v5.0.0

Issues Found in Feathers Typing:

  • When querying find from client, if we pass pagination as false then it returns data in array. But if we pass pagination as undefined, then data is always retured as Paginated object though return typings show it to be either Paginated object or Array. Therefore, we have to explicitly parse the result to Paginated object.
  • When querying find from client, if we pass pagination as false then it returns data in array. We have to first convert that response to any and then to Array.
  • In authentication-setting service when we override patch method we have to convert object to strings before passing to super._patch method. Though as per typings, super._patch method expects them to be object.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions