chore: remove semantic-release configuration and dependencies

Remove semantic-release workflow, configuration, and related dependencies as
they are no longer needed for this project's release process.
This commit is contained in:
2025-10-22 13:00:35 -05:00
parent 335bc6aee8
commit 48eb1c630b
4 changed files with 1 additions and 1865 deletions

View File

@@ -16,8 +16,7 @@
"test:integration": "vitest run src/rdap.integration.test.ts",
"test:all": "vitest run",
"type-check": "tsc --noEmit",
"prepare": "husky install",
"semantic-release": "semantic-release"
"prepare": "husky install"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
@@ -42,8 +41,6 @@
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tailwindcss/postcss": "^4.1.15",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
@@ -53,7 +50,6 @@
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@vitest/ui": "^3.2.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.38.0",
"eslint-config-next": "15.5.6",
"happy-dom": "^20.0.8",
@@ -62,7 +58,6 @@
"postcss": "^8.4.14",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"semantic-release": "^24.0.0",
"tailwindcss": "^4.1.15",
"typescript": "^5.9.3",
"vitest": "^3.2.4"