@carbon/upgrade 11.13.0-rc.0 → 11.14.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/cli.js CHANGED
@@ -53929,7 +53929,7 @@ var upgrades = [
53929
53929
  var package_default = {
53930
53930
  name: "@carbon/upgrade",
53931
53931
  description: "A tool for upgrading Carbon versions",
53932
- version: "11.13.0-rc.0",
53932
+ version: "11.14.0-rc.0",
53933
53933
  license: "Apache-2.0",
53934
53934
  bin: {
53935
53935
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -53986,7 +53986,7 @@ var package_default = {
53986
53986
  yargs: "^17.0.1"
53987
53987
  },
53988
53988
  dependencies: {
53989
- "@ibm/telemetry-js": "^1.2.1",
53989
+ "@ibm/telemetry-js": "^1.5.0",
53990
53990
  jscodeshift: "^0.13.1"
53991
53991
  }
53992
53992
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/upgrade",
3
3
  "description": "A tool for upgrading Carbon versions",
4
- "version": "11.13.0-rc.0",
4
+ "version": "11.14.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -58,8 +58,8 @@
58
58
  "yargs": "^17.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@ibm/telemetry-js": "^1.2.1",
61
+ "@ibm/telemetry-js": "^1.5.0",
62
62
  "jscodeshift": "^0.13.1"
63
63
  },
64
- "gitHead": "fd9030978919c8d2ce0c102db94aeabf88563c34"
64
+ "gitHead": "401633ab2d5fdeaeb89f66bb9040cc1de008599d"
65
65
  }
package/telemetry.yml CHANGED
@@ -5,3 +5,6 @@ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.clou
5
5
  collect:
6
6
  npm:
7
7
  dependencies: null
8
+ js:
9
+ functions: {}
10
+ tokens: null
@@ -27,7 +27,7 @@ Transforms are written in the `transforms` directory with their tests and
27
27
  fixtures written in the `__tests__` and `__testfixtures__` directories,
28
28
  accordingly.
29
29
 
30
- As an example, to add a transform called `sort-prop-types` oone would create the
30
+ As an example, to add a transform called `sort-prop-types` one would create the
31
31
  following files:
32
32
 
33
33
  ```