Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-31 15:30:51 +00:00
parent 292b6431a2
commit a2cb332e25
334 changed files with 3572 additions and 167 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/cli
## 0.36.1-next.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).
- 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/cli-module-build@0.1.1-next.1
- @backstage/cli-module-test-jest@0.1.1-next.1
- @backstage/eslint-plugin@0.2.3-next.0
## 0.36.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.36.1-next.0",
"version": "0.36.1-next.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"