-
Notifications
You must be signed in to change notification settings - Fork 1
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 #4 from vvvvise/feat/downgrade-node20.18.0
chore[node]: downgrade to [email protected]
- Loading branch information
Showing
9 changed files
with
484 additions
and
47 deletions.
There are no files selected for viewing
This file was deleted.
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
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
Empty file.
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 |
---|---|---|
|
@@ -39,24 +39,29 @@ | |
"fs-extra": "^11.1.1", | ||
"ofetch": "^1.4.1", | ||
"readline": "^1.3.0", | ||
"ts-node": "^10.9.1", | ||
"tsc": "^2.0.4", | ||
"typescript": ">=4.3.5 <5.4.0", | ||
"vite": "^6.0.6", | ||
"zod": "^3.24.1" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.11", | ||
"@types/node": "^20.6.1", | ||
"@typescript-eslint/eslint-plugin": "^6.3.0", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"ajv": "^8.17.1", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^8.0.0", | ||
"prettier": "^3.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": ">=4.3.5 <5.4.0", | ||
"vitest": "^0.34.1" | ||
"vite-tsconfig-paths": "^5.1.4", | ||
"vitest": "^0.34.1", | ||
"vitest-sonar-reporter": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
"node": ">=20.0.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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,13 @@ | ||
<testExecutions version="1"> | ||
<file path="tests/envManager.test.ts"> | ||
<testCase name="syncEnv - should successfully sync environment variables" duration="8" /> | ||
<testCase name="syncEnv - should throw error when GITHUB_TOKEN is not set" duration="2" /> | ||
<testCase name="syncEnv - should throw error when ENCRYPTION_KEY_ID is not set" duration="1" /> | ||
<testCase name="syncEnv - should handle API errors gracefully" duration="1" /> | ||
<testCase name="syncEnv - should use default repo values when not provided" duration="1" /> | ||
<testCase name="syncEnv - should handle concurrent API requests" duration="153" /> | ||
</file> | ||
<file path="tests/list.test.ts"> | ||
<testCase name="Workflow Lister - should list ci.yml file in .github/workflows" duration="2" /> | ||
</file> | ||
</testExecutions> |
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.