@lousy-agents/cli 5.3.1 → 5.3.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.
@@ -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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
16
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
17
17
  with:
18
18
  script: |
19
19
  const issue = context.payload.issue;
@@ -12,9 +12,9 @@
12
12
  "@fastify/sensible": "6.0.4",
13
13
  "fastify": "5.8.2",
14
14
  "kysely": "0.28.12",
15
- "pino": "9.14.0",
15
+ "pino": "10.3.1",
16
16
  "postgres": "3.4.8",
17
- "zod": "3.25.76"
17
+ "zod": "4.3.6"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.4.2",
@@ -2652,49 +2652,6 @@
2652
2652
  ],
2653
2653
  "license": "MIT"
2654
2654
  },
2655
- "node_modules/fastify/node_modules/pino": {
2656
- "version": "10.3.1",
2657
- "resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
2658
- "integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
2659
- "license": "MIT",
2660
- "dependencies": {
2661
- "@pinojs/redact": "^0.4.0",
2662
- "atomic-sleep": "^1.0.0",
2663
- "on-exit-leak-free": "^2.1.0",
2664
- "pino-abstract-transport": "^3.0.0",
2665
- "pino-std-serializers": "^7.0.0",
2666
- "process-warning": "^5.0.0",
2667
- "quick-format-unescaped": "^4.0.3",
2668
- "real-require": "^0.2.0",
2669
- "safe-stable-stringify": "^2.3.1",
2670
- "sonic-boom": "^4.0.1",
2671
- "thread-stream": "^4.0.0"
2672
- },
2673
- "bin": {
2674
- "pino": "bin.js"
2675
- }
2676
- },
2677
- "node_modules/fastify/node_modules/pino-abstract-transport": {
2678
- "version": "3.0.0",
2679
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
2680
- "integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
2681
- "license": "MIT",
2682
- "dependencies": {
2683
- "split2": "^4.0.0"
2684
- }
2685
- },
2686
- "node_modules/fastify/node_modules/thread-stream": {
2687
- "version": "4.0.0",
2688
- "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
2689
- "integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
2690
- "license": "MIT",
2691
- "dependencies": {
2692
- "real-require": "^0.2.0"
2693
- },
2694
- "engines": {
2695
- "node": ">=20"
2696
- }
2697
- },
2698
2655
  "node_modules/fastq": {
2699
2656
  "version": "1.20.1",
2700
2657
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
@@ -3332,31 +3289,31 @@
3332
3289
  }
3333
3290
  },
3334
3291
  "node_modules/pino": {
3335
- "version": "9.14.0",
3336
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.14.0.tgz",
3337
- "integrity": "sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==",
3292
+ "version": "10.3.1",
3293
+ "resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
3294
+ "integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
3338
3295
  "license": "MIT",
3339
3296
  "dependencies": {
3340
3297
  "@pinojs/redact": "^0.4.0",
3341
3298
  "atomic-sleep": "^1.0.0",
3342
3299
  "on-exit-leak-free": "^2.1.0",
3343
- "pino-abstract-transport": "^2.0.0",
3300
+ "pino-abstract-transport": "^3.0.0",
3344
3301
  "pino-std-serializers": "^7.0.0",
3345
3302
  "process-warning": "^5.0.0",
3346
3303
  "quick-format-unescaped": "^4.0.3",
3347
3304
  "real-require": "^0.2.0",
3348
3305
  "safe-stable-stringify": "^2.3.1",
3349
3306
  "sonic-boom": "^4.0.1",
3350
- "thread-stream": "^3.0.0"
3307
+ "thread-stream": "^4.0.0"
3351
3308
  },
3352
3309
  "bin": {
3353
3310
  "pino": "bin.js"
3354
3311
  }
3355
3312
  },
3356
3313
  "node_modules/pino-abstract-transport": {
3357
- "version": "2.0.0",
3358
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
3359
- "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
3314
+ "version": "3.0.0",
3315
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
3316
+ "integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
3360
3317
  "license": "MIT",
3361
3318
  "dependencies": {
3362
3319
  "split2": "^4.0.0"
@@ -4116,12 +4073,15 @@
4116
4073
  }
4117
4074
  },
4118
4075
  "node_modules/thread-stream": {
4119
- "version": "3.1.0",
4120
- "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
4121
- "integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==",
4076
+ "version": "4.0.0",
4077
+ "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
4078
+ "integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
4122
4079
  "license": "MIT",
4123
4080
  "dependencies": {
4124
4081
  "real-require": "^0.2.0"
4082
+ },
4083
+ "engines": {
4084
+ "node": ">=20"
4125
4085
  }
4126
4086
  },
4127
4087
  "node_modules/tinybench": {
@@ -4709,9 +4669,9 @@
4709
4669
  }
4710
4670
  },
4711
4671
  "node_modules/zod": {
4712
- "version": "3.25.76",
4713
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
4714
- "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
4672
+ "version": "4.3.6",
4673
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
4674
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
4715
4675
  "license": "MIT",
4716
4676
  "funding": {
4717
4677
  "url": "https://github.com/sponsors/colinhacks"
@@ -20,9 +20,9 @@
20
20
  "@fastify/sensible": "6.0.4",
21
21
  "fastify": "5.8.2",
22
22
  "kysely": "0.28.12",
23
- "pino": "9.14.0",
23
+ "pino": "10.3.1",
24
24
  "postgres": "3.4.8",
25
- "zod": "3.25.76"
25
+ "zod": "4.3.6"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@biomejs/biome": "2.4.2",
@@ -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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
16
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
17
17
  with:
18
18
  script: |
19
19
  const issue = context.payload.issue;
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "citty": "0.2.1",
18
18
  "consola": "3.4.2",
19
- "zod": "3.25.76"
19
+ "zod": "4.3.6"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.3.14",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "description": "CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants",
5
5
  "type": "module",
6
6
  "repository": {
@@ -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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
16
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
17
17
  with:
18
18
  script: |
19
19
  const issue = context.payload.issue;
@@ -28,12 +28,12 @@
28
28
  "@types/node": "^24.0.0",
29
29
  "@types/react": "19.2.14",
30
30
  "@types/react-dom": "19.2.3",
31
- "@vitejs/plugin-react": "5.2.0",
31
+ "@vitejs/plugin-react": "6.0.1",
32
32
  "@vitest/ui": "4.1.0",
33
33
  "eslint": "^9",
34
34
  "eslint-config-next": "15.5.12",
35
35
  "happy-dom": "^20.0.11",
36
- "jsdom": "27.4.0",
36
+ "jsdom": "29.0.0",
37
37
  "typescript": "^5",
38
38
  "vitest": "4.1.0",
39
39
  "whatwg-fetch": "3.6.20"