@backstage/plugin-scaffolder-react 0.0.0-nightly-20240809021939 → 0.0.0-nightly-20240810021908

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
- ## 0.0.0-nightly-20240809021939
3
+ ## 0.0.0-nightly-20240810021908
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,16 +13,16 @@
13
13
  - 4670f06: support `ajv-errors` for scaffolder validation to allow for customizing the error messages
14
14
  - 04759f2: Fix null check in `isJsonObject` utility function for scaffolder review state component
15
15
  - Updated dependencies
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240809021939
17
- - @backstage/core-components@0.0.0-nightly-20240809021939
18
- - @backstage/catalog-client@1.6.5
19
- - @backstage/catalog-model@1.5.0
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240810021908
17
+ - @backstage/core-components@0.0.0-nightly-20240810021908
18
+ - @backstage/catalog-model@0.0.0-nightly-20240810021908
19
+ - @backstage/catalog-client@0.0.0-nightly-20240810021908
20
20
  - @backstage/core-plugin-api@1.9.3
21
21
  - @backstage/theme@0.5.6
22
22
  - @backstage/types@1.1.1
23
23
  - @backstage/version-bridge@1.0.8
24
- - @backstage/plugin-permission-react@0.0.0-nightly-20240809021939
25
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20240809021939
24
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240810021908
25
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20240810021908
26
26
 
27
27
  ## 1.11.0-next.2
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react__alpha",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "0.0.0-nightly-20240809021939",
3
+ "version": "0.0.0-nightly-20240810021908",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -57,13 +57,13 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/catalog-client": "^1.6.5",
61
- "@backstage/catalog-model": "^1.5.0",
62
- "@backstage/core-components": "^0.0.0-nightly-20240809021939",
60
+ "@backstage/catalog-client": "^0.0.0-nightly-20240810021908",
61
+ "@backstage/catalog-model": "^0.0.0-nightly-20240810021908",
62
+ "@backstage/core-components": "^0.0.0-nightly-20240810021908",
63
63
  "@backstage/core-plugin-api": "^1.9.3",
64
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240809021939",
65
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240809021939",
66
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240809021939",
64
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240810021908",
65
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240810021908",
66
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240810021908",
67
67
  "@backstage/theme": "^0.5.6",
68
68
  "@backstage/types": "^1.1.1",
69
69
  "@backstage/version-bridge": "^1.0.8",
@@ -93,12 +93,12 @@
93
93
  "zod-to-json-schema": "^3.20.4"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "^0.0.0-nightly-20240809021939",
97
- "@backstage/core-app-api": "^0.0.0-nightly-20240809021939",
98
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240809021939",
99
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240809021939",
100
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240809021939",
101
- "@backstage/test-utils": "^0.0.0-nightly-20240809021939",
96
+ "@backstage/cli": "^0.0.0-nightly-20240810021908",
97
+ "@backstage/core-app-api": "^0.0.0-nightly-20240810021908",
98
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240810021908",
99
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240810021908",
100
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240810021908",
101
+ "@backstage/test-utils": "^0.0.0-nightly-20240810021908",
102
102
  "@testing-library/dom": "^10.0.0",
103
103
  "@testing-library/jest-dom": "^6.0.0",
104
104
  "@testing-library/react": "^15.0.0",