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 |
|
|
|
388430b8da
|
Merge pull request #1341 from johndoe6345789/copilot/fix-typescript-errors-and-warnings
Fix TypeScript errors and implement missing database modules
|
2026-01-06 10:43:25 +00:00 |
|
copilot-swe-agent[bot]
|
e8095662b4
|
Fix Response types to use NextResponse and fix filter params
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 10:38:00 +00:00 |
|
copilot-swe-agent[bot]
|
617354d603
|
Update routing stub functions with proper return types
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 10:35:09 +00:00 |
|
copilot-swe-agent[bot]
|
97a4d9892f
|
Fix stub function signatures and exports
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 10:32:38 +00:00 |
|
copilot-swe-agent[bot]
|
77ab4af0cc
|
Fix ComponentNode/Config types and fakemui exports
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 10:29:26 +00:00 |
|
copilot-swe-agent[bot]
|
b453ec413d
|
Add missing DB modules (lua-scripts CRUD, god-credentials, power-transfers)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 10:25:14 +00:00 |
|
copilot-swe-agent[bot]
|
81a26a9765
|
Fix import paths and add missing modules (lua-scripts, types re-export)
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 10:22:02 +00:00 |
|
copilot-swe-agent[bot]
|
edbe567933
|
Initial plan
|
2026-01-06 10:11:45 +00:00 |
|
|
|
3ae263a842
|
Merge pull request #1339 from johndoe6345789/copilot/fix-typescript-errors-warnings
Fix TypeScript errors and implement stub functions
|
2026-01-06 10:11:24 +00:00 |
|
copilot-swe-agent[bot]
|
8f7a91a13d
|
Add missing stub exports for routing, compiler, and levels
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 02:12:43 +00:00 |
|
copilot-swe-agent[bot]
|
f8de7317f5
|
Fix frontend type errors - DropdownConfig, CssCategory, Comment, TenantContext
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 02:10:10 +00:00 |
|
copilot-swe-agent[bot]
|
8ec41f87bd
|
Add missing properties to entity types and create validation stubs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 02:06:10 +00:00 |
|
copilot-swe-agent[bot]
|
5de31cd740
|
Fix remaining DBAL imports and add AWS SDK stub types
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 02:01:55 +00:00 |
|
copilot-swe-agent[bot]
|
1a421ea2da
|
Fix DBAL import paths and add missing type definitions
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 01:56:27 +00:00 |
|
copilot-swe-agent[bot]
|
b4650d1e91
|
Fix fakemui interface conflicts and DBAL type definitions
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 01:50:31 +00:00 |
|
copilot-swe-agent[bot]
|
882f9447ef
|
Fix TypeScript types - AppConfiguration, DropdownConfig, auth APIs, IconProps, and interface conflicts
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-06 01:45:10 +00:00 |
|
copilot-swe-agent[bot]
|
182faa602f
|
Initial plan
|
2026-01-06 01:34:34 +00:00 |
|
|
|
de75196751
|
Merge pull request #1338 from johndoe6345789/copilot/fix-typescript-errors-and-warnings
Clean up TypeScript errors and linter warnings in main application code
|
2026-01-06 01:34:16 +00:00 |
|
copilot-swe-agent[bot]
|
da683d3ce8
|
Fix linter warnings from unused errorInfo variables
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:49:01 +00:00 |
|
copilot-swe-agent[bot]
|
ea27223dbe
|
Fix remaining import errors in use-dbal hooks
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:46:55 +00:00 |
|
copilot-swe-agent[bot]
|
ee79514830
|
Fix import paths and module exports in frontends/nextjs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:43:53 +00:00 |
|
copilot-swe-agent[bot]
|
167e3910df
|
Fix all linter warnings: unused params, any types, console statements
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:39:10 +00:00 |
|
copilot-swe-agent[bot]
|
5df80c1a98
|
Fix critical TypeScript import and type errors
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:31:11 +00:00 |
|
copilot-swe-agent[bot]
|
e34a5e3c32
|
Initial plan
|
2026-01-05 23:24:09 +00:00 |
|
|
|
a59a046e30
|
Merge pull request #1336 from johndoe6345789/copilot/fix-typescript-errors
[WIP] Fix TypeScript errors and linter warnings
|
2026-01-05 23:23:08 +00:00 |
|
copilot-swe-agent[bot]
|
e6828b054b
|
Fix type mismatches and missing exports in main package
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:19:28 +00:00 |
|
copilot-swe-agent[bot]
|
6bd619309b
|
Fix remaining ESLint warnings and DBAL integration types
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:16:34 +00:00 |
|
copilot-swe-agent[bot]
|
9fa195d653
|
Fix additional TypeScript errors in DBAL and package imports
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:12:31 +00:00 |
|
copilot-swe-agent[bot]
|
8729a003c6
|
Fix ESLint warnings: unused variables and explicit any types
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 23:08:44 +00:00 |
|
copilot-swe-agent[bot]
|
dd4be80edc
|
Initial plan
|
2026-01-05 22:59:21 +00:00 |
|
|
|
ad2aff6f1c
|
Merge pull request #1334 from johndoe6345789/copilot/fix-typescript-errors-warnings
Fix TypeScript import paths and create missing type definitions
|
2026-01-05 22:58:46 +00:00 |
|
copilot-swe-agent[bot]
|
b953043daf
|
Fix remaining level-types imports and create missing type files
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 22:14:12 +00:00 |
|
copilot-swe-agent[bot]
|
a4766dd2a3
|
Fix DBAL and fakemui import paths and missing exports
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 22:12:10 +00:00 |
|
copilot-swe-agent[bot]
|
ff5f502a0b
|
Fix lint warnings - unused vars and empty interface
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 22:09:08 +00:00 |
|
copilot-swe-agent[bot]
|
d0d63fc1eb
|
Fix import paths and add missing type imports in frontends/nextjs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
|
2026-01-05 22:06:38 +00:00 |
|
copilot-swe-agent[bot]
|
4ffcdbc827
|
Initial plan
|
2026-01-05 21:52:43 +00:00 |
|
|
|
7d0a1ad947
|
Merge pull request #1326 from johndoe6345789/dependabot/npm_and_yarn/autoprefixer-10.4.23
chore(deps-dev): bump autoprefixer from 10.4.20 to 10.4.23
|
2026-01-05 18:40:19 +00:00 |
|
|
|
41c6948a7a
|
Merge branch 'main' into dependabot/npm_and_yarn/autoprefixer-10.4.23
|
2026-01-05 18:40:10 +00:00 |
|
|
|
830a90522b
|
Merge pull request #1325 from johndoe6345789/dependabot/npm_and_yarn/storybook/react-10.1.11
chore(deps-dev): bump @storybook/react from 8.6.15 to 10.1.11
|
2026-01-05 18:39:52 +00:00 |
|
|
|
9f2e5be282
|
Merge branch 'main' into dependabot/npm_and_yarn/storybook/react-10.1.11
|
2026-01-05 18:39:45 +00:00 |
|
|
|
ed74752bad
|
Merge pull request #1324 from johndoe6345789/dependabot/npm_and_yarn/vite-7.3.0
chore(deps-dev): bump vite from 6.4.1 to 7.3.0
|
2026-01-05 18:39:30 +00:00 |
|
|
|
edcb319278
|
Merge branch 'main' into dependabot/npm_and_yarn/vite-7.3.0
|
2026-01-05 18:39:21 +00:00 |
|
|
|
6f92d51ffe
|
Merge pull request #1323 from johndoe6345789/dependabot/npm_and_yarn/tailwindcss-4.1.18
chore(deps-dev): bump tailwindcss from 3.4.5 to 4.1.18
|
2026-01-05 18:38:51 +00:00 |
|
|
|
4fb7de4693
|
Merge branch 'main' into dependabot/npm_and_yarn/tailwindcss-4.1.18
|
2026-01-05 18:38:44 +00:00 |
|
|
|
627befdd03
|
Merge pull request #1327 from johndoe6345789/dependabot/npm_and_yarn/storybook-10.1.11
chore(deps-dev): bump storybook from 8.6.15 to 10.1.11
|
2026-01-05 18:38:21 +00:00 |
|
|
|
a5ad6b4a21
|
Merge branch 'main' into dependabot/npm_and_yarn/storybook-10.1.11
|
2026-01-05 18:38:13 +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 |
|
|
|
9a243a24b4
|
Merge pull request #1322 from johndoe6345789/copilot/fix-typescript-type-check-errors
Add missing type definitions and stub modules to fix TypeScript compilation
|
2026-01-05 17:59:38 +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 |
|