-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated @feathersjs dependencies to ^5.0.0-pre.3 * Added @feathersjs/adapter-commons to import `Paginated` * Updated Typescript to 4.2.4 * Set minimum Typescript to 4.0 for dslint * Re-import Paginated * Updated `combine` to work with Dove Re-implemented `processHooks` inside, since that’s all it was calling. * Updated dslint tests - all project tests passing Changed `feathers` import Added required properties for `HookContext` Updated typeexpectations for dslint since `Hook` is now an alias * Updated @feathersjs dependencies to ^5.0.0-pre.4 * Re-import Paginated * Removed @feathersjs/adapter-commons from dependencies * Updated @feathersjs dependencies to ^5.0.0-pre.9 All tests passing * refactor!: move to feathers v5 * chore: update package-lock * fix: use generics for hooks - @see docs link - correct utils docs link - export * from - move types to individual files - use prettier * refactor: move to generic HookContext * refactor: make tests run again * refactor: pass tests * chore: add prettier Co-authored-by: Jesse Cox <jesse@apprhythmia.com>
- Loading branch information
1 parent
c5bf8cd
commit c808c9b
Showing
125 changed files
with
6,984 additions
and
6,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "http://json.schemastore.org/prettierrc", | ||
"arrowParens": "avoid", | ||
"bracketSpacing": true, | ||
"printWidth": 100, | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"bracketSameLine": false, | ||
"htmlWhitespaceSensitivity": "ignore" | ||
} |
Oops, something went wrong.