@codedrifters/configulator 0.0.433 → 0.0.435
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 +17 -10
- package/lib/index.d.ts +17 -10
- package/lib/index.js +10 -10
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +10 -10
- package/lib/index.mjs.map +1 -1
- package/package.json +5 -5
package/lib/index.mjs
CHANGED
|
@@ -21039,7 +21039,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends Component3 {
|
|
|
21039
21039
|
super(project);
|
|
21040
21040
|
project.tryFindObjectFile("package.json")?.addDeletionOverride("pnpm");
|
|
21041
21041
|
this.fileName = options.fileName ?? "pnpm-workspace.yaml";
|
|
21042
|
-
this.minimumReleaseAge = options.minimumReleaseAge ?? MINIMUM_RELEASE_AGE.
|
|
21042
|
+
this.minimumReleaseAge = options.minimumReleaseAge ?? MINIMUM_RELEASE_AGE.ONE_WEEK;
|
|
21043
21043
|
this.minimumReleaseAgeExclude = options.minimumReleaseAgeExclude ? ["@codedrifters/*", ...options.minimumReleaseAgeExclude] : ["@codedrifters/*"];
|
|
21044
21044
|
this.onlyBuiltDependencies = options.onlyBuiltDependencies ? options.onlyBuiltDependencies : [];
|
|
21045
21045
|
this.ignoredBuiltDependencies = options.ignoredBuiltDependencies ? options.ignoredBuiltDependencies : [];
|
|
@@ -21052,7 +21052,7 @@ var PnpmWorkspace = class _PnpmWorkspace extends Component3 {
|
|
|
21052
21052
|
this.verifyDepsBeforeRun = options.verifyDepsBeforeRun;
|
|
21053
21053
|
this.catalogMode = options.catalogMode;
|
|
21054
21054
|
this.cleanupUnusedCatalogs = options.cleanupUnusedCatalogs;
|
|
21055
|
-
this.minimumReleaseAgeStrict = options.minimumReleaseAgeStrict;
|
|
21055
|
+
this.minimumReleaseAgeStrict = options.minimumReleaseAgeStrict ?? false;
|
|
21056
21056
|
this.minimumReleaseAgeIgnoreMissingTime = options.minimumReleaseAgeIgnoreMissingTime;
|
|
21057
21057
|
project.addPackageIgnore(this.fileName);
|
|
21058
21058
|
project.tryRemoveFile(this.fileName);
|
|
@@ -34421,19 +34421,19 @@ var VERSION = {
|
|
|
34421
34421
|
/**
|
|
34422
34422
|
* Version of Astro to pin for AstroProject scaffolding.
|
|
34423
34423
|
*/
|
|
34424
|
-
ASTRO_VERSION: "7.
|
|
34424
|
+
ASTRO_VERSION: "7.2.0",
|
|
34425
34425
|
/**
|
|
34426
34426
|
* CDK CLI for workflows and command line operations.
|
|
34427
34427
|
*
|
|
34428
34428
|
* CLI and lib are versioned separately, so this is the CLI version.
|
|
34429
34429
|
*/
|
|
34430
|
-
AWS_CDK_CLI_VERSION: "2.1135.
|
|
34430
|
+
AWS_CDK_CLI_VERSION: "2.1135.1",
|
|
34431
34431
|
/**
|
|
34432
34432
|
* CDK Version to use for construct projects.
|
|
34433
34433
|
*
|
|
34434
34434
|
* CLI and lib are versioned separately, so this is the lib version.
|
|
34435
34435
|
*/
|
|
34436
|
-
AWS_CDK_LIB_VERSION: "2.
|
|
34436
|
+
AWS_CDK_LIB_VERSION: "2.264.0",
|
|
34437
34437
|
/**
|
|
34438
34438
|
* Version of the AWS Constructs library to use.
|
|
34439
34439
|
*/
|
|
@@ -34450,11 +34450,11 @@ var VERSION = {
|
|
|
34450
34450
|
/**
|
|
34451
34451
|
* Version of PNPM to use in workflows at github actions.
|
|
34452
34452
|
*/
|
|
34453
|
-
PNPM_VERSION: "11.
|
|
34453
|
+
PNPM_VERSION: "11.21.0",
|
|
34454
34454
|
/**
|
|
34455
34455
|
* Version of Projen to use.
|
|
34456
34456
|
*/
|
|
34457
|
-
PROJEN_VERSION: "0.101.
|
|
34457
|
+
PROJEN_VERSION: "0.101.31",
|
|
34458
34458
|
/**
|
|
34459
34459
|
* Version of `actions/setup-node` to use in GitHub workflows.
|
|
34460
34460
|
* Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
|
|
@@ -34468,15 +34468,15 @@ var VERSION = {
|
|
|
34468
34468
|
/**
|
|
34469
34469
|
* Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
|
|
34470
34470
|
*/
|
|
34471
|
-
STARLIGHT_VERSION: "0.41.
|
|
34471
|
+
STARLIGHT_VERSION: "0.41.7",
|
|
34472
34472
|
/**
|
|
34473
34473
|
* What version of the turborepo library should we use?
|
|
34474
34474
|
*/
|
|
34475
|
-
TURBO_VERSION: "2.10.
|
|
34475
|
+
TURBO_VERSION: "2.10.9",
|
|
34476
34476
|
/**
|
|
34477
34477
|
* Version of `@types/node` to use across all packages (pnpm catalog).
|
|
34478
34478
|
*/
|
|
34479
|
-
TYPES_NODE_VERSION: "26.
|
|
34479
|
+
TYPES_NODE_VERSION: "26.2.0",
|
|
34480
34480
|
/**
|
|
34481
34481
|
* What version of Vite to use (pnpm override). Pinned to 5.x so Vitest 4.x
|
|
34482
34482
|
* can load config (Vite 6+/7+ are ESM-only; see issue #142). Remove override
|