@teambit/lanes 1.0.340 → 1.0.341

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.
@@ -1 +1 @@
1
- {"version":3,"names":["_chalk","data","_interopRequireDefault","require","_lodash","_merging","_constants","e","__esModule","default","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","SwitchCmd","constructor","lanes","name","description","COMPONENT_PATTERN_HELP","report","lane","head","alias","autoMergeResolve","getAll","workspaceOnly","skipDependencyInstallation","pattern","json","components","failedComponents","installationError","compilationError","switchLanes","merge","logger","warn","JSON","stringify","getFailureOutput","length","title","body","map","failedComponent","color","unchangedLegitimately","chalk","bold","id","toString","unchangedMessage","join","getSuccessfulOutput","laneSwitched","green","applyVersionReport","compact","installationErrorOutput","compilationErrorOutput","exports"],"sources":["switch.cmd.ts"],"sourcesContent":["import chalk from 'chalk';\nimport { compact } from 'lodash';\nimport { applyVersionReport, installationErrorOutput, MergeStrategy, compilationErrorOutput } from '@teambit/merging';\nimport { Command, CommandOptions } from '@teambit/cli';\nimport { COMPONENT_PATTERN_HELP } from '@teambit/legacy/dist/constants';\nimport { LanesMain } from './lanes.main.runtime';\n\nexport class SwitchCmd implements Command {\n name = 'switch <lane>';\n description = `switch to the specified lane`;\n extendedDescription = ``;\n private = true;\n alias = '';\n arguments = [\n {\n name: 'lane',\n description: 'lane-name or lane-id (if lane is not local) to switch to',\n },\n ];\n options = [\n ['h', 'head', 'switch to the head of the lane/main (fetches the latest changes from the remote)'],\n [\n 'r',\n 'auto-merge-resolve <merge-strategy>',\n 'merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\"',\n ],\n ['a', 'get-all', 'DEPRECATED. this is currently the default behavior'],\n ['', 'workspace-only', 'checkout only the components in the workspace to the selected lane'],\n ['x', 'skip-dependency-installation', 'do not install dependencies of the imported components'],\n [\n 'p',\n 'pattern <component-pattern>',\n `switch only the lane components matching the specified component-pattern. only works when the workspace is empty\\n\n${COMPONENT_PATTERN_HELP}`,\n ],\n [\n 'n',\n 'alias <string>',\n \"relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote\",\n ],\n ['j', 'json', 'return the output as JSON'],\n ] as CommandOptions;\n loader = true;\n\n constructor(private lanes: LanesMain) {}\n\n async report(\n [lane]: [string],\n {\n head,\n alias,\n autoMergeResolve,\n getAll = false,\n workspaceOnly = false,\n skipDependencyInstallation = false,\n pattern,\n json = false,\n }: {\n head?: boolean;\n alias?: string;\n autoMergeResolve?: MergeStrategy;\n getAll?: boolean;\n workspaceOnly?: boolean;\n skipDependencyInstallation?: boolean;\n override?: boolean;\n pattern?: string;\n json?: boolean;\n }\n ) {\n const { components, failedComponents, installationError, compilationError } = await this.lanes.switchLanes(lane, {\n head,\n alias,\n merge: autoMergeResolve,\n workspaceOnly,\n pattern,\n skipDependencyInstallation,\n });\n if (getAll) {\n this.lanes.logger.warn('the --get-all flag is deprecated and currently the default behavior');\n }\n if (json) {\n return JSON.stringify({ components, failedComponents }, null, 4);\n }\n const getFailureOutput = () => {\n if (!failedComponents || !failedComponents.length) return '';\n const title = 'the switch has been canceled for the following component(s)';\n const body = failedComponents\n .map((failedComponent) => {\n const color = failedComponent.unchangedLegitimately ? 'white' : 'red';\n return `${chalk.bold(failedComponent.id.toString())} - ${chalk[color](failedComponent.unchangedMessage)}`;\n })\n .join('\\n');\n return `${title}\\n${body}`;\n };\n const getSuccessfulOutput = () => {\n const laneSwitched = chalk.green(`\\nsuccessfully set \"${chalk.bold(lane)}\" as the active lane`);\n if (!components || !components.length) return `No components have been changed.${laneSwitched}`;\n const title = `successfully switched ${components.length} components to the head of lane ${lane}\\n`;\n return chalk.bold(title) + applyVersionReport(components, true, false) + laneSwitched;\n };\n\n return compact([\n getFailureOutput(),\n getSuccessfulOutput(),\n installationErrorOutput(installationError),\n compilationErrorOutput(compilationError),\n ]).join('\\n\\n');\n }\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,QAAA;EAAA,MAAAH,IAAA,GAAAE,OAAA;EAAAC,OAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAI,SAAA;EAAA,MAAAJ,IAAA,GAAAE,OAAA;EAAAE,QAAA,YAAAA,CAAA;IAAA,OAAAJ,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAK,WAAA;EAAA,MAAAL,IAAA,GAAAE,OAAA;EAAAG,UAAA,YAAAA,CAAA;IAAA,OAAAL,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAwE,SAAAC,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,gBAAAH,CAAA,EAAAI,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAE,cAAA,CAAAF,CAAA,MAAAJ,CAAA,GAAAO,MAAA,CAAAC,cAAA,CAAAR,CAAA,EAAAI,CAAA,IAAAK,KAAA,EAAAJ,CAAA,EAAAK,UAAA,MAAAC,YAAA,MAAAC,QAAA,UAAAZ,CAAA,CAAAI,CAAA,IAAAC,CAAA,EAAAL,CAAA;AAAA,SAAAM,eAAAD,CAAA,QAAAQ,CAAA,GAAAC,YAAA,CAAAT,CAAA,uCAAAQ,CAAA,GAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAT,CAAA,EAAAD,CAAA,2BAAAC,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAL,CAAA,GAAAK,CAAA,CAAAU,MAAA,CAAAC,WAAA,kBAAAhB,CAAA,QAAAa,CAAA,GAAAb,CAAA,CAAAiB,IAAA,CAAAZ,CAAA,EAAAD,CAAA,uCAAAS,CAAA,SAAAA,CAAA,YAAAK,SAAA,yEAAAd,CAAA,GAAAe,MAAA,GAAAC,MAAA,EAAAf,CAAA;AAGjE,MAAMgB,SAAS,CAAoB;EAqCxCC,WAAWA,CAASC,KAAgB,EAAE;IAAA,KAAlBA,KAAgB,GAAhBA,KAAgB;IAAApB,eAAA,eApC7B,eAAe;IAAAA,eAAA,sBACR,8BAA8B;IAAAA,eAAA,8BACtB,EAAE;IAAAA,eAAA,kBACd,IAAI;IAAAA,eAAA,gBACN,EAAE;IAAAA,eAAA,oBACE,CACV;MACEqB,IAAI,EAAE,MAAM;MACZC,WAAW,EAAE;IACf,CAAC,CACF;IAAAtB,eAAA,kBACS,CACR,CAAC,GAAG,EAAE,MAAM,EAAE,kFAAkF,CAAC,EACjG,CACE,GAAG,EACH,qCAAqC,EACrC,mGAAmG,CACpG,EACD,CAAC,GAAG,EAAE,SAAS,EAAE,oDAAoD,CAAC,EACtE,CAAC,EAAE,EAAE,gBAAgB,EAAE,oEAAoE,CAAC,EAC5F,CAAC,GAAG,EAAE,8BAA8B,EAAE,wDAAwD,CAAC,EAC/F,CACE,GAAG,EACH,6BAA6B,EAC7B;AACN,EAAEuB,mCAAsB,EAAE,CACrB,EACD,CACE,GAAG,EACH,gBAAgB,EAChB,mIAAmI,CACpI,EACD,CAAC,GAAG,EAAE,MAAM,EAAE,2BAA2B,CAAC,CAC3C;IAAAvB,eAAA,iBACQ,IAAI;EAE0B;EAEvC,MAAMwB,MAAMA,CACV,CAACC,IAAI,CAAW,EAChB;IACEC,IAAI;IACJC,KAAK;IACLC,gBAAgB;IAChBC,MAAM,GAAG,KAAK;IACdC,aAAa,GAAG,KAAK;IACrBC,0BAA0B,GAAG,KAAK;IAClCC,OAAO;IACPC,IAAI,GAAG;EAWT,CAAC,EACD;IACA,MAAM;MAAEC,UAAU;MAAEC,gBAAgB;MAAEC,iBAAiB;MAAEC;IAAiB,CAAC,GAAG,MAAM,IAAI,CAACjB,KAAK,CAACkB,WAAW,CAACb,IAAI,EAAE;MAC/GC,IAAI;MACJC,KAAK;MACLY,KAAK,EAAEX,gBAAgB;MACvBE,aAAa;MACbE,OAAO;MACPD;IACF,CAAC,CAAC;IACF,IAAIF,MAAM,EAAE;MACV,IAAI,CAACT,KAAK,CAACoB,MAAM,CAACC,IAAI,CAAC,qEAAqE,CAAC;IAC/F;IACA,IAAIR,IAAI,EAAE;MACR,OAAOS,IAAI,CAACC,SAAS,CAAC;QAAET,UAAU;QAAEC;MAAiB,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;IAClE;IACA,MAAMS,gBAAgB,GAAGA,CAAA,KAAM;MAC7B,IAAI,CAACT,gBAAgB,IAAI,CAACA,gBAAgB,CAACU,MAAM,EAAE,OAAO,EAAE;MAC5D,MAAMC,KAAK,GAAG,6DAA6D;MAC3E,MAAMC,IAAI,GAAGZ,gBAAgB,CAC1Ba,GAAG,CAAEC,eAAe,IAAK;QACxB,MAAMC,KAAK,GAAGD,eAAe,CAACE,qBAAqB,GAAG,OAAO,GAAG,KAAK;QACrE,OAAO,GAAGC,gBAAK,CAACC,IAAI,CAACJ,eAAe,CAACK,EAAE,CAACC,QAAQ,CAAC,CAAC,CAAC,MAAMH,gBAAK,CAACF,KAAK,CAAC,CAACD,eAAe,CAACO,gBAAgB,CAAC,EAAE;MAC3G,CAAC,CAAC,CACDC,IAAI,CAAC,IAAI,CAAC;MACb,OAAO,GAAGX,KAAK,KAAKC,IAAI,EAAE;IAC5B,CAAC;IACD,MAAMW,mBAAmB,GAAGA,CAAA,KAAM;MAChC,MAAMC,YAAY,GAAGP,gBAAK,CAACQ,KAAK,CAAC,uBAAuBR,gBAAK,CAACC,IAAI,CAAC5B,IAAI,CAAC,sBAAsB,CAAC;MAC/F,IAAI,CAACS,UAAU,IAAI,CAACA,UAAU,CAACW,MAAM,EAAE,OAAO,mCAAmCc,YAAY,EAAE;MAC/F,MAAMb,KAAK,GAAG,yBAAyBZ,UAAU,CAACW,MAAM,mCAAmCpB,IAAI,IAAI;MACnG,OAAO2B,gBAAK,CAACC,IAAI,CAACP,KAAK,CAAC,GAAG,IAAAe,6BAAkB,EAAC3B,UAAU,EAAE,IAAI,EAAE,KAAK,CAAC,GAAGyB,YAAY;IACvF,CAAC;IAED,OAAO,IAAAG,iBAAO,EAAC,CACblB,gBAAgB,CAAC,CAAC,EAClBc,mBAAmB,CAAC,CAAC,EACrB,IAAAK,kCAAuB,EAAC3B,iBAAiB,CAAC,EAC1C,IAAA4B,iCAAsB,EAAC3B,gBAAgB,CAAC,CACzC,CAAC,CAACoB,IAAI,CAAC,MAAM,CAAC;EACjB;AACF;AAACQ,OAAA,CAAA/C,SAAA,GAAAA,SAAA","ignoreList":[]}
1
+ {"version":3,"names":["_chalk","data","_interopRequireDefault","require","_lodash","_merging","_constants","e","__esModule","default","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","SwitchCmd","constructor","lanes","name","description","COMPONENT_PATTERN_HELP","report","lane","head","alias","autoMergeResolve","forceOurs","forceTheirs","getAll","workspaceOnly","skipDependencyInstallation","pattern","json","components","failedComponents","installationError","compilationError","switchLanes","merge","logger","warn","JSON","stringify","getFailureOutput","length","title","body","map","failedComponent","color","unchangedLegitimately","chalk","bold","id","toString","unchangedMessage","join","getSuccessfulOutput","laneSwitched","green","applyVersionReport","compact","installationErrorOutput","compilationErrorOutput","exports"],"sources":["switch.cmd.ts"],"sourcesContent":["import chalk from 'chalk';\nimport { compact } from 'lodash';\nimport { applyVersionReport, installationErrorOutput, MergeStrategy, compilationErrorOutput } from '@teambit/merging';\nimport { Command, CommandOptions } from '@teambit/cli';\nimport { COMPONENT_PATTERN_HELP } from '@teambit/legacy/dist/constants';\nimport { LanesMain } from './lanes.main.runtime';\n\nexport class SwitchCmd implements Command {\n name = 'switch <lane>';\n description = `switch to the specified lane`;\n extendedDescription = ``;\n private = true;\n alias = '';\n arguments = [\n {\n name: 'lane',\n description: 'lane-name or lane-id (if lane is not local) to switch to',\n },\n ];\n options = [\n ['h', 'head', 'switch to the head of the lane/main (fetches the latest changes from the remote)'],\n [\n 'r',\n 'auto-merge-resolve <merge-strategy>',\n 'merge local changes with the checked out version. strategy should be \"theirs\", \"ours\" or \"manual\"',\n ],\n ['', 'force-ours', 'do not merge, preserve local files as is'],\n ['', 'force-theirs', 'do not merge, just overwrite with incoming files'],\n ['a', 'get-all', 'DEPRECATED. this is currently the default behavior'],\n ['', 'workspace-only', 'checkout only the components in the workspace to the selected lane'],\n ['x', 'skip-dependency-installation', 'do not install dependencies of the imported components'],\n [\n 'p',\n 'pattern <component-pattern>',\n `switch only the lane components matching the specified component-pattern. only works when the workspace is empty\\n\n${COMPONENT_PATTERN_HELP}`,\n ],\n [\n 'n',\n 'alias <string>',\n \"relevant when the specified lane is a remote lane. create a local alias for the lane (doesnt affect the lane's name on the remote\",\n ],\n ['j', 'json', 'return the output as JSON'],\n ] as CommandOptions;\n loader = true;\n\n constructor(private lanes: LanesMain) {}\n\n async report(\n [lane]: [string],\n {\n head,\n alias,\n autoMergeResolve,\n forceOurs,\n forceTheirs,\n getAll = false,\n workspaceOnly = false,\n skipDependencyInstallation = false,\n pattern,\n json = false,\n }: {\n head?: boolean;\n alias?: string;\n autoMergeResolve?: MergeStrategy;\n forceOurs?: boolean;\n forceTheirs?: boolean;\n getAll?: boolean;\n workspaceOnly?: boolean;\n skipDependencyInstallation?: boolean;\n override?: boolean;\n pattern?: string;\n json?: boolean;\n }\n ) {\n const { components, failedComponents, installationError, compilationError } = await this.lanes.switchLanes(lane, {\n head,\n alias,\n merge: autoMergeResolve,\n forceOurs,\n forceTheirs,\n workspaceOnly,\n pattern,\n skipDependencyInstallation,\n });\n if (getAll) {\n this.lanes.logger.warn('the --get-all flag is deprecated and currently the default behavior');\n }\n if (json) {\n return JSON.stringify({ components, failedComponents }, null, 4);\n }\n const getFailureOutput = () => {\n if (!failedComponents || !failedComponents.length) return '';\n const title = 'the switch has been canceled for the following component(s)';\n const body = failedComponents\n .map((failedComponent) => {\n const color = failedComponent.unchangedLegitimately ? 'white' : 'red';\n return `${chalk.bold(failedComponent.id.toString())} - ${chalk[color](failedComponent.unchangedMessage)}`;\n })\n .join('\\n');\n return `${title}\\n${body}`;\n };\n const getSuccessfulOutput = () => {\n const laneSwitched = chalk.green(`\\nsuccessfully set \"${chalk.bold(lane)}\" as the active lane`);\n if (!components || !components.length) return `No components have been changed.${laneSwitched}`;\n const title = `successfully switched ${components.length} components to the head of lane ${lane}\\n`;\n return chalk.bold(title) + applyVersionReport(components, true, false) + laneSwitched;\n };\n\n return compact([\n getFailureOutput(),\n getSuccessfulOutput(),\n installationErrorOutput(installationError),\n compilationErrorOutput(compilationError),\n ]).join('\\n\\n');\n }\n}\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/lanes",
3
- "version": "1.0.340",
3
+ "version": "1.0.341",
4
4
  "homepage": "https://bit.cloud/teambit/lanes/lanes",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "lanes",
9
- "version": "1.0.340"
9
+ "version": "1.0.341"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -33,35 +33,35 @@
33
33
  "@teambit/lanes.ui.navigation.lane-switcher": "0.0.225",
34
34
  "@teambit/cloud.modules.get-cloud-user": "0.0.1",
35
35
  "@teambit/legacy.component-list": "0.0.8",
36
- "@teambit/scope": "1.0.340",
37
- "@teambit/workspace": "1.0.340",
36
+ "@teambit/scope": "1.0.341",
37
+ "@teambit/workspace": "1.0.341",
38
38
  "@teambit/lanes.ui.models.lanes-model": "0.0.216",
39
- "@teambit/checkout": "1.0.340",
40
- "@teambit/cli": "0.0.917",
41
- "@teambit/importer": "1.0.340",
39
+ "@teambit/checkout": "1.0.341",
40
+ "@teambit/cli": "0.0.918",
41
+ "@teambit/importer": "1.0.341",
42
42
  "@teambit/legacy.cli.prompts": "0.0.1",
43
- "@teambit/express": "0.0.1016",
44
- "@teambit/logger": "0.0.1010",
45
- "@teambit/graphql": "1.0.340",
46
- "@teambit/component-compare": "1.0.340",
47
- "@teambit/component-writer": "1.0.340",
48
- "@teambit/component": "1.0.340",
49
- "@teambit/export": "1.0.340",
43
+ "@teambit/express": "0.0.1017",
44
+ "@teambit/logger": "0.0.1011",
45
+ "@teambit/graphql": "1.0.341",
46
+ "@teambit/component-compare": "1.0.341",
47
+ "@teambit/component-writer": "1.0.341",
48
+ "@teambit/component": "1.0.341",
49
+ "@teambit/export": "1.0.341",
50
50
  "@teambit/harmony.modules.concurrency": "0.0.1",
51
51
  "@teambit/harmony.modules.feature-toggle": "0.0.4",
52
- "@teambit/install": "1.0.340",
52
+ "@teambit/install": "1.0.341",
53
53
  "@teambit/lanes.entities.lane-diff": "0.0.166",
54
54
  "@teambit/lanes.modules.diff": "0.0.451",
55
55
  "@teambit/legacy.component-diff": "0.0.8",
56
- "@teambit/merging": "1.0.340",
57
- "@teambit/remove": "1.0.340",
58
- "@teambit/command-bar": "1.0.340",
56
+ "@teambit/merging": "1.0.341",
57
+ "@teambit/remove": "1.0.341",
58
+ "@teambit/command-bar": "1.0.341",
59
59
  "@teambit/lanes.hooks.use-lanes": "0.0.264",
60
60
  "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.223",
61
61
  "@teambit/lanes.ui.lane-overview": "0.0.233",
62
62
  "@teambit/lanes.ui.menus.use-lanes-menu": "0.0.216",
63
63
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.509",
64
- "@teambit/ui": "1.0.340"
64
+ "@teambit/ui": "1.0.341"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/lodash": "4.14.165",
@@ -73,8 +73,8 @@
73
73
  "@teambit/harmony.envs.core-aspect-env": "0.0.42",
74
74
  "@teambit/component.testing.mock-components": "0.0.213",
75
75
  "@teambit/harmony.testing.load-aspect": "0.0.208",
76
- "@teambit/merge-lanes": "1.0.340",
77
- "@teambit/snapping": "1.0.340",
76
+ "@teambit/merge-lanes": "1.0.341",
77
+ "@teambit/snapping": "1.0.341",
78
78
  "@teambit/workspace.testing.mock-workspace": "0.0.27"
79
79
  },
80
80
  "peerDependencies": {