@carbon/cli 11.1.0 → 11.2.0-rc.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/cli",
3
3
  "description": "Task automation for working with the Carbon Design System",
4
- "version": "11.1.0",
4
+ "version": "11.2.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-cli": "./bin/carbon-cli.js"
@@ -23,7 +23,7 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/core": "^7.16.7",
26
+ "@babel/core": "^7.18.2",
27
27
  "@carbon/cli-reporter": "^10.5.0",
28
28
  "@octokit/plugin-retry": "^3.0.7",
29
29
  "@octokit/plugin-throttling": "^2.6.0",
@@ -42,8 +42,8 @@
42
42
  "klaw-sync": "^6.0.0",
43
43
  "lodash.template": "^4.5.0",
44
44
  "markdown-toc": "^1.2.0",
45
- "prettier": "^2.2.1",
46
- "prettier-config-carbon": "^0.6.0",
45
+ "prettier": "^2.6.2",
46
+ "prettier-config-carbon": "^0.7.0-rc.0",
47
47
  "progress-estimator": "^0.3.0",
48
48
  "remark": "^10.0.1",
49
49
  "replace-in-file": "^6.1.0",
@@ -52,5 +52,5 @@
52
52
  "sassdoc": "^2.7.3",
53
53
  "yargs": "^17.0.1"
54
54
  },
55
- "gitHead": "df7ebd7676092998702f525cdef6d8d80c6ed9ad"
55
+ "gitHead": "a44075aa04612c5ddaf73953ca7ce14d1882a02c"
56
56
  }
@@ -26,8 +26,7 @@ async function getGitHubClient() {
26
26
  type: 'password',
27
27
  name: 'token',
28
28
  message: 'Provide a GitHub access token',
29
- hint:
30
- 'Help: https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line',
29
+ hint: 'Help: https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line',
31
30
  },
32
31
  ];
33
32
  const answers = await prompt(question);
@@ -221,8 +221,7 @@ async function getLastGitTag() {
221
221
 
222
222
  module.exports = {
223
223
  command: 'publish <tag>',
224
- desc:
225
- 'publish packages that have different versions from the package registry',
224
+ desc: 'publish packages that have different versions from the package registry',
226
225
  builder(yargs) {
227
226
  yargs.positional('tag', {
228
227
  describe: 'the version tag associated with the release',