@backstage/repo-tools 0.15.4-next.0 → 0.15.4-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,13 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.15.4-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f56eae: Updated knip-reports to detect dependencies in dev/alpha pattern
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.5.0-next.1
10
+
3
11
  ## 0.15.4-next.0
4
12
 
5
13
  ### Patch Changes
@@ -34,7 +34,7 @@ async function generateKnipConfig({ knipConfigPath }) {
34
34
  workspaces: {
35
35
  ".": {},
36
36
  "{packages,plugins}/*": {
37
- entry: ["dev/index.{ts,tsx}", "src/index.{ts,tsx}"],
37
+ entry: ["dev/**/*.{ts,tsx}", "src/index.{ts,tsx}"],
38
38
  ignore: [
39
39
  ".eslintrc.js",
40
40
  "config.d.ts",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.15.4-next.0";
3
+ var version = "0.15.4-next.1";
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/repo-tools",
3
- "version": "0.15.4-next.0",
3
+ "version": "0.15.4-next.1",
4
4
  "description": "CLI for Backstage repo tooling ",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -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": "1.4.5-next.0",
46
+ "@backstage/backend-plugin-api": "1.5.0-next.1",
47
47
  "@backstage/catalog-model": "1.7.6-next.0",
48
48
  "@backstage/cli-common": "0.1.15",
49
49
  "@backstage/cli-node": "0.2.15-next.0",
@@ -86,8 +86,8 @@
86
86
  "zod": "^3.22.4"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-test-utils": "1.10.0-next.0",
90
- "@backstage/cli": "0.34.5-next.0",
89
+ "@backstage/backend-test-utils": "1.10.0-next.1",
90
+ "@backstage/cli": "0.34.5-next.1",
91
91
  "@backstage/types": "1.2.2",
92
92
  "@types/is-glob": "^4.0.2",
93
93
  "@types/node": "^20.16.0",