Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/repo-tools
## 0.17.1
### Patch Changes
- 2e5c5f8: Bumped `glob` dependency from v7/v8/v11 to v13 to address security vulnerabilities in older versions. Bumped `rollup` from v4.27 to v4.59+ to fix a high severity path traversal vulnerability (GHSA-mw96-cpmx-2vgc).
- 482ceed: Migrated from `assertError` to `toError` for error handling.
- 377de36: Fixed the `peer-deps` command to only require peer dependencies that are actually referenced by each package, rather than requiring all tracked peer dependencies for every package with any React dependency.
- 8e9679b: Parallelized CLI report generation, reducing wall-clock time by ~4x.
- ca2dc15: Internal code cleanup.
- 270efef: Added support for packages that only support React 18+ in the `peer-deps` command.
- Updated dependencies
- @backstage/backend-plugin-api@1.9.0
- @backstage/errors@1.3.0
- @backstage/catalog-model@1.8.0
- @backstage/cli-common@0.2.1
- @backstage/cli-node@0.3.1
- @backstage/config-loader@1.10.10
## 0.17.1-next.2
### Patch Changes