Releases: Hack23/cia-compliance-manager
Release list
CIA Compliance Manager v1.0.1
Highlights
- docs: update agents with context initialization and enhance README diagrams @copilot-swe-agent[bot] (#729)
🏗️ Infrastructure & Performance
- build(deps-dev): bump knip from 5.70.2 to 5.71.0 @dependabot[bot] (#734)
- build(deps-dev): bump vite from 7.2.4 to 7.2.6 in the vite group @dependabot[bot] (#733)
- build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 @dependabot[bot] (#732)
- build(deps-dev): bump dependency-cruiser from 17.3.1 to 17.3.2 @dependabot[bot] (#731)
- build(deps-dev): bump typedoc from 0.28.14 to 0.28.15 in the documentation group @dependabot[bot] (#730)
- build(deps-dev): bump mochawesome-merge from 5.0.0 to 5.1.0 @dependabot[bot] (#728)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#727)
- build(deps-dev): bump knip from 5.70.1 to 5.70.2 @dependabot[bot] (#726)
- build(deps-dev): bump typescript-eslint from 8.47.0 to 8.48.0 in the eslint group @dependabot[bot] (#725)
- build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 @dependabot[bot] (#724)
- build(deps-dev): bump @types/react from 19.2.6 to 19.2.7 in the typescript-types group @dependabot[bot] (#723)
🔒 Security & Compliance
- build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 @dependabot[bot] (#732)
- build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 @dependabot[bot] (#724)
📝 Documentation
- docs: Align README with ISMS-PUBLIC standards and enhance documentation consistency @copilot-swe-agent[bot] (#722)
📦 Dependencies
- build(deps-dev): bump knip from 5.70.2 to 5.71.0 @dependabot[bot] (#734)
- build(deps-dev): bump vite from 7.2.4 to 7.2.6 in the vite group @dependabot[bot] (#733)
- build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 @dependabot[bot] (#732)
- build(deps-dev): bump dependency-cruiser from 17.3.1 to 17.3.2 @dependabot[bot] (#731)
- build(deps-dev): bump typedoc from 0.28.14 to 0.28.15 in the documentation group @dependabot[bot] (#730)
- build(deps-dev): bump mochawesome-merge from 5.0.0 to 5.1.0 @dependabot[bot] (#728)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#727)
- build(deps-dev): bump knip from 5.70.1 to 5.70.2 @dependabot[bot] (#726)
- build(deps-dev): bump typescript-eslint from 8.47.0 to 8.48.0 in the eslint group @dependabot[bot] (#725)
- build(deps): bump github/codeql-action from 4.31.4 to 4.31.5 @dependabot[bot] (#724)
- build(deps-dev): bump @types/react from 19.2.6 to 19.2.7 in the typescript-types group @dependabot[bot] (#723)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v1.0.0...1.0.1
CIA Compliance Manager v1.0.0
Highlights
- docs: Create 10 GitHub issues for v1.0 architecture documentation updates @copilot-swe-agent[bot] (#701)
🏗️ Infrastructure & Performance
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#699)
📝 Documentation
- docs: update FUTURE_STATEDIAGRAM.md with context-aware state management vision @copilot-swe-agent[bot] (#721)
- Update FUTURE_FLOWCHART.md with ML-enhanced compliance workflows @copilot-swe-agent[bot] (#720)
- docs: update FUTURE_DATA_MODEL.md with v1.0 baseline and AWS serverless persistence architecture @copilot-swe-agent[bot] (#719)
- docs: Update FUTURE_ARCHITECTURE.md with AWS serverless evolution roadmap from v1.0 baseline @copilot-swe-agent[bot] (#718)
- docs: Update security documentation for v1.0 with React 19.x, Cypress 15.x, SLSA Level 3, CSP, and strategic analysis @copilot-swe-agent[bot] (#717)
- docs: update FLOWCHART.md with v1.0 assessment workflows and processes @copilot-swe-agent[bot] (#716)
- docs: Update STATEDIAGRAM.md with v1.0 state transitions and fix documentation accuracy @copilot-swe-agent[bot] (#715)
- docs: update MINDMAP.md with v1.0 component relationships and architecture @copilot-swe-agent[bot] (#714)
- docs: update DATA_MODEL.md with v1.0 type definitions and widget props @copilot-swe-agent[bot] (#713)
- docs: update ARCHITECTURE.md to reflect v0.8.x → v1.0 changes with current coverage metrics @copilot-swe-agent[bot] (#712)
📦 Dependencies
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#699)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.9.2...1.0.0
CIA Compliance Manager v0.9.2
Highlights
- chore: create 10 GitHub issues for v1.0 release planning @copilot-swe-agent[bot] (#678)
📈 Analytics & Data
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
🎨 UI/UX Improvements
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
- Implement React 19.x error boundaries for all widget components @copilot-swe-agent[bot] (#696)
- refactor: remove deprecated widget prop types, eliminate all deprecated code, and consolidate BaseWidgetProps for v1.0 @copilot-swe-agent[bot] (#693)
🏗️ Infrastructure & Performance
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#695)
- build(deps): bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot] (#694)
- test: increase branch coverage from 74.86% to 75.39% @copilot-swe-agent[bot] (#690)
- build(deps-dev): bump knip from 5.70.0 to 5.70.1 @dependabot[bot] (#675)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#677)
- build(deps-dev): bump vite from 7.2.2 to 7.2.4 in the vite group @dependabot[bot] (#676)
- build(deps-dev): bump cypress from 15.6.0 to 15.7.0 in the cypress group @dependabot[bot] (#674)
🔄 Code Quality & Refactoring
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
- Add E2E tests and documentation for security headers @copilot-swe-agent[bot] (#697)
- Implement React 19.x error boundaries for all widget components @copilot-swe-agent[bot] (#696)
- refactor: remove deprecated widget prop types, eliminate all deprecated code, and consolidate BaseWidgetProps for v1.0 @copilot-swe-agent[bot] (#693)
- test: add E2E tests for security assessment flow with improved test patterns @copilot-swe-agent[bot] (#691)
- test: increase branch coverage from 74.86% to 75.39% @copilot-swe-agent[bot] (#690)
🔒 Security & Compliance
- build(deps): bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot] (#694)
📝 Documentation
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
- Add E2E tests and documentation for security headers @copilot-swe-agent[bot] (#697)
- docs: add Cypress 15.x migration guide to E2ETestPlan.md @copilot-swe-agent[bot] (#692)
- test: add E2E tests for security assessment flow with improved test patterns @copilot-swe-agent[bot] (#691)
- test: increase branch coverage from 74.86% to 75.39% @copilot-swe-agent[bot] (#690)
📦 Dependencies
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#695)
- build(deps): bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot] (#694)
- build(deps-dev): bump knip from 5.70.0 to 5.70.1 @dependabot[bot] (#675)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#677)
- build(deps-dev): bump vite from 7.2.2 to 7.2.4 in the vite group @dependabot[bot] (#676)
- build(deps-dev): bump cypress from 15.6.0 to 15.7.0 in the cypress group @dependabot[bot] (#674)
🧪 Test Coverage Improvements
- Optimize bundle size from 188KB to 117KB (gzip) via code splitting and lazy loading @copilot-swe-agent[bot] (#698)
- Implement React 19.x error boundaries for all widget components @copilot-swe-agent[bot] (#696)
- refactor: remove deprecated widget prop types, eliminate all deprecated code, and consolidate BaseWidgetProps for v1.0 @copilot-swe-agent[bot] (#693)
- test: increase branch coverage from 74.86% to 75.39% @copilot-swe-agent[bot] (#690)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.9.1...0.9.2
CIA Compliance Manager v0.9.1
Highlights
🎨 UI/UX Improvements
- feat: add comprehensive error handling with production integration for all widgets @copilot-swe-agent[bot] (#671)
- feat: implement mobile-first responsive design across all widgets @copilot-swe-agent[bot] (#670)
🏗️ Infrastructure & Performance
- build(deps-dev): bump start-server-and-test from 2.1.2 to 2.1.3 @dependabot[bot] (#673)
🔄 Code Quality & Refactoring
- test: Add branch coverage tests for constants files (94.73% coverage achieved) @copilot-swe-agent[bot] (#672)
- feat: add comprehensive error handling with production integration for all widgets @copilot-swe-agent[bot] (#671)
📝 Documentation
- feat: add comprehensive error handling with production integration for all widgets @copilot-swe-agent[bot] (#671)
📦 Dependencies
- build(deps-dev): bump start-server-and-test from 2.1.2 to 2.1.3 @dependabot[bot] (#673)
🧪 Test Coverage Improvements
- test: Add branch coverage tests for constants files (94.73% coverage achieved) @copilot-swe-agent[bot] (#672)
- feat: add comprehensive error handling with production integration for all widgets @copilot-swe-agent[bot] (#671)
⚙️ Core Application Changes
- test: Add branch coverage tests for constants files (94.73% coverage achieved) @copilot-swe-agent[bot] (#672)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.9.0...0.9.1
CIA Compliance Manager v0.9.0
Highlights
- chore: create 5 GitHub issues for TypeScript React code quality improvements @copilot-swe-agent[bot] (#640)
- Create 5 priority GitHub issues for v1.0 release with agent assignments @copilot-swe-agent[bot] (#630)
- feat: create 5 GitHub issues for TypeScript React agent improvements @copilot-swe-agent[bot] (#655)
- refactor: replace
anytypes with proper TypeScript types for strict type safety @copilot-swe-agent[bot] (#648)
🎨 UI/UX Improvements
- refactor: extract duplicate widget logic into reusable custom hooks @copilot-swe-agent[bot] (#667)
- test: add comprehensive widget tests to achieve 80% coverage (ISMS compliance) @copilot-swe-agent[bot] (#665)
- docs: add comprehensive JSDoc documentation for component props, hooks, and utilities @copilot-swe-agent[bot] (#649)
- chore: Remove 33 unused exports and duplicate exports for v1.0 cleanup @copilot-swe-agent[bot] (#647)
🏗️ Infrastructure & Performance
- perf: optimize GitHub Actions caching strategy for faster builds @copilot-swe-agent[bot] (#669)
- test: enforce ISMS 80%/70% coverage thresholds and add utils index tests @copilot-swe-agent[bot] (#661)
- build(deps-dev): bump knip from 5.69.1 to 5.70.0 @dependabot[bot] (#664)
- build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 @dependabot[bot] (#663)
- build(deps): bump glob @dependabot[bot] (#662)
- build(deps-dev): bump @types/react from 19.2.5 to 19.2.6 in the typescript-types group @dependabot[bot] (#653)
- build(deps-dev): bump typescript-eslint from 8.46.4 to 8.47.0 in the eslint group @dependabot[bot] (#652)
- build(deps): bump actions/checkout from 5.0.0 to 5.0.1 @dependabot[bot] (#651)
- build(deps): bump anchore/sbom-action from 0.20.9 to 0.20.10 @dependabot[bot] (#650)
🔄 Code Quality & Refactoring
- refactor: Extract common widget patterns into reusable React hooks @copilot-swe-agent[bot] (#668)
- refactor: extract duplicate widget logic into reusable custom hooks @copilot-swe-agent[bot] (#667)
- test: add comprehensive widget tests to achieve 80% coverage (ISMS compliance) @copilot-swe-agent[bot] (#665)
- test: enforce ISMS 80%/70% coverage thresholds and add utils index tests @copilot-swe-agent[bot] (#661)
- refactor: improve data layer type safety with strict interfaces and validation @copilot-swe-agent[bot] (#654)
- chore: Remove 33 unused exports and duplicate exports for v1.0 cleanup @copilot-swe-agent[bot] (#647)
- chore: remove unused Cypress exports and dead code @copilot-swe-agent[bot] (#646)
🔒 Security & Compliance
- perf: optimize GitHub Actions caching strategy for faster builds @copilot-swe-agent[bot] (#669)
- build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 @dependabot[bot] (#663)
- build(deps): bump actions/checkout from 5.0.0 to 5.0.1 @dependabot[bot] (#651)
📝 Documentation
- refactor: Extract common widget patterns into reusable React hooks @copilot-swe-agent[bot] (#668)
- refactor: standardize widget prop interfaces for type safety and consistency @copilot-swe-agent[bot] (#666)
- test: enforce ISMS 80%/70% coverage thresholds and add utils index tests @copilot-swe-agent[bot] (#661)
📦 Dependencies
- build(deps-dev): bump knip from 5.69.1 to 5.70.0 @dependabot[bot] (#664)
- build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 @dependabot[bot] (#663)
- build(deps): bump glob @dependabot[bot] (#662)
- build(deps-dev): bump @types/react from 19.2.5 to 19.2.6 in the typescript-types group @dependabot[bot] (#653)
- build(deps-dev): bump typescript-eslint from 8.46.4 to 8.47.0 in the eslint group @dependabot[bot] (#652)
- build(deps): bump actions/checkout from 5.0.0 to 5.0.1 @dependabot[bot] (#651)
- build(deps): bump anchore/sbom-action from 0.20.9 to 0.20.10 @dependabot[bot] (#650)
🧪 Test Coverage Improvements
- refactor: Extract common widget patterns into reusable React hooks @copilot-swe-agent[bot] (#668)
- refactor: extract duplicate widget logic into reusable custom hooks @copilot-swe-agent[bot] (#667)
- test: add comprehensive widget tests to achieve 80% coverage (ISMS compliance) @copilot-swe-agent[bot] (#665)
- test: enforce ISMS 80%/70% coverage thresholds and add utils index tests @copilot-swe-agent[bot] (#661)
- refactor: improve data layer type safety with strict interfaces and validation @copilot-swe-agent[bot] (#654)
- docs: add comprehensive JSDoc documentation for component props, hooks, and utilities @copilot-swe-agent[bot] (#649)
- chore: Remove 33 unused exports and duplicate exports for v1.0 cleanup @copilot-swe-agent[bot] (#647)
⚙️ Core Application Changes
- refactor: Extract common widget patterns into reusable React hooks @copilot-swe-agent[bot] (#668)
- refactor: extract duplicate widget logic into reusable custom hooks @copilot-swe-agent[bot] (#667)
- docs: add comprehensive JSDoc documentation for component props, hooks, and utilities @copilot-swe-agent[bot] (#649)
- chore: Remove 33 unused exports and duplicate exports for v1.0 cleanup @copilot-swe-agent[bot] (#647)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.8.40...0.9.0
CIA Compliance Manager v0.8.40
Highlights
- task: Create 5 GitHub issues for v1.0 UX/UI, QA, security, and ISMS compliance improvements @copilot-swe-agent[bot] (#620)
- docs: create 5 priority security architecture issues for security-architect agent @copilot-swe-agent[bot] (#614)
- chore: create 5 UI/UX implementation quality issues for typescript-react-agent @copilot-swe-agent[bot] (#606)
- docs: verify evidence badges in SECURITY_ARCHITECTURE.md - all requirements met @copilot-swe-agent[bot] (#601)
🎨 UI/UX Improvements
- test: Improve coverage for low-coverage widgets and data files (42-73% → 80%+) @copilot-swe-agent[bot] (#637)
- refactor: Replace all 'any' types with proper TypeScript types (99 instances) @copilot-swe-agent[bot] (#636)
- ♻️ Refactor large widgets into focused components (<300 lines) + address code review @copilot-swe-agent[bot] (#613)
- refactor: eliminate unsafe type assertions in widget components @copilot-swe-agent[bot] (#612)
🏗️ Infrastructure & Performance
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#639)
- build(deps-dev): bump dependency-cruiser from 17.2.0 to 17.3.1 @dependabot[bot] (#629)
- feat: add product task agent and enhance custom agent system @copilot-swe-agent[bot] (#626)
- fix: implement security headers with accurate CSP for Google Fonts @copilot-swe-agent[bot] (#605)
- build: move test outputs to build directory during development @copilot-swe-agent[bot] (#600)
- build(deps-dev): bump @types/react from 19.2.4 to 19.2.5 in the typescript-types group @dependabot[bot] (#599)
- build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 @dependabot[bot] (#598)
🔄 Code Quality & Refactoring
- test: Improve coverage for low-coverage widgets and data files (42-73% → 80%+) @copilot-swe-agent[bot] (#637)
- refactor: Replace all 'any' types with proper TypeScript types (99 instances) @copilot-swe-agent[bot] (#636)
- ♻️ Refactor large widgets into focused components (<300 lines) + address code review @copilot-swe-agent[bot] (#613)
📝 Documentation
- feat: Implement ISMS Style Guide compliance across documentation @copilot-swe-agent[bot] (#638)
- feat: add product task agent and enhance custom agent system @copilot-swe-agent[bot] (#626)
- fix: implement security headers with accurate CSP for Google Fonts @copilot-swe-agent[bot] (#605)
- docs: validate performance-testing.md meets ISMS Policy §8 requirements @copilot-swe-agent[bot] (#602)
- docs: update performance-testing.md with current metrics and add README performance section @copilot-swe-agent[bot] (#603)
- docs: align E2ETestPlan.md with ISMS Style Guide and fix build paths @copilot-swe-agent[bot] (#604)
📦 Dependencies
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#639)
- build(deps-dev): bump dependency-cruiser from 17.2.0 to 17.3.1 @dependabot[bot] (#629)
- build: move test outputs to build directory during development @copilot-swe-agent[bot] (#600)
- build(deps-dev): bump @types/react from 19.2.4 to 19.2.5 in the typescript-types group @dependabot[bot] (#599)
- build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 @dependabot[bot] (#598)
🧪 Test Coverage Improvements
- test: Improve coverage for low-coverage widgets and data files (42-73% → 80%+) @copilot-swe-agent[bot] (#637)
- refactor: Replace all 'any' types with proper TypeScript types (99 instances) @copilot-swe-agent[bot] (#636)
- ♻️ Refactor large widgets into focused components (<300 lines) + address code review @copilot-swe-agent[bot] (#613)
⚙️ Core Application Changes
- refactor: Replace all 'any' types with proper TypeScript types (99 instances) @copilot-swe-agent[bot] (#636)
- ♻️ Refactor large widgets into focused components (<300 lines) + address code review @copilot-swe-agent[bot] (#613)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.8.39...0.8.40
CIA Compliance Manager v0.8.39
Highlights
🏗️ Infrastructure & Performance
- test: increase critical utils coverage from 50% to 97% (exceeds 80% v1.0 target) @copilot-swe-agent[bot] (#597)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#596)
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 @dependabot[bot] (#580)
- build(deps-dev): bump knip from 5.69.0 to 5.69.1 @dependabot[bot] (#577)
- build(deps-dev): bump jsdom from 27.1.0 to 27.2.0 @dependabot[bot] (#576)
- build(deps-dev): bump the typescript-types group with 2 updates @dependabot[bot] (#575)
- build(deps-dev): bump @vitejs/plugin-react from 5.1.0 to 5.1.1 in the vite group @dependabot[bot] (#574)
- build(deps-dev): bump the typescript-types group with 2 updates @dependabot[bot] (#573)
- build(deps-dev): bump knip from 5.68.0 to 5.69.0 @dependabot[bot] (#571)
- build(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22 in the tailwindcss group @dependabot[bot] (#569)
- build(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2 @dependabot[bot] (#568)
- build(deps-dev): bump typescript-eslint from 8.46.3 to 8.46.4 in the eslint group @dependabot[bot] (#567)
🔄 Code Quality & Refactoring
- test: increase critical utils coverage from 50% to 97% (exceeds 80% v1.0 target) @copilot-swe-agent[bot] (#597)
- perf(e2e): optimize Cypress tests - 30-40% faster execution @copilot-swe-agent[bot] (#570)
🔒 Security & Compliance
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 @dependabot[bot] (#580)
📝 Documentation
- test: increase critical utils coverage from 50% to 97% (exceeds 80% v1.0 target) @copilot-swe-agent[bot] (#597)
- docs: comprehensive E2ETestPlan.md update with test catalog and architecture @copilot-swe-agent[bot] (#591)
- docs: Add security evidence badges to SECURITY_ARCHITECTURE.md @copilot-swe-agent[bot] (#590)
- docs: create 5 priority GitHub issues for ISMS compliance gaps @copilot-swe-agent[bot] (#583)
- perf(e2e): optimize Cypress tests - 30-40% faster execution @copilot-swe-agent[bot] (#570)
- docs: add Simon Moon and George Dorn blog post section to README @copilot-swe-agent[bot] (#566)
- docs: integrate ISMS control mapping and implementation evidence @copilot-swe-agent[bot] (#565)
📦 Dependencies
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#596)
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 @dependabot[bot] (#580)
- build(deps-dev): bump knip from 5.69.0 to 5.69.1 @dependabot[bot] (#577)
- build(deps-dev): bump jsdom from 27.1.0 to 27.2.0 @dependabot[bot] (#576)
- build(deps-dev): bump the typescript-types group with 2 updates @dependabot[bot] (#575)
- build(deps-dev): bump @vitejs/plugin-react from 5.1.0 to 5.1.1 in the vite group @dependabot[bot] (#574)
- build(deps-dev): bump the typescript-types group with 2 updates @dependabot[bot] (#573)
- build(deps-dev): bump knip from 5.68.0 to 5.69.0 @dependabot[bot] (#571)
- build(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22 in the tailwindcss group @dependabot[bot] (#569)
- build(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2 @dependabot[bot] (#568)
- build(deps-dev): bump typescript-eslint from 8.46.3 to 8.46.4 in the eslint group @dependabot[bot] (#567)
🧪 Test Coverage Improvements
- test: increase critical utils coverage from 50% to 97% (exceeds 80% v1.0 target) @copilot-swe-agent[bot] (#597)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.8.38...0.8.39
CIA Compliance Manager v0.8.38
Highlights
🏗️ Infrastructure & Performance
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#562)
- build(deps-dev): bump vite from 7.2.1 to 7.2.2 in the vite group @dependabot[bot] (#561)
- build(deps-dev): bump knip from 5.67.1 to 5.68.0 @dependabot[bot] (#560)
📦 Dependencies
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#562)
- build(deps-dev): bump vite from 7.2.1 to 7.2.2 in the vite group @dependabot[bot] (#561)
- build(deps-dev): bump knip from 5.67.1 to 5.68.0 @dependabot[bot] (#560)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @dependabot[bot], @pethers and dependabot[bot] for their contributions to this release!
Full Changelog: v0.8.36...0.8.38
CIA Compliance Manager v0.8.36
Highlights
- Convert agent profiles from YAML to Markdown with frontmatter @copilot-swe-agent[bot] (#543)
- Complete integration of specialized GitHub Copilot agent profiles @copilot-swe-agent[bot] (#539)
🏗️ Infrastructure & Performance
- build(deps-dev): bump the tailwindcss group with 2 updates @dependabot[bot] (#559)
- test: add comprehensive coverage for core modules and service integration @copilot-swe-agent[bot] (#558)
- build(deps-dev): bump vite from 7.2.0 to 7.2.1 in the vite group @dependabot[bot] (#557)
- build(deps-dev): bump mochawesome-report-generator from 6.3.1 to 6.3.2 @dependabot[bot] (#556)
- build(deps-dev): bump vite from 7.1.12 to 7.2.0 in the vite group @dependabot[bot] (#555)
- build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 @dependabot[bot] (#554)
- build(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 @dependabot[bot] (#550)
- build(deps-dev): bump mochawesome-report-generator from 6.3.0 to 6.3.1 @dependabot[bot] (#553)
- build(deps-dev): bump cypress from 15.5.0 to 15.6.0 in the cypress group @dependabot[bot] (#552)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#551)
- Improve GitHub Copilot agent documentation and enable full tool access @copilot-swe-agent[bot] (#549)
- build(deps-dev): bump the eslint group with 3 updates @dependabot[bot] (#547)
- build(deps-dev): bump knip from 5.67.0 to 5.67.1 @dependabot[bot] (#546)
- build(deps-dev): bump @types/node from 24.9.2 to 24.10.0 in the typescript-types group @dependabot[bot] (#545)
- build(deps-dev): bump knip from 5.66.4 to 5.67.0 @dependabot[bot] (#544)
- Fix incorrect file and directory references in custom agent configurations @copilot-swe-agent[bot] (#542)
- Group Dependabot updates by ecosystem @copilot-swe-agent[bot] (#540)
- Enhance Copilot instructions with architecture and code quality guidelines @copilot-swe-agent[bot] (#538)
- Add GitHub Copilot custom agent configurations @copilot-swe-agent[bot] (#537)
- build(deps-dev): bump eslint from 9.38.0 to 9.39.0 @dependabot[bot] (#534)
- build(deps-dev): bump globals from 16.4.0 to 16.5.0 @dependabot[bot] (#530)
- build(deps-dev): bump @eslint/js from 9.38.0 to 9.39.0 @dependabot[bot] (#529)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.5 to 4.0.6 @dependabot[bot] (#535)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.5 to 4.0.6 @dependabot[bot] (#531)
- build(deps-dev): bump @vitest/ui from 4.0.5 to 4.0.6 @dependabot[bot] (#532)
- build(deps-dev): bump vitest from 4.0.5 to 4.0.6 @dependabot[bot] (#533)
🔄 Code Quality & Refactoring
- test: add comprehensive coverage for core modules and service integration @copilot-swe-agent[bot] (#558)
- build(deps-dev): bump the eslint group with 3 updates @dependabot[bot] (#547)
🔒 Security & Compliance
- build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 @dependabot[bot] (#554)
📝 Documentation
- test: add comprehensive coverage for core modules and service integration @copilot-swe-agent[bot] (#558)
- Improve GitHub Copilot agent documentation and enable full tool access @copilot-swe-agent[bot] (#549)
- build(deps-dev): bump the eslint group with 3 updates @dependabot[bot] (#547)
- Fix incorrect file and directory references in custom agent configurations @copilot-swe-agent[bot] (#542)
- Enhance Copilot instructions with architecture and code quality guidelines @copilot-swe-agent[bot] (#538)
- Add GitHub Copilot custom agent configurations @copilot-swe-agent[bot] (#537)
📦 Dependencies
- build(deps-dev): bump the tailwindcss group with 2 updates @dependabot[bot] (#559)
- build(deps-dev): bump vite from 7.2.0 to 7.2.1 in the vite group @dependabot[bot] (#557)
- build(deps-dev): bump mochawesome-report-generator from 6.3.1 to 6.3.2 @dependabot[bot] (#556)
- build(deps-dev): bump vite from 7.1.12 to 7.2.0 in the vite group @dependabot[bot] (#555)
- build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 @dependabot[bot] (#554)
- build(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 @dependabot[bot] (#550)
- build(deps-dev): bump mochawesome-report-generator from 6.3.0 to 6.3.1 @dependabot[bot] (#553)
- build(deps-dev): bump cypress from 15.5.0 to 15.6.0 in the cypress group @dependabot[bot] (#552)
- build(deps-dev): bump the vitest group with 4 updates @dependabot[bot] (#551)
- build(deps-dev): bump the eslint group with 3 updates @dependabot[bot] (#547)
- build(deps-dev): bump knip from 5.67.0 to 5.67.1 @dependabot[bot] (#546)
- build(deps-dev): bump @types/node from 24.9.2 to 24.10.0 in the typescript-types group @dependabot[bot] (#545)
- build(deps-dev): bump knip from 5.66.4 to 5.67.0 @dependabot[bot] (#544)
- build(deps-dev): bump eslint from 9.38.0 to 9.39.0 @dependabot[bot] (#534)
- build(deps-dev): bump globals from 16.4.0 to 16.5.0 @dependabot[bot] (#530)
- build(deps-dev): bump @eslint/js from 9.38.0 to 9.39.0 @dependabot[bot] (#529)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.5 to 4.0.6 @dependabot[bot] (#535)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.5 to 4.0.6 @dependabot[bot] (#531)
- build(deps-dev): bump @vitest/ui from 4.0.5 to 4.0.6 @dependabot[bot] (#532)
- build(deps-dev): bump vitest from 4.0.5 to 4.0.6 @dependabot[bot] (#533)
🧪 Test Coverage Improvements
- test: add comprehensive coverage for core modules and service integration @copilot-swe-agent[bot] (#558)
- build(deps-dev): bump the eslint group with 3 updates @dependabot[bot] (#547)
⚙️ Core Application Changes
- build(deps-dev): bump the eslint group with 3 updates @dependabot[bot] (#547)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @Copilot, @dependabot[bot], @pethers, copilot-swe-agent[bot] and dependabot[bot] for their contributions to this release!
Full Changelog: v0.8.35...0.8.36
CIA Compliance Manager v0.8.35
Highlights
🏗️ Infrastructure & Performance
- build(deps-dev): bump jsdom from 27.0.1 to 27.1.0 @dependabot[bot] (#528)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.4 to 4.0.5 @dependabot[bot] (#526)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.4 to 4.0.5 @dependabot[bot] (#525)
- build(deps-dev): bump vitest from 4.0.4 to 4.0.5 @dependabot[bot] (#523)
- build(deps-dev): bump @vitest/ui from 4.0.4 to 4.0.5 @dependabot[bot] (#524)
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 @dependabot[bot] (#527)
- build(deps-dev): bump @types/node from 24.9.1 to 24.9.2 @dependabot[bot] (#522)
- build(deps-dev): bump dependency-cruiser from 17.1.0 to 17.2.0 @dependabot[bot] (#521)
- build(deps-dev): bump knip from 5.66.3 to 5.66.4 @dependabot[bot] (#520)
- build(deps): bump validator from 13.15.0 to 13.15.20 @dependabot[bot] (#519)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.3 to 4.0.4 @dependabot[bot] (#517)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.3 to 4.0.4 @dependabot[bot] (#515)
- build(deps-dev): bump @vitest/ui from 4.0.3 to 4.0.4 @dependabot[bot] (#518)
- build(deps-dev): bump vitest from 4.0.3 to 4.0.4 @dependabot[bot] (#516)
- build(deps-dev): bump knip from 5.66.2 to 5.66.3 @dependabot[bot] (#514)
- build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 @dependabot[bot] (#511)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 @dependabot[bot] (#510)
- build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 @dependabot[bot] (#512)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.2 to 4.0.3 @dependabot[bot] (#513)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.2 to 4.0.3 @dependabot[bot] (#506)
- build(deps-dev): bump @vitest/ui from 4.0.2 to 4.0.3 @dependabot[bot] (#505)
- build(deps-dev): bump vitest from 4.0.2 to 4.0.3 @dependabot[bot] (#508)
- build(deps-dev): bump eslint-plugin-react-hooks from 7.0.0 to 7.0.1 @dependabot[bot] (#507)
- build(deps-dev): bump @vitejs/plugin-react from 5.0.4 to 5.1.0 @dependabot[bot] (#509)
- build(deps): bump zaproxy/action-full-scan from 0.12.0 to 0.13.0 @dependabot[bot] (#504)
🔒 Security & Compliance
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 @dependabot[bot] (#527)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 @dependabot[bot] (#510)
- build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 @dependabot[bot] (#512)
📦 Dependencies
- build(deps-dev): bump jsdom from 27.0.1 to 27.1.0 @dependabot[bot] (#528)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.4 to 4.0.5 @dependabot[bot] (#526)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.4 to 4.0.5 @dependabot[bot] (#525)
- build(deps-dev): bump vitest from 4.0.4 to 4.0.5 @dependabot[bot] (#523)
- build(deps-dev): bump @vitest/ui from 4.0.4 to 4.0.5 @dependabot[bot] (#524)
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 @dependabot[bot] (#527)
- build(deps-dev): bump @types/node from 24.9.1 to 24.9.2 @dependabot[bot] (#522)
- build(deps-dev): bump dependency-cruiser from 17.1.0 to 17.2.0 @dependabot[bot] (#521)
- build(deps-dev): bump knip from 5.66.3 to 5.66.4 @dependabot[bot] (#520)
- build(deps): bump validator from 13.15.0 to 13.15.20 @dependabot[bot] (#519)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.3 to 4.0.4 @dependabot[bot] (#517)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.3 to 4.0.4 @dependabot[bot] (#515)
- build(deps-dev): bump @vitest/ui from 4.0.3 to 4.0.4 @dependabot[bot] (#518)
- build(deps-dev): bump vitest from 4.0.3 to 4.0.4 @dependabot[bot] (#516)
- build(deps-dev): bump knip from 5.66.2 to 5.66.3 @dependabot[bot] (#514)
- build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 @dependabot[bot] (#511)
- build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 @dependabot[bot] (#510)
- build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 @dependabot[bot] (#512)
- build(deps-dev): bump @vitest/coverage-v8 from 4.0.2 to 4.0.3 @dependabot[bot] (#513)
- build(deps-dev): bump @vitest/coverage-istanbul from 4.0.2 to 4.0.3 @dependabot[bot] (#506)
- build(deps-dev): bump @vitest/ui from 4.0.2 to 4.0.3 @dependabot[bot] (#505)
- build(deps-dev): bump vitest from 4.0.2 to 4.0.3 @dependabot[bot] (#508)
- build(deps-dev): bump eslint-plugin-react-hooks from 7.0.0 to 7.0.1 @dependabot[bot] (#507)
- build(deps-dev): bump @vitejs/plugin-react from 5.0.4 to 5.1.0 @dependabot[bot] (#509)
- build(deps): bump zaproxy/action-full-scan from 0.12.0 to 0.13.0 @dependabot[bot] (#504)
Security Compliance
Tech Stack
- ⚡ Vite - Fast build tool
- ⚛️ React 19 - Modern UI framework
- 🔷 TypeScript - Type-safe development
- 📊 Recharts - Data visualization
- 🧪 Vitest - Unit testing
Contributors
Thanks to @dependabot[bot], @pethers and dependabot[bot] for their contributions to this release!
Full Changelog: v0.8.34...0.8.35