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
+17
View File
@@ -1,5 +1,22 @@
# @backstage/cli
## 0.36.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.
- a2f0c72: Removed the unused `isDev` export from the internal version module.
- a7a14b7: Added `DOM.AsyncIterable` to the default `lib` in the shared TypeScript configuration, enabling standard async iteration support for DOM APIs such as `FileSystemDirectoryHandle`. This aligns behavior with [TypeScript 6.0](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/#the-dom-lib-now-contains-domiterable-and-domasynciterable), where this lib is included in `DOM` by default.
- Updated dependencies
- @backstage/errors@1.3.0
- @backstage/cli-module-build@0.1.1
- @backstage/cli-module-test-jest@0.1.1
- @backstage/cli-common@0.2.1
- @backstage/cli-node@0.3.1
- @backstage/eslint-plugin@0.2.3
- @backstage/cli-defaults@0.1.1
## 0.36.1-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.36.1-next.2",
"version": "0.36.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"