@lousy-agents/cli 5.9.2 → 5.9.4
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 +1 -1
- package/api/copilot-with-fastify/.github/workflows/assign-copilot.yml +1 -1
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +89 -89
- package/api/copilot-with-fastify/package.json +4 -4
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/.github/workflows/assign-copilot.yml +1 -1
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +3 -3
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/.github/workflows/assign-copilot.yml +1 -1
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +6 -6
|
@@ -10,7 +10,7 @@
|
|
|
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.101"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
15
|
- name: Assign and Instruct Copilot
|
|
16
|
-
uses: actions/github-script@
|
|
16
|
+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
|
17
17
|
with:
|
|
18
18
|
script: |
|
|
19
19
|
const issue = context.payload.issue;
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@fastify/cors": "11.2.0",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
13
|
"fastify": "5.8.4",
|
|
14
|
-
"kysely": "0.28.
|
|
14
|
+
"kysely": "0.28.16",
|
|
15
15
|
"pino": "10.3.1",
|
|
16
16
|
"postgres": "3.4.9",
|
|
17
17
|
"zod": "4.3.6"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@biomejs/biome": "2.4.
|
|
21
|
-
"@lousy-agents/mcp": "5.9.
|
|
20
|
+
"@biomejs/biome": "2.4.11",
|
|
21
|
+
"@lousy-agents/mcp": "5.9.3",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.14.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"testcontainers": "11.14.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.2",
|
|
30
|
-
"vitest": "4.1.
|
|
30
|
+
"vitest": "4.1.4"
|
|
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.11",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.11.tgz",
|
|
43
|
+
"integrity": "sha512-nWxHX8tf3Opb/qRgZpBbsTOqOodkbrkJ7S+JxJAruxOReaDPPmPuLBAGQ8vigyUgo0QBB+oQltNEAvalLcjggA==",
|
|
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.11",
|
|
58
|
+
"@biomejs/cli-darwin-x64": "2.4.11",
|
|
59
|
+
"@biomejs/cli-linux-arm64": "2.4.11",
|
|
60
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.11",
|
|
61
|
+
"@biomejs/cli-linux-x64": "2.4.11",
|
|
62
|
+
"@biomejs/cli-linux-x64-musl": "2.4.11",
|
|
63
|
+
"@biomejs/cli-win32-arm64": "2.4.11",
|
|
64
|
+
"@biomejs/cli-win32-x64": "2.4.11"
|
|
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.11",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.11.tgz",
|
|
70
|
+
"integrity": "sha512-wOt+ed+L2dgZanWyL6i29qlXMc088N11optzpo10peayObBaAshbTcxKUchzEMp9QSY8rh5h6VfAFE3WTS1rqg==",
|
|
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.11",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.11.tgz",
|
|
87
|
+
"integrity": "sha512-gZ6zR8XmZlExfi/Pz/PffmdpWOQ8Qhy7oBztgkR8/ylSRyLwfRPSadmiVCV8WQ8PoJ2MWUy2fgID9zmtgUUJmw==",
|
|
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.11",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.11.tgz",
|
|
104
|
+
"integrity": "sha512-avdJaEElXrKceK0va9FkJ4P5ci3N01TGkc6ni3P8l3BElqbOz42Wg2IyX3gbh0ZLEd4HVKEIrmuVu/AMuSeFFA==",
|
|
105
105
|
"cpu": [
|
|
106
106
|
"arm64"
|
|
107
107
|
],
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
122
|
-
"version": "2.4.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
124
|
-
"integrity": "sha512
|
|
122
|
+
"version": "2.4.11",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.11.tgz",
|
|
124
|
+
"integrity": "sha512-+Sbo1OAmlegtdwqFE8iOxFIWLh1B3OEgsuZfBpyyN/kWuqZ8dx9ZEes6zVnDMo+zRHF2wLynRVhoQmV7ohxl2Q==",
|
|
125
125
|
"cpu": [
|
|
126
126
|
"arm64"
|
|
127
127
|
],
|
|
@@ -139,9 +139,9 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
142
|
-
"version": "2.4.
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
144
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "2.4.11",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.11.tgz",
|
|
144
|
+
"integrity": "sha512-TagWV0iomp5LnEnxWFg4nQO+e52Fow349vaX0Q/PIcX6Zhk4GGBgp3qqZ8PVkpC+cuehRctMf3+6+FgQ8jCEFQ==",
|
|
145
145
|
"cpu": [
|
|
146
146
|
"x64"
|
|
147
147
|
],
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
162
|
-
"version": "2.4.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
164
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "2.4.11",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.11.tgz",
|
|
164
|
+
"integrity": "sha512-bexd2IklK7ZgPhrz6jXzpIL6dEAH9MlJU1xGTrypx+FICxrXUp4CqtwfiuoDKse+UlgAlWtzML3jrMqeEAHEhA==",
|
|
165
165
|
"cpu": [
|
|
166
166
|
"x64"
|
|
167
167
|
],
|
|
@@ -179,9 +179,9 @@
|
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
182
|
-
"version": "2.4.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
184
|
-
"integrity": "sha512-
|
|
182
|
+
"version": "2.4.11",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.11.tgz",
|
|
184
|
+
"integrity": "sha512-RJhaTnY8byzxDt4bDVb7AFPHkPcjOPK3xBip4ZRTrN3TEfyhjLRm3r3mqknqydgVTB74XG8l4jMLwEACEeihVg==",
|
|
185
185
|
"cpu": [
|
|
186
186
|
"arm64"
|
|
187
187
|
],
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
199
|
-
"version": "2.4.
|
|
200
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
201
|
-
"integrity": "sha512-
|
|
199
|
+
"version": "2.4.11",
|
|
200
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.11.tgz",
|
|
201
|
+
"integrity": "sha512-A8D3JM/00C2KQgUV3oj8Ba15EHEYwebAGCy5Sf9GAjr5Y3+kJIYOiESoqRDeuRZueuMdCsbLZIUqmPhpYXJE9A==",
|
|
202
202
|
"cpu": [
|
|
203
203
|
"x64"
|
|
204
204
|
],
|
|
@@ -956,9 +956,9 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"node_modules/@lousy-agents/mcp": {
|
|
959
|
-
"version": "5.9.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.9.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.9.3",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.9.3.tgz",
|
|
961
|
+
"integrity": "sha512-E3uZqYxSIihxekylI/Y5XHDzeAu0FzD7pJhgvG2NybVCAREESvD4walFNSAa7C3Y4y3CdP01JfSWaug/uIbTsQ==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "MIT",
|
|
964
964
|
"dependencies": {
|
|
@@ -1646,16 +1646,16 @@
|
|
|
1646
1646
|
}
|
|
1647
1647
|
},
|
|
1648
1648
|
"node_modules/@vitest/expect": {
|
|
1649
|
-
"version": "4.1.
|
|
1650
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1651
|
-
"integrity": "sha512-
|
|
1649
|
+
"version": "4.1.4",
|
|
1650
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.4.tgz",
|
|
1651
|
+
"integrity": "sha512-iPBpra+VDuXmBFI3FMKHSFXp3Gx5HfmSCE8X67Dn+bwephCnQCaB7qWK2ldHa+8ncN8hJU8VTMcxjPpyMkUjww==",
|
|
1652
1652
|
"dev": true,
|
|
1653
1653
|
"license": "MIT",
|
|
1654
1654
|
"dependencies": {
|
|
1655
1655
|
"@standard-schema/spec": "^1.1.0",
|
|
1656
1656
|
"@types/chai": "^5.2.2",
|
|
1657
|
-
"@vitest/spy": "4.1.
|
|
1658
|
-
"@vitest/utils": "4.1.
|
|
1657
|
+
"@vitest/spy": "4.1.4",
|
|
1658
|
+
"@vitest/utils": "4.1.4",
|
|
1659
1659
|
"chai": "^6.2.2",
|
|
1660
1660
|
"tinyrainbow": "^3.1.0"
|
|
1661
1661
|
},
|
|
@@ -1664,13 +1664,13 @@
|
|
|
1664
1664
|
}
|
|
1665
1665
|
},
|
|
1666
1666
|
"node_modules/@vitest/mocker": {
|
|
1667
|
-
"version": "4.1.
|
|
1668
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1669
|
-
"integrity": "sha512-
|
|
1667
|
+
"version": "4.1.4",
|
|
1668
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.4.tgz",
|
|
1669
|
+
"integrity": "sha512-R9HTZBhW6yCSGbGQnDnH3QHfJxokKN4KB+Yvk9Q1le7eQNYwiCyKxmLmurSpFy6BzJanSLuEUDrD+j97Q+ZLPg==",
|
|
1670
1670
|
"dev": true,
|
|
1671
1671
|
"license": "MIT",
|
|
1672
1672
|
"dependencies": {
|
|
1673
|
-
"@vitest/spy": "4.1.
|
|
1673
|
+
"@vitest/spy": "4.1.4",
|
|
1674
1674
|
"estree-walker": "^3.0.3",
|
|
1675
1675
|
"magic-string": "^0.30.21"
|
|
1676
1676
|
},
|
|
@@ -1691,9 +1691,9 @@
|
|
|
1691
1691
|
}
|
|
1692
1692
|
},
|
|
1693
1693
|
"node_modules/@vitest/pretty-format": {
|
|
1694
|
-
"version": "4.1.
|
|
1695
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1696
|
-
"integrity": "sha512-
|
|
1694
|
+
"version": "4.1.4",
|
|
1695
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.4.tgz",
|
|
1696
|
+
"integrity": "sha512-ddmDHU0gjEUyEVLxtZa7xamrpIefdEETu3nZjWtHeZX4QxqJ7tRxSteHVXJOcr8jhiLoGAhkK4WJ3WqBpjx42A==",
|
|
1697
1697
|
"dev": true,
|
|
1698
1698
|
"license": "MIT",
|
|
1699
1699
|
"dependencies": {
|
|
@@ -1704,13 +1704,13 @@
|
|
|
1704
1704
|
}
|
|
1705
1705
|
},
|
|
1706
1706
|
"node_modules/@vitest/runner": {
|
|
1707
|
-
"version": "4.1.
|
|
1708
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1709
|
-
"integrity": "sha512-
|
|
1707
|
+
"version": "4.1.4",
|
|
1708
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.4.tgz",
|
|
1709
|
+
"integrity": "sha512-xTp7VZ5aXP5ZJrn15UtJUWlx6qXLnGtF6jNxHepdPHpMfz/aVPx+htHtgcAL2mDXJgKhpoo2e9/hVJsIeFbytQ==",
|
|
1710
1710
|
"dev": true,
|
|
1711
1711
|
"license": "MIT",
|
|
1712
1712
|
"dependencies": {
|
|
1713
|
-
"@vitest/utils": "4.1.
|
|
1713
|
+
"@vitest/utils": "4.1.4",
|
|
1714
1714
|
"pathe": "^2.0.3"
|
|
1715
1715
|
},
|
|
1716
1716
|
"funding": {
|
|
@@ -1718,14 +1718,14 @@
|
|
|
1718
1718
|
}
|
|
1719
1719
|
},
|
|
1720
1720
|
"node_modules/@vitest/snapshot": {
|
|
1721
|
-
"version": "4.1.
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1723
|
-
"integrity": "sha512-
|
|
1721
|
+
"version": "4.1.4",
|
|
1722
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.4.tgz",
|
|
1723
|
+
"integrity": "sha512-MCjCFgaS8aZz+m5nTcEcgk/xhWv0rEH4Yl53PPlMXOZ1/Ka2VcZU6CJ+MgYCZbcJvzGhQRjVrGQNZqkGPttIKw==",
|
|
1724
1724
|
"dev": true,
|
|
1725
1725
|
"license": "MIT",
|
|
1726
1726
|
"dependencies": {
|
|
1727
|
-
"@vitest/pretty-format": "4.1.
|
|
1728
|
-
"@vitest/utils": "4.1.
|
|
1727
|
+
"@vitest/pretty-format": "4.1.4",
|
|
1728
|
+
"@vitest/utils": "4.1.4",
|
|
1729
1729
|
"magic-string": "^0.30.21",
|
|
1730
1730
|
"pathe": "^2.0.3"
|
|
1731
1731
|
},
|
|
@@ -1734,9 +1734,9 @@
|
|
|
1734
1734
|
}
|
|
1735
1735
|
},
|
|
1736
1736
|
"node_modules/@vitest/spy": {
|
|
1737
|
-
"version": "4.1.
|
|
1738
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1739
|
-
"integrity": "sha512-
|
|
1737
|
+
"version": "4.1.4",
|
|
1738
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.4.tgz",
|
|
1739
|
+
"integrity": "sha512-XxNdAsKW7C+FLydqFJLb5KhJtl3PGCMmYwFRfhvIgxJvLSXhhVI1zM8f1qD3Zg7RCjTSzDVyct6sghs9UEgBEQ==",
|
|
1740
1740
|
"dev": true,
|
|
1741
1741
|
"license": "MIT",
|
|
1742
1742
|
"funding": {
|
|
@@ -1744,13 +1744,13 @@
|
|
|
1744
1744
|
}
|
|
1745
1745
|
},
|
|
1746
1746
|
"node_modules/@vitest/utils": {
|
|
1747
|
-
"version": "4.1.
|
|
1748
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1749
|
-
"integrity": "sha512-
|
|
1747
|
+
"version": "4.1.4",
|
|
1748
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.4.tgz",
|
|
1749
|
+
"integrity": "sha512-13QMT+eysM5uVGa1rG4kegGYNp6cnQcsTc67ELFbhNLQO+vgsygtYJx2khvdt4gVQqSSpC/KT5FZZxUpP3Oatw==",
|
|
1750
1750
|
"dev": true,
|
|
1751
1751
|
"license": "MIT",
|
|
1752
1752
|
"dependencies": {
|
|
1753
|
-
"@vitest/pretty-format": "4.1.
|
|
1753
|
+
"@vitest/pretty-format": "4.1.4",
|
|
1754
1754
|
"convert-source-map": "^2.0.0",
|
|
1755
1755
|
"tinyrainbow": "^3.1.0"
|
|
1756
1756
|
},
|
|
@@ -3632,9 +3632,9 @@
|
|
|
3632
3632
|
"license": "BSD-2-Clause"
|
|
3633
3633
|
},
|
|
3634
3634
|
"node_modules/kysely": {
|
|
3635
|
-
"version": "0.28.
|
|
3636
|
-
"resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.
|
|
3637
|
-
"integrity": "sha512-
|
|
3635
|
+
"version": "0.28.16",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.16.tgz",
|
|
3637
|
+
"integrity": "sha512-3i5pmOiZvMDj00qhrIVbH0AnioVTx22DMP7Vn5At4yJO46iy+FM8Y/g61ltenLVSo3fiO8h8Q3QOFgf/gQ72ww==",
|
|
3638
3638
|
"license": "MIT",
|
|
3639
3639
|
"engines": {
|
|
3640
3640
|
"node": ">=20.0.0"
|
|
@@ -5628,19 +5628,19 @@
|
|
|
5628
5628
|
}
|
|
5629
5629
|
},
|
|
5630
5630
|
"node_modules/vitest": {
|
|
5631
|
-
"version": "4.1.
|
|
5632
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
5633
|
-
"integrity": "sha512-
|
|
5631
|
+
"version": "4.1.4",
|
|
5632
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.4.tgz",
|
|
5633
|
+
"integrity": "sha512-tFuJqTxKb8AvfyqMfnavXdzfy3h3sWZRWwfluGbkeR7n0HUev+FmNgZ8SDrRBTVrVCjgH5cA21qGbCffMNtWvg==",
|
|
5634
5634
|
"dev": true,
|
|
5635
5635
|
"license": "MIT",
|
|
5636
5636
|
"dependencies": {
|
|
5637
|
-
"@vitest/expect": "4.1.
|
|
5638
|
-
"@vitest/mocker": "4.1.
|
|
5639
|
-
"@vitest/pretty-format": "4.1.
|
|
5640
|
-
"@vitest/runner": "4.1.
|
|
5641
|
-
"@vitest/snapshot": "4.1.
|
|
5642
|
-
"@vitest/spy": "4.1.
|
|
5643
|
-
"@vitest/utils": "4.1.
|
|
5637
|
+
"@vitest/expect": "4.1.4",
|
|
5638
|
+
"@vitest/mocker": "4.1.4",
|
|
5639
|
+
"@vitest/pretty-format": "4.1.4",
|
|
5640
|
+
"@vitest/runner": "4.1.4",
|
|
5641
|
+
"@vitest/snapshot": "4.1.4",
|
|
5642
|
+
"@vitest/spy": "4.1.4",
|
|
5643
|
+
"@vitest/utils": "4.1.4",
|
|
5644
5644
|
"es-module-lexer": "^2.0.0",
|
|
5645
5645
|
"expect-type": "^1.3.0",
|
|
5646
5646
|
"magic-string": "^0.30.21",
|
|
@@ -5668,12 +5668,12 @@
|
|
|
5668
5668
|
"@edge-runtime/vm": "*",
|
|
5669
5669
|
"@opentelemetry/api": "^1.9.0",
|
|
5670
5670
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
5671
|
-
"@vitest/browser-playwright": "4.1.
|
|
5672
|
-
"@vitest/browser-preview": "4.1.
|
|
5673
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
5674
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
5675
|
-
"@vitest/coverage-v8": "4.1.
|
|
5676
|
-
"@vitest/ui": "4.1.
|
|
5671
|
+
"@vitest/browser-playwright": "4.1.4",
|
|
5672
|
+
"@vitest/browser-preview": "4.1.4",
|
|
5673
|
+
"@vitest/browser-webdriverio": "4.1.4",
|
|
5674
|
+
"@vitest/coverage-istanbul": "4.1.4",
|
|
5675
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
5676
|
+
"@vitest/ui": "4.1.4",
|
|
5677
5677
|
"happy-dom": "*",
|
|
5678
5678
|
"jsdom": "*",
|
|
5679
5679
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"@fastify/cors": "11.2.0",
|
|
20
20
|
"@fastify/sensible": "6.0.4",
|
|
21
21
|
"fastify": "5.8.4",
|
|
22
|
-
"kysely": "0.28.
|
|
22
|
+
"kysely": "0.28.16",
|
|
23
23
|
"pino": "10.3.1",
|
|
24
24
|
"postgres": "3.4.9",
|
|
25
25
|
"zod": "4.3.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@biomejs/biome": "2.4.
|
|
29
|
-
"@lousy-agents/mcp": "5.9.
|
|
28
|
+
"@biomejs/biome": "2.4.11",
|
|
29
|
+
"@lousy-agents/mcp": "5.9.3",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.14.0",
|
|
32
32
|
"@types/node": "24.12.2",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"testcontainers": "11.14.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
37
|
"typescript": "6.0.2",
|
|
38
|
-
"vitest": "4.1.
|
|
38
|
+
"vitest": "4.1.4"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
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.101"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
15
|
- name: Assign and Instruct Copilot
|
|
16
|
-
uses: actions/github-script@
|
|
16
|
+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
|
17
17
|
with:
|
|
18
18
|
script: |
|
|
19
19
|
const issue = context.payload.issue;
|
|
@@ -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.9.
|
|
22
|
+
"@biomejs/biome": "2.4.11",
|
|
23
|
+
"@lousy-agents/mcp": "5.9.3",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
26
|
"@upstash/context7-mcp": "2.1.7",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.2",
|
|
30
|
-
"vitest": "4.1.
|
|
30
|
+
"vitest": "4.1.4"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
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.101"
|
|
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",
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
runs-on: ubuntu-latest
|
|
14
14
|
steps:
|
|
15
15
|
- name: Assign and Instruct Copilot
|
|
16
|
-
uses: actions/github-script@
|
|
16
|
+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
|
17
17
|
with:
|
|
18
18
|
script: |
|
|
19
19
|
const issue = context.payload.issue;
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"@emotion/server": "11.11.0",
|
|
17
17
|
"@mui/material": "9.0.0",
|
|
18
18
|
"@mui/material-nextjs": "9.0.0",
|
|
19
|
-
"next": "16.2.
|
|
19
|
+
"next": "16.2.3",
|
|
20
20
|
"react": "19.2.5",
|
|
21
21
|
"react-dom": "19.2.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@biomejs/biome": "2.4.
|
|
24
|
+
"@biomejs/biome": "2.4.11",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.9.
|
|
26
|
+
"@lousy-agents/mcp": "5.9.3",
|
|
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.7",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.1",
|
|
35
|
-
"@vitest/ui": "4.1.
|
|
35
|
+
"@vitest/ui": "4.1.4",
|
|
36
36
|
"eslint": "10.2.0",
|
|
37
|
-
"eslint-config-next": "16.2.
|
|
37
|
+
"eslint-config-next": "16.2.3",
|
|
38
38
|
"happy-dom": "20.8.9",
|
|
39
39
|
"jsdom": "29.0.2",
|
|
40
40
|
"typescript": "6.0.2",
|
|
41
|
-
"vitest": "4.1.
|
|
41
|
+
"vitest": "4.1.4",
|
|
42
42
|
"whatwg-fetch": "3.6.20"
|
|
43
43
|
}
|
|
44
44
|
}
|