@lousy-agents/cli 5.6.0 → 5.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/copilot-with-fastify/.devcontainer/devcontainer.json +2 -2
- package/api/copilot-with-fastify/.nvmrc +1 -1
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +94 -94
- package/api/copilot-with-fastify/package.json +5 -5
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +4 -4
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +5 -5
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.14.
|
|
6
|
+
"version": "24.14.1"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.83"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.14.
|
|
1
|
+
24.14.1
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.2.0",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
|
-
"fastify": "5.8.
|
|
13
|
+
"fastify": "5.8.4",
|
|
14
14
|
"kysely": "0.28.14",
|
|
15
15
|
"pino": "10.3.1",
|
|
16
16
|
"postgres": "3.4.8",
|
|
17
17
|
"zod": "4.3.6"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@biomejs/biome": "2.4.
|
|
21
|
-
"@lousy-agents/mcp": "5.
|
|
20
|
+
"@biomejs/biome": "2.4.9",
|
|
21
|
+
"@lousy-agents/mcp": "5.6.1",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.13.0",
|
|
24
24
|
"@types/node": "24.12.0",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "11.13.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
|
-
"typescript": "
|
|
30
|
-
"vitest": "4.1.
|
|
29
|
+
"typescript": "6.0.2",
|
|
30
|
+
"vitest": "4.1.1"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"node_modules/@balena/dockerignore": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0"
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@biomejs/biome": {
|
|
41
|
-
"version": "2.4.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "2.4.9",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.9.tgz",
|
|
43
|
+
"integrity": "sha512-wvZW92FrwitTcacvCBT8xdAbfbxWfDLwjYMmU3djjqQTh7Ni4ZdiWIT/x5VcZ+RQuxiKzIOzi5D+dcyJDFZMsA==",
|
|
44
44
|
"dev": true,
|
|
45
45
|
"license": "MIT OR Apache-2.0",
|
|
46
46
|
"bin": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"url": "https://opencollective.com/biome"
|
|
55
55
|
},
|
|
56
56
|
"optionalDependencies": {
|
|
57
|
-
"@biomejs/cli-darwin-arm64": "2.4.
|
|
58
|
-
"@biomejs/cli-darwin-x64": "2.4.
|
|
59
|
-
"@biomejs/cli-linux-arm64": "2.4.
|
|
60
|
-
"@biomejs/cli-linux-arm64-musl": "2.4.
|
|
61
|
-
"@biomejs/cli-linux-x64": "2.4.
|
|
62
|
-
"@biomejs/cli-linux-x64-musl": "2.4.
|
|
63
|
-
"@biomejs/cli-win32-arm64": "2.4.
|
|
64
|
-
"@biomejs/cli-win32-x64": "2.4.
|
|
57
|
+
"@biomejs/cli-darwin-arm64": "2.4.9",
|
|
58
|
+
"@biomejs/cli-darwin-x64": "2.4.9",
|
|
59
|
+
"@biomejs/cli-linux-arm64": "2.4.9",
|
|
60
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.9",
|
|
61
|
+
"@biomejs/cli-linux-x64": "2.4.9",
|
|
62
|
+
"@biomejs/cli-linux-x64-musl": "2.4.9",
|
|
63
|
+
"@biomejs/cli-win32-arm64": "2.4.9",
|
|
64
|
+
"@biomejs/cli-win32-x64": "2.4.9"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
68
|
-
"version": "2.4.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "2.4.9",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.9.tgz",
|
|
70
|
+
"integrity": "sha512-d5G8Gf2RpH5pYwiHLPA+UpG3G9TLQu4WM+VK6sfL7K68AmhcEQ9r+nkj/DvR/GYhYox6twsHUtmWWWIKfcfQQA==",
|
|
71
71
|
"cpu": [
|
|
72
72
|
"arm64"
|
|
73
73
|
],
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
85
|
-
"version": "2.4.
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.
|
|
87
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "2.4.9",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.9.tgz",
|
|
87
|
+
"integrity": "sha512-LNCLNgqDMG7BLdc3a8aY/dwKPK7+R8/JXJoXjCvZh2gx8KseqBdFDKbhrr7HCWF8SzNhbTaALhTBoh/I6rf9lA==",
|
|
88
88
|
"cpu": [
|
|
89
89
|
"x64"
|
|
90
90
|
],
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
102
|
-
"version": "2.4.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.
|
|
104
|
-
"integrity": "sha512-
|
|
102
|
+
"version": "2.4.9",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.9.tgz",
|
|
104
|
+
"integrity": "sha512-4adnkAUi6K4C/emPRgYznMOcLlUqZdXWM6aIui4VP4LraE764g6Q4YguygnAUoxKjKIXIWPteKMgRbN0wsgwcg==",
|
|
105
105
|
"cpu": [
|
|
106
106
|
"arm64"
|
|
107
107
|
],
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
119
|
-
"version": "2.4.
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
121
|
-
"integrity": "sha512-
|
|
119
|
+
"version": "2.4.9",
|
|
120
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.9.tgz",
|
|
121
|
+
"integrity": "sha512-8RCww5xnPn2wpK4L/QDGDOW0dq80uVWfppPxHIUg6mOs9B6gRmqPp32h1Ls3T8GnW8Wo5A8u7vpTwz4fExN+sw==",
|
|
122
122
|
"cpu": [
|
|
123
123
|
"arm64"
|
|
124
124
|
],
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
136
|
-
"version": "2.4.
|
|
137
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
138
|
-
"integrity": "sha512-
|
|
136
|
+
"version": "2.4.9",
|
|
137
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.9.tgz",
|
|
138
|
+
"integrity": "sha512-L10na7POF0Ks/cgLFNF1ZvIe+X4onLkTi5oP9hY+Rh60Q+7fWzKDDCeGyiHUFf1nGIa9dQOOUPGe2MyYg8nMSQ==",
|
|
139
139
|
"cpu": [
|
|
140
140
|
"x64"
|
|
141
141
|
],
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
153
|
-
"version": "2.4.
|
|
154
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
155
|
-
"integrity": "sha512-
|
|
153
|
+
"version": "2.4.9",
|
|
154
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.9.tgz",
|
|
155
|
+
"integrity": "sha512-5TD+WS9v5vzXKzjetF0hgoaNFHMcpQeBUwKKVi3JbG1e9UCrFuUK3Gt185fyTzvRdwYkJJEMqglRPjmesmVv4A==",
|
|
156
156
|
"cpu": [
|
|
157
157
|
"x64"
|
|
158
158
|
],
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
169
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
170
|
-
"version": "2.4.
|
|
171
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
172
|
-
"integrity": "sha512-
|
|
170
|
+
"version": "2.4.9",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.9.tgz",
|
|
172
|
+
"integrity": "sha512-aDZr0RBC3sMGJOU10BvG7eZIlWLK/i51HRIfScE2lVhfts2dQTreowLiJJd+UYg/tHKxS470IbzpuKmd0MiD6g==",
|
|
173
173
|
"cpu": [
|
|
174
174
|
"arm64"
|
|
175
175
|
],
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
187
|
-
"version": "2.4.
|
|
188
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
189
|
-
"integrity": "sha512-
|
|
187
|
+
"version": "2.4.9",
|
|
188
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.9.tgz",
|
|
189
|
+
"integrity": "sha512-NS4g/2G9SoQ4ktKtz31pvyc/rmgzlcIDCGU/zWbmHJAqx6gcRj2gj5Q/guXhoWTzCUaQZDIqiCQXHS7BcGYc0w==",
|
|
190
190
|
"cpu": [
|
|
191
191
|
"x64"
|
|
192
192
|
],
|
|
@@ -944,9 +944,9 @@
|
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
946
|
"node_modules/@lousy-agents/mcp": {
|
|
947
|
-
"version": "5.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.
|
|
949
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "5.6.1",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.6.1.tgz",
|
|
949
|
+
"integrity": "sha512-YxwxDXW3q2OrUh0gt3Slp5EYNfWa591Qkv8ydTL9bCg/HojI8K9cO3P04eed5hdpZBP7CuzWTr3EEpqUJWw6Gw==",
|
|
950
950
|
"dev": true,
|
|
951
951
|
"license": "MIT",
|
|
952
952
|
"dependencies": {
|
|
@@ -1634,16 +1634,16 @@
|
|
|
1634
1634
|
}
|
|
1635
1635
|
},
|
|
1636
1636
|
"node_modules/@vitest/expect": {
|
|
1637
|
-
"version": "4.1.
|
|
1638
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1639
|
-
"integrity": "sha512-
|
|
1637
|
+
"version": "4.1.1",
|
|
1638
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.1.tgz",
|
|
1639
|
+
"integrity": "sha512-xAV0fqBTk44Rn6SjJReEQkHP3RrqbJo6JQ4zZ7/uVOiJZRarBtblzrOfFIZeYUrukp2YD6snZG6IBqhOoHTm+A==",
|
|
1640
1640
|
"dev": true,
|
|
1641
1641
|
"license": "MIT",
|
|
1642
1642
|
"dependencies": {
|
|
1643
1643
|
"@standard-schema/spec": "^1.1.0",
|
|
1644
1644
|
"@types/chai": "^5.2.2",
|
|
1645
|
-
"@vitest/spy": "4.1.
|
|
1646
|
-
"@vitest/utils": "4.1.
|
|
1645
|
+
"@vitest/spy": "4.1.1",
|
|
1646
|
+
"@vitest/utils": "4.1.1",
|
|
1647
1647
|
"chai": "^6.2.2",
|
|
1648
1648
|
"tinyrainbow": "^3.0.3"
|
|
1649
1649
|
},
|
|
@@ -1652,13 +1652,13 @@
|
|
|
1652
1652
|
}
|
|
1653
1653
|
},
|
|
1654
1654
|
"node_modules/@vitest/mocker": {
|
|
1655
|
-
"version": "4.1.
|
|
1656
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1657
|
-
"integrity": "sha512-
|
|
1655
|
+
"version": "4.1.1",
|
|
1656
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.1.tgz",
|
|
1657
|
+
"integrity": "sha512-h3BOylsfsCLPeceuCPAAJ+BvNwSENgJa4hXoXu4im0bs9Lyp4URc4JYK4pWLZ4pG/UQn7AT92K6IByi6rE6g3A==",
|
|
1658
1658
|
"dev": true,
|
|
1659
1659
|
"license": "MIT",
|
|
1660
1660
|
"dependencies": {
|
|
1661
|
-
"@vitest/spy": "4.1.
|
|
1661
|
+
"@vitest/spy": "4.1.1",
|
|
1662
1662
|
"estree-walker": "^3.0.3",
|
|
1663
1663
|
"magic-string": "^0.30.21"
|
|
1664
1664
|
},
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
},
|
|
1668
1668
|
"peerDependencies": {
|
|
1669
1669
|
"msw": "^2.4.9",
|
|
1670
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1670
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
1671
1671
|
},
|
|
1672
1672
|
"peerDependenciesMeta": {
|
|
1673
1673
|
"msw": {
|
|
@@ -1679,9 +1679,9 @@
|
|
|
1679
1679
|
}
|
|
1680
1680
|
},
|
|
1681
1681
|
"node_modules/@vitest/pretty-format": {
|
|
1682
|
-
"version": "4.1.
|
|
1683
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1684
|
-
"integrity": "sha512-
|
|
1682
|
+
"version": "4.1.1",
|
|
1683
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.1.tgz",
|
|
1684
|
+
"integrity": "sha512-GM+TEQN5WhOygr1lp7skeVjdLPqqWMHsfzXrcHAqZJi/lIVh63H0kaRCY8MDhNWikx19zBUK8ceaLB7X5AH9NQ==",
|
|
1685
1685
|
"dev": true,
|
|
1686
1686
|
"license": "MIT",
|
|
1687
1687
|
"dependencies": {
|
|
@@ -1692,13 +1692,13 @@
|
|
|
1692
1692
|
}
|
|
1693
1693
|
},
|
|
1694
1694
|
"node_modules/@vitest/runner": {
|
|
1695
|
-
"version": "4.1.
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1697
|
-
"integrity": "sha512-
|
|
1695
|
+
"version": "4.1.1",
|
|
1696
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.1.tgz",
|
|
1697
|
+
"integrity": "sha512-f7+FPy75vN91QGWsITueq0gedwUZy1fLtHOCMeQpjs8jTekAHeKP80zfDEnhrleviLHzVSDXIWuCIOFn3D3f8A==",
|
|
1698
1698
|
"dev": true,
|
|
1699
1699
|
"license": "MIT",
|
|
1700
1700
|
"dependencies": {
|
|
1701
|
-
"@vitest/utils": "4.1.
|
|
1701
|
+
"@vitest/utils": "4.1.1",
|
|
1702
1702
|
"pathe": "^2.0.3"
|
|
1703
1703
|
},
|
|
1704
1704
|
"funding": {
|
|
@@ -1706,14 +1706,14 @@
|
|
|
1706
1706
|
}
|
|
1707
1707
|
},
|
|
1708
1708
|
"node_modules/@vitest/snapshot": {
|
|
1709
|
-
"version": "4.1.
|
|
1710
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1711
|
-
"integrity": "sha512-
|
|
1709
|
+
"version": "4.1.1",
|
|
1710
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.1.tgz",
|
|
1711
|
+
"integrity": "sha512-kMVSgcegWV2FibXEx9p9WIKgje58lcTbXgnJixfcg15iK8nzCXhmalL0ZLtTWLW9PH1+1NEDShiFFedB3tEgWg==",
|
|
1712
1712
|
"dev": true,
|
|
1713
1713
|
"license": "MIT",
|
|
1714
1714
|
"dependencies": {
|
|
1715
|
-
"@vitest/pretty-format": "4.1.
|
|
1716
|
-
"@vitest/utils": "4.1.
|
|
1715
|
+
"@vitest/pretty-format": "4.1.1",
|
|
1716
|
+
"@vitest/utils": "4.1.1",
|
|
1717
1717
|
"magic-string": "^0.30.21",
|
|
1718
1718
|
"pathe": "^2.0.3"
|
|
1719
1719
|
},
|
|
@@ -1722,9 +1722,9 @@
|
|
|
1722
1722
|
}
|
|
1723
1723
|
},
|
|
1724
1724
|
"node_modules/@vitest/spy": {
|
|
1725
|
-
"version": "4.1.
|
|
1726
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1727
|
-
"integrity": "sha512-
|
|
1725
|
+
"version": "4.1.1",
|
|
1726
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.1.tgz",
|
|
1727
|
+
"integrity": "sha512-6Ti/KT5OVaiupdIZEuZN7l3CZcR0cxnxt70Z0//3CtwgObwA6jZhmVBA3yrXSVN3gmwjgd7oDNLlsXz526gpRA==",
|
|
1728
1728
|
"dev": true,
|
|
1729
1729
|
"license": "MIT",
|
|
1730
1730
|
"funding": {
|
|
@@ -1732,13 +1732,13 @@
|
|
|
1732
1732
|
}
|
|
1733
1733
|
},
|
|
1734
1734
|
"node_modules/@vitest/utils": {
|
|
1735
|
-
"version": "4.1.
|
|
1736
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1737
|
-
"integrity": "sha512-
|
|
1735
|
+
"version": "4.1.1",
|
|
1736
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.1.tgz",
|
|
1737
|
+
"integrity": "sha512-cNxAlaB3sHoCdL6pj6yyUXv9Gry1NHNg0kFTXdvSIZXLHsqKH7chiWOkwJ5s5+d/oMwcoG9T0bKU38JZWKusrQ==",
|
|
1738
1738
|
"dev": true,
|
|
1739
1739
|
"license": "MIT",
|
|
1740
1740
|
"dependencies": {
|
|
1741
|
-
"@vitest/pretty-format": "4.1.
|
|
1741
|
+
"@vitest/pretty-format": "4.1.1",
|
|
1742
1742
|
"convert-source-map": "^2.0.0",
|
|
1743
1743
|
"tinyrainbow": "^3.0.3"
|
|
1744
1744
|
},
|
|
@@ -3102,9 +3102,9 @@
|
|
|
3102
3102
|
"license": "BSD-3-Clause"
|
|
3103
3103
|
},
|
|
3104
3104
|
"node_modules/fastify": {
|
|
3105
|
-
"version": "5.8.
|
|
3106
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.
|
|
3107
|
-
"integrity": "sha512-
|
|
3105
|
+
"version": "5.8.4",
|
|
3106
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.4.tgz",
|
|
3107
|
+
"integrity": "sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ==",
|
|
3108
3108
|
"funding": [
|
|
3109
3109
|
{
|
|
3110
3110
|
"type": "github",
|
|
@@ -5467,9 +5467,9 @@
|
|
|
5467
5467
|
}
|
|
5468
5468
|
},
|
|
5469
5469
|
"node_modules/typescript": {
|
|
5470
|
-
"version": "
|
|
5471
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-
|
|
5472
|
-
"integrity": "sha512-
|
|
5470
|
+
"version": "6.0.2",
|
|
5471
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
|
|
5472
|
+
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
|
|
5473
5473
|
"dev": true,
|
|
5474
5474
|
"license": "Apache-2.0",
|
|
5475
5475
|
"bin": {
|
|
@@ -5616,19 +5616,19 @@
|
|
|
5616
5616
|
}
|
|
5617
5617
|
},
|
|
5618
5618
|
"node_modules/vitest": {
|
|
5619
|
-
"version": "4.1.
|
|
5620
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
5621
|
-
"integrity": "sha512-
|
|
5619
|
+
"version": "4.1.1",
|
|
5620
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.1.tgz",
|
|
5621
|
+
"integrity": "sha512-yF+o4POL41rpAzj5KVILUxm1GCjKnELvaqmU9TLLUbMfDzuN0UpUR9uaDs+mCtjPe+uYPksXDRLQGGPvj1cTmA==",
|
|
5622
5622
|
"dev": true,
|
|
5623
5623
|
"license": "MIT",
|
|
5624
5624
|
"dependencies": {
|
|
5625
|
-
"@vitest/expect": "4.1.
|
|
5626
|
-
"@vitest/mocker": "4.1.
|
|
5627
|
-
"@vitest/pretty-format": "4.1.
|
|
5628
|
-
"@vitest/runner": "4.1.
|
|
5629
|
-
"@vitest/snapshot": "4.1.
|
|
5630
|
-
"@vitest/spy": "4.1.
|
|
5631
|
-
"@vitest/utils": "4.1.
|
|
5625
|
+
"@vitest/expect": "4.1.1",
|
|
5626
|
+
"@vitest/mocker": "4.1.1",
|
|
5627
|
+
"@vitest/pretty-format": "4.1.1",
|
|
5628
|
+
"@vitest/runner": "4.1.1",
|
|
5629
|
+
"@vitest/snapshot": "4.1.1",
|
|
5630
|
+
"@vitest/spy": "4.1.1",
|
|
5631
|
+
"@vitest/utils": "4.1.1",
|
|
5632
5632
|
"es-module-lexer": "^2.0.0",
|
|
5633
5633
|
"expect-type": "^1.3.0",
|
|
5634
5634
|
"magic-string": "^0.30.21",
|
|
@@ -5640,7 +5640,7 @@
|
|
|
5640
5640
|
"tinyexec": "^1.0.2",
|
|
5641
5641
|
"tinyglobby": "^0.2.15",
|
|
5642
5642
|
"tinyrainbow": "^3.0.3",
|
|
5643
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0
|
|
5643
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
5644
5644
|
"why-is-node-running": "^2.3.0"
|
|
5645
5645
|
},
|
|
5646
5646
|
"bin": {
|
|
@@ -5656,13 +5656,13 @@
|
|
|
5656
5656
|
"@edge-runtime/vm": "*",
|
|
5657
5657
|
"@opentelemetry/api": "^1.9.0",
|
|
5658
5658
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
5659
|
-
"@vitest/browser-playwright": "4.1.
|
|
5660
|
-
"@vitest/browser-preview": "4.1.
|
|
5661
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
5662
|
-
"@vitest/ui": "4.1.
|
|
5659
|
+
"@vitest/browser-playwright": "4.1.1",
|
|
5660
|
+
"@vitest/browser-preview": "4.1.1",
|
|
5661
|
+
"@vitest/browser-webdriverio": "4.1.1",
|
|
5662
|
+
"@vitest/ui": "4.1.1",
|
|
5663
5663
|
"happy-dom": "*",
|
|
5664
5664
|
"jsdom": "*",
|
|
5665
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0
|
|
5665
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
5666
5666
|
},
|
|
5667
5667
|
"peerDependenciesMeta": {
|
|
5668
5668
|
"@edge-runtime/vm": {
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/cors": "11.2.0",
|
|
20
20
|
"@fastify/sensible": "6.0.4",
|
|
21
|
-
"fastify": "5.8.
|
|
21
|
+
"fastify": "5.8.4",
|
|
22
22
|
"kysely": "0.28.14",
|
|
23
23
|
"pino": "10.3.1",
|
|
24
24
|
"postgres": "3.4.8",
|
|
25
25
|
"zod": "4.3.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@biomejs/biome": "2.4.
|
|
29
|
-
"@lousy-agents/mcp": "5.
|
|
28
|
+
"@biomejs/biome": "2.4.9",
|
|
29
|
+
"@lousy-agents/mcp": "5.6.1",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.13.0",
|
|
32
32
|
"@types/node": "24.12.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"chance": "1.1.13",
|
|
35
35
|
"testcontainers": "11.13.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
|
-
"typescript": "
|
|
38
|
-
"vitest": "4.1.
|
|
37
|
+
"typescript": "6.0.2",
|
|
38
|
+
"vitest": "4.1.1"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.14.
|
|
6
|
+
"version": "24.14.1"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.83"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.14.
|
|
1
|
+
24.14.1
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"zod": "4.3.6"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@biomejs/biome": "2.4.
|
|
23
|
-
"@lousy-agents/mcp": "5.
|
|
22
|
+
"@biomejs/biome": "2.4.9",
|
|
23
|
+
"@lousy-agents/mcp": "5.6.1",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.0",
|
|
26
26
|
"@upstash/context7-mcp": "2.1.4",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
|
-
"typescript": "
|
|
30
|
-
"vitest": "4.1.
|
|
29
|
+
"typescript": "6.0.2",
|
|
30
|
+
"vitest": "4.1.1"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.14.
|
|
6
|
+
"version": "24.14.1"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.83"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "libnss3, libnspr4, libatk1.0-0t64, libatk-bridge2.0-0t64, libcups2t64, libdrm2, libdbus-1-3, libatspi2.0-0t64, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2t64, yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.14.
|
|
1
|
+
24.14.1
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"react-dom": "19.2.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@biomejs/biome": "2.4.
|
|
24
|
+
"@biomejs/biome": "2.4.9",
|
|
25
25
|
"@eslint/eslintrc": "^3",
|
|
26
|
-
"@lousy-agents/mcp": "5.
|
|
26
|
+
"@lousy-agents/mcp": "5.6.1",
|
|
27
27
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
28
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
33
|
"@upstash/context7-mcp": "2.1.4",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.1",
|
|
35
|
-
"@vitest/ui": "4.1.
|
|
35
|
+
"@vitest/ui": "4.1.1",
|
|
36
36
|
"eslint": "^10.0.0",
|
|
37
37
|
"eslint-config-next": "16.2.1",
|
|
38
38
|
"happy-dom": "^20.0.11",
|
|
39
39
|
"jsdom": "29.0.1",
|
|
40
|
-
"typescript": "^
|
|
41
|
-
"vitest": "4.1.
|
|
40
|
+
"typescript": "^6.0.0",
|
|
41
|
+
"vitest": "4.1.1",
|
|
42
42
|
"whatwg-fetch": "3.6.20"
|
|
43
43
|
}
|
|
44
44
|
}
|