Commit Graph

111 Commits

Author SHA1 Message Date
11f05dae65 Merge pull request #15 from johndoe6345789/copilot/implement-roadmap-and-readme-features
feat: Add PRIMARY KEY constraint support and expand API test coverage
2026-01-08 04:53:03 +00:00
copilot-swe-agent[bot]
f070883a75 docs: Update constraint management description to include PRIMARY KEY
- Update features.json description to reflect PRIMARY KEY support
- Address code review feedback

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:32:41 +00:00
copilot-swe-agent[bot]
c1cc95c91b test: Add comprehensive integration tests for CRUD operations and query interface
- Add RecordCRUD.spec.ts with 9 API validation tests
- Add QueryInterface.spec.ts with 10 SQL query validation tests
- Add TableDataSchema.spec.ts with 7 table data/schema API tests
- Update TESTING.md with new test coverage (135 total tests)
- Expand test coverage for authentication, validation, and SQL injection prevention
- All tests validate proper authentication and input validation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:31:31 +00:00
copilot-swe-agent[bot]
ba38c1bf26 feat(constraints): Add PRIMARY KEY constraint support and enhance column management tests
- Add PRIMARY KEY to constraint types in features.json
- Update constraints API to handle PRIMARY KEY operations
- Add PRIMARY KEY to constraint listing query
- Add validation and tests for PRIMARY KEY constraints
- Add tests for DEFAULT value and NOT NULL in column management
- Update ROADMAP.md to mark PRIMARY KEY, DEFAULT, and NOT NULL as complete
- Update README.md with new constraint capabilities
- Update TESTING.md with comprehensive test coverage (105 total tests)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:29:19 +00:00
copilot-swe-agent[bot]
8bf75e81ec Initial plan 2026-01-08 04:21:28 +00:00
c94a05e59a Merge pull request #14 from johndoe6345789/copilot/implement-roadmap-features
Implement Constraint Management UI
2026-01-08 04:20:36 +00:00
copilot-swe-agent[bot]
234412df89 Fix: Add useCallback to fetchConstraints to prevent stale closure issues
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:13:59 +00:00
copilot-swe-agent[bot]
49210c7c5d Add E2E tests and update documentation for Constraint Manager UI
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:10:37 +00:00
copilot-swe-agent[bot]
94a55daaab Add Constraint Management UI components and integration
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:07:30 +00:00
copilot-swe-agent[bot]
cdcea9c1eb Initial plan 2026-01-08 03:58:30 +00:00
4abd58eadb Merge pull request #13 from johndoe6345789/copilot/implement-features-from-roadmap-readme
feat: Add constraint management API for data validation from ROADMAP
2026-01-08 03:58:00 +00:00
copilot-swe-agent[bot]
523bbd1377 docs: Add comments explaining sql.raw() usage for DDL statements
- Explain why parameterized queries cannot be used for ALTER TABLE
- Document that identifiers are validated to prevent SQL injection
- Address code review feedback about sql.raw() usage
- All 52 unit tests still passing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:51:09 +00:00
copilot-swe-agent[bot]
29f7ba86a9 refactor: Address code review feedback
- Replace 'as any' with proper FeaturesConfig type definition
- Improve CHECK constraint SQL injection validation with comprehensive patterns
- Move isValidIdentifier to shared validation module
- Add comprehensive unit tests for identifier validation (12 tests)
- Fix all linting issues
- All 52 unit tests passing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:48:44 +00:00
copilot-swe-agent[bot]
42f58b94d7 docs: Update documentation for constraint management feature
- Update ROADMAP.md with constraint management progress
- Update README.md with constraint manager feature
- Update TESTING.md with constraint test coverage (93 total tests)
- Fix linting issues in constraints API and featureConfig
- All 40 unit tests passing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:44:45 +00:00
copilot-swe-agent[bot]
5fb035e29c feat: Add constraint management API and configuration
- Add constraint-management feature to features.json
- Create /api/admin/constraints endpoint (GET, POST, DELETE)
- Support UNIQUE and CHECK constraints
- Add getConstraintTypes() utility function
- Add integration tests for constraints API
- Add unit tests for constraint types
- Follow CODE_STYLE.md guidelines

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:42:13 +00:00
copilot-swe-agent[bot]
a91f6d95fd plan: Define implementation strategy for constraint management
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:39:09 +00:00
copilot-swe-agent[bot]
1a01c1821e Initial exploration: Analyzed repository structure and requirements
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:36:42 +00:00
copilot-swe-agent[bot]
3333a54efb Initial plan 2026-01-08 03:33:13 +00:00
0ccc045bf5 Merge pull request #2 from johndoe6345789/dependabot/npm_and_yarn/qs-6.14.1
chore: bump qs from 6.14.0 to 6.14.1
2026-01-08 03:31:00 +00:00
c9824a0508 Merge pull request #3 from johndoe6345789/dependabot/npm_and_yarn/storybook-10.1.11
chore: bump storybook from 10.1.10 to 10.1.11
2026-01-08 03:30:49 +00:00
86d7d11ef4 Merge pull request #4 from johndoe6345789/dependabot/npm_and_yarn/preact-10.28.2
chore: bump preact from 10.28.0 to 10.28.2
2026-01-08 03:30:38 +00:00
9abd39d545 Merge pull request #5 from johndoe6345789/dependabot/npm_and_yarn/npm-deps-a5c6860dfa
chore: bump the npm-deps group with 23 updates
2026-01-08 03:30:20 +00:00
9a6b99d433 Merge pull request #11 from johndoe6345789/dependabot/github_actions/docker/build-push-action-6
chore: bump docker/build-push-action from 5 to 6
2026-01-08 03:30:04 +00:00
76ea373493 Merge pull request #12 from johndoe6345789/main
Main
2026-01-08 03:29:27 +00:00
dependabot[bot]
9c9152029d chore: bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 03:29:05 +00:00
48a053d919 Merge pull request #10 from johndoe6345789/copilot/add-postgres-web-ui
dunno
2026-01-08 03:27:04 +00:00
96e09bad24 Merge pull request #9 from johndoe6345789/copilot/implement-roadmap-and-readme-features
Implement Table and Column Manager UI with config-driven architecture
2026-01-08 03:25:17 +00:00
copilot-swe-agent[bot]
06703ec354 Add comprehensive implementation summary and final documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:05:03 +00:00
copilot-swe-agent[bot]
54642627b3 Fix: Remove hardcoded dataTypes defaults, make them required props from config
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:03:50 +00:00
copilot-swe-agent[bot]
190757d0ab Add reusable components and code style guide following config-driven architecture
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:01:16 +00:00
copilot-swe-agent[bot]
3f6d276449 Add unit and E2E tests for Table Manager and Column Manager features
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:55:59 +00:00
copilot-swe-agent[bot]
c07ef4196e Add Table Manager and Column Manager UI to admin dashboard
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:53:50 +00:00
copilot-swe-agent[bot]
ec573296be Initial plan 2026-01-08 02:45:04 +00:00
95512fe357 Merge pull request #8 from johndoe6345789/copilot/implement-roadmap-features
Implement configuration-driven CRUD operations with reusable components
release-1 v2
2026-01-08 02:43:22 +00:00
4320d5b290 Merge branch 'copilot/add-postgres-web-ui' into copilot/implement-roadmap-features 2026-01-08 02:43:12 +00:00
copilot-swe-agent[bot]
521db9e710 Document configuration-driven architecture in README and ROADMAP
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:31:38 +00:00
17058df35f Merge pull request #7 from johndoe6345789/copilot/update-readme-file
docs: Reposition README as PostgreSQL admin panel, not generic boilerplate
2026-01-08 02:29:38 +00:00
copilot-swe-agent[bot]
5560cc184a Add configuration-driven features with JSON and reusable components
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:28:39 +00:00
copilot-swe-agent[bot]
9b090ee2a8 docs: overhaul README.md to accurately describe PostgreSQL Admin Panel
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:23:03 +00:00
copilot-swe-agent[bot]
8f968c69a6 Initial plan 2026-01-08 02:18:54 +00:00
copilot-swe-agent[bot]
7b355cfb9d Initial plan 2026-01-08 02:18:07 +00:00
f08017858f Merge pull request #6 from johndoe6345789/copilot/fix-postgresql-database-creation
Fix PostgreSQL database creation error in Dockerfile and add database management roadmap with multi-database support
2026-01-08 02:17:22 +00:00
copilot-swe-agent[bot]
335c21395a Fix DATABASE_URL examples to use clear placeholder format
- Changed asterisk-based placeholders to standard username:password format
- Improved consistency across all database connection examples
- Made credential placeholders more clear and less confusing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:09:15 +00:00
copilot-swe-agent[bot]
8edda16155 Add multi-database server support and clarify PostgreSQL as default
- Added Multi-Database Server Support section to ROADMAP
- Connection management with server dropdown selector
- Support for PostgreSQL, MySQL, and SQLite via DrizzleORM
- Updated README to clarify PostgreSQL 15 is included as default option
- Added documentation for connecting to external databases
- Enhanced security section with credential encryption
- Updated feature list to highlight multi-database flexibility

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:07:24 +00:00
copilot-swe-agent[bot]
3db1b45254 Enhance visual database designer feature in ROADMAP
- Expanded drag-and-drop table builder with detailed features
- Added visual relationship editor with connecting lines
- Included interactive ERD canvas with zoom, pan, and export
- Added schema templates and SQL generation
- Made visual designer a prominent standalone section

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:04:59 +00:00
copilot-swe-agent[bot]
240ed4d802 Simplify authentication approach in ROADMAP
- Changed from advanced authentication to simple username/password approach
- Added "Simple Authentication UI" section in short-term goals
- Replaced advanced auth features (OAuth, biometric, passwordless) with basic login/registration
- Focus on clean user/pass screen, registration, and password reset
- Updated completed features to reflect basic authentication system

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:00:49 +00:00
copilot-swe-agent[bot]
461c121fb5 Expand ROADMAP with detailed CRUD and database management features
- Added comprehensive Database CRUD Operations section in short-term goals
- Expanded Data Management with schema, table, column, and relationship management
- Added database administration tools including visual database builder
- Added schema version control and documentation features
- Removed SSO/SAML features (too complex to configure)
- Marked Docker PostgreSQL fix as completed

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:59:37 +00:00
copilot-swe-agent[bot]
0902346a7f Fix Docker build failure and improve documentation
- Fixed PostgreSQL database creation error by using ALTER DATABASE instead of createdb
- Rewrote README.md to be project-specific instead of generic boilerplate
- Created comprehensive ROADMAP.md with short, medium, and long-term plans
- Verified unit tests are working (7 tests passing)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:54:40 +00:00
copilot-swe-agent[bot]
250c214e22 Initial plan 2026-01-08 01:47:28 +00:00
dependabot[bot]
5530f2fd9c chore: bump the npm-deps group with 23 updates
Bumps the npm-deps group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@clerk/localizations](https://github.com/clerk/javascript/tree/HEAD/packages/localizations) | `3.32.1` | `3.33.0` |
| [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) | `6.36.5` | `6.36.6` |
| [@logtape/logtape](https://github.com/dahlia/logtape/tree/HEAD/packages/logtape) | `1.3.5` | `1.3.6` |
| [next-intl](https://github.com/amannn/next-intl) | `4.6.1` | `4.7.0` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.310.1` | `1.315.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.69.0` | `7.70.0` |
| [zod](https://github.com/colinhacks/zod) | `4.2.1` | `4.3.5` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.2.0` | `20.3.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.2.0` | `20.3.0` |
| [@commitlint/prompt-cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt-cli) | `20.2.0` | `20.3.0` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `2.4.0` | `2.5.1` |
| [@faker-js/faker](https://github.com/faker-js/faker) | `10.1.0` | `10.2.0` |
| [@lingual/i18n-check](https://github.com/lingualdev/i18n-check) | `0.8.16` | `0.8.17` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.1.10` | `10.1.11` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.1.10` | `10.1.11` |
| [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.1.10` | `10.1.11` |
| [@storybook/nextjs-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `10.1.10` | `10.1.11` |
| [checkly](https://github.com/checkly/checkly-cli) | `6.9.7` | `6.9.8` |
| [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format) | `1.1.0` | `1.2.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.1.10` | `10.1.11` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.77.1` | `5.80.0` |
| [lefthook](https://github.com/evilmartians/lefthook) | `2.0.12` | `2.0.13` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.1.10` | `10.1.11` |


Updates `@clerk/localizations` from 3.32.1 to 3.33.0
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/localizations@3.33.0/packages/localizations/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/localizations@3.33.0/packages/localizations)

Updates `@clerk/nextjs` from 6.36.5 to 6.36.6
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/@clerk/nextjs@6.36.6/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@6.36.6/packages/nextjs)

Updates `@logtape/logtape` from 1.3.5 to 1.3.6
- [Changelog](https://github.com/dahlia/logtape/blob/main/CHANGES.md)
- [Commits](https://github.com/dahlia/logtape/commits/1.3.6/packages/logtape)

Updates `next-intl` from 4.6.1 to 4.7.0
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/next-intl/compare/v4.6.1...v4.7.0)

Updates `posthog-js` from 1.310.1 to 1.315.1
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.310.1...posthog-js@1.315.1)

Updates `react-hook-form` from 7.69.0 to 7.70.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.69.0...v7.70.0)

Updates `zod` from 4.2.1 to 4.3.5
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.2.1...v4.3.5)

Updates `@commitlint/cli` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.0/@commitlint/config-conventional)

Updates `@commitlint/prompt-cli` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt-cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.0/@commitlint/prompt-cli)

Updates `@eslint-react/eslint-plugin` from 2.4.0 to 2.5.1
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.5.1/packages/plugins/eslint-plugin)

Updates `@faker-js/faker` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](https://github.com/faker-js/faker/compare/v10.1.0...v10.2.0)

Updates `@lingual/i18n-check` from 0.8.16 to 0.8.17
- [Release notes](https://github.com/lingualdev/i18n-check/releases)
- [Commits](https://github.com/lingualdev/i18n-check/compare/v0.8.16...v0.8.17)

Updates `@storybook/addon-a11y` from 10.1.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.1.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/addons/docs)

Updates `@storybook/addon-vitest` from 10.1.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/addons/vitest)

Updates `@storybook/nextjs-vite` from 10.1.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/frameworks/nextjs)

