Skip to content

Commit 1c375e6

Browse files
authored
Merge pull request #2215 from undb-io/release/v1.0.0-142
Release version v1.0.0-142
2 parents 0eeb96d + f8a75c9 commit 1c375e6

25 files changed

+173
-4128
lines changed

.cursor/mcp.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"mcpServers": {
3+
"sequentialthinking": {
4+
"command": "docker",
5+
"args": [
6+
"run",
7+
"--rm",
8+
"-i",
9+
"mcp/sequentialthinking"
10+
]
11+
},
12+
"sqlite": {
13+
"command": "uv",
14+
"args": [
15+
"--directory",
16+
".",
17+
"run",
18+
"mcp-server-sqlite",
19+
"--db-path",
20+
"./apps/backend/undb.sqlite"
21+
]
22+
}
23+
24+
}
25+
}

.eslintrc.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

.prettierignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 15 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["biomejs.biome"]
3+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.0.0-142
4+
5+
6+
### 🩹 Fixes
7+
8+
- Fix volume ([db6762d](https://github.com/undb-io/undb/commit/db6762d))
9+
10+
### ❤️ Contributors
11+
12+
- Nichenqin ([@nichenqin](https://github.com/nichenqin))
13+
314
## v1.0.0-141
415

516

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ docker run -p 3721:3721 ghcr.io/undb-io/undb:latest
7171
```bash
7272
docker run -d \
7373
-p 3721:3721 \
74-
-v $(pwd)/undb:/usr/src/app/.undb/storage
7574
-v $(pwd)/undb:/usr/src/app/.undb \
7675
--name undb \
7776
ghcr.io/undb-io/undb:latest

apps/frontend/.eslintignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/frontend/.eslintrc.cjs

Lines changed: 0 additions & 29 deletions
This file was deleted.

apps/frontend/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1010
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1111
"test": "vitest",
12-
"lint": "prettier --check . && eslint .",
13-
"format": "prettier --write .",
1412
"clean": "bunx rimraf node_modules"
1513
},
1614
"devDependencies": {
@@ -24,13 +22,9 @@
2422
"@sveltejs/kit": "^2.16.1",
2523
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2624
"@tailwindcss/typography": "^0.5.16",
27-
"@tanstack/eslint-plugin-query": "^5.64.2",
28-
"@types/eslint": "^9.6.1",
2925
"@types/lodash.unzip": "^3.4.9",
3026
"@types/papaparse": "^5.3.15",
3127
"@types/sortablejs": "latest",
32-
"@typescript-eslint/eslint-plugin": "^8.21.0",
33-
"@typescript-eslint/parser": "^8.21.0",
3428
"@undb/commands": "workspace:*",
3529
"@undb/command-handlers": "workspace:*",
3630
"@undb/query-handlers": "workspace:*",
@@ -50,18 +44,12 @@
5044
"array-move": "^4.0.0",
5145
"autoprefixer": "^10.4.20",
5246
"date-fns": "^4.1.0",
53-
"eslint": "^9.18.0",
54-
"eslint-config-prettier": "^10.0.1",
55-
"eslint-plugin-svelte": "^2.46.1",
5647
"houdini": "^1.4.1",
5748
"houdini-svelte": "^2.1.1",
5849
"lodash.unzip": "^3.4.0",
5950
"papaparse": "^5.5.1",
6051
"postcss": "^8.5.1",
6152
"postcss-load-config": "^6.0.1",
62-
"prettier": "^3.4.2",
63-
"prettier-plugin-svelte": "^3.3.3",
64-
"prettier-plugin-tailwindcss": "^0.6.10",
6553
"radash": "^12.1.0",
6654
"rollup-plugin-visualizer": "^5.14.0",
6755
"safe-flat": "^2.1.0",

0 commit comments

Comments
 (0)