Version Packages

This commit is contained in:
github-actions[bot]
2026-03-17 21:39:07 +00:00
parent e704c00979
commit 5725b5fcfa
679 changed files with 6785 additions and 2555 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/repo-tools
## 0.17.0
### Minor Changes
- 0fbcf23: Added support for OpenAPI 3.1 to all `schema openapi` commands. The commands now auto-detect the OpenAPI version from the spec file and use the appropriate generator, supporting both OpenAPI 3.0.x and 3.1.x specifications.
### Patch Changes
- 426edbe: Fixed `generate-catalog-info` command failing with "too many arguments" when invoked by lint-staged via the pre-commit hook.
- d5779e5: Updated the CLI report parser to support cleye-style help output, and strip ANSI escape codes from captured output.
- 6738cf0: build(deps): bump `minimatch` from 9.0.5 to 10.2.1
- 2a51546: Fixed prettier existence checks in OpenAPI commands to use `fs.pathExists` instead of checking the resolved path string, which was always truthy.
- 70fc178: Migrated from deprecated `findPaths` to `targetPaths` and `findOwnPaths` from `@backstage/cli-common`.
- de62a9d: Upgraded `commander` dependency from `^12.0.0` to `^14.0.3` across all CLI packages.
- a49a40d: Updated dependency `zod` to `^3.25.76 || ^4.0.0` & migrated to `/v3` or `/v4` imports.
- 18a946c: Updated `@microsoft/api-extractor` to `7.57.3` and added tests for `getTsDocConfig`
- Updated dependencies
- @backstage/backend-plugin-api@1.8.0
- @backstage/cli-node@0.3.0
- @backstage/cli-common@0.2.0
- @backstage/config-loader@1.10.9
- @backstage/catalog-model@1.7.7
## 0.17.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/repo-tools",
"version": "0.17.0-next.2",
"version": "0.17.0",
"description": "CLI for Backstage repo tooling ",
"backstage": {
"role": "cli"