@auto-engineer/pipeline 1.57.0 → 1.59.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/pipeline@1.57.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.59.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc && tsx ../../scripts/fix-esm-imports.ts
4
4
 
5
5
  Fixed ESM imports in dist/
@@ -1,5 +1,5 @@
1
1
 
2
- > @auto-engineer/pipeline@1.56.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.58.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > vitest run --reporter=dot
4
4
 
5
5
 
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  27 passed (27)
11
11
   Tests  478 passed (478)
12
-  Start at  07:55:32
13
-  Duration  25.67s (transform 6.11s, setup 0ms, collect 11.77s, tests 22.89s, environment 15ms, prepare 16.98s)
12
+  Start at  15:17:28
13
+  Duration  25.63s (transform 6.89s, setup 0ms, collect 11.97s, tests 22.58s, environment 12ms, prepare 16.78s)
14
14
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @auto-engineer/pipeline@1.56.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
2
+ > @auto-engineer/pipeline@1.58.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @auto-engineer/pipeline
2
2
 
3
+ ## 1.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: sanitize malformed map types in field definitions
8
+ - **server-generator-apollo-emmett**: add sanitizeFieldType helper
9
+ - **server-generator-apollo-emmett**: emit SliceGenerationFailed for skipped fields
10
+ - **server-generator-apollo-emmett**: sanitize messages and track SkippedFieldInfo
11
+ - **server-generator-apollo-emmett**: add isValidTsIdentifier and filter inline fields
12
+
13
+ - [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244) Thanks [@osamanar](https://github.com/osamanar)! - - Fixed issues with app implementation in the React component implementer
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`dc97333`](https://github.com/BeOnAuto/auto-engineer/commit/dc973338ed6a5c7dcd204123a2935ed44ccf61e4), [`c031dbe`](https://github.com/BeOnAuto/auto-engineer/commit/c031dbeb471ddeb9713f5c872352e5a405dab244)]:
18
+ - @auto-engineer/file-store@1.59.0
19
+ - @auto-engineer/message-bus@1.59.0
20
+
21
+ ## 1.58.0
22
+
23
+ ### Minor Changes
24
+
25
+ - [`5c0ce7e`](https://github.com/BeOnAuto/auto-engineer/commit/5c0ce7e26f36b7809095cb16a7940ff9fc05314e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add isValidTsIdentifier and filter inline fields
26
+
27
+ - [`a90a25a`](https://github.com/BeOnAuto/auto-engineer/commit/a90a25a23c52783fd46dbde73cb9efa692e3b56a) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add sanitizeFieldType helper
28
+
29
+ - [`007bbbe`](https://github.com/BeOnAuto/auto-engineer/commit/007bbbe1fb3db946529e361500c32ba47053b3ee) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: emit SliceGenerationFailed for skipped fields
30
+
31
+ - [`301560d`](https://github.com/BeOnAuto/auto-engineer/commit/301560db8ce3dd13284439f86c12f9d51e29038e) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: update .env and package.json for bug report testing
32
+ - **submit-bug-report**: add pipeline command handler for bug reports
33
+ - **cli**: set process.env.SERVICE_TOKEN from configure endpoint
34
+ - **global**: version packages
35
+ - **typical**: add worker-to-server env vars to .env files
36
+
37
+ - [`1776bea`](https://github.com/BeOnAuto/auto-engineer/commit/1776beacf27511f883e3218a8436741451acfa4e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: sanitize messages and track SkippedFieldInfo
38
+
39
+ - [`ba39eef`](https://github.com/BeOnAuto/auto-engineer/commit/ba39eefefa76d2e6f75a4f98d3677a314deabafc) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: sanitize malformed map types in field definitions
40
+
41
+ ### Patch Changes
42
+
43
+ - [`5caa270`](https://github.com/BeOnAuto/auto-engineer/commit/5caa2705f4d6e1d958be91faa8de6dad2f449206) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add ketchup plan for malformed map type fix
44
+
45
+ - [`af365c0`](https://github.com/BeOnAuto/auto-engineer/commit/af365c050e347faf574d5561b5ee92b93cbc0899) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: add ketchup plan for invalid TS identifier fix
46
+
47
+ - [`1c58459`](https://github.com/BeOnAuto/auto-engineer/commit/1c5845991c59cfeebc0a5596b054bfd3f56a36fc) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: update ketchup plan — all bursts done
48
+
49
+ - [`da36c91`](https://github.com/BeOnAuto/auto-engineer/commit/da36c9111af0b15963f87b0ac75f81849f8b6c9f) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **server-generator-apollo-emmett**: rename SkippedFieldInfo to FieldIssue
50
+
51
+ - Updated dependencies [[`5caa270`](https://github.com/BeOnAuto/auto-engineer/commit/5caa2705f4d6e1d958be91faa8de6dad2f449206), [`5c0ce7e`](https://github.com/BeOnAuto/auto-engineer/commit/5c0ce7e26f36b7809095cb16a7940ff9fc05314e), [`a90a25a`](https://github.com/BeOnAuto/auto-engineer/commit/a90a25a23c52783fd46dbde73cb9efa692e3b56a), [`007bbbe`](https://github.com/BeOnAuto/auto-engineer/commit/007bbbe1fb3db946529e361500c32ba47053b3ee), [`301560d`](https://github.com/BeOnAuto/auto-engineer/commit/301560db8ce3dd13284439f86c12f9d51e29038e), [`af365c0`](https://github.com/BeOnAuto/auto-engineer/commit/af365c050e347faf574d5561b5ee92b93cbc0899), [`1c58459`](https://github.com/BeOnAuto/auto-engineer/commit/1c5845991c59cfeebc0a5596b054bfd3f56a36fc), [`1776bea`](https://github.com/BeOnAuto/auto-engineer/commit/1776beacf27511f883e3218a8436741451acfa4e), [`ba39eef`](https://github.com/BeOnAuto/auto-engineer/commit/ba39eefefa76d2e6f75a4f98d3677a314deabafc), [`da36c91`](https://github.com/BeOnAuto/auto-engineer/commit/da36c9111af0b15963f87b0ac75f81849f8b6c9f)]:
52
+ - @auto-engineer/file-store@1.58.0
53
+ - @auto-engineer/message-bus@1.58.0
54
+
3
55
  ## 1.57.0
4
56
 
5
57
  ### Minor Changes
package/package.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "get-port": "^7.1.0",
14
14
  "jose": "^5.9.6",
15
15
  "nanoid": "^5.0.0",
16
- "@auto-engineer/file-store": "1.57.0",
17
- "@auto-engineer/message-bus": "1.57.0"
16
+ "@auto-engineer/file-store": "1.59.0",
17
+ "@auto-engineer/message-bus": "1.59.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/cors": "^2.8.17",
@@ -23,7 +23,7 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "version": "1.57.0",
26
+ "version": "1.59.0",
27
27
  "scripts": {
28
28
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
29
29
  "test": "vitest run --reporter=dot",