-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from homer0/next
Update dependencies and add support for Node v22
- Loading branch information
Showing
11 changed files
with
6,780 additions
and
4,090 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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx commitlint --edit $1 | ||
pnpm exec commitlint --edit $1 |
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 |
---|---|---|
@@ -1,5 +1,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
pnpm install | ||
|
||
pnpm install --frozen-lockfile |
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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
pnpm run lint |
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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
pnpm run types:check && pnpm test |
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 |
---|---|---|
@@ -1 +1 @@ | ||
18.18 | ||
20 |
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 |
---|---|---|
|
@@ -7,60 +7,63 @@ | |
"author": "Leonardo Apiwan (@homer0) <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@homer0/api-utils": "^3.0.4", | ||
"@homer0/deep-assign": "^3.0.4", | ||
"@homer0/deferred": "^3.0.4", | ||
"@homer0/env-utils": "^3.0.4", | ||
"@homer0/events-hub": "^3.0.4", | ||
"@homer0/jimple": "^3.0.4", | ||
"@homer0/object-utils": "^3.0.4", | ||
"@homer0/package-info": "^3.0.4", | ||
"@homer0/path-utils": "^3.0.4", | ||
"@homer0/root-file": "^3.0.4", | ||
"@homer0/simple-config": "^3.0.4", | ||
"@homer0/simple-logger": "^3.0.4", | ||
"@homer0/ts-async-import": "^1.1.3", | ||
"body-parser": "^1.20.2", | ||
"compression": "^1.7.4", | ||
"express": "^4.19.2", | ||
"mime": "^4.0.1", | ||
"@homer0/api-utils": "^3.0.6", | ||
"@homer0/deep-assign": "^3.0.6", | ||
"@homer0/deferred": "^3.0.6", | ||
"@homer0/env-utils": "^3.0.6", | ||
"@homer0/events-hub": "^3.0.6", | ||
"@homer0/jimple": "^3.0.6", | ||
"@homer0/object-utils": "^3.0.6", | ||
"@homer0/package-info": "^3.0.6", | ||
"@homer0/path-utils": "^3.0.6", | ||
"@homer0/root-file": "^3.0.6", | ||
"@homer0/simple-config": "^3.0.6", | ||
"@homer0/simple-logger": "^3.0.6", | ||
"@homer0/ts-async-import": "^1.1.5", | ||
"body-parser": "^1.20.3", | ||
"compression": "^1.7.5", | ||
"express": "^4.21.1", | ||
"mime": "^4.0.4", | ||
"multer": "1.4.5-lts.1", | ||
"node-fetch": "^3.3.2", | ||
"spdy": "^4.0.2", | ||
"statuses": "^2.0.1", | ||
"urijs": "^1.19.11" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@homer0/eslint-plugin": "^12.0.4", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@homer0/eslint-plugin": "^12.0.6", | ||
"@homer0/prettier-config": "^1.1.3", | ||
"@homer0/prettier-plugin-jsdoc": "^8.0.0", | ||
"@homer0/tsconfig": "^1.0.15", | ||
"@homer0/prettier-plugin-jsdoc": "^9.1.0", | ||
"@homer0/tsconfig": "^1.0.17", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/body-parser": "^1.19.5", | ||
"@types/compression": "^1.7.5", | ||
"@types/express": "^4.17.21", | ||
"@types/jest": "^29.5.12", | ||
"@types/multer": "^1.4.11", | ||
"@types/node": "^20.12.5", | ||
"@types/express": "^5.0.0", | ||
"@types/jest": "^29.5.14", | ||
"@types/multer": "^1.4.12", | ||
"@types/node": "^22.9.0", | ||
"@types/spdy": "^3.4.9", | ||
"@types/statuses": "^2.0.5", | ||
"@types/urijs": "^1.19.25", | ||
"eslint": "^8.57.0", | ||
"husky": "^9.0.11", | ||
"eslint": "^8.57.1", | ||
"husky": "^9.1.6", | ||
"is-ci": "^3.0.1", | ||
"jest": "^29.7.0", | ||
"leasot": "^13.3.0", | ||
"lint-staged": "^15.2.2", | ||
"ts-jest": "^29.1.2", | ||
"leasot": "^14.4.0", | ||
"lint-staged": "^15.2.10", | ||
"semantic-release": "^24.2.0", | ||
"ts-jest": "^29.2.5", | ||
"ts-node-dev": "^2.0.0", | ||
"tsup": "^8.0.2", | ||
"typedoc": "0.25.12", | ||
"typescript": "^5.4.4" | ||
"tsup": "^8.3.5", | ||
"typedoc": "0.26.11", | ||
"typescript": "^5.6.3" | ||
}, | ||
"engine-strict": true, | ||
"engines": { | ||
"node": ">=18.17 <21" | ||
"node": ">=18.17 <23" | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
|
Oops, something went wrong.