@auto-engineer/job-graph-processor 1.47.0 → 1.53.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 +107 -0
- package/package.json +5 -4
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.53.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.52.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[32m81 passed[39m[22m[90m (81)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
12
|
+
[2m Start at [22m 04:10:40
|
|
13
|
+
[2m Duration [22m 10.92s[2m (transform 2.48s, setup 0ms, collect 7.63s, tests 4.00s, environment 22ms, prepare 7.25s)[22m
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @auto-engineer/job-graph-processor@1.
|
|
2
|
+
> @auto-engineer/job-graph-processor@1.52.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,112 @@
|
|
|
1
1
|
# @auto-engineer/job-graph-processor
|
|
2
2
|
|
|
3
|
+
## 1.53.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **global**: fix npmrc and remove prepublishOnly scripts
|
|
8
|
+
- **global**: version packages
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed authentication token path configuration for package publishing
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`2a0aa7c`](https://github.com/BeOnAuto/auto-engineer/commit/2a0aa7c847624c383493704a2db1fc3f6baf0550), [`26b3f6c`](https://github.com/BeOnAuto/auto-engineer/commit/26b3f6cd80eda2b5378d196a695b4db9b0dab21a)]:
|
|
15
|
+
- @auto-engineer/message-bus@1.53.0
|
|
16
|
+
|
|
17
|
+
## 1.52.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add auth token configuration to .npmrc
|
|
22
|
+
- **root**: add passThroughEnv for environment variables
|
|
23
|
+
- **root**: add release script to all packages and update turbo configuration
|
|
24
|
+
- **root**: add --no-git-checks option to publish command
|
|
25
|
+
- **root**: add workspace concurrency option to publish command
|
|
26
|
+
|
|
27
|
+
- [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Fixed npm registry configuration for package publishing
|
|
28
|
+
- Removed prepublishOnly scripts across packages
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [[`446f3f1`](https://github.com/BeOnAuto/auto-engineer/commit/446f3f1a03e1bc432ea3944d03a1e2bb43b6d009), [`c40f3ae`](https://github.com/BeOnAuto/auto-engineer/commit/c40f3ae6336115bdf2a5e4fcec9707cd9e32b5a7)]:
|
|
33
|
+
- @auto-engineer/message-bus@1.52.0
|
|
34
|
+
|
|
35
|
+
## 1.51.0
|
|
36
|
+
|
|
37
|
+
### Minor Changes
|
|
38
|
+
|
|
39
|
+
- [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
|
|
40
|
+
|
|
41
|
+
- [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add passThroughEnv for environment variables
|
|
42
|
+
- **root**: add release script to all packages and update turbo configuration
|
|
43
|
+
- **root**: add --no-git-checks option to publish command
|
|
44
|
+
- **root**: add workspace concurrency option to publish command
|
|
45
|
+
- **global**: version packages
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [[`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59), [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad)]:
|
|
50
|
+
- @auto-engineer/message-bus@1.51.0
|
|
51
|
+
|
|
52
|
+
## 1.50.0
|
|
53
|
+
|
|
54
|
+
### Minor Changes
|
|
55
|
+
|
|
56
|
+
- [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
|
|
57
|
+
|
|
58
|
+
- [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add release script to all packages and update turbo configuration
|
|
59
|
+
- **root**: add --no-git-checks option to publish command
|
|
60
|
+
- **root**: add workspace concurrency option to publish command
|
|
61
|
+
- **global**: version packages
|
|
62
|
+
- **global**: version packages
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- Updated dependencies [[`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888), [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501)]:
|
|
67
|
+
- @auto-engineer/message-bus@1.50.0
|
|
68
|
+
|
|
69
|
+
## 1.49.0
|
|
70
|
+
|
|
71
|
+
### Minor Changes
|
|
72
|
+
|
|
73
|
+
- [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
|
|
74
|
+
- Updated turbo configuration to support the new release workflow
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add --no-git-checks option to publish command
|
|
79
|
+
- **root**: add workspace concurrency option to publish command
|
|
80
|
+
- **global**: version packages
|
|
81
|
+
- **global**: version packages
|
|
82
|
+
- Updated dependencies [[`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e), [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb)]:
|
|
83
|
+
- @auto-engineer/message-bus@1.49.0
|
|
84
|
+
|
|
85
|
+
## 1.48.1
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- [`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added `--no-git-checks` option to the publish command to skip git validation during publishing
|
|
90
|
+
|
|
91
|
+
- [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **root**: add workspace concurrency option to publish command
|
|
92
|
+
- **global**: version packages
|
|
93
|
+
- Updated dependencies [[`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e), [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d)]:
|
|
94
|
+
- @auto-engineer/message-bus@1.48.1
|
|
95
|
+
|
|
96
|
+
## 1.48.0
|
|
97
|
+
|
|
98
|
+
### Minor Changes
|
|
99
|
+
|
|
100
|
+
- [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **dev-server**: add port option and wait for HTTP readiness in start commands
|
|
101
|
+
- **global**: version packages
|
|
102
|
+
|
|
103
|
+
### Patch Changes
|
|
104
|
+
|
|
105
|
+
- [`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added workspace concurrency option to the publish command for faster parallel publishing
|
|
106
|
+
|
|
107
|
+
- Updated dependencies [[`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce), [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5)]:
|
|
108
|
+
- @auto-engineer/message-bus@1.48.0
|
|
109
|
+
|
|
3
110
|
## 1.47.0
|
|
4
111
|
|
|
5
112
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -7,19 +7,20 @@
|
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@event-driven-io/emmett": "^0.38.2",
|
|
9
9
|
"nanoid": "^5.0.0",
|
|
10
|
-
"@auto-engineer/message-bus": "1.
|
|
10
|
+
"@auto-engineer/message-bus": "1.53.0"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@auto-engineer/pipeline": "1.
|
|
13
|
+
"@auto-engineer/pipeline": "1.53.0"
|
|
14
14
|
},
|
|
15
15
|
"publishConfig": {
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
|
-
"version": "1.
|
|
18
|
+
"version": "1.53.0",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
21
21
|
"test": "vitest run --reporter=dot",
|
|
22
22
|
"test:coverage": "vitest run --reporter=dot --coverage --coverage.reporter=text",
|
|
23
|
-
"type-check": "tsc --noEmit"
|
|
23
|
+
"type-check": "tsc --noEmit",
|
|
24
|
+
"release": "pnpm publish --no-git-checks"
|
|
24
25
|
}
|
|
25
26
|
}
|