@lousy-agents/cli 5.2.2 → 5.2.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/.github/workflows/ci.yml +4 -4
- package/api/copilot-with-fastify/package-lock.json +13 -13
- package/api/copilot-with-fastify/package.json +3 -3
- package/cli/copilot-with-citty/.github/workflows/ci.yml +3 -3
- package/cli/copilot-with-citty/package.json +1 -1
- package/package.json +1 -1
- package/ui/copilot-with-react/.github/workflows/ci.yml +3 -3
- package/ui/copilot-with-react/.github/workflows/copilot-setup-steps.yml +1 -1
- package/ui/copilot-with-react/package.json +2 -2
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
17
|
- name: Checkout
|
|
18
|
-
uses: actions/checkout@
|
|
18
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
21
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
runs-on: ubuntu-latest
|
|
34
34
|
steps:
|
|
35
35
|
- name: Checkout
|
|
36
|
-
uses: actions/checkout@
|
|
36
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
39
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
runs-on: ubuntu-latest
|
|
52
52
|
steps:
|
|
53
53
|
- name: Checkout
|
|
54
|
-
uses: actions/checkout@
|
|
54
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
55
55
|
|
|
56
56
|
- name: Setup Node.js
|
|
57
57
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -73,7 +73,7 @@ jobs:
|
|
|
73
73
|
needs: [lint, unit-tests, integration-tests]
|
|
74
74
|
steps:
|
|
75
75
|
- name: Checkout
|
|
76
|
-
uses: actions/checkout@
|
|
76
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
77
77
|
|
|
78
78
|
- name: Setup Node.js
|
|
79
79
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"@fastify/cors": "11.0.1",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
13
|
"fastify": "5.8.2",
|
|
14
|
-
"kysely": "0.28.
|
|
14
|
+
"kysely": "0.28.12",
|
|
15
15
|
"pino": "9.6.0",
|
|
16
|
-
"postgres": "3.4.
|
|
17
|
-
"zod": "3.25.
|
|
16
|
+
"postgres": "3.4.8",
|
|
17
|
+
"zod": "3.25.76"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.2",
|
|
@@ -2984,12 +2984,12 @@
|
|
|
2984
2984
|
"license": "MIT"
|
|
2985
2985
|
},
|
|
2986
2986
|
"node_modules/kysely": {
|
|
2987
|
-
"version": "0.28.
|
|
2988
|
-
"resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.
|
|
2989
|
-
"integrity": "sha512-
|
|
2987
|
+
"version": "0.28.12",
|
|
2988
|
+
"resolved": "https://registry.npmjs.org/kysely/-/kysely-0.28.12.tgz",
|
|
2989
|
+
"integrity": "sha512-kWiueDWXhbCchgiotwXkwdxZE/6h56IHAeFWg4euUfW0YsmO9sxbAxzx1KLLv2lox15EfuuxHQvgJ1qIfZuHGw==",
|
|
2990
2990
|
"license": "MIT",
|
|
2991
2991
|
"engines": {
|
|
2992
|
-
"node": ">=
|
|
2992
|
+
"node": ">=20.0.0"
|
|
2993
2993
|
}
|
|
2994
2994
|
},
|
|
2995
2995
|
"node_modules/lazystream": {
|
|
@@ -3414,9 +3414,9 @@
|
|
|
3414
3414
|
}
|
|
3415
3415
|
},
|
|
3416
3416
|
"node_modules/postgres": {
|
|
3417
|
-
"version": "3.4.
|
|
3418
|
-
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.
|
|
3419
|
-
"integrity": "sha512-
|
|
3417
|
+
"version": "3.4.8",
|
|
3418
|
+
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.8.tgz",
|
|
3419
|
+
"integrity": "sha512-d+JFcLM17njZaOLkv6SCev7uoLaBtfK86vMUXhW1Z4glPWh4jozno9APvW/XKFJ3CCxVoC7OL38BqRydtu5nGg==",
|
|
3420
3420
|
"license": "Unlicense",
|
|
3421
3421
|
"engines": {
|
|
3422
3422
|
"node": ">=12"
|
|
@@ -5205,9 +5205,9 @@
|
|
|
5205
5205
|
}
|
|
5206
5206
|
},
|
|
5207
5207
|
"node_modules/zod": {
|
|
5208
|
-
"version": "3.25.
|
|
5209
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.
|
|
5210
|
-
"integrity": "sha512-
|
|
5208
|
+
"version": "3.25.76",
|
|
5209
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
5210
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
5211
5211
|
"license": "MIT",
|
|
5212
5212
|
"funding": {
|
|
5213
5213
|
"url": "https://github.com/sponsors/colinhacks"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"@fastify/cors": "11.0.1",
|
|
20
20
|
"@fastify/sensible": "6.0.4",
|
|
21
21
|
"fastify": "5.8.2",
|
|
22
|
-
"kysely": "0.28.
|
|
22
|
+
"kysely": "0.28.12",
|
|
23
23
|
"pino": "9.6.0",
|
|
24
|
-
"postgres": "3.4.
|
|
25
|
-
"zod": "3.25.
|
|
24
|
+
"postgres": "3.4.8",
|
|
25
|
+
"zod": "3.25.76"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.2",
|
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
17
|
- name: Checkout
|
|
18
|
-
uses: actions/checkout@
|
|
18
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
21
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
runs-on: ubuntu-latest
|
|
34
34
|
steps:
|
|
35
35
|
- name: Checkout
|
|
36
|
-
uses: actions/checkout@
|
|
36
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
39
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -52,7 +52,7 @@ jobs:
|
|
|
52
52
|
needs: [lint, test]
|
|
53
53
|
steps:
|
|
54
54
|
- name: Checkout
|
|
55
|
-
uses: actions/checkout@
|
|
55
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
58
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
17
|
- name: Checkout
|
|
18
|
-
uses: actions/checkout@
|
|
18
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
21
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
runs-on: ubuntu-latest
|
|
34
34
|
steps:
|
|
35
35
|
- name: Checkout
|
|
36
|
-
uses: actions/checkout@
|
|
36
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
39
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -52,7 +52,7 @@ jobs:
|
|
|
52
52
|
needs: [lint, test]
|
|
53
53
|
steps:
|
|
54
54
|
- name: Checkout
|
|
55
|
-
uses: actions/checkout@
|
|
55
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
58
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
|
|
19
19
|
steps:
|
|
20
20
|
- name: Checkout code
|
|
21
|
-
uses: actions/checkout@
|
|
21
|
+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
22
22
|
|
|
23
23
|
- name: Setup Node.js
|
|
24
24
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@emotion/server": "^11.11.0",
|
|
17
17
|
"@mui/material": "^7.3.6",
|
|
18
18
|
"@mui/material-nextjs": "^7.3.6",
|
|
19
|
-
"next": "15.5.
|
|
19
|
+
"next": "15.5.12",
|
|
20
20
|
"react": "19.2.4",
|
|
21
21
|
"react-dom": "19.2.4"
|
|
22
22
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@vitejs/plugin-react": "5.1.2",
|
|
32
32
|
"@vitest/ui": "4.0.15",
|
|
33
33
|
"eslint": "^9",
|
|
34
|
-
"eslint-config-next": "15.5.
|
|
34
|
+
"eslint-config-next": "15.5.12",
|
|
35
35
|
"happy-dom": "^20.0.11",
|
|
36
36
|
"jsdom": "27.3.0",
|
|
37
37
|
"typescript": "^5",
|