generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #32 from ubiquity-os-marketplace/development
Merge development into main
- Loading branch information
Showing
12 changed files
with
35 additions
and
36 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,4 @@ | ||
name: Delete Deployment | ||
name: Delete Worker | ||
|
||
on: | ||
delete: | ||
|
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn commitlint --edit "$1" | ||
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,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn lint-staged | ||
lint-staged |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"prepare": "husky install", | ||
"supabase:generate:local": "supabase gen types typescript --local > src/types/database.ts", | ||
"supabase:generate:remote": "cross-env-shell \"supabase gen types typescript --project-id $SUPABASE_PROJECT_ID --schema public > src/types/database.ts\"", | ||
"test": "jest --setupFiles dotenv/config --coverage" | ||
"test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --setupFiles dotenv/config --coverage" | ||
}, | ||
"keywords": [ | ||
"typescript", | ||
|
@@ -33,7 +33,7 @@ | |
"@octokit/rest": "^20.1.0", | ||
"@sinclair/typebox": "0.34.3", | ||
"@supabase/supabase-js": "2.43.2", | ||
"@ubiquity-os/plugin-sdk": "^1.1.0", | ||
"@ubiquity-os/plugin-sdk": "^2.0.1", | ||
"@ubiquity-os/ubiquity-os-logger": "^1.3.2", | ||
"commander": "12.1.0", | ||
"hono": "^4.6.4" | ||
|
@@ -49,17 +49,17 @@ | |
"@mswjs/data": "0.16.1", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "^20.11.19", | ||
"@typescript-eslint/eslint-plugin": "^8.14.0", | ||
"@typescript-eslint/parser": "^8.14.0", | ||
"@typescript-eslint/eslint-plugin": "^8.19.0", | ||
"@typescript-eslint/parser": "^8.19.0", | ||
"cross-env": "7.0.3", | ||
"cspell": "^8.4.0", | ||
"dotenv": "16.4.5", | ||
"dotenv-cli": "7.4.2", | ||
"eslint": "9.14.0", | ||
"eslint": "9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-check-file": "^2.8.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-sonarjs": "^1.0.3", | ||
"eslint-plugin-sonarjs": "^3.0.1", | ||
"husky": "^9.0.11", | ||
"jest": "29.7.0", | ||
"jest-junit": "16.0.0", | ||
|
@@ -72,12 +72,12 @@ | |
"ts-jest": "29.1.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "5.6.2", | ||
"typescript-eslint": "^8.14.0", | ||
"wrangler": "^3.87.0" | ||
"typescript-eslint": "^8.19.0", | ||
"wrangler": "^3.99.0" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"yarn prettier --write", | ||
"prettier --write", | ||
"eslint --fix" | ||
], | ||
"src/**.{ts,json}": [ | ||
|
@@ -88,6 +88,5 @@ | |
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} | ||
} |
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