677 Commits

Author SHA1 Message Date
Daniel.y
7d00bf68fe Merge pull request #2563 from HKUDS/dependabot/bun/lightrag_webui/build-tools-009a56cec0
Bump typescript-eslint from 8.50.0 to 8.50.1 in /lightrag_webui in the build-tools group
2026-01-02 08:50:03 +08:00
dependabot[bot]
1fe1ea806f Bump react-error-boundary
Bumps the frontend-minor-patch group in /lightrag_webui with 1 update: [react-error-boundary](https://github.com/bvaughn/react-error-boundary).


Updates `react-error-boundary` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: react-error-boundary
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-01 18:09:05 +00:00
dependabot[bot]
d255fca1e8 Bump typescript-eslint in /lightrag_webui in the build-tools group
Bumps the build-tools group in /lightrag_webui with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.50.0 to 8.50.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.50.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-01 18:08:43 +00:00
yangdx
484e441d0c Optimize Postgres retry logic for HA switchover
- Increase default retries and backoff
- Raise connection retry parameter caps
- Update env example with HA defaults
- Extend frontend timeouts for updates
- Update integration test limits
2025-12-31 16:03:46 +08:00
Mikhail Limarenko
90823b77e2 Add i18n support for German, Ukrainian, Russian, and Japanese languages
Add translation files and update i18n configuration to support de, uk, ru, and ja locales
2025-12-28 00:40:20 +03:00
Daniel.y
8371772f37 Merge pull request #2542 from HKUDS/dependabot/bun/lightrag_webui/build-tools-4ed1dc36dd
Bump the build-tools group in /lightrag_webui with 3 updates
2025-12-26 14:17:36 +08:00
Daniel.y
9ecd4bcf0e Merge pull request #2541 from HKUDS/dependabot/bun/lightrag_webui/ui-components-6a651e08cd
Bump lucide-react from 0.560.0 to 0.562.0 in /lightrag_webui in the ui-components group
2025-12-26 14:17:14 +08:00
Daniel.y
259af57511 Merge pull request #2540 from HKUDS/dependabot/bun/lightrag_webui/react-1183b8d6d3
Bump react-router-dom from 7.10.1 to 7.11.0 in /lightrag_webui in the react group
2025-12-26 14:16:48 +08:00
yangdx
e5d4f77b08 Fix linting 2025-12-26 13:05:40 +08:00
yangdx
4a41f86e65 Format token renewal time as human-readable string
- Change lastTokenRenewal type to string
- Add local time formatting helper
- Save readable time to localStorage
- Fix login arguments in API refresh call
2025-12-26 12:57:25 +08:00
yangdx
01aaded80c Implement token auto-renewal and sliding window expiration mechanism
* Add backend token renewal logic
* Handle X-New-Token in frontend
* Add rate limiting and config options
* Implement silent refresh for guests
* Add unit tests for renewal logic
2025-12-26 11:31:48 +08:00
dependabot[bot]
c3482d97fe Bump the build-tools group in /lightrag_webui with 3 updates
Bumps the build-tools group in /lightrag_webui with 3 updates: [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@types/bun` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

Updates `typescript-eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/typescript-eslint)

Updates `vite` from 7.2.7 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: "@types/bun"
  dependency-version: 1.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: typescript-eslint
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: vite
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 18:06:40 +00:00
dependabot[bot]
f3f2ac3d9a Bump lucide-react in /lightrag_webui in the ui-components group
Bumps the ui-components group in /lightrag_webui with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react).


Updates `lucide-react` from 0.560.0 to 0.562.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.562.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-components
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 18:06:09 +00:00
dependabot[bot]
ed6cb03037 Bump react-router-dom in /lightrag_webui in the react group
Bumps the react group in /lightrag_webui with 1 update: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


Updates `react-router-dom` from 7.10.1 to 7.11.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.11.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-version: 7.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-25 18:05:51 +00:00
Daniel.y
3c566912fb Merge pull request #2516 from HKUDS/dependabot/bun/lightrag_webui/build-tools-58aed0c0ce
Bump eslint-plugin-react-refresh from 0.4.24 to 0.4.26 in /lightrag_webui in the build-tools group across 1 directory
2025-12-21 19:13:40 +08:00
Daniel.y
d719ee4902 Merge pull request #2515 from HKUDS/dependabot/bun/lightrag_webui/frontend-minor-patch-241571b80e
Bump the frontend-minor-patch group across 1 directory with 3 updates
2025-12-21 19:13:21 +08:00
dependabot[bot]
f5f34e56ee Bump eslint-plugin-react-refresh
Bumps the build-tools group with 1 update in the /lightrag_webui directory: [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh).


Updates `eslint-plugin-react-refresh` from 0.4.24 to 0.4.26
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.24...v0.4.26)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-21 11:12:37 +00:00
dependabot[bot]
2d04749695 Bump the frontend-minor-patch group across 1 directory with 3 updates
Bumps the frontend-minor-patch group with 3 updates in the /lightrag_webui directory: [i18next](https://github.com/i18next/i18next), [react-i18next](https://github.com/i18next/react-i18next) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `i18next` from 25.7.2 to 25.7.3
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v25.7.2...v25.7.3)

