@auto-engineer/dev-server 1.129.0 → 1.131.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.
- package/CHANGELOG.md +65 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# @auto-engineer/dev-server
|
|
2
2
|
|
|
3
|
+
## 1.131.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8791296`](https://github.com/BeOnAuto/auto-engineer/commit/8791296a126f213d171c6dd7d2d4738c0fc2a19e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: add escapeJsString utility for EJS template safety
|
|
8
|
+
- **server-generator-apollo-emmett**: escape apostrophes in react.specs.ts.ejs string literals
|
|
9
|
+
- **server-generator-apollo-emmett**: escape apostrophes in decide template string literals
|
|
10
|
+
- **server-generator-apollo-emmett**: escape apostrophes in projection.specs.ts.ejs string literals
|
|
11
|
+
- **global**: version packages
|
|
12
|
+
|
|
13
|
+
- [`a2c7ada`](https://github.com/BeOnAuto/auto-engineer/commit/a2c7ada17acecc6e175dd0caea7f7d3b4bf0b67e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added adapter to convert Message objects to TypeInfo format, enabling message-based type inference in the narrative pipeline
|
|
14
|
+
|
|
15
|
+
- [`b3515b8`](https://github.com/BeOnAuto/auto-engineer/commit/b3515b8c09a70063c1ffe361b2d6f68af299fa05) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added utility to convert message arrays into TypeInfo maps for narrative processing
|
|
16
|
+
|
|
17
|
+
- [`2546535`](https://github.com/BeOnAuto/auto-engineer/commit/2546535ea50987fb58c9caee4803d871861acee2) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added automatic detection of forbidden type assertions (e.g., `as` casts) in AI-generated code to enforce type safety
|
|
18
|
+
- Type assertion violations now trigger a retry loop with guidance for the AI to use properly typed variables instead
|
|
19
|
+
- Detection runs in parallel with existing shadow checks during test and typecheck phase
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`7a3967e`](https://github.com/BeOnAuto/auto-engineer/commit/7a3967e1c12d418786cf754fff019e509cc06e07) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added implementation plan for query events support and type assertion detection
|
|
24
|
+
|
|
25
|
+
- [`f485b24`](https://github.com/BeOnAuto/auto-engineer/commit/f485b24c738dabb21d2d25765f70239eb423a666) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized implementation plan for InferredType messages fallback resolution
|
|
26
|
+
|
|
27
|
+
- [`aa38eaa`](https://github.com/BeOnAuto/auto-engineer/commit/aa38eaace31f050cbeb04e8fb698fbd380678aaa) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed type resolution failing for JSON-loaded models where placeholder types leaked into the output instead of resolving to their actual definitions
|
|
28
|
+
|
|
29
|
+
- [`0485e54`](https://github.com/BeOnAuto/auto-engineer/commit/0485e544e8581f8d849444a66dded98adba82184) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed broken imports in query projections that reference events not produced by any command slice
|
|
30
|
+
- Added events.ts file generation for query slice templates so orphan event imports resolve correctly
|
|
31
|
+
|
|
32
|
+
- [`cb750ce`](https://github.com/BeOnAuto/auto-engineer/commit/cb750ce35c027eb1d883544c58085e2e6d3270ad) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added implementation plan for fixing InferredType messages fallback behavior
|
|
33
|
+
|
|
34
|
+
- [`7f3ed00`](https://github.com/BeOnAuto/auto-engineer/commit/7f3ed00072378615124aed1d3d98f4a0fab8c58e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Finalized implementation plan for query event generation and type assertion detection
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [[`7a3967e`](https://github.com/BeOnAuto/auto-engineer/commit/7a3967e1c12d418786cf754fff019e509cc06e07), [`f485b24`](https://github.com/BeOnAuto/auto-engineer/commit/f485b24c738dabb21d2d25765f70239eb423a666), [`aa38eaa`](https://github.com/BeOnAuto/auto-engineer/commit/aa38eaace31f050cbeb04e8fb698fbd380678aaa), [`8791296`](https://github.com/BeOnAuto/auto-engineer/commit/8791296a126f213d171c6dd7d2d4738c0fc2a19e), [`a2c7ada`](https://github.com/BeOnAuto/auto-engineer/commit/a2c7ada17acecc6e175dd0caea7f7d3b4bf0b67e), [`0485e54`](https://github.com/BeOnAuto/auto-engineer/commit/0485e544e8581f8d849444a66dded98adba82184), [`b3515b8`](https://github.com/BeOnAuto/auto-engineer/commit/b3515b8c09a70063c1ffe361b2d6f68af299fa05), [`2546535`](https://github.com/BeOnAuto/auto-engineer/commit/2546535ea50987fb58c9caee4803d871861acee2), [`cb750ce`](https://github.com/BeOnAuto/auto-engineer/commit/cb750ce35c027eb1d883544c58085e2e6d3270ad), [`7f3ed00`](https://github.com/BeOnAuto/auto-engineer/commit/7f3ed00072378615124aed1d3d98f4a0fab8c58e)]:
|
|
37
|
+
- @auto-engineer/cli@1.131.0
|
|
38
|
+
- @auto-engineer/message-bus@1.131.0
|
|
39
|
+
|
|
40
|
+
## 1.130.0
|
|
41
|
+
|
|
42
|
+
### Minor Changes
|
|
43
|
+
|
|
44
|
+
- [`7a5544a`](https://github.com/BeOnAuto/auto-engineer/commit/7a5544a66ec42f25cc83fdc7717e9cce87e7e98e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added escapeJsString utility to safely handle special characters in EJS template string interpolation
|
|
45
|
+
- Prevents template rendering errors caused by single quotes, backslashes, newlines, and carriage returns in user-provided strings
|
|
46
|
+
|
|
47
|
+
- [`f4e7c16`](https://github.com/BeOnAuto/auto-engineer/commit/f4e7c167d4150bba383cf9bc162167eb0924275b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **pipeline**: auto-derive item key extractors from handler fields
|
|
48
|
+
- **react-component-implementer**: improvements
|
|
49
|
+
- **global**: improvements
|
|
50
|
+
- **changesets**: update remaining generate-theme refs to set-theme
|
|
51
|
+
- **changesets**: update generate-theme to set-theme in changeset
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- [`d108c53`](https://github.com/BeOnAuto/auto-engineer/commit/d108c530cabf9eed61a280d01000010d3ac7eacf) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed code generation errors when rule names contain apostrophes (e.g. "List of user's workouts") by escaping special characters in generated test files
|
|
56
|
+
|
|
57
|
+
- [`f9b46ad`](https://github.com/BeOnAuto/auto-engineer/commit/f9b46ada5eb692f3de0d9f16f5240a3463099447) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed template generation errors caused by apostrophes in rule descriptions, test descriptions, and error messages
|
|
58
|
+
- Added string escaping utility to safely handle special characters in generated code templates
|
|
59
|
+
|
|
60
|
+
- [`5134e46`](https://github.com/BeOnAuto/auto-engineer/commit/5134e4671549241f127c1a5fc40815047fdbcdb9) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Fixed generated test files failing to parse when rule names or descriptions contain apostrophes
|
|
61
|
+
|
|
62
|
+
- [`3303685`](https://github.com/BeOnAuto/auto-engineer/commit/330368567679f3023815bec3234a777c3f7220fc) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - Added implementation plan for fixing JavaScript string escaping in the Apollo Emmett server generator
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [[`d108c53`](https://github.com/BeOnAuto/auto-engineer/commit/d108c530cabf9eed61a280d01000010d3ac7eacf), [`7a5544a`](https://github.com/BeOnAuto/auto-engineer/commit/7a5544a66ec42f25cc83fdc7717e9cce87e7e98e), [`f9b46ad`](https://github.com/BeOnAuto/auto-engineer/commit/f9b46ada5eb692f3de0d9f16f5240a3463099447), [`5134e46`](https://github.com/BeOnAuto/auto-engineer/commit/5134e4671549241f127c1a5fc40815047fdbcdb9), [`f4e7c16`](https://github.com/BeOnAuto/auto-engineer/commit/f4e7c167d4150bba383cf9bc162167eb0924275b), [`3303685`](https://github.com/BeOnAuto/auto-engineer/commit/330368567679f3023815bec3234a777c3f7220fc)]:
|
|
65
|
+
- @auto-engineer/cli@1.130.0
|
|
66
|
+
- @auto-engineer/message-bus@1.130.0
|
|
67
|
+
|
|
3
68
|
## 1.129.0
|
|
4
69
|
|
|
5
70
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"chokidar": "^3.6.0",
|
|
19
19
|
"debug": "^4.4.1",
|
|
20
20
|
"execa": "^9.5.2",
|
|
21
|
-
"@auto-engineer/cli": "1.
|
|
22
|
-
"@auto-engineer/message-bus": "1.
|
|
21
|
+
"@auto-engineer/cli": "1.131.0",
|
|
22
|
+
"@auto-engineer/message-bus": "1.131.0"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@auto-engineer/cli": "1.
|
|
28
|
+
"@auto-engineer/cli": "1.131.0"
|
|
29
29
|
},
|
|
30
|
-
"version": "1.
|
|
30
|
+
"version": "1.131.0",
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
33
33
|
"test": "vitest run --reporter=dot",
|