@backstage/codemods 0.1.53-next.1 → 0.1.53

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,22 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.53
4
+
5
+ ### Patch Changes
6
+
7
+ - 688f070: Updated to use new utilities from `@backstage/cli-common`.
8
+ - 2bae83a: Bumped dev dependencies `@types/node`
9
+ - Updated dependencies
10
+ - @backstage/cli-common@0.1.16
11
+
12
+ ## 0.1.53-next.2
13
+
14
+ ### Patch Changes
15
+
16
+ - 2bae83a: Bumped dev dependencies `@types/node`
17
+ - Updated dependencies
18
+ - @backstage/cli-common@0.1.16-next.2
19
+
3
20
  ## 0.1.53-next.1
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.1.53-next.1";
3
+ var version = "0.1.53";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/codemods",
3
- "version": "0.1.53-next.1",
3
+ "version": "0.1.53",
4
4
  "description": "A collection of codemods for Backstage projects",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -43,15 +43,15 @@
43
43
  "watch": "./src"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/cli-common": "0.1.16-next.1",
46
+ "@backstage/cli-common": "^0.1.16",
47
47
  "chalk": "^4.0.0",
48
48
  "commander": "^12.0.0",
49
49
  "jscodeshift": "^0.16.0",
50
50
  "jscodeshift-add-imports": "^1.0.10"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "0.34.6-next.1",
53
+ "@backstage/cli": "^0.35.0",
54
54
  "@types/jscodeshift": "^0.12.0",
55
- "@types/node": "^20.16.0"
55
+ "@types/node": "^22.13.14"
56
56
  }
57
57
  }