Updates `react-i18next` from 16.4.1 to 16.5.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v16.4.1...v16.5.0)

Updates `@types/node` from 24.10.3 to 24.10.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-i18next
  dependency-version: 16.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
  dependency-version: 24.10.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-21 11:11:48 +00:00
Daniel.y
5547446408 Merge pull request #2511 from HKUDS/dependabot/bun/lightrag_webui/build-tools-ab633d47b1
Bump the build-tools group in /lightrag_webui with 2 updates
2025-12-21 19:11:35 +08:00
Daniel.y
0645cffc88 Merge pull request #2510 from HKUDS/dependabot/bun/lightrag_webui/ui-components-d28d7df1f4
Bump the ui-components group in /lightrag_webui with 3 updates
2025-12-21 19:11:11 +08:00
dependabot[bot]
377ea22629 Bump the build-tools group in /lightrag_webui with 2 updates
Bumps the build-tools group in /lightrag_webui with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).


Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 18:06:52 +00:00
dependabot[bot]
f3b0a99958 Bump the ui-components group in /lightrag_webui with 3 updates
Bumps the ui-components group in /lightrag_webui with 3 updates: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss).


Updates `lucide-react` from 0.555.0 to 0.560.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.560.0/packages/lucide-react)

Updates `@tailwindcss/vite` from 4.1.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/@tailwindcss-vite)

