@backstage/repo-tools 0.16.4-next.2 → 0.16.4

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,23 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.16.4
4
+
5
+ ### Patch Changes
6
+
7
+ - cd75ed0: Add newline to OpenAPI license template files.
8
+ - 7455dae: Use node prefix on native imports
9
+ - 4fc7bf0: Bump to tar v7
10
+ - 6523040: Support Prettier v3 for api-reports
11
+ - be7ebad: Updated package-docs exclude list to reflect renamed example app packages.
12
+ - df59ee6: The `type-deps` command now follows relative imports and re-exports into declaration chunk files, and detects ambient global types such as the `jest` namespace.
13
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
14
+ - 69d880e: Bump to latest zod to ensure it has the latest features
15
+ - Updated dependencies
16
+ - @backstage/backend-plugin-api@1.7.0
17
+ - @backstage/config-loader@1.10.8
18
+ - @backstage/cli-common@0.1.18
19
+ - @backstage/cli-node@0.2.18
20
+
3
21
  ## 0.16.4-next.2
4
22
 
5
23
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.16.4-next.2";
3
+ var version = "0.16.4";
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.16.4-next.2",
3
+ "version": "0.16.4",
4
4
  "description": "CLI for Backstage repo tooling ",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -43,12 +43,12 @@
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.7.0-next.1",
47
- "@backstage/catalog-model": "1.7.6",
48
- "@backstage/cli-common": "0.1.18-next.0",
49
- "@backstage/cli-node": "0.2.18-next.1",
50
- "@backstage/config-loader": "1.10.8-next.0",
51
- "@backstage/errors": "1.2.7",
46
+ "@backstage/backend-plugin-api": "^1.7.0",
47
+ "@backstage/catalog-model": "^1.7.6",
48
+ "@backstage/cli-common": "^0.1.18",
49
+ "@backstage/cli-node": "^0.2.18",
50
+ "@backstage/config-loader": "^1.10.8",
51
+ "@backstage/errors": "^1.2.7",
52
52
  "@electric-sql/pglite": "^0.3.0",
53
53
  "@manypkg/get-packages": "^1.1.3",
54
54
  "@microsoft/api-documenter": "^7.28.1",
@@ -87,9 +87,9 @@
87
87
  "zod": "^3.25.76"
88
88
  },
89
89
  "devDependencies": {
90
- "@backstage/backend-test-utils": "1.11.0-next.1",
91
- "@backstage/cli": "0.35.4-next.2",
92
- "@backstage/types": "1.2.2",
90
+ "@backstage/backend-test-utils": "^1.11.0",
91
+ "@backstage/cli": "^0.35.4",
92
+ "@backstage/types": "^1.2.2",
93
93
  "@types/is-glob": "^4.0.2",
94
94
  "@types/node": "^22.13.14",
95
95
  "@types/prettier": "^2.0.0",