@turbo/types 2.10.8-canary.2 → 2.10.8-canary.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/types",
3
- "version": "2.10.8-canary.2",
3
+ "version": "2.10.8-canary.3",
4
4
  "description": "Turborepo types",
5
5
  "homepage": "https://turborepo.dev",
6
6
  "bugs": {
@@ -30,14 +30,5 @@
30
30
  "typescript": "npm:@typescript/typescript6@^6.0.1",
31
31
  "typescript-7": "npm:typescript@7.0.1-rc",
32
32
  "@turbo/tsconfig": "0.0.0"
33
- },
34
- "scripts": {
35
- "build": "tsc",
36
- "lint:prettier": "prettier -c . --cache",
37
- "generate-schema": "cargo run -p turborepo-schema-gen -- schema -o schemas/schema.json && cargo run -p turborepo-schema-gen -- typescript -o src/types/config-v2.ts && pnpm exec oxfmt schemas/schema.json src/types/config-v2.ts",
38
- "generate-schema:legacy": "tsx scripts/generate-schema.ts",
39
- "verify-schema": "cargo run -p turborepo-schema-gen -- verify --schema schemas/schema.json --typescript src/types/config-v2.ts",
40
- "copy-schema": "cp schemas/schema.json ../turbo/schema.json",
41
- "package:types": "attw --profile node16 --pack"
42
33
  }
43
34
  }
@@ -330,6 +330,11 @@
330
330
  "default": false,
331
331
  "type": "boolean"
332
332
  },
333
+ "githubActionsRemoteBaseRefFallback": {
334
+ "description": "When GitHub Actions reports a base branch that is not available as a local ref, fall back to `origin/<branch>`. This supports detached checkouts where only remote-tracking refs are present.",
335
+ "default": false,
336
+ "type": "boolean"
337
+ },
333
338
  "strictTaskEntrypointSelection": {
334
339
  "description": "Select requested task entrypoints according to whether the task resolves a command in the repository. When any package can run a requested task, packages without a command are not used as entrypoints. Tasks with no command anywhere remain available for graph-only orchestration, and missing tasks reached as dependencies remain in the Task Graph.",
335
340
  "default": false,
@@ -286,6 +286,11 @@
286
286
  "default": false,
287
287
  "type": "boolean"
288
288
  },
289
+ "githubActionsRemoteBaseRefFallback": {
290
+ "description": "When GitHub Actions reports a base branch that is not available as a local ref, fall back to `origin/<branch>`. This supports detached checkouts where only remote-tracking refs are present.",
291
+ "default": false,
292
+ "type": "boolean"
293
+ },
289
294
  "errorsOnlyShowHash": {
290
295
  "description": "When using `outputLogs: \"errors-only\"`, show task hashes when tasks complete successfully. This provides visibility into which tasks are running without showing full output logs.",
291
296
  "default": false,
@@ -266,6 +266,14 @@ export interface FutureFlags {
266
266
  * @defaultValue `false`
267
267
  */
268
268
  affectedUsingTaskInputs?: boolean;
269
+ /**
270
+ * When GitHub Actions reports a base branch that is not available as a
271
+ * local ref, fall back to `origin/<branch>`. This supports detached
272
+ * checkouts where only remote-tracking refs are present.
273
+ *
274
+ * @defaultValue `false`
275
+ */
276
+ githubActionsRemoteBaseRefFallback?: boolean;
269
277
  /**
270
278
  * Use task-level `inputs` globs to determine which tasks to re-run when
271
279
  * files change in `turbo watch`. When enabled, only tasks whose declared