Commit Graph

125 Commits

Author SHA1 Message Date
dependabot[bot]
187811d4c1 build(deps-dev): bump @types/react from 19.2.7 to 19.2.8
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.2.7 to 19.2.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-12 14:52:08 +00:00
dependabot[bot]
3ff46f2d6b build(deps-dev): bump @storybook/react-vite from 8.6.15 to 10.1.11
Bumps [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) from 8.6.15 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/react-vite)

---
updated-dependencies:
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-09 12:03:59 +00:00
66e8bb09fa Merge branch 'main' into dependabot/npm_and_yarn/storybook-10.1.11 2026-01-08 13:50:54 +00:00
dependabot[bot]
ea14a170da build(deps-dev): bump @storybook/react from 8.6.15 to 10.1.11
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.6.15 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/renderers/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 12:05:29 +00:00
dependabot[bot]
a6e32159af build(deps-dev): bump storybook from 8.6.15 to 10.1.11
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.15 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: storybook
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 12:03:59 +00:00
copilot-swe-agent[bot]
af2a59ee6a fix: Resolve TypeScript errors and dependency issues
- Fixed Storybook dependency version mismatch (downgraded to 8.6.15)
- Added @types/better-sqlite3 for better-sqlite3 type definitions
- Fixed Prisma adapter import (PrismaBetterSqlite3 vs PrismaBetterSQLite3)
- Removed datasource URL from Prisma schema (Prisma 7 requirement)
- Generated DBAL types.generated.ts from Prisma schema
- Added index signatures to Update*Input types for Record<string, unknown> compatibility
- Fixed ErrorBoundary override modifiers
- Fixed Zod record schema (requires both key and value types)
- Fixed orderBy syntax in get-error-logs (array format)
- Fixed type safety in API routes (user type assertions)
- Fixed hook imports and exports
- Fixed conditional expression type guards
- Added .npmrc for legacy peer deps support

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:26:50 +00:00
copilot-swe-agent[bot]
258dfa07d7 Improve documentation clarity based on code review feedback
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-07 19:27:15 +00:00
copilot-swe-agent[bot]
5172de6693 Update documentation to reflect removal of functions.json files
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-07 19:24:52 +00:00
42446ef255 feat: Update package schemas and scripts to support JSON-based lifecycle hooks
- Added `jsonScript` property to metadata schema for JSON script entry points.
- Refactored `generate-package.ts` to replace Lua scripts with JSON scripts for lifecycle hooks.
- Updated test generation to use JSON format for metadata validation.
- Modified documentation and comments to reflect the transition from Lua to JSON scripting.
- Adjusted Storybook configuration and mock data to align with new JSON script structure.
- Renamed relevant files and references from Lua to JSON for consistency across the project.
2026-01-07 15:25:45 +00:00
799ab672de Merge branch 'main' into dependabot/npm_and_yarn/vitejs/plugin-react-5.1.2 2026-01-06 13:48:40 +00:00
dependabot[bot]
1a5f073e79 chore(deps-dev): bump @storybook/react-vite from 8.6.15 to 10.1.11
Bumps [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) from 8.6.15 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/react-vite)

