Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-28 15:53:09 +00:00
parent 07b7490e79
commit 7295193bb6
119 changed files with 5127 additions and 59 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+21
View File
@@ -227,34 +227,55 @@
},
"changesets": [
"add-missing-transitive-deps",
"add-no-self-package-imports-lint-rule",
"add-service-unavailable-error-name",
"brave-groups-learn",
"chubby-candies-cry",
"clamp-react-aria-deps",
"create-app-1777391535",
"deduplicate-joinpaths-routing",
"delegate-attach-mock-api-factory",
"devtools-refresh-after-scheduled-task-action",
"eager-wolves-enjoy",
"extension-point-middleware-backend-app-api",
"extension-point-middleware-backend-defaults",
"fancy-parents-sit",
"feature-flag-invalid-warning",
"fifty-clubs-play",
"fix-alter-target-nullability",
"fix-card-scroll-shadow",
"fix-cardbody-min-height",
"fix-circular-self-imports",
"fix-dialog-dark-theme-selector",
"fix-embedded-postgres-config-paths",
"fix-facets-perf-regression",
"fix-implicit-any-renderInTestApp",
"fix-lockfile-removal-detection",
"fix-scheduler-sleep-overflow",
"fix-tabs-active-indicator-disappearing",
"fix-widget-resize-after-edit",
"free-ways-flow",
"funny-areas-rescue",
"gold-drinks-poke",
"gold-friends-end",
"header-improvements",
"header-sticky-prop",
"isolate-invalid-feature-flags",
"lazy-rings-end",
"limit-remix-icon-version",
"mean-monkeys-create",
"move-registermswtesthooks-to-test-utils",
"owner-column-cleanup",
"preserve-external-hrefs-useDefinition",
"remove-duplicate-deps",
"remove-portable-schema-deprecated-prop",
"remove-unused-deps",
"remove-unused-getgithubintegrationconfig",
"remove-uuid-dependency",
"replace-duplicate-error-utilities",
"shy-ways-lay",
"slack-scope-message-updates",
"swappable-notification-description",
"ui-date-range-picker",
"upgrade-module-federation-v2",
"zod-v3-config-schema-docs",
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.51.0-next.0",
"version": "1.51.0-next.1",
"backstage": {
"cli": {
"new": {
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-defaults
## 0.17.1-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/cli-node@0.3.2-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 0.17.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-defaults",
"version": "0.17.1-next.0",
"version": "0.17.1-next.1",
"description": "Backend defaults used by Backstage backend apps",
"backstage": {
"role": "node-library"
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-test-utils
## 1.11.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/backend-defaults@0.17.1-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 1.11.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.11.3-next.0",
"version": "1.11.3-next.1",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"
+18
View File
@@ -1,5 +1,23 @@
# example-backend
## 0.0.50-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@3.5.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/backend-defaults@0.17.1-next.1
- @backstage/plugin-auth-backend@0.28.1-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
- @backstage/plugin-catalog-backend@3.6.2-next.1
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.14-next.1
- @backstage/plugin-notifications-backend@0.6.5-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.8.3-next.1
- @backstage/plugin-search-backend-node@1.4.4-next.1
- @backstage/plugin-signals-backend@0.3.15-next.1
## 0.0.50-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.0.50-next.0",
"version": "0.0.50-next.1",
"backstage": {
"role": "backend"
},
+6
View File
@@ -1,5 +1,11 @@
# @backstage/catalog-model
## 1.8.1-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
## 1.8.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/catalog-model",
"version": "1.8.1-next.0",
"version": "1.8.1-next.1",
"description": "Types and validators that help describe the model of a Backstage Catalog",
"backstage": {
"role": "common-library"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/cli-module-new
## 0.1.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/cli-node@0.3.2-next.1
## 0.1.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-module-new",
"version": "0.1.3-next.0",
"version": "0.1.3-next.1",
"description": "CLI module for Backstage CLI",
"backstage": {
"role": "cli-module"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-node
## 0.3.2-next.1
### Patch Changes
- 357d639: Fixed a bug in `PackageGraph.listChangedPackages` where removed dependencies were not detected during lockfile analysis. The dependency graph from the previous lockfile was not being merged, causing transitive dependency removals to be missed.
## 0.3.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-node",
"version": "0.3.2-next.0",
"version": "0.3.2-next.1",
"description": "Node.js library for Backstage CLIs",
"backstage": {
"role": "node-library"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/cli
## 0.36.2-next.1
### Patch Changes
- Updated dependencies
- @backstage/eslint-plugin@0.3.0-next.0
- @backstage/cli-node@0.3.2-next.1
## 0.36.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.36.2-next.0",
"version": "0.36.2-next.1",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/core-plugin-api
## 1.12.6-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
## 1.12.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-plugin-api",
"version": "1.12.6-next.0",
"version": "1.12.6-next.1",
"description": "Core API used by Backstage plugins",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.8.3-next.1
### Patch Changes
- Bumped create-app version.
## 0.8.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.8.3-next.0",
"version": "0.8.3-next.1",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/eslint-plugin
## 0.3.0-next.0
### Minor Changes
- ab1cdbb: Added a new `no-self-package-imports` lint rule, enabled as `error` in the recommended config, that reports when a package imports itself by its own name instead of using a relative path. This pattern causes circular initialization errors in bundled ESM and with `jest.requireActual`.
## 0.2.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/eslint-plugin",
"version": "0.2.3",
"version": "0.3.0-next.0",
"description": "Backstage ESLint plugin",
"publishConfig": {
"access": "public"
+10
View File
@@ -1,5 +1,15 @@
# @backstage/frontend-app-api
## 0.16.3-next.1
### Patch Changes
- b6ca666: Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.
- Updated dependencies
- @backstage/frontend-defaults@0.5.2-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## 0.16.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.16.3-next.0",
"version": "0.16.3-next.1",
"backstage": {
"role": "web-library"
},
+10
View File
@@ -1,5 +1,15 @@
# @backstage/frontend-defaults
## 0.5.2-next.1
### Patch Changes
- 482cc59: Invalid feature flag declarations are now treated as warnings rather than errors, letting the app load normally.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/frontend-app-api@0.16.3-next.1
- @backstage/plugin-app@0.4.6-next.1
## 0.5.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-defaults",
"version": "0.5.2-next.0",
"version": "0.5.2-next.1",
"backstage": {
"role": "web-library"
},
@@ -1,5 +1,11 @@
# @backstage/frontend-plugin-api
## 0.17.0-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
## 0.17.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.17.0-next.0",
"version": "0.17.0-next.1",
"backstage": {
"role": "web-library"
},
+12
View File
@@ -1,5 +1,17 @@
# @backstage/frontend-test-utils
## 0.5.3-next.1
### Patch Changes
- fa363f9: Added support for `ExternalRouteRef` in the `mountedRoutes` option of `renderInTestApp` and `renderTestApp`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/frontend-app-api@0.16.3-next.1
- @backstage/plugin-app@0.4.6-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 0.5.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.5.3-next.0",
"version": "0.5.3-next.1",
"backstage": {
"role": "web-library"
},
+37
View File
@@ -1,5 +1,42 @@
# @backstage/ui
## 0.15.0-next.1
### Minor Changes
- 5351d8a: Added a `sticky` prop to the `Header` component. When `true`, the title-and-actions bar stays fixed to the top of its scroll container while the rest of the header (tags, description, metadata) scrolls away. The sticky bar background color automatically matches the container surface using the bg-consumer system.
**BREAKING**: Removed the main header class from the `Header` component. Custom styles that target this class should be updated to target the component sections that remain.
**Affected components:** Header
### Patch Changes
- e7fc79f: Added support for grouping options into sections in the Select component. You can now pass section objects with a `title` and a nested `options` array alongside (or instead of) regular options to render grouped dropdowns with section headers.
**Affected components:** Select
- 76635ae: Disabled `Card` scroll shadow in browsers that don't support `animation-timeline: scroll()`. Prevents the shadow from being always visible over the `CardBody` when there's nothing to scroll or the body is not scrolled.
**Affected components:** Card
- de75f7c: Fixed `CardBody` showing an unwanted scrollbar when constrained below the scroll shadow height.
**Affected components:** Card
- c96e2b3: Added `description`, `tags`, and `metadata` props to the `Header` component. The `description` prop accepts a markdown string with support for inline links. The `tags` prop renders a row of text or link items above the title. The `metadata` prop renders key-value pairs below the description. The `breadcrumbs` prop has been deprecated and will be removed in a future release.
**Affected components:** Header
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 23ee789: Added invalid-state styling for Checkbox and corresponding Storybook variants for verification.
**Affected components:** Checkbox, CheckboxGroup
- df705bb: Fixed external URLs in BUI link components being rewritten as in-app paths when the app is served under a non-root base path. Absolute URLs (`http://`, `https://`, `//`, `mailto:`, `tel:`) are now passed through unchanged. Internal `href` values are resolved against the current `basename` exactly once, which also fixes a latent issue where internal link clicks under a non-root base path could navigate to a URL with the `basename` prefix doubled.
**Affected components:** ButtonLink, Card, Link, Menu, Tab, Table, Tag
## 0.15.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/ui",
"version": "0.15.0-next.0",
"version": "0.15.0-next.1",
"backstage": {
"role": "web-library"
},
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-api-docs
## 0.14.1-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## 0.14.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.14.1-next.0",
"version": "0.14.1-next.1",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-app-visualizer
## 0.2.4-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## 0.2.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-visualizer",
"version": "0.2.4-next.0",
"version": "0.2.4-next.1",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-app
## 0.4.6-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## 0.4.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app",
"version": "0.4.6-next.0",
"version": "0.4.6-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "app",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-cloudflare-access-provider
## 0.4.15-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-auth-node@0.7.1-next.1
## 0.4.15-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
"version": "0.4.15-next.0",
"version": "0.4.15-next.1",
"description": "The cloudflare-access-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend
## 0.28.1-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-auth-node@0.7.1-next.1
## 0.28.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.28.1-next.0",
"version": "0.28.1-next.1",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-node
## 0.7.1-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
## 0.7.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.7.1-next.0",
"version": "0.7.1-next.1",
"backstage": {
"role": "node-library",
"pluginId": "auth",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-auth
## 0.1.8-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
## 0.1.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth",
"version": "0.1.8-next.0",
"version": "0.1.8-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "auth",
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.4.23-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-kubernetes-common@0.9.12-next.1
- @backstage/backend-defaults@0.17.1-next.1
## 0.4.23-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"version": "0.4.23-next.0",
"version": "0.4.23-next.1",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend-module-azure
## 0.3.17-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.3.17-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"version": "0.3.17-next.0",
"version": "0.3.17-next.1",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-backstage-openapi
## 0.5.14-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.5.14-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
"version": "0.5.14-next.0",
"version": "0.5.14-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
## 0.5.11-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.5.11-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
"version": "0.5.11-next.0",
"version": "0.5.11-next.1",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-bitbucket-server
## 0.5.11-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.5.11-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
"version": "0.5.11-next.0",
"version": "0.5.11-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend-module-gerrit
## 0.3.14-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.3.14-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gerrit",
"version": "0.3.14-next.0",
"version": "0.3.14-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend-module-gitea
## 0.1.12-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.1.12-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitea",
"version": "0.1.12-next.0",
"version": "0.1.12-next.1",
"description": "The gitea backend module for the catalog plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-github
## 0.13.2-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.13.2-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
"version": "0.13.2-next.0",
"version": "0.13.2-next.1",
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-gitlab
## 0.8.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/backend-defaults@0.17.1-next.1
## 0.8.3-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"version": "0.8.3-next.0",
"version": "0.8.3-next.1",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-incremental-ingestion
## 0.7.12-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/backend-defaults@0.17.1-next.1
- @backstage/plugin-catalog-backend@3.6.2-next.1
## 0.7.12-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
"version": "0.7.12-next.0",
"version": "0.7.12-next.1",
"description": "An entity provider for streaming large asset sources into the catalog",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-ldap
## 0.12.5-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.12.5-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-ldap",
"version": "0.12.5-next.0",
"version": "0.12.5-next.1",
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-msgraph
## 0.9.3-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.9.3-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-msgraph",
"version": "0.9.3-next.0",
"version": "0.9.3-next.1",
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-puppetdb
## 0.2.22-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.2.22-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-puppetdb",
"version": "0.2.22-next.0",
"version": "0.2.22-next.1",
"description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
"backstage": {
"role": "backend-plugin-module",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend
## 3.6.2-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 3.6.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend",
"version": "3.6.1-next.0",
"version": "3.6.2-next.1",
"description": "The Backstage backend plugin that provides the Backstage catalog",
"backstage": {
"role": "backend-plugin",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-graph
## 0.6.4-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## 0.6.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
"version": "0.6.4-next.0",
"version": "0.6.4-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "catalog-graph",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-import
## 0.13.13-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## 0.13.13-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-import",
"version": "0.13.13-next.0",
"version": "0.13.13-next.1",
"description": "A Backstage plugin the helps you import entities into your catalog",
"backstage": {
"role": "frontend-plugin",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-node
## 2.2.1-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/backend-test-utils@1.11.3-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 2.2.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-node",
"version": "2.2.1-next.0",
"version": "2.2.1-next.1",
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
"backstage": {
"role": "node-library",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-react
## 2.1.5-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/frontend-test-utils@0.5.3-next.1
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 2.1.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-react",
"version": "2.1.5-next.0",
"version": "2.1.5-next.1",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"backstage": {
"role": "web-library",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-devtools
## 0.1.39-next.1
### Patch Changes
- b15ef55: Scheduled Tasks page now refreshes its table automatically after a task is triggered or cancelled, so the updated status is visible without reloading the browser.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## 0.1.39-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools",
"version": "0.1.39-next.0",
"version": "0.1.39-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "devtools",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-home",
"version": "0.9.5-next.0",
"version": "0.9.6-next.0",
"description": "A Backstage plugin that helps you build a home page",
"backstage": {
"role": "frontend-plugin",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-kubernetes-common
## 0.9.12-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 0.9.12-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-common",
"version": "0.9.12-next.0",
"version": "0.9.12-next.1",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
"backstage": {
"role": "common-library",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-kubernetes-node
## 0.4.4-next.1
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-kubernetes-common@0.9.12-next.1
## 0.4.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-node",
"version": "0.4.4-next.0",
"version": "0.4.4-next.1",
"description": "Node.js library for the kubernetes plugin",
"backstage": {
"role": "node-library",
@@ -1,5 +1,14 @@
# @backstage/plugin-notifications-backend
## 0.6.5-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
## 0.6.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend",
"version": "0.6.5-next.0",
"version": "0.6.5-next.1",
"backstage": {
"role": "backend-plugin",
"pluginId": "notifications",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-notifications
## 0.5.17-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- 03311e3: The notification description used in the notifications table is now a swappable component, so that apps can replace its rendering with a custom implementation.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/core-plugin-api@1.12.6-next.1
## 0.5.17-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications",
"version": "0.5.17-next.0",
"version": "0.5.17-next.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "notifications",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-org
## 0.7.4-next.1
### Patch Changes
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
- Updated dependencies
- @backstage/ui@0.15.0-next.1
- @backstage/frontend-plugin-api@0.17.0-next.1
- @backstage/catalog-model@1.8.1-next.1
- @backstage/core-plugin-api@1.12.6-next.1
- @backstage/plugin-catalog-react@2.1.5-next.1
## 0.7.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org",
"version": "0.7.4-next.0",
"version": "0.7.4-next.1",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"backstage": {
"role": "frontend-plugin",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-permission-common
## 0.9.9-next.1
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
## 0.9.9-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-common",
"version": "0.9.9-next.0",
"version": "0.9.9-next.1",
"description": "Isomorphic types and client for Backstage permissions and authorization",
"backstage": {
"role": "common-library",
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-scaffolder-backend
## 3.5.0-next.1
### Minor Changes
- 77bee9f: Updated the `list-scaffolder-tasks` action to support the new "status" filter parameter, allowing the action to return tasks matching a specific status.
- 07e08be: Added `always()` and `failure()` status check functions for scaffolder steps. These functions can be used in the if field of a step to control execution after failures. `always()` ensures a step runs regardless of previous step outcomes, while `failure()` runs a step only when a previous step has failed.
### Patch Changes
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
- Updated dependencies
- @backstage/catalog-model@1.8.1-next.1
- @backstage/plugin-catalog-node@2.2.1-next.1
- @backstage/plugin-scaffolder-node@0.13.3-next.1
- @backstage/plugin-permission-common@0.9.9-next.1
## 3.4.1-next.0
### Patch Changes

Some files were not shown because too many files have changed in this diff Show More