Updates `tailwindcss` from 4.1.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.560.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-components
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-components
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-components
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 18:06:28 +00:00
dependabot[bot]
e95860ea29 Bump the react group in /lightrag_webui with 2 updates
Bumps the react group in /lightrag_webui with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 18:06:01 +00:00
yangdx
2cbf5c6a68 Merge branch 'main' into update_react_to_19.2.1 2025-12-11 10:34:47 +08:00
Daniel.y
643f85ed51 Merge pull request #2483 from HKUDS/dependabot/bun/lightrag_webui/frontend-minor-patch-3792b58b53
Bump the frontend-minor-patch group in /lightrag_webui with 10 updates
2025-12-11 10:21:20 +08:00
Daniel.y
739bd980d9 Merge pull request #2482 from HKUDS/dependabot/bun/lightrag_webui/build-tools-56af6c91fd
Bump the build-tools group in /lightrag_webui with 3 updates
2025-12-11 10:20:30 +08:00
Mark P. McCahill
28183dfd58 update top react 19.2.1 2025-12-08 23:18:49 +00:00
dependabot[bot]
de3aeca300 Bump the frontend-minor-patch group in /lightrag_webui with 10 updates
Bumps the frontend-minor-patch group in /lightrag_webui with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-sigma/core](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/graph-search](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-circlepack](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-circular](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-force](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-forceatlas2](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-noverlap](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/layout-random](https://github.com/sim51/react-sigma) | `5.0.4` | `5.0.6` |
| [@react-sigma/minimap](https://github.com/sim51/react-sigma) | `5.0.5` | `5.0.6` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.8` | `5.0.9` |


Updates `@react-sigma/core` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/graph-search` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/layout-circlepack` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/layout-circular` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/layout-force` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/layout-forceatlas2` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/layout-noverlap` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/layout-random` from 5.0.4 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.4...v5.0.6)

Updates `@react-sigma/minimap` from 5.0.5 to 5.0.6
- [Release notes](https://github.com/sim51/react-sigma/releases)
- [Changelog](https://github.com/sim51/react-sigma/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sim51/react-sigma/compare/v5.0.5...v5.0.6)

Updates `zustand` from 5.0.8 to 5.0.9
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v5.0.8...v5.0.9)

---
updated-dependencies:
- dependency-name: "@react-sigma/core"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/graph-search"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-circlepack"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-circular"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-force"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-forceatlas2"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-noverlap"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/layout-random"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@react-sigma/minimap"
  dependency-version: 5.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: zustand
  dependency-version: 5.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 18:08:07 +00:00
dependabot[bot]
d169ec5840 Bump the build-tools group in /lightrag_webui with 3 updates
Bumps the build-tools group in /lightrag_webui with 3 updates: [prettier](https://github.com/prettier/prettier), [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `prettier` from 3.6.2 to 3.7.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.1)

Updates `prettier-plugin-tailwindcss` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.1...v0.7.2)

Updates `vite` from 7.2.4 to 7.2.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.6/packages/vite)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
- dependency-name: vite
  dependency-version: 7.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 18:07:13 +00:00
dependabot[bot]
e83d5307f3 Bump lucide-react in /lightrag_webui in the ui-components group
Bumps the ui-components group in /lightrag_webui with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react).


Updates `lucide-react` from 0.554.0 to 0.555.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.555.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.555.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-components
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 18:06:42 +00:00
Daniel.y
6e2f125acb Merge pull request #2471 from HKUDS/dependabot/bun/lightrag_webui/frontend-minor-patch-172e1e6fcf
Bump the frontend-minor-patch group in /lightrag_webui with 2 updates
2025-12-02 18:19:02 +08:00
dependabot[bot]
68bee74d85 Bump the frontend-minor-patch group in /lightrag_webui with 2 updates
Bumps the frontend-minor-patch group in /lightrag_webui with 2 updates: [react-i18next](https://github.com/i18next/react-i18next) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `react-i18next` from 16.2.3 to 16.3.5
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v16.2.3...v16.3.5)

Updates `@types/node` from 24.9.2 to 24.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-version: 16.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 09:58:50 +00:00
dependabot[bot]
7545fa7231 Bump vite in /lightrag_webui in the build-tools group
Bumps the build-tools group in /lightrag_webui with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 7.1.12 to 7.2.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 09:58:12 +00:00
Daniel.y
19cae272a2 Merge pull request #2463 from HKUDS/dependabot/bun/lightrag_webui/types/node-24.9.2
Bump @types/node from 22.18.9 to 24.9.2 in /lightrag_webui
2025-12-02 13:23:32 +08:00
Daniel.y
dd95813fdd Merge pull request #2465 from HKUDS/dependabot/bun/lightrag_webui/react-markdown-10.1.0
Bump react-markdown from 9.1.0 to 10.1.0 in /lightrag_webui
2025-12-02 13:19:15 +08:00
dependabot[bot]
d5e7b23041 Bump @types/node from 22.18.9 to 24.9.2 in /lightrag_webui
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.18.9 to 24.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 05:17:13 +00:00
Daniel.y
0d89cd261e Merge pull request #2462 from HKUDS/dependabot/bun/lightrag_webui/faker-js/faker-10.1.0
Bump @faker-js/faker from 9.9.0 to 10.1.0 in /lightrag_webui
2025-12-02 13:15:55 +08:00
Daniel.y
a47414f7f1 Merge pull request #2461 from HKUDS/dependabot/bun/lightrag_webui/sonner-2.0.7
Bump sonner from 1.7.4 to 2.0.7 in /lightrag_webui
2025-12-02 13:07:41 +08:00
dependabot[bot]
dd4c988b50 Bump react-markdown from 9.1.0 to 10.1.0 in /lightrag_webui
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.1.0 to 10.1.0.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/9.1.0...10.1.0)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 05:02:44 +00:00
Daniel.y
67d9455c8d Merge pull request #2466 from HKUDS/dependabot/bun/lightrag_webui/react-i18next-16.2.3
Bump react-i18next from 15.7.4 to 16.2.3 in /lightrag_webui
2025-12-02 13:01:24 +08:00
dependabot[bot]
e20f86a054 Bump react-i18next from 15.7.4 to 16.2.3 in /lightrag_webui
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.4 to 16.2.3.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v16.2.3)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 05:00:22 +00:00
dependabot[bot]
b38f4dd70b Bump react-syntax-highlighter from 15.6.6 to 16.1.0 in /lightrag_webui
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.6.6 to 16.1.0.
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/v15.6.6...v16.1.0)

---
updated-dependencies:
- dependency-name: react-syntax-highlighter
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 05:00:18 +00:00
Daniel.y
e547c003c2 Merge pull request #2460 from HKUDS/dependabot/bun/lightrag_webui/vite-7.1.12
Bump vite from 6.3.6 to 7.1.12 in /lightrag_webui
2025-12-02 12:59:50 +08:00
Daniel.y
b2b5f80b98 Merge pull request #2467 from HKUDS/dependabot/bun/lightrag_webui/build-tools-ecae90f21c
Bump @vitejs/plugin-react-swc from 4.2.0 to 4.2.2 in /lightrag_webui in the build-tools group
2025-12-02 12:58:58 +08:00
dependabot[bot]
7f7ce9d354 Bump i18next in /lightrag_webui in the frontend-minor-patch group
Bumps the frontend-minor-patch group in /lightrag_webui with 1 update: [i18next](https://github.com/i18next/i18next).


Updates `i18next` from 25.6.0 to 25.6.3
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v25.6.0...v25.6.3)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 04:56:50 +00:00
dependabot[bot]
d3b5cb6343 Bump vite from 6.3.6 to 7.1.12 in /lightrag_webui
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 7.1.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 04:54:15 +00:00
dependabot[bot]
2bb9ec13a1 Bump eslint-plugin-react-hooks from 5.2.0 to 7.0.1 in /lightrag_webui
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.0.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 04:49:02 +00:00
dependabot[bot]
29bd027a0d Bump @vitejs/plugin-react-swc
Bumps the build-tools group in /lightrag_webui with 1 update: [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc).


Updates `@vitejs/plugin-react-swc` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@4.2.2/packages/plugin-react-swc)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 04:39:45 +00:00
yangdx
a8e79a8a13 Merge remote-tracking branch 'upstream/dependabot/bun/lightrag_webui/react-error-boundary-6.0.0' 2025-12-02 12:32:52 +08:00
dependabot[bot]
5ca4792c4b Bump @faker-js/faker from 9.9.0 to 10.1.0 in /lightrag_webui
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.9.0 to 10.1.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/v9.9.0...v10.1.0)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 04:31:27 +00:00