Updates `checkly` from 6.9.7 to 6.9.8
- [Release notes](https://github.com/checkly/checkly-cli/releases)
- [Commits](https://github.com/checkly/checkly-cli/compare/6.9.7...6.9.8)

Updates `eslint-plugin-format` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/antfu/eslint-plugin-format/releases)
- [Commits](https://github.com/antfu/eslint-plugin-format/compare/v1.1.0...v1.2.0)

Updates `eslint-plugin-storybook` from 10.1.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/lib/eslint-plugin)

Updates `knip` from 5.77.1 to 5.80.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.80.0/packages/knip)

Updates `lefthook` from 2.0.12 to 2.0.13
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evilmartians/lefthook/compare/v2.0.12...v2.0.13)

Updates `storybook` from 10.1.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/core)

---
updated-dependencies:
- dependency-name: "@clerk/localizations"
  dependency-version: 3.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@clerk/nextjs"
  dependency-version: 6.36.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@logtape/logtape"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: next-intl
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: posthog-js
  dependency-version: 1.315.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: react-hook-form
  dependency-version: 7.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: zod
  dependency-version: 4.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@commitlint/cli"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@commitlint/prompt-cli"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@faker-js/faker"
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@lingual/i18n-check"
  dependency-version: 0.8.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/addon-vitest"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@storybook/nextjs-vite"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: checkly
  dependency-version: 6.9.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-format
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: knip
  dependency-version: 5.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: lefthook
  dependency-version: 2.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: storybook
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 01:45:23 +00:00