@backstage/repo-tools 0.9.7-next.0 → 0.9.7-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,18 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.9.7-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c4aa2f: Updated dependency `@useoptic/openapi-utilities` to `^0.55.0`.
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.9.0-next.1
10
+ - @backstage/catalog-model@1.6.0
11
+ - @backstage/cli-common@0.1.14
12
+ - @backstage/cli-node@0.2.7
13
+ - @backstage/config-loader@1.9.0
14
+ - @backstage/errors@1.2.4
15
+
3
16
  ## 0.9.7-next.0
4
17
 
5
18
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -187,7 +187,7 @@ function lazy(getActionFunc) {
187
187
  };
188
188
  }
189
189
 
190
- var version = "0.9.7-next.0";
190
+ var version = "0.9.7-next.1";
191
191
 
192
192
  const main = (argv) => {
193
193
  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.9.7-next.0",
4
+ "version": "0.9.7-next.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@apidevtools/swagger-parser": "^10.1.0",
45
45
  "@apisyouwonthate/style-guide": "^1.4.0",
46
- "@backstage/backend-plugin-api": "^0.9.0-next.0",
46
+ "@backstage/backend-plugin-api": "^0.9.0-next.1",
47
47
  "@backstage/catalog-model": "^1.6.0",
48
48
  "@backstage/cli-common": "^0.1.14",
49
49
  "@backstage/cli-node": "^0.2.7",
@@ -60,7 +60,7 @@
60
60
  "@stoplight/spectral-rulesets": "^1.18.0",
61
61
  "@stoplight/spectral-runtime": "^1.1.2",
62
62
  "@stoplight/types": "^14.0.0",
63
- "@useoptic/openapi-utilities": "^0.54.8",
63
+ "@useoptic/openapi-utilities": "^0.55.0",
64
64
  "chalk": "^4.0.0",
65
65
  "codeowners-utils": "^1.0.2",
66
66
  "command-exists": "^1.2.9",
@@ -77,8 +77,8 @@
77
77
  "yaml-diff-patch": "^2.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-test-utils": "^0.6.0-next.0",
81
- "@backstage/cli": "^0.27.1-next.0",
80
+ "@backstage/backend-test-utils": "^0.6.0-next.1",
81
+ "@backstage/cli": "^0.27.1-next.1",
82
82
  "@backstage/types": "^1.1.1",
83
83
  "@types/is-glob": "^4.0.2",
84
84
  "@types/node": "^18.17.8",