@backstage/repo-tools 0.3.4 → 0.3.5-next.1

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,26 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.3.5-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.4.3-next.0
9
+ - @backstage/errors@1.2.3-next.0
10
+ - @backstage/cli-common@0.1.13-next.0
11
+ - @backstage/cli-node@0.1.5-next.1
12
+
13
+ ## 0.3.5-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - de42eebaaf: Bumped dev dependencies `@types/node` and `mock-fs`.
18
+ - Updated dependencies
19
+ - @backstage/cli-common@0.1.13-next.0
20
+ - @backstage/catalog-model@1.4.2
21
+ - @backstage/cli-node@0.1.5-next.0
22
+ - @backstage/errors@1.2.2
23
+
3
24
  ## 0.3.4
4
25
 
5
26
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -114,7 +114,7 @@ function lazy(getActionFunc) {
114
114
  };
115
115
  }
116
116
 
117
- var version = "0.3.4";
117
+ var version = "0.3.5-next.1";
118
118
 
119
119
  const main = (argv) => {
120
120
  commander.program.name("backstage-repo-tools").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
3
  "description": "CLI for Backstage repo tooling ",
4
- "version": "0.3.4",
4
+ "version": "0.3.5-next.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -32,10 +32,10 @@
32
32
  "dependencies": {
33
33
  "@apidevtools/swagger-parser": "^10.1.0",
34
34
  "@apisyouwonthate/style-guide": "^1.4.0",
35
- "@backstage/catalog-model": "^1.4.2",
36
- "@backstage/cli-common": "^0.1.12",
37
- "@backstage/cli-node": "^0.1.4",
38
- "@backstage/errors": "^1.2.2",
35
+ "@backstage/catalog-model": "^1.4.3-next.0",
36
+ "@backstage/cli-common": "^0.1.13-next.0",
37
+ "@backstage/cli-node": "^0.1.5-next.1",
38
+ "@backstage/errors": "^1.2.3-next.0",
39
39
  "@manypkg/get-packages": "^1.1.3",
40
40
  "@microsoft/api-documenter": "^7.22.33",
41
41
  "@microsoft/api-extractor": "^7.36.4",
@@ -60,12 +60,12 @@
60
60
  "yaml-diff-patch": "^2.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.22.13",
63
+ "@backstage/cli": "^0.23.0-next.2",
64
64
  "@backstage/types": "^1.1.1",
65
65
  "@types/is-glob": "^4.0.2",
66
66
  "@types/mock-fs": "^4.13.0",
67
- "@types/node": "^16.11.26",
68
- "mock-fs": "^5.1.0"
67
+ "@types/node": "^18.17.8",
68
+ "mock-fs": "^5.2.0"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@microsoft/api-extractor-model": "*",