-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FRIDGE-734 make serverless-toolkit work with node v18 (#493)
* fix(@twilio-labs/plugin-serverless): add node types to the autogenerated tsconfig autogenerated tsconfig lacks types at the moment which causes twilio serverless:init twilio-functions --typescript to fail to start * Create wise-teachers-clean.md * docs: add @makserik as a contributor * fix(create-twilio-function): bump ts from ^4.9.4 to ^5.3.3, fix serverless:init, add plugins testing * Create ten-cobras-fail.md * Delete .changeset/wise-teachers-clean.md * Delete .changeset/ten-cobras-fail.md * Create six-paws-speak.md
- Loading branch information
Showing
8 changed files
with
34 additions
and
40 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,5 @@ | ||
--- | ||
"create-twilio-function": patch | ||
--- | ||
|
||
FRIDGE-734 make serverless-toolkit work with node v18 |
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 |
---|---|---|
|
@@ -72,3 +72,5 @@ dist/ | |
*.twiliodeployinfo | ||
|
||
packages/serverless-api/docs/ | ||
|
||
.idea |
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 @@ | ||
14 | ||
18 |
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 |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"@changesets/cli": "^2.26.0", | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^10.0.0", | ||
"@twilio/test-dep": "npm:[email protected]", | ||
"@types/jest": "^29.2.4", | ||
"all-contributors-cli": "^6.1.2", | ||
"commitizen": "^4.2.4", | ||
|
@@ -40,8 +41,7 @@ | |
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.8", | ||
"typescript": "^4.9.4", | ||
"@twilio/test-dep": "npm:[email protected]" | ||
"typescript": "^5.3.3" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
|
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