@atlaskit/codemod-cli 0.8.6 → 0.8.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/codemod-cli
2
2
 
3
+ ## 0.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`54a44d46e29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a44d46e29) - Renovate Bot upgraded simple-git from ^1.130.0 to 2.48.0
8
+
3
9
  ## 0.8.6
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/main.js CHANGED
@@ -363,7 +363,7 @@ function _main() {
363
363
  case 4:
364
364
  _yield$parseArgs = _context5.sent;
365
365
  packages = _yield$parseArgs.packages;
366
- _process$env$_PACKAGE = "0.8.6", _PACKAGE_VERSION_ = _process$env$_PACKAGE === void 0 ? '0.0.0-dev' : _process$env$_PACKAGE;
366
+ _process$env$_PACKAGE = "0.8.7", _PACKAGE_VERSION_ = _process$env$_PACKAGE === void 0 ? '0.0.0-dev' : _process$env$_PACKAGE;
367
367
  logger.log(_chalk.default.bgBlue(_chalk.default.black("\uD83D\uDCDA Atlassian-Frontend codemod library @ ".concat(_PACKAGE_VERSION_, " \uD83D\uDCDA"))));
368
368
 
369
369
  if (packages && packages.length > 0) {
@@ -11,7 +11,7 @@ var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"))
11
11
 
12
12
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
13
13
 
14
- var _promise = _interopRequireDefault(require("simple-git/promise"));
14
+ var _simpleGit = _interopRequireDefault(require("simple-git"));
15
15
 
16
16
  var _types = require("./types");
17
17
 
@@ -43,7 +43,7 @@ var getPackagesSinceRef = /*#__PURE__*/function () {
43
43
  while (1) {
44
44
  switch (_context.prev = _context.next) {
45
45
  case 0:
46
- git = (0, _promise.default)();
46
+ git = (0, _simpleGit.default)();
47
47
  _context.prev = 1;
48
48
  _context.next = 4;
49
49
  return git.revparse(['--verify', ref]);
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/codemod-cli",
3
- "version": "0.8.6"
3
+ "version": "0.8.7"
4
4
  }
@@ -1,4 +1,4 @@
1
- import simpleGit from 'simple-git/promise';
1
+ import simpleGit from 'simple-git';
2
2
  import { ValidationError } from './types';
3
3
  const packageRegex = /"(@(?:atlaskit|atlassian|atlassiansox)\/.*)": "(.*)"/;
4
4
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/codemod-cli",
3
- "version": "0.8.6"
3
+ "version": "0.8.7"
4
4
  }
package/dist/esm/main.js CHANGED
@@ -340,7 +340,7 @@ function _main() {
340
340
  case 4:
341
341
  _yield$parseArgs = _context5.sent;
342
342
  packages = _yield$parseArgs.packages;
343
- _process$env$_PACKAGE = "0.8.6", _PACKAGE_VERSION_ = _process$env$_PACKAGE === void 0 ? '0.0.0-dev' : _process$env$_PACKAGE;
343
+ _process$env$_PACKAGE = "0.8.7", _PACKAGE_VERSION_ = _process$env$_PACKAGE === void 0 ? '0.0.0-dev' : _process$env$_PACKAGE;
344
344
  logger.log(chalk.bgBlue(chalk.black("\uD83D\uDCDA Atlassian-Frontend codemod library @ ".concat(_PACKAGE_VERSION_, " \uD83D\uDCDA"))));
345
345
 
346
346
  if (packages && packages.length > 0) {
@@ -1,6 +1,6 @@
1
1
  import _regeneratorRuntime from "@babel/runtime/regenerator";
2
2
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
- import simpleGit from 'simple-git/promise';
3
+ import simpleGit from 'simple-git';
4
4
  import { ValidationError } from './types';
5
5
  var packageRegex = /"(@(?:atlaskit|atlassian|atlassiansox)\/.*)": "(.*)"/;
6
6
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/codemod-cli",
3
- "version": "0.8.6"
3
+ "version": "0.8.7"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/codemod-cli",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "A cli for distributing codemods for atlassian-frontend components and services",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,7 +35,7 @@
35
35
  "meow": "^8.1.1",
36
36
  "projector-spawn": "^1.0.1",
37
37
  "semver": "^7.3.0",
38
- "simple-git": "^1.130.0"
38
+ "simple-git": "^2.48.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@atlaskit/docs": "*",