@xylabs/ts-scripts-yarn3 3.1.21 → 3.2.1

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.
@@ -29,7 +29,7 @@ const deploy = () => {
29
29
  ["yarn", "xy build"],
30
30
  ["yarn", "xy cycle"],
31
31
  ["yarn", "version apply --all"],
32
- ["yarn", "workspaces foreach -pt npm publish"]
32
+ ["yarn", "workspaces foreach -all npm publish"]
33
33
  ]);
34
34
  };
35
35
  // Annotate the CommonJS export names for ESM import in node:
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -pt npm publish'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,SAAS,MAAM;AAC1B,aAAO,qBAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,oCAAoC;AAAA,EAC/C,CAAC;AACH;","names":[]}
1
+ {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -all npm publish'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,SAAS,MAAM;AAC1B,aAAO,qBAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,qCAAqC;AAAA,EAChD,CAAC;AACH;","names":[]}
@@ -6,7 +6,7 @@ const deploy = () => {
6
6
  ["yarn", "xy build"],
7
7
  ["yarn", "xy cycle"],
8
8
  ["yarn", "version apply --all"],
9
- ["yarn", "workspaces foreach -pt npm publish"]
9
+ ["yarn", "workspaces foreach -all npm publish"]
10
10
  ]);
11
11
  };
