@carbon/upgrade 11.3.0-rc.0 → 11.4.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 +10 -69
- package/package.json +3 -3
package/cli.js
CHANGED
|
@@ -187,9 +187,9 @@ var require_color_name = __commonJS({
|
|
|
187
187
|
}
|
|
188
188
|
});
|
|
189
189
|
|
|
190
|
-
// ../../node_modules/
|
|
190
|
+
// ../../node_modules/color-convert/conversions.js
|
|
191
191
|
var require_conversions = __commonJS({
|
|
192
|
-
"../../node_modules/
|
|
192
|
+
"../../node_modules/color-convert/conversions.js"(exports, module2) {
|
|
193
193
|
var cssKeywords = require_color_name();
|
|
194
194
|
var reverseKeywords = {};
|
|
195
195
|
for (const key of Object.keys(cssKeywords)) {
|
|
@@ -858,9 +858,9 @@ var require_conversions = __commonJS({
|
|
|
858
858
|
}
|
|
859
859
|
});
|
|
860
860
|
|
|
861
|
-
// ../../node_modules/
|
|
861
|
+
// ../../node_modules/color-convert/route.js
|
|
862
862
|
var require_route = __commonJS({
|
|
863
|
-
"../../node_modules/
|
|
863
|
+
"../../node_modules/color-convert/route.js"(exports, module2) {
|
|
864
864
|
var conversions = require_conversions();
|
|
865
865
|
function buildGraph() {
|
|
866
866
|
const graph = {};
|
|
@@ -926,9 +926,9 @@ var require_route = __commonJS({
|
|
|
926
926
|
}
|
|
927
927
|
});
|
|
928
928
|
|
|
929
|
-
// ../../node_modules/
|
|
929
|
+
// ../../node_modules/color-convert/index.js
|
|
930
930
|
var require_color_convert = __commonJS({
|
|
931
|
-
"../../node_modules/
|
|
931
|
+
"../../node_modules/color-convert/index.js"(exports, module2) {
|
|
932
932
|
var conversions = require_conversions();
|
|
933
933
|
var route = require_route();
|
|
934
934
|
var convert = {};
|
|
@@ -47908,9 +47908,9 @@ var require_lodash = __commonJS({
|
|
|
47908
47908
|
}
|
|
47909
47909
|
});
|
|
47910
47910
|
|
|
47911
|
-
// ../../node_modules/jest-
|
|
47911
|
+
// ../../node_modules/jest-get-type/build/index.js
|
|
47912
47912
|
var require_build = __commonJS({
|
|
47913
|
-
"../../node_modules/jest-
|
|
47913
|
+
"../../node_modules/jest-get-type/build/index.js"(exports) {
|
|
47914
47914
|
"use strict";
|
|
47915
47915
|
Object.defineProperty(exports, "__esModule", {
|
|
47916
47916
|
value: true
|
|
@@ -55647,7 +55647,7 @@ var upgrades = [
|
|
|
55647
55647
|
var package_default = {
|
|
55648
55648
|
name: "@carbon/upgrade",
|
|
55649
55649
|
description: "A tool for upgrading Carbon versions",
|
|
55650
|
-
version: "11.
|
|
55650
|
+
version: "11.4.0",
|
|
55651
55651
|
license: "Apache-2.0",
|
|
55652
55652
|
bin: {
|
|
55653
55653
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -55684,7 +55684,7 @@ var package_default = {
|
|
|
55684
55684
|
devDependencies: {
|
|
55685
55685
|
chalk: "^4.1.1",
|
|
55686
55686
|
"change-case": "^4.1.2",
|
|
55687
|
-
esbuild: "^0.
|
|
55687
|
+
esbuild: "^0.16.0",
|
|
55688
55688
|
execa: "^5.1.1",
|
|
55689
55689
|
"fast-glob": "^3.2.11",
|
|
55690
55690
|
"fs-extra": "^10.0.0",
|
|
@@ -55810,62 +55810,3 @@ function run3(command, ignoreSafetyChecks = false) {
|
|
|
55810
55810
|
0 && (module.exports = {
|
|
55811
55811
|
main
|
|
55812
55812
|
});
|
|
55813
|
-
/*
|
|
55814
|
-
object-assign
|
|
55815
|
-
(c) Sindre Sorhus
|
|
55816
|
-
@license MIT
|
|
55817
|
-
*/
|
|
55818
|
-
/*!
|
|
55819
|
-
* Tmp
|
|
55820
|
-
*
|
|
55821
|
-
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
55822
|
-
*
|
|
55823
|
-
* MIT Licensed
|
|
55824
|
-
*/
|
|
55825
|
-
/*!
|
|
55826
|
-
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
55827
|
-
*
|
|
55828
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
55829
|
-
* Licensed under the MIT License.
|
|
55830
|
-
*/
|
|
55831
|
-
/*!
|
|
55832
|
-
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
55833
|
-
*
|
|
55834
|
-
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
55835
|
-
* Licensed under the MIT License.
|
|
55836
|
-
*/
|
|
55837
|
-
/*!
|
|
55838
|
-
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
55839
|
-
*
|
|
55840
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
55841
|
-
* Released under the MIT License.
|
|
55842
|
-
*/
|
|
55843
|
-
/*!
|
|
55844
|
-
* is-number <https://github.com/jonschlinkert/is-number>
|
|
55845
|
-
*
|
|
55846
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
55847
|
-
* Released under the MIT License.
|
|
55848
|
-
*/
|
|
55849
|
-
/*!
|
|
55850
|
-
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
55851
|
-
*
|
|
55852
|
-
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
55853
|
-
* Released under the MIT License.
|
|
55854
|
-
*/
|
|
55855
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
55856
|
-
/** @license React v17.0.2
|
|
55857
|
-
* react-is.development.js
|
|
55858
|
-
*
|
|
55859
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
55860
|
-
*
|
|
55861
|
-
* This source code is licensed under the MIT license found in the
|
|
55862
|
-
* LICENSE file in the root directory of this source tree.
|
|
55863
|
-
*/
|
|
55864
|
-
/** @license React v17.0.2
|
|
55865
|
-
* react-is.production.min.js
|
|
55866
|
-
*
|
|
55867
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
55868
|
-
*
|
|
55869
|
-
* This source code is licensed under the MIT license found in the
|
|
55870
|
-
* LICENSE file in the root directory of this source tree.
|
|
55871
|
-
*/
|
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.
|
|
4
|
+
"version": "11.4.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"chalk": "^4.1.1",
|
|
40
40
|
"change-case": "^4.1.2",
|
|
41
|
-
"esbuild": "^0.
|
|
41
|
+
"esbuild": "^0.16.0",
|
|
42
42
|
"execa": "^5.1.1",
|
|
43
43
|
"fast-glob": "^3.2.11",
|
|
44
44
|
"fs-extra": "^10.0.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"jscodeshift": "^0.13.1"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b115fef8c7d19ed31ed3aeeb2b7f95f8be0738b6"
|
|
61
61
|
}
|