release: prepare v1.0.0
- Bump version to 1.0.0 in package.json and artifacthub-pkg.yml - Add explicit devDependencies: vitest, @testing-library/react, @testing-library/jest-dom, @testing-library/user-event, jsdom, react, react-dom, @types/react, @types/react-dom, react-router-dom, @mui/material, notistack — resolves phantom-dep test failures - Add process.env.NODE_ENV define to vitest.config.mts (fixes "act() not supported in production builds" failures) - Switch to pnpm lockfile (pnpm-lock.yaml), drop package-lock.json - Remove install-plugin.sh (violates ArtifactHub-only install policy) - Fill in CHANGELOG entries for v0.2.22, v0.2.23, v0.2.24 - Update CHANGELOG [1.0.0] and version comparison links - All 233 tests pass Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+14
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sealed-secrets",
|
||||
"version": "0.2.24",
|
||||
"version": "1.0.0",
|
||||
"description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets",
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -57,8 +57,20 @@
|
||||
"devDependencies": {
|
||||
"@iconify/react": "^6.0.2",
|
||||
"@kinvolk/headlamp-plugin": "^0.13.0",
|
||||
"@mui/material": "^5.15.14",
|
||||
"@testing-library/jest-dom": "^6.4.8",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/node-forge": "^1.3.11",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"notistack": "^3.0.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^5.3.0",
|
||||
"typedoc": "^0.28.16",
|
||||
"typedoc-plugin-markdown": "^4.10.0"
|
||||
"typedoc-plugin-markdown": "^4.10.0",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user