@auto-engineer/server-generator-nestjs 1.98.0 → 1.99.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +73 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # @auto-engineer/server-generator-nestjs
2
2
 
3
+ ## 1.99.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dbd0fa9`](https://github.com/BeOnAuto/auto-engineer/commit/dbd0fa96c77a1d43494d4f4c89975bcfd0a9a191) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: wire implement-component to TDD pipeline
8
+
9
+ - [`88a2432`](https://github.com/BeOnAuto/auto-engineer/commit/88a24329bef929901b924aed0c570e5eca2ff8b6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add lint-runner tool
10
+
11
+ - [`0c278fb`](https://github.com/BeOnAuto/auto-engineer/commit/0c278fb13ed39cd130b48bbfd0706c8810e57cb3) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-test pipeline step
12
+
13
+ - [`66184b2`](https://github.com/BeOnAuto/auto-engineer/commit/66184b25e5f56c856a06dd1bb23bbe7d71df7dde) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add visual-test pipeline step
14
+
15
+ - [`3ac9683`](https://github.com/BeOnAuto/auto-engineer/commit/3ac968344263b8c8de7d993d08f11c54ace5806f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-fix-loop pipeline step
16
+
17
+ - [`218c8f6`](https://github.com/BeOnAuto/auto-engineer/commit/218c8f6c18b69c981c629577298b1a088d19e736) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add test-runner tool
18
+
19
+ - [`2e7a605`](https://github.com/BeOnAuto/auto-engineer/commit/2e7a6058d8f07dff6882e96c3739b2a1a721885b) Thanks [@osamanar](https://github.com/osamanar)! - Now I have a clear picture of the changes. Here's the changelog:
20
+ - Switched to sequential test-first generation so components are guided by their tests, producing more consistent and correct code
21
+ - Added project context awareness so generated components use correct import paths, installed dependencies, and existing UI library components
22
+ - Improved Storybook story generation with correct CSF3 format, proper import paths, and better defaults
23
+ - Enhanced test generation with Tailwind CSS and semantic element guidance to avoid common JSDOM pitfalls
24
+
25
+ - [`f86a0a3`](https://github.com/BeOnAuto/auto-engineer/commit/f86a0a34a06049b11d80ad7028ad1f890c75a670) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: reset function
26
+ - **root**: lock files
27
+ - **component-implementor-react**: derive component path when files.create is empty
28
+ - **component-implementor-react**: default targetDir to cwd when not provided
29
+ - **pipeline**: remove deprecated react-component-implementer package
30
+
31
+ - [`4157be1`](https://github.com/BeOnAuto/auto-engineer/commit/4157be1274d746e6f1d64c5e0d88ec7207d59a7f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add storybook-test pipeline step
32
+
33
+ - [`bcdc919`](https://github.com/BeOnAuto/auto-engineer/commit/bcdc91953e40f73e6e58efdad96a96067942d9cd) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add story-fix-loop pipeline step
34
+
35
+ - [`0e56745`](https://github.com/BeOnAuto/auto-engineer/commit/0e567455252e951c09fe9f2dce864ff7e0f366bb) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: wire implement-component to TDD pipeline
36
+ - **component-implementor-react**: add pipeline runner
37
+ - **component-implementor-react**: add visual-test pipeline step
38
+ - **component-implementor-react**: add storybook-test pipeline step
39
+ - **component-implementor-react**: add story-fix-loop pipeline step
40
+
41
+ - [`bbe1a2d`](https://github.com/BeOnAuto/auto-engineer/commit/bbe1a2d7dca3d85e4fd32434aa3eebfe4c3727cf) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add fixer agent prompts
42
+
43
+ - [`5c6e679`](https://github.com/BeOnAuto/auto-engineer/commit/5c6e6798747ef3a991985320fe57c7d9ac5d92d6) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add type-fix-loop pipeline step
44
+
45
+ - [`6a3b9b6`](https://github.com/BeOnAuto/auto-engineer/commit/6a3b9b68e43510af1279e86c7fd77406f9337c8d) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add type-checker tool
46
+
47
+ - [`2fcd6bf`](https://github.com/BeOnAuto/auto-engineer/commit/2fcd6bff85a71be29cc761d296655b47a86a7f1e) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-story pipeline step
48
+
49
+ - [`e7826b4`](https://github.com/BeOnAuto/auto-engineer/commit/e7826b453694b5313e6e5adc2c708fa8d1cb189c) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add storybook-runner tool
50
+
51
+ - [`a2c443d`](https://github.com/BeOnAuto/auto-engineer/commit/a2c443d6fba92e4cb642771a361286bf83399070) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add lint-fix-loop pipeline step
52
+
53
+ - [`78aed6e`](https://github.com/BeOnAuto/auto-engineer/commit/78aed6ee75c5e704018f250a63069e9bba0ff722) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add generate-component pipeline step
54
+
55
+ - [`1183af5`](https://github.com/BeOnAuto/auto-engineer/commit/1183af5740aa74975b9b6e7ed665b3deeedac520) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: add pipeline runner
56
+
57
+ ### Patch Changes
58
+
59
+ - [`72fcc02`](https://github.com/BeOnAuto/auto-engineer/commit/72fcc022df4630900dad4d7e76b0cb588f220c5f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: format source files to pass biome check
60
+
61
+ - [`49da584`](https://github.com/BeOnAuto/auto-engineer/commit/49da5840118ec25922a47dbe3fc4e824ad6d08f5) Thanks [@osamanar](https://github.com/osamanar)! - - **pipeline**: use res.on('close') for SSE disconnect and http.get in test
62
+
63
+ - [`e777b1b`](https://github.com/BeOnAuto/auto-engineer/commit/e777b1b0ee53c2ac8881e498c9fce80b2637db23) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: remove old generators, update exports
64
+
65
+ - [`2c04b77`](https://github.com/BeOnAuto/auto-engineer/commit/2c04b7752b2f63c7f0b4a86877d61f56305e639f) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: remove all explicit any from improve script
66
+
67
+ - [`ece67b6`](https://github.com/BeOnAuto/auto-engineer/commit/ece67b629546a717cae3f1fd50f14d3c3ccdb549) Thanks [@osamanar](https://github.com/osamanar)! - - **examples/typical**: use workspace protocol instead of link for internal deps
68
+
69
+ - [`c0fe3a4`](https://github.com/BeOnAuto/auto-engineer/commit/c0fe3a4185b1438e2d741ee27ed43522099a4681) Thanks [@osamanar](https://github.com/osamanar)! - - **file-upload**: narrow Uint8Array to Uint8Array<ArrayBuffer> for BodyInit compatibility
70
+
71
+ - [`ad1fb3b`](https://github.com/BeOnAuto/auto-engineer/commit/ad1fb3b9601773a98b4f33cffc08899468e46560) Thanks [@osamanar](https://github.com/osamanar)! - - **component-implementor-react**: update ketchup plan
72
+
73
+ - Updated dependencies [[`dbd0fa9`](https://github.com/BeOnAuto/auto-engineer/commit/dbd0fa96c77a1d43494d4f4c89975bcfd0a9a191), [`72fcc02`](https://github.com/BeOnAuto/auto-engineer/commit/72fcc022df4630900dad4d7e76b0cb588f220c5f), [`88a2432`](https://github.com/BeOnAuto/auto-engineer/commit/88a24329bef929901b924aed0c570e5eca2ff8b6), [`0c278fb`](https://github.com/BeOnAuto/auto-engineer/commit/0c278fb13ed39cd130b48bbfd0706c8810e57cb3), [`49da584`](https://github.com/BeOnAuto/auto-engineer/commit/49da5840118ec25922a47dbe3fc4e824ad6d08f5), [`66184b2`](https://github.com/BeOnAuto/auto-engineer/commit/66184b25e5f56c856a06dd1bb23bbe7d71df7dde), [`3ac9683`](https://github.com/BeOnAuto/auto-engineer/commit/3ac968344263b8c8de7d993d08f11c54ace5806f), [`218c8f6`](https://github.com/BeOnAuto/auto-engineer/commit/218c8f6c18b69c981c629577298b1a088d19e736), [`2e7a605`](https://github.com/BeOnAuto/auto-engineer/commit/2e7a6058d8f07dff6882e96c3739b2a1a721885b), [`e777b1b`](https://github.com/BeOnAuto/auto-engineer/commit/e777b1b0ee53c2ac8881e498c9fce80b2637db23), [`f86a0a3`](https://github.com/BeOnAuto/auto-engineer/commit/f86a0a34a06049b11d80ad7028ad1f890c75a670), [`4157be1`](https://github.com/BeOnAuto/auto-engineer/commit/4157be1274d746e6f1d64c5e0d88ec7207d59a7f), [`bcdc919`](https://github.com/BeOnAuto/auto-engineer/commit/bcdc91953e40f73e6e58efdad96a96067942d9cd), [`0e56745`](https://github.com/BeOnAuto/auto-engineer/commit/0e567455252e951c09fe9f2dce864ff7e0f366bb), [`2c04b77`](https://github.com/BeOnAuto/auto-engineer/commit/2c04b7752b2f63c7f0b4a86877d61f56305e639f), [`bbe1a2d`](https://github.com/BeOnAuto/auto-engineer/commit/bbe1a2d7dca3d85e4fd32434aa3eebfe4c3727cf), [`5c6e679`](https://github.com/BeOnAuto/auto-engineer/commit/5c6e6798747ef3a991985320fe57c7d9ac5d92d6), [`ece67b6`](https://github.com/BeOnAuto/auto-engineer/commit/ece67b629546a717cae3f1fd50f14d3c3ccdb549), [`6a3b9b6`](https://github.com/BeOnAuto/auto-engineer/commit/6a3b9b68e43510af1279e86c7fd77406f9337c8d), [`2fcd6bf`](https://github.com/BeOnAuto/auto-engineer/commit/2fcd6bff85a71be29cc761d296655b47a86a7f1e), [`e7826b4`](https://github.com/BeOnAuto/auto-engineer/commit/e7826b453694b5313e6e5adc2c708fa8d1cb189c), [`c0fe3a4`](https://github.com/BeOnAuto/auto-engineer/commit/c0fe3a4185b1438e2d741ee27ed43522099a4681), [`a2c443d`](https://github.com/BeOnAuto/auto-engineer/commit/a2c443d6fba92e4cb642771a361286bf83399070), [`ad1fb3b`](https://github.com/BeOnAuto/auto-engineer/commit/ad1fb3b9601773a98b4f33cffc08899468e46560), [`78aed6e`](https://github.com/BeOnAuto/auto-engineer/commit/78aed6ee75c5e704018f250a63069e9bba0ff722), [`1183af5`](https://github.com/BeOnAuto/auto-engineer/commit/1183af5740aa74975b9b6e7ed665b3deeedac520)]:
74
+ - @auto-engineer/narrative@1.99.0
75
+
3
76
  ## 1.98.0
4
77
 
5
78
  ### Minor Changes
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ts-node": "^10.9.2",
41
41
  "type-fest": "^4.41.0",
42
42
  "uuid": "^11.0.0",
43
- "@auto-engineer/narrative": "1.98.0"
43
+ "@auto-engineer/narrative": "1.99.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"
@@ -52,9 +52,9 @@
52
52
  "tsx": "^4.19.2",
53
53
  "typescript": "^5.8.3",
54
54
  "vitest": "^3.2.4",
55
- "@auto-engineer/cli": "1.98.0"
55
+ "@auto-engineer/cli": "1.99.0"
56
56
  },
57
- "version": "1.98.0",
57
+ "version": "1.99.0",
58
58
  "scripts": {
59
59
  "generate:server": "tsx src/cli/index.ts",
60
60
  "-DISABLE-build": "tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/src/codegen/templates && mkdir -p dist/src/codegen && cp -r src/codegen/templates dist/src/codegen/templates && cp -r src/shared dist/src",