@backstage/codemods 0.1.49 → 0.1.50

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,21 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.50
4
+
5
+ ### Patch Changes
6
+
7
+ - 0894166: Updated dependency `jscodeshift` to `^0.16.0`.
8
+ - Updated dependencies
9
+ - @backstage/cli-common@0.1.14
10
+
11
+ ## 0.1.50-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 0894166: Updated dependency `jscodeshift` to `^0.16.0`.
16
+ - Updated dependencies
17
+ - @backstage/cli-common@0.1.14
18
+
3
19
  ## 0.1.49
4
20
 
5
21
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -111,7 +111,7 @@ function createCodemodAction(name) {
111
111
  };
112
112
  }
113
113
 
114
- var version = "0.1.49";
114
+ var version = "0.1.50";
115
115
 
116
116
  async function main(argv) {
117
117
  commander.program.name("backstage-codemods").version(version);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/codemods",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "A collection of codemods for Backstage projects",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -46,11 +46,11 @@
46
46
  "@backstage/cli-common": "^0.1.14",
47
47
  "chalk": "^4.0.0",
48
48
  "commander": "^12.0.0",
49
- "jscodeshift": "^0.15.0",
49
+ "jscodeshift": "^0.16.0",
50
50
  "jscodeshift-add-imports": "^1.0.10"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.26.7",
53
+ "@backstage/cli": "^0.27.1",
54
54
  "@types/jscodeshift": "^0.11.0",
55
55
  "@types/node": "^18.17.8"
56
56
  }