@carbon/upgrade 11.25.0 → 11.26.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
@@ -53048,7 +53048,7 @@ var upgrades = [
53048
53048
  var package_default = {
53049
53049
  name: "@carbon/upgrade",
53050
53050
  description: "A tool for upgrading Carbon versions",
53051
- version: "11.25.0",
53051
+ version: "11.26.0-rc.0",
53052
53052
  license: "Apache-2.0",
53053
53053
  bin: {
53054
53054
  "carbon-upgrade": "./bin/carbon-upgrade.js"
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.25.0",
4
+ "version": "11.26.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -61,5 +61,5 @@
61
61
  "@ibm/telemetry-js": "^1.5.0",
62
62
  "jscodeshift": "^17.0.0"
63
63
  },
64
- "gitHead": "7ffd4731509c6e3d768cfb9029478b27db8f807d"
64
+ "gitHead": "0d87b91846d3b2a877f9f385f4f4b16214388315"
65
65
  }
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  'use strict';
2
9
 
3
10
  const { defineTest } = require('jscodeshift/dist/testUtils');
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Migrate OverflowMenu components to v12 API
8
10
  */
9
11
 
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Migrate Tile components by wrapping them with FeatureFlags
8
10
  */
9
11
 
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Migrate RadioTile components by wrapping them with FeatureFlags
8
10
  */
9
11
 
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Migrate the `flags` object prop to individual boolean props
8
10
  *
9
11
  * Transforms:
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Rewrites HttpError403, HttpError404, HttpErrorOther to FullPageError
8
10
  *
9
11
  * Transforms:
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Rewrites UserProfileImage to UserAvatar
8
10
  *
9
11
  * Transforms:
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Deprecate the `light` prop and wrap components with `Layer`
8
10
  *
9
11
  * Transforms:
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Replace slug prop with decorator
8
10
  */
9
11
 
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Rewrites imports from 'carbon-components-react' to '@carbon/react'
8
10
  *
9
11
  * Transforms:
@@ -3,7 +3,9 @@
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
- *
6
+ */
7
+
8
+ /**
7
9
  * Rewrites imports from '@carbon/icons-react' to '@carbon/react/icons'
8
10
  *
9
11
  * Transforms: