@auto-engineer/pipeline 1.47.0 → 1.51.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 +2 -1
- package/.turbo/turbo-test.log +4 -3
- package/.turbo/turbo-type-check.log +2 -1
- package/CHANGELOG.md +80 -0
- package/package.json +5 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/auto-engineer/auto-engineer/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
3
|
+
> @auto-engineer/pipeline@1.51.0 build /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
3
4
|
> tsc && tsx ../../scripts/fix-esm-imports.ts
|
|
4
5
|
|
|
5
6
|
Fixed ESM imports in dist/
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/auto-engineer/auto-engineer/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
3
|
+
> @auto-engineer/pipeline@1.50.0 test /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
3
4
|
> vitest run --reporter=dot
|
|
4
5
|
|
|
5
6
|
|
|
@@ -9,6 +10,6 @@
|
|
|
9
10
|
|
|
10
11
|
[2m Test Files [22m [1m[32m27 passed[39m[22m[90m (27)[39m
|
|
11
12
|
[2m Tests [22m [1m[32m478 passed[39m[22m[90m (478)[39m
|
|
12
|
-
[2m Start at [22m
|
|
13
|
-
[2m Duration [22m
|
|
13
|
+
[2m Start at [22m 03:54:59
|
|
14
|
+
[2m Duration [22m 25.35s[2m (transform 6.38s, setup 0ms, collect 11.53s, tests 21.86s, environment 35ms, prepare 17.36s)[22m
|
|
14
15
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/auto-engineer/auto-engineer/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @auto-engineer/pipeline@1.
|
|
3
|
+
> @auto-engineer/pipeline@1.50.0 type-check /home/runner/work/auto-engineer/auto-engineer/packages/pipeline
|
|
3
4
|
> tsc --noEmit
|
|
4
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,85 @@
|
|
|
1
1
|
# @auto-engineer/pipeline
|
|
2
2
|
|
|
3
|
+
## 1.51.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added authentication token configuration for npm registry access
|
|
8
|
+
|
|
9
|
+
- [`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
|
|
10
|
+
- **root**: add release script to all packages and update turbo configuration
|
|
11
|
+
- **root**: add --no-git-checks option to publish command
|
|
12
|
+
- **root**: add workspace concurrency option to publish command
|
|
13
|
+
- **global**: version packages
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`899968b`](https://github.com/BeOnAuto/auto-engineer/commit/899968bfd8ceea2e9075d94fd574399c1457fd59), [`f42a264`](https://github.com/BeOnAuto/auto-engineer/commit/f42a2646cc454d7cafbb9b19a917b0ff08ba81ad)]:
|
|
18
|
+
- @auto-engineer/file-store@1.51.0
|
|
19
|
+
- @auto-engineer/message-bus@1.51.0
|
|
20
|
+
|
|
21
|
+
## 1.50.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added environment variable passthrough configuration for build pipeline
|
|
26
|
+
|
|
27
|
+
- [`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
|
|
28
|
+
- **root**: add --no-git-checks option to publish command
|
|
29
|
+
- **root**: add workspace concurrency option to publish command
|
|
30
|
+
- **global**: version packages
|
|
31
|
+
- **global**: version packages
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [[`56634f5`](https://github.com/BeOnAuto/auto-engineer/commit/56634f599f68cdd490a2399f1ec0b99be1806888), [`925724f`](https://github.com/BeOnAuto/auto-engineer/commit/925724fee777b7b559260d202abbe4f873c17501)]:
|
|
36
|
+
- @auto-engineer/file-store@1.50.0
|
|
37
|
+
- @auto-engineer/message-bus@1.50.0
|
|
38
|
+
|
|
39
|
+
## 1.49.0
|
|
40
|
+
|
|
41
|
+
### Minor Changes
|
|
42
|
+
|
|
43
|
+
- [`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added release script to all packages for streamlined publishing
|
|
44
|
+
- Updated turbo configuration to support the new release workflow
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- [`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
|
|
49
|
+
- **root**: add workspace concurrency option to publish command
|
|
50
|
+
- **global**: version packages
|
|
51
|
+
- **global**: version packages
|
|
52
|
+
- Updated dependencies [[`1c040de`](https://github.com/BeOnAuto/auto-engineer/commit/1c040dee0ddcd66572d32f5cddcef27c79f9ba9e), [`f7bdda2`](https://github.com/BeOnAuto/auto-engineer/commit/f7bdda263f9736fe049044bb1e106552c48380fb)]:
|
|
53
|
+
- @auto-engineer/file-store@1.49.0
|
|
54
|
+
- @auto-engineer/message-bus@1.49.0
|
|
55
|
+
|
|
56
|
+
## 1.48.1
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- [`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
|
|
61
|
+
|
|
62
|
+
- [`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
|
|
63
|
+
- **global**: version packages
|
|
64
|
+
- Updated dependencies [[`d76dfc5`](https://github.com/BeOnAuto/auto-engineer/commit/d76dfc5777eb7f68a05f8a1377e58367d88ddf4e), [`e971532`](https://github.com/BeOnAuto/auto-engineer/commit/e97153233f25503a8a0c792c711b75baf032830d)]:
|
|
65
|
+
- @auto-engineer/file-store@1.48.1
|
|
66
|
+
- @auto-engineer/message-bus@1.48.1
|
|
67
|
+
|
|
68
|
+
## 1.48.0
|
|
69
|
+
|
|
70
|
+
### Minor Changes
|
|
71
|
+
|
|
72
|
+
- [`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
|
|
73
|
+
- **global**: version packages
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- [`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
|
|
78
|
+
|
|
79
|
+
- Updated dependencies [[`80e3074`](https://github.com/BeOnAuto/auto-engineer/commit/80e3074bef226c672c7913a50f4a0fcd081bb6ce), [`4415c1f`](https://github.com/BeOnAuto/auto-engineer/commit/4415c1fa6c2f2354f9cbd1e4ba0cc74758e5f4b5)]:
|
|
80
|
+
- @auto-engineer/file-store@1.48.0
|
|
81
|
+
- @auto-engineer/message-bus@1.48.0
|
|
82
|
+
|
|
3
83
|
## 1.47.0
|
|
4
84
|
|
|
5
85
|
### 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.
|
|
17
|
-
"@auto-engineer/message-bus": "1.
|
|
16
|
+
"@auto-engineer/file-store": "1.51.0",
|
|
17
|
+
"@auto-engineer/message-bus": "1.51.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.
|
|
26
|
+
"version": "1.51.0",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts",
|
|
29
29
|
"test": "vitest run --reporter=dot",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"test:e2e": "vitest run --reporter=dot --include 'src/**/*.e2e.specs.ts'",
|
|
32
32
|
"type-check": "tsc --noEmit",
|
|
33
33
|
"e2e:kanban": "tsx scripts/run-kanban-e2e.ts",
|
|
34
|
-
"serve": "tsx --watch scripts/start-server.ts"
|
|
34
|
+
"serve": "tsx --watch scripts/start-server.ts",
|
|
35
|
+
"release": "pnpm publish --no-git-checks"
|
|
35
36
|
}
|
|
36
37
|
}
|