---
updated-dependencies:
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-06 11:36:58 +00:00
dependabot[bot]
994e92e882 chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to 5.1.2
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.1.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.2/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-06 11:36:50 +00:00
9f2e5be282 Merge branch 'main' into dependabot/npm_and_yarn/storybook/react-10.1.11 2026-01-05 18:39:45 +00:00
edcb319278 Merge branch 'main' into dependabot/npm_and_yarn/vite-7.3.0 2026-01-05 18:39:21 +00:00
dependabot[bot]
48ce25529f chore(deps-dev): bump vite from 6.4.1 to 7.3.0
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 7.3.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 18:02:47 +00:00
dependabot[bot]
680b5329e2 chore(deps-dev): bump storybook from 8.6.15 to 10.1.11
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 8.6.15 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: storybook
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 17:54:06 +00:00
dependabot[bot]
7629520f2c chore(deps-dev): bump @storybook/react from 8.6.15 to 10.1.11
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 8.6.15 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/renderers/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-version: 10.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 17:53:14 +00:00
copilot-swe-agent[bot]
0ab852d227 Initial plan: Fix README styles documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-03 20:17:49 +00:00
7b0df71e89 refactor: remove LuaCodeEditor and LuaPackages stories, update package discovery system
- Deleted LuaCodeEditor stories and related components to streamline the codebase.
- Removed LuaPackages stories that demonstrated Lua UI packages.
- Eliminated fengari and lua-types type declarations as they are no longer needed.
- Introduced a new JSON Component Renderer to handle rendering of components defined in JSON format.
- Revamped the package discovery system to load package metadata, components, permissions, and styles in a new pure JSON format.
- Enhanced package discovery functions to include permissions and storybook configurations.
2026-01-02 20:48:17 +00:00
Richard Ward
71da8aceb6 config: storybook,json,config (1 files) 2025-12-31 13:51:15 +00:00
Richard Ward
4e9f54abf5 config: storybook,json,config (1 files) 2025-12-31 13:49:13 +00:00
Richard Ward
7dfd746b84 config: storybook,json,config (1 files) 2025-12-31 13:47:44 +00:00
Richard Ward
412bc9b2f4 code: tsx,storybook,stories (1 files) 2025-12-31 01:59:51 +00:00
Richard Ward
1b9d476816 code: tsx,storybook,stories (1 files) 2025-12-31 01:59:22 +00:00
Richard Ward
2f66603564 code: tsx,storybook,stories (1 files) 2025-12-31 01:57:35 +00:00
Richard Ward
2e4c9c9ed4 code: tsx,storybook,stories (1 files) 2025-12-31 01:55:45 +00:00
Richard Ward
136e27d5cb code: tsx,storybook,stories (1 files) 2025-12-31 01:51:44 +00:00
Richard Ward
8c0a51af4a code: tsx,storybook,stories (1 files) 2025-12-31 01:51:17 +00:00
Richard Ward
f22beffd05 code: tsx,storybook,stories (1 files) 2025-12-31 01:49:21 +00:00
Richard Ward
4eaa2c0904 code: tsx,storybook,stories (1 files) 2025-12-31 01:47:13 +00:00
Richard Ward
62ad80d7ec code: tsx,storybook,stories (1 files) 2025-12-31 01:44:54 +00:00
Richard Ward
5bf68a2746 code: tsx,storybook,stories (1 files) 2025-12-31 01:44:27 +00:00
Richard Ward
693adc16ad code: tsx,storybook,stories (1 files) 2025-12-31 01:37:10 +00:00
Richard Ward
bc15734782 update: storybook,html,diagnostic (1 files) 2025-12-31 01:35:32 +00:00
Richard Ward
dea7d601d7 code: storybook,src,compiler (1 files) 2025-12-31 01:27:44 +00:00
Richard Ward
89455d041c code: storybook,src,compiler (1 files) 2025-12-31 01:25:44 +00:00
Richard Ward
b96c6f8faf update: storybook,src,scss (1 files) 2025-12-31 01:18:50 +00:00
Richard Ward
43a8cb6c72 update: storybook,src,scss (1 files) 2025-12-31 01:18:23 +00:00
Richard Ward
ac69b6f3e9 code: tsx,storybook,stories (1 files) 2025-12-31 01:16:52 +00:00
Richard Ward
6e71c5f789 code: tsx,storybook,stories (1 files) 2025-12-31 01:08:58 +00:00
Richard Ward
a96ea66367 config: storybook,tsx,preview (2 files) 2025-12-31 01:05:48 +00:00
Richard Ward
2e55cb5c21 code: storybook,tsx,src (2 files) 2025-12-31 01:05:22 +00:00
Richard Ward
5b648d5bb2 code: storybook,src,loadpackagecomponents (1 files) 2025-12-31 01:03:50 +00:00
Richard Ward
1089460a1e code: uilevel4,tsx,storybook (1 files) 2025-12-31 01:02:59 +00:00
Richard Ward
984386e111 code: uilevel4,tsx,storybook (1 files) 2025-12-31 01:01:49 +00:00
Richard Ward
8c83cab732 code: uilevel3,tsx,storybook (1 files) 2025-12-31 00:59:56 +00:00
Richard Ward
4ecc520ce2 code: tsx,storybook,stories (1 files) 2025-12-31 00:55:35 +00:00
Richard Ward
84ce96904b code: uilevel4,tsx,storybook (1 files) 2025-12-31 00:54:46 +00:00
Richard Ward
4fe946e364 code: uilevel3,tsx,storybook (1 files) 2025-12-31 00:53:58 +00:00
Richard Ward
121dbcf21c code: uilevel2,tsx,storybook (1 files) 2025-12-31 00:53:29 +00:00