12
12
  export {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -pt npm publish'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,SAAS,MAAM;AAC1B,SAAO,SAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,oCAAoC;AAAA,EAC/C,CAAC;AACH;","names":[]}
1
+ {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -all npm publish'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,SAAS,MAAM;AAC1B,SAAO,SAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,qCAAqC;AAAA,EAChD,CAAC;AACH;","names":[]}
package/dist/index.d.mts CHANGED
@@ -352,4 +352,4 @@ declare const xyLintCommands: (args: Argv) => Argv<{}>;
352
352
 
353
353
  declare const xyParseOptions: () => Argv;
354
354
 
355
- export { BuildParams, CROSS_PLATFORM_NEWLINE, CleanPackageParams, CleanParams, CompileConfig, CompileMode, CompileParams, CopyAssetsParams, DepsPackageParams, DepsParams, DuplicateDetector, EntryMode, GenDocsPackageParams, GenDocsParams, INIT_CWD, LintPackageParams, LintParams, LiveShareConfig, PackageCompileTscConfig, PackageCompileTsupConfig, PackageCopyAssetsParams, PackageJsonEx, PackagePublintParams, PublintPackageParams, PublintParams, ReadFileSyncOptions, RebuildParams, RecompilePackageParams, RecompileParams, ScriptStep, WINDOWS_NEWLINE_REGEX, Workspace, XyConfig, XyConfigBase, XyTscConfig, XyTsupConfig, build, checkResult, clean, cleanAll, cleanDocs, cleanPackage, compile, compileAll, compilePackage, copyAssets, createBuildConfig, cycle, dead, defaultBuildConfig, defaultReadFileSyncOptions, deploy, deployMajor, deployMinor, deployNext, deps, depsAll, depsPackage, detectDuplicateDependencies, dupdeps, empty, fix, genDocs, genDocsAll, genDocsPackage, generateIgnoreFiles, gitignoreGen, gitlint, gitlintFix, isYarnVersionOrGreater, license, lint, lintAll, lintClean, lintPackage, lintProfile, loadConfig, loadPackageConfig, multiLineToJSONArray, notEmpty, npmignoreGen, packageClean, packageCleanOutputs, packageCleanTypescript, packageCompile, packageCompileTsc, packageCompileTsup, packageCopyAssets, packageDeps, packageGenDocs, packagePublint, packageRecompile, parsedPackageJSON, processEx, publint, publintAll, publintPackage, readLines, readNonEmptyLines, rebuild, recompile, recompileAll, recompilePackage, reinstall, relint, retest, runStepAsync, runSteps, runStepsAsync, runXy, runXyWithWarning, safeExit, safeExitAsync, sonar, statics, test, tryReadFileSync, union, up, updateYarnPlugins, updateYarnVersion, updo, withErrnoException, withError, writeLines, xy, xyBuildCommands, xyCommonCommands, xyDeployCommands, xyInstallCommands, xyLintCommands, xyParseOptions, yarn3Only, yarnWorkspace, yarnWorkspaces };
355
+ export { type BuildParams, CROSS_PLATFORM_NEWLINE, type CleanPackageParams, type CleanParams, type CompileConfig, type CompileMode, type CompileParams, type CopyAssetsParams, type DepsPackageParams, type DepsParams, DuplicateDetector, type EntryMode, type GenDocsPackageParams, type GenDocsParams, INIT_CWD, type LintPackageParams, type LintParams, type LiveShareConfig, type PackageCompileTscConfig, type PackageCompileTsupConfig, type PackageCopyAssetsParams, type PackageJsonEx, type PackagePublintParams, type PublintPackageParams, type PublintParams, type ReadFileSyncOptions, type RebuildParams, type RecompilePackageParams, type RecompileParams, type ScriptStep, WINDOWS_NEWLINE_REGEX, type Workspace, type XyConfig, type XyConfigBase, type XyTscConfig, type XyTsupConfig, build, checkResult, clean, cleanAll, cleanDocs, cleanPackage, compile, compileAll, compilePackage, copyAssets, createBuildConfig, cycle, dead, defaultBuildConfig, defaultReadFileSyncOptions, deploy, deployMajor, deployMinor, deployNext, deps, depsAll, depsPackage, detectDuplicateDependencies, dupdeps, empty, fix, genDocs, genDocsAll, genDocsPackage, generateIgnoreFiles, gitignoreGen, gitlint, gitlintFix, isYarnVersionOrGreater, license, lint, lintAll, lintClean, lintPackage, lintProfile, loadConfig, loadPackageConfig, multiLineToJSONArray, notEmpty, npmignoreGen, packageClean, packageCleanOutputs, packageCleanTypescript, packageCompile, packageCompileTsc, packageCompileTsup, packageCopyAssets, packageDeps, packageGenDocs, packagePublint, packageRecompile, parsedPackageJSON, processEx, publint, publintAll, publintPackage, readLines, readNonEmptyLines, rebuild, recompile, recompileAll, recompilePackage, reinstall, relint, retest, runStepAsync, runSteps, runStepsAsync, runXy, runXyWithWarning, safeExit, safeExitAsync, sonar, statics, test, tryReadFileSync, union, up, updateYarnPlugins, updateYarnVersion, updo, withErrnoException, withError, writeLines, xy, xyBuildCommands, xyCommonCommands, xyDeployCommands, xyInstallCommands, xyLintCommands, xyParseOptions, yarn3Only, yarnWorkspace, yarnWorkspaces };
package/dist/index.d.ts CHANGED
@@ -352,4 +352,4 @@ declare const xyLintCommands: (args: Argv) => Argv<{}>;
352
352
 
353
353
  declare const xyParseOptions: () => Argv;
354
354
 
355
- export { BuildParams, CROSS_PLATFORM_NEWLINE, CleanPackageParams, CleanParams, CompileConfig, CompileMode, CompileParams, CopyAssetsParams, DepsPackageParams, DepsParams, DuplicateDetector, EntryMode, GenDocsPackageParams, GenDocsParams, INIT_CWD, LintPackageParams, LintParams, LiveShareConfig, PackageCompileTscConfig, PackageCompileTsupConfig, PackageCopyAssetsParams, PackageJsonEx, PackagePublintParams, PublintPackageParams, PublintParams, ReadFileSyncOptions, RebuildParams, RecompilePackageParams, RecompileParams, ScriptStep, WINDOWS_NEWLINE_REGEX, Workspace, XyConfig, XyConfigBase, XyTscConfig, XyTsupConfig, build, checkResult, clean, cleanAll, cleanDocs, cleanPackage, compile, compileAll, compilePackage, copyAssets, createBuildConfig, cycle, dead, defaultBuildConfig, defaultReadFileSyncOptions, deploy, deployMajor, deployMinor, deployNext, deps, depsAll, depsPackage, detectDuplicateDependencies, dupdeps, empty, fix, genDocs, genDocsAll, genDocsPackage, generateIgnoreFiles, gitignoreGen, gitlint, gitlintFix, isYarnVersionOrGreater, license, lint, lintAll, lintClean, lintPackage, lintProfile, loadConfig, loadPackageConfig, multiLineToJSONArray, notEmpty, npmignoreGen, packageClean, packageCleanOutputs, packageCleanTypescript, packageCompile, packageCompileTsc, packageCompileTsup, packageCopyAssets, packageDeps, packageGenDocs, packagePublint, packageRecompile, parsedPackageJSON, processEx, publint, publintAll, publintPackage, readLines, readNonEmptyLines, rebuild, recompile, recompileAll, recompilePackage, reinstall, relint, retest, runStepAsync, runSteps, runStepsAsync, runXy, runXyWithWarning, safeExit, safeExitAsync, sonar, statics, test, tryReadFileSync, union, up, updateYarnPlugins, updateYarnVersion, updo, withErrnoException, withError, writeLines, xy, xyBuildCommands, xyCommonCommands, xyDeployCommands, xyInstallCommands, xyLintCommands, xyParseOptions, yarn3Only, yarnWorkspace, yarnWorkspaces };
355
+ export { type BuildParams, CROSS_PLATFORM_NEWLINE, type CleanPackageParams, type CleanParams, type CompileConfig, type CompileMode, type CompileParams, type CopyAssetsParams, type DepsPackageParams, type DepsParams, DuplicateDetector, type EntryMode, type GenDocsPackageParams, type GenDocsParams, INIT_CWD, type LintPackageParams, type LintParams, type LiveShareConfig, type PackageCompileTscConfig, type PackageCompileTsupConfig, type PackageCopyAssetsParams, type PackageJsonEx, type PackagePublintParams, type PublintPackageParams, type PublintParams, type ReadFileSyncOptions, type RebuildParams, type RecompilePackageParams, type RecompileParams, type ScriptStep, WINDOWS_NEWLINE_REGEX, type Workspace, type XyConfig, type XyConfigBase, type XyTscConfig, type XyTsupConfig, build, checkResult, clean, cleanAll, cleanDocs, cleanPackage, compile, compileAll, compilePackage, copyAssets, createBuildConfig, cycle, dead, defaultBuildConfig, defaultReadFileSyncOptions, deploy, deployMajor, deployMinor, deployNext, deps, depsAll, depsPackage, detectDuplicateDependencies, dupdeps, empty, fix, genDocs, genDocsAll, genDocsPackage, generateIgnoreFiles, gitignoreGen, gitlint, gitlintFix, isYarnVersionOrGreater, license, lint, lintAll, lintClean, lintPackage, lintProfile, loadConfig, loadPackageConfig, multiLineToJSONArray, notEmpty, npmignoreGen, packageClean, packageCleanOutputs, packageCleanTypescript, packageCompile, packageCompileTsc, packageCompileTsup, packageCopyAssets, packageDeps, packageGenDocs, packagePublint, packageRecompile, parsedPackageJSON, processEx, publint, publintAll, publintPackage, readLines, readNonEmptyLines, rebuild, recompile, recompileAll, recompilePackage, reinstall, relint, retest, runStepAsync, runSteps, runStepsAsync, runXy, runXyWithWarning, safeExit, safeExitAsync, sonar, statics, test, tryReadFileSync, union, up, updateYarnPlugins, updateYarnVersion, updo, withErrnoException, withError, writeLines, xy, xyBuildCommands, xyCommonCommands, xyDeployCommands, xyInstallCommands, xyLintCommands, xyParseOptions, yarn3Only, yarnWorkspace, yarnWorkspaces };
package/package.json CHANGED
@@ -60,11 +60,11 @@
60
60
  "@rollup/plugin-commonjs": "^25.0.7",
61
61
  "@rollup/plugin-json": "^6.0.1",
62
62
  "@rollup/plugin-typescript": "^11.1.5",
63
- "@types/node": "^20.9.0",
63
+ "@types/node": "^20.9.1",
64
64
  "@types/yargs": "^17.0.31",
65
- "@typescript-eslint/eslint-plugin": "^6.10.0",
66
- "@typescript-eslint/parser": "^6.10.0",
67
- "@xylabs/tsconfig": "~3.1.21",
65
+ "@typescript-eslint/eslint-plugin": "^6.11.0",
66
+ "@typescript-eslint/parser": "^6.11.0",
67
+ "@xylabs/tsconfig": "~3.2.1",
68
68
  "async-mutex": "^0.4.0",
69
69
  "chalk": "^4.1.2",
70
70
  "cosmiconfig": "^8.3.6",
@@ -87,20 +87,20 @@
87
87
  "npm-package-json-lint": "^7.1.0",
88
88
  "npm-package-json-lint-config-default": "^6.0.0",
89
89
  "parse-git-config": "^3.0.0",
90
- "prettier": "^3.0.3",
90
+ "prettier": "^3.1.0",
91
91
  "publint": "^0.2.5",
92
92
  "reflect-metadata": "^0.1.13",
93
93
  "rimraf": "^4.4.1",
94
- "rollup": "^3.29.4",
94
+ "rollup": "^4.4.1",
95
95
  "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
96
- "rollup-plugin-node-externals": "^5.1.3",
96
+ "rollup-plugin-node-externals": "^6.1.2",
97
97
  "supertest": "^6.3.3",
98
98
  "ts-jest": "^29.1.1",
99
99
  "ts-node": "^10.9.1",
100
100
  "ts-prune": "^0.10.3",
101
101
  "tsc-prog": "^2.3.0",
102
102
  "tslib": "^2.6.2",
103
- "tsup": "^7.2.0",
103
+ "tsup": "^7.3.0",
104
104
  "typedoc": "^0.25.3",
105
105
  "types-package-json": "^2.0.39",
106
106
  "yargs": "^17.7.2"
@@ -111,8 +111,8 @@
111
111
  "@types/license-checker": "^25.0.6",
112
112
  "@types/lodash": "^4.14.201",
113
113
  "@types/parse-git-config": "^3.0.4",
114
- "@xylabs/eslint-config": "~3.1.21",
115
- "@xylabs/tsconfig": "~3.1.21",
114
+ "@xylabs/eslint-config": "~3.2.1",
115
+ "@xylabs/tsconfig": "~3.2.1",
116
116
  "publint": "^0.2.5",
117
117
  "typescript": "^5.2.2"
118
118
  },
@@ -168,5 +168,5 @@
168
168
  "package-clean": "echo Not cleaning..."
169
169
  },
170
170
  "sideEffects": false,
171
- "version": "3.1.21"
171
+ "version": "3.2.1"
172
172
  }
@@ -7,6 +7,6 @@ export const deploy = () => {
7
7
  ['yarn', 'xy build'],
8
8
  ['yarn', 'xy cycle'],
9
9
  ['yarn', 'version apply --all'],
10
- ['yarn', 'workspaces foreach -pt npm publish'],
10
+ ['yarn', 'workspaces foreach -all npm publish'],
11
11
  ])
12
12
  }