@codedrifters/configulator 0.0.432 → 0.0.434

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/lib/index.d.mts CHANGED
@@ -11362,19 +11362,19 @@ declare const VERSION: {
11362
11362
  /**
11363
11363
  * Version of Astro to pin for AstroProject scaffolding.
11364
11364
  */
11365
- readonly ASTRO_VERSION: "7.1.6";
11365
+ readonly ASTRO_VERSION: "7.2.0";
11366
11366
  /**
11367
11367
  * CDK CLI for workflows and command line operations.
11368
11368
  *
11369
11369
  * CLI and lib are versioned separately, so this is the CLI version.
11370
11370
  */
11371
- readonly AWS_CDK_CLI_VERSION: "2.1135.0";
11371
+ readonly AWS_CDK_CLI_VERSION: "2.1135.1";
11372
11372
  /**
11373
11373
  * CDK Version to use for construct projects.
11374
11374
  *
11375
11375
  * CLI and lib are versioned separately, so this is the lib version.
11376
11376
  */
11377
- readonly AWS_CDK_LIB_VERSION: "2.263.0";
11377
+ readonly AWS_CDK_LIB_VERSION: "2.264.0";
11378
11378
  /**
11379
11379
  * Version of the AWS Constructs library to use.
11380
11380
  */
@@ -11391,11 +11391,11 @@ declare const VERSION: {
11391
11391
  /**
11392
11392
  * Version of PNPM to use in workflows at github actions.
11393
11393
  */
11394
- readonly PNPM_VERSION: "11.20.0";
11394
+ readonly PNPM_VERSION: "11.21.0";
11395
11395
  /**
11396
11396
  * Version of Projen to use.
11397
11397
  */
11398
- readonly PROJEN_VERSION: "0.101.25";
11398
+ readonly PROJEN_VERSION: "0.101.31";
11399
11399
  /**
11400
11400
  * Version of `actions/setup-node` to use in GitHub workflows.
11401
11401
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -11409,15 +11409,15 @@ declare const VERSION: {
11409
11409
  /**
11410
11410
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
11411
11411
  */
11412
- readonly STARLIGHT_VERSION: "0.41.6";
11412
+ readonly STARLIGHT_VERSION: "0.41.7";
11413
11413
  /**
11414
11414
  * What version of the turborepo library should we use?
11415
11415
  */
11416
- readonly TURBO_VERSION: "2.10.8";
11416
+ readonly TURBO_VERSION: "2.10.9";
11417
11417
  /**
11418
11418
  * Version of `@types/node` to use across all packages (pnpm catalog).
11419
11419
  */
11420
- readonly TYPES_NODE_VERSION: "26.1.2";
11420
+ readonly TYPES_NODE_VERSION: "26.2.0";
11421
11421
  /**
11422
11422
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
11423
11423
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
@@ -11532,7 +11532,7 @@ interface PnpmWorkspaceOptions {
11532
11532
  *
11533
11533
  * See: https://pnpm.io/settings#minimumreleaseage
11534
11534
  *
11535
- * @default MINIMUM_RELEASE_AGE.ONE_DAY
11535
+ * @default MINIMUM_RELEASE_AGE.ONE_WEEK
11536
11536
  */
11537
11537
  readonly minimumReleaseAge?: ValueOf<typeof MINIMUM_RELEASE_AGE>;
11538
11538
  /**
@@ -11754,9 +11754,14 @@ interface PnpmWorkspaceOptions {
11754
11754
  * satisfies the age constraint. `true` fails the install; `false` falls
11755
11755
  * back to an older version that does satisfy the age constraint.
11756
11756
  *
11757
+ * Either way the quarantine holds — a package younger than
11758
+ * `minimumReleaseAge` is never installed. This setting only chooses the
11759
+ * failure mode when no mature version is available: hard error, or
11760
+ * resolution to an older mature version.
11761
+ *
11757
11762
  * Introduced in pnpm 11.0.
11758
11763
  *
11759
- * @default undefined (key omitted; pnpm uses its built-in default)
11764
+ * @default false
11760
11765
  *
11761
11766
  * @see https://pnpm.io/settings#minimumreleaseagestrict
11762
11767
  */
@@ -11929,6 +11934,8 @@ declare class PnpmWorkspace extends Component {
11929
11934
  * Whether `minimumReleaseAge` resolution fails when no version satisfies
11930
11935
  * the age constraint. Introduced in pnpm 11.0.
11931
11936
  *
11937
+ * @default false
11938
+ *
11932
11939
  * @see https://pnpm.io/settings#minimumreleaseagestrict
11933
11940
  */
11934
11941
  minimumReleaseAgeStrict?: boolean;
package/lib/index.d.ts CHANGED
@@ -11411,19 +11411,19 @@ declare const VERSION: {
11411
11411
  /**
11412
11412
  * Version of Astro to pin for AstroProject scaffolding.
11413
11413
  */
11414
- readonly ASTRO_VERSION: "7.1.6";
11414
+ readonly ASTRO_VERSION: "7.2.0";
11415
11415
  /**
11416
11416
  * CDK CLI for workflows and command line operations.
11417
11417
  *
11418
11418
  * CLI and lib are versioned separately, so this is the CLI version.
11419
11419
  */
11420
- readonly AWS_CDK_CLI_VERSION: "2.1135.0";
11420
+ readonly AWS_CDK_CLI_VERSION: "2.1135.1";
11421
11421
  /**
11422
11422
  * CDK Version to use for construct projects.
11423
11423
  *
11424
11424
  * CLI and lib are versioned separately, so this is the lib version.
11425
11425
  */
11426
- readonly AWS_CDK_LIB_VERSION: "2.263.0";
11426
+ readonly AWS_CDK_LIB_VERSION: "2.264.0";
11427
11427
  /**
11428
11428
  * Version of the AWS Constructs library to use.
11429
11429
  */
@@ -11440,11 +11440,11 @@ declare const VERSION: {
11440
11440
  /**
11441
11441
  * Version of PNPM to use in workflows at github actions.
11442
11442
  */
11443
- readonly PNPM_VERSION: "11.20.0";
11443
+ readonly PNPM_VERSION: "11.21.0";
11444
11444
  /**
11445
11445
  * Version of Projen to use.
11446
11446
  */
11447
- readonly PROJEN_VERSION: "0.101.25";
11447
+ readonly PROJEN_VERSION: "0.101.31";
11448
11448
  /**
11449
11449
  * Version of `actions/setup-node` to use in GitHub workflows.
11450
11450
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -11458,15 +11458,15 @@ declare const VERSION: {
11458
11458
  /**
11459
11459
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
11460
11460
  */
11461
- readonly STARLIGHT_VERSION: "0.41.6";
11461
+ readonly STARLIGHT_VERSION: "0.41.7";
11462
11462
  /**
11463
11463
  * What version of the turborepo library should we use?
11464
11464
  */
11465
- readonly TURBO_VERSION: "2.10.8";
11465
+ readonly TURBO_VERSION: "2.10.9";
11466
11466
  /**
11467
11467
  * Version of `@types/node` to use across all packages (pnpm catalog).
11468
11468
  */
11469
- readonly TYPES_NODE_VERSION: "26.1.2";
11469
+ readonly TYPES_NODE_VERSION: "26.2.0";
11470
11470
  /**
11471
11471
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
11472
11472
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
@@ -11581,7 +11581,7 @@ interface PnpmWorkspaceOptions {
11581
11581
  *
11582
11582
  * See: https://pnpm.io/settings#minimumreleaseage
11583
11583
  *
11584
- * @default MINIMUM_RELEASE_AGE.ONE_DAY
11584
+ * @default MINIMUM_RELEASE_AGE.ONE_WEEK
11585
11585
  */
11586
11586
  readonly minimumReleaseAge?: ValueOf<typeof MINIMUM_RELEASE_AGE>;
11587
11587
  /**
@@ -11803,9 +11803,14 @@ interface PnpmWorkspaceOptions {
11803
11803
  * satisfies the age constraint. `true` fails the install; `false` falls
11804
11804
  * back to an older version that does satisfy the age constraint.
11805
11805
  *
11806
+ * Either way the quarantine holds — a package younger than
11807
+ * `minimumReleaseAge` is never installed. This setting only chooses the
11808
+ * failure mode when no mature version is available: hard error, or
11809
+ * resolution to an older mature version.
11810
+ *
11806
11811
  * Introduced in pnpm 11.0.
11807
11812
  *
11808
- * @default undefined (key omitted; pnpm uses its built-in default)
11813
+ * @default false
11809
11814
  *
11810
11815
  * @see https://pnpm.io/settings#minimumreleaseagestrict
11811
11816
  */
@@ -11978,6 +11983,8 @@ declare class PnpmWorkspace extends Component {
11978
11983
  * Whether `minimumReleaseAge` resolution fails when no version satisfies
11979
11984
  * the age constraint. Introduced in pnpm 11.0.
11980
11985
  *
11986
+ * @default false
11987
+ *
11981
11988
  * @see https://pnpm.io/settings#minimumreleaseagestrict
11982
11989
  */
11983
11990
  minimumReleaseAgeStrict?: boolean;
package/lib/index.js CHANGED
@@ -21433,7 +21433,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends import_projen.Component {
21433
21433
  super(project);
21434
21434
  project.tryFindObjectFile("package.json")?.addDeletionOverride("pnpm");
21435
21435
  this.fileName = options.fileName ?? "pnpm-workspace.yaml";
21436
- this.minimumReleaseAge = options.minimumReleaseAge ?? MINIMUM_RELEASE_AGE.ONE_DAY;
21436
+ this.minimumReleaseAge = options.minimumReleaseAge ?? MINIMUM_RELEASE_AGE.ONE_WEEK;
21437
21437
  this.minimumReleaseAgeExclude = options.minimumReleaseAgeExclude ? ["@codedrifters/*", ...options.minimumReleaseAgeExclude] : ["@codedrifters/*"];
21438
21438
  this.onlyBuiltDependencies = options.onlyBuiltDependencies ? options.onlyBuiltDependencies : [];
21439
21439
  this.ignoredBuiltDependencies = options.ignoredBuiltDependencies ? options.ignoredBuiltDependencies : [];
@@ -21446,7 +21446,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends import_projen.Component {
21446
21446
  this.verifyDepsBeforeRun = options.verifyDepsBeforeRun;
21447
21447
  this.catalogMode = options.catalogMode;
21448
21448
  this.cleanupUnusedCatalogs = options.cleanupUnusedCatalogs;
21449
- this.minimumReleaseAgeStrict = options.minimumReleaseAgeStrict;
21449
+ this.minimumReleaseAgeStrict = options.minimumReleaseAgeStrict ?? false;
21450
21450
  this.minimumReleaseAgeIgnoreMissingTime = options.minimumReleaseAgeIgnoreMissingTime;
21451
21451
  project.addPackageIgnore(this.fileName);
21452
21452
  project.tryRemoveFile(this.fileName);
@@ -34815,19 +34815,19 @@ var VERSION = {
34815
34815
  /**
34816
34816
  * Version of Astro to pin for AstroProject scaffolding.
34817
34817
  */
34818
- ASTRO_VERSION: "7.1.6",
34818
+ ASTRO_VERSION: "7.2.0",
34819
34819
  /**
34820
34820
  * CDK CLI for workflows and command line operations.
34821
34821
  *
34822
34822
  * CLI and lib are versioned separately, so this is the CLI version.
34823
34823
  */
34824
- AWS_CDK_CLI_VERSION: "2.1135.0",
34824
+ AWS_CDK_CLI_VERSION: "2.1135.1",
34825
34825
  /**
34826
34826
  * CDK Version to use for construct projects.
34827
34827
  *
34828
34828
  * CLI and lib are versioned separately, so this is the lib version.
34829
34829
  */
34830
- AWS_CDK_LIB_VERSION: "2.263.0",
34830
+ AWS_CDK_LIB_VERSION: "2.264.0",
34831
34831
  /**
34832
34832
  * Version of the AWS Constructs library to use.
34833
34833
  */
@@ -34844,11 +34844,11 @@ var VERSION = {
34844
34844
  /**
34845
34845
  * Version of PNPM to use in workflows at github actions.
34846
34846
  */
34847
- PNPM_VERSION: "11.20.0",
34847
+ PNPM_VERSION: "11.21.0",
34848
34848
  /**
34849
34849
  * Version of Projen to use.
34850
34850
  */
34851
- PROJEN_VERSION: "0.101.25",
34851
+ PROJEN_VERSION: "0.101.31",
34852
34852
  /**
34853
34853
  * Version of `actions/setup-node` to use in GitHub workflows.
34854
34854
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -34862,15 +34862,15 @@ var VERSION = {
34862
34862
  /**
34863
34863
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
34864
34864
  */
34865
- STARLIGHT_VERSION: "0.41.6",
34865
+ STARLIGHT_VERSION: "0.41.7",
34866
34866
  /**
34867
34867
  * What version of the turborepo library should we use?
34868
34868
  */
34869
- TURBO_VERSION: "2.10.8",
34869
+ TURBO_VERSION: "2.10.9",
34870
34870
  /**
34871
34871
  * Version of `@types/node` to use across all packages (pnpm catalog).
34872
34872
  */
34873
- TYPES_NODE_VERSION: "26.1.2",
34873
+ TYPES_NODE_VERSION: "26.2.0",
34874
34874
  /**
34875
34875
  * What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
34876
34876
  * can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
@@ -41533,7 +41533,7 @@ var MonorepoProject = class extends import_typescript3.TypeScriptAppProject {
41533
41533
  workflowOptions: {
41534
41534
  schedule: import_javascript3.UpgradeDependenciesSchedule.DAILY
41535
41535
  },
41536
- cooldown: 1
41536
+ cooldown: 7
41537
41537
  },
41538
41538
  /**
41539
41539
  * Disable tsconfig.dev.json in the root since we aren't going to be
@@ -42040,7 +42040,7 @@ var TypeScriptProject = class extends import_projen24.typescript.TypeScriptProje
42040
42040
  workflowOptions: {
42041
42041
  schedule: import_javascript4.UpgradeDependenciesSchedule.WEEKLY
42042
42042
  },
42043
- cooldown: 1
42043
+ cooldown: 7
42044
42044
  } : {}
42045
42045
  },
42046
42046
  /**
@@ -43995,7 +43995,7 @@ var AwsCdkProject = class extends import_projen31.awscdk.AwsCdkTypeScriptApp {
43995
43995
  workflowOptions: {
43996
43996
  schedule: import_javascript5.UpgradeDependenciesSchedule.WEEKLY
43997
43997
  },
43998
- cooldown: 1
43998
+ cooldown: 7
43999
43999
  },
44000
44000
  /**
44001
44001
  * Only release when the package source content or package.json changes.