-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps,actions: update deps and make tweaks (#75)
* deps,actions: update deps and make tweaks - Update dependencies and developer dependencies to their latest versions. - Switch from Node-Fetch to Undici. - Update the GitHub Actions workflows to their latest versions. - Remove Node.js v12 from the testing matrix as it reached it's EoL (End-of-Life) stage, and add Node.js v16 and v18 to the testing matrix. - Align all examples (in README and JSDocs) to the code style of the codebase. - Inline JSDocs that only have a description. - Format the `typedoc.json` file and remove the usage of the `minimal` theme as it was removed. - Move the `APIOptions` interface to the `src/typings.ts` file and export it so it's shown in the documentation. - Bump version to 3.1.4. --------- Co-authored-by: Julian Berryessa <jb@bit.kiwi>
- Loading branch information
1 parent
a2d9685
commit cc14fb8
Showing
11 changed files
with
248 additions
and
334 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
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 |
---|---|---|
|
@@ -105,4 +105,4 @@ typings/ | |
.tern-port | ||
package-lock.json | ||
yarn.lock | ||
eslint_report.json | ||
eslint_report.json |
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 @@ | ||
16.9.0 |
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
Oops, something went wrong.