@auto-engineer/job-graph-processor 1.125.1 → 1.128.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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +39 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.128.0 build /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
|
|
3
3
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
4
4
|
|
|
5
5
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.127.0 test /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
|
|
3
3
|
> vitest run --reporter=dot
|
|
4
4
|
|
|
5
5
|
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
[2m Test Files [22m [1m[32m12 passed[39m[22m[90m (12)[39m
|
|
11
11
|
[2m Tests [22m [1m[32m83 passed[39m[22m[90m (83)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 12:27:25
|
|
13
|
+
[2m Duration [22m 14.47s[2m (transform 4.31s, setup 0ms, collect 12.57s, tests 4.46s, environment 3ms, prepare 10.29s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.127.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/job-graph-processor
|
|
3
3
|
> tsc --noEmit
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @auto-engineer/job-graph-processor
|
|
2
2
|
|
|
3
|
+
## 1.128.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add ImageAssetSchema and DesignSchema for enhanced visual representation
|
|
8
|
+
- **pipeline**: update uuid dependency version in package.json and pnpm-lock.yaml
|
|
9
|
+
- **global**: version packages
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: ketchup plan for removing ESLint remnants after Biome migration
|
|
14
|
+
|
|
15
|
+
- [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead ESLint config references
|
|
16
|
+
|
|
17
|
+
- [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
|
|
18
|
+
|
|
19
|
+
- [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead eslint-disable comments across packages
|
|
20
|
+
|
|
21
|
+
- [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: mark all ESLint removal bursts as done in ketchup plan
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662), [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe), [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4), [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4), [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e), [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33)]:
|
|
24
|
+
- @auto-engineer/message-bus@1.128.0
|
|
25
|
+
|
|
26
|
+
## 1.127.0
|
|
27
|
+
|
|
28
|
+
### Minor Changes
|
|
29
|
+
|
|
30
|
+
- [`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added image asset and design schemas for enhanced visual representation in narratives
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **server-generator-apollo-emmett**: remove optional marker from projection state fields
|
|
35
|
+
- **global**: version packages
|
|
36
|
+
|
|
37
|
+
- [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Updated uuid dependency version to ensure compatibility and stability
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [[`f9352b5`](https://github.com/BeOnAuto/auto-engineer/commit/f9352b5c89c56c861633854c8fa90f16eed90e09), [`dce5b7c`](https://github.com/BeOnAuto/auto-engineer/commit/dce5b7c605de0d818c8c8687730b5f218fd1ea18), [`5e1c3fb`](https://github.com/BeOnAuto/auto-engineer/commit/5e1c3fbcd7fcb2c127b93f1dba25fd508dc680bf)]:
|
|
40
|
+
- @auto-engineer/message-bus@1.127.0
|
|
41
|
+
|
|
3
42
|
## 1.125.1
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|