@backstage/plugin-scaffolder-react 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240821021909

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,13 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240821021909
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240821021909
9
+
10
+ ## 1.11.0
4
11
 
5
12
  ### Minor Changes
6
13
 
@@ -14,16 +21,16 @@
14
21
  - 4670f06: support `ajv-errors` for scaffolder validation to allow for customizing the error messages
15
22
  - 04759f2: Fix null check in `isJsonObject` utility function for scaffolder review state component
16
23
  - Updated dependencies
17
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240820021901
18
- - @backstage/core-components@0.0.0-nightly-20240820021901
19
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
20
- - @backstage/catalog-client@0.0.0-nightly-20240820021901
24
+ - @backstage/plugin-catalog-react@1.12.3
25
+ - @backstage/core-components@0.14.10
26
+ - @backstage/catalog-model@1.6.0
27
+ - @backstage/catalog-client@1.6.6
21
28
  - @backstage/core-plugin-api@1.9.3
22
29
  - @backstage/theme@0.5.6
23
30
  - @backstage/types@1.1.1
24
31
  - @backstage/version-bridge@1.0.8
25
- - @backstage/plugin-permission-react@0.0.0-nightly-20240820021901
26
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20240820021901
32
+ - @backstage/plugin-permission-react@0.4.25
33
+ - @backstage/plugin-scaffolder-common@1.5.5
27
34
 
28
35
  ## 1.11.0-next.3
29
36
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react__alpha",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240821021909",
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-20240820021901",
3
+ "version": "0.0.0-nightly-20240821021909",
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": "^0.0.0-nightly-20240820021901",
61
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
62
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
60
+ "@backstage/catalog-client": "^1.6.6",
61
+ "@backstage/catalog-model": "^1.6.0",
62
+ "@backstage/core-components": "^0.14.10",
63
63
  "@backstage/core-plugin-api": "^1.9.3",
64
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240820021901",
65
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240820021901",
66
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240820021901",
64
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240821021909",
65
+ "@backstage/plugin-permission-react": "^0.4.25",
66
+ "@backstage/plugin-scaffolder-common": "^1.5.5",
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-20240820021901",
97
- "@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
98
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240820021901",
99
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240820021901",
100
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240820021901",
101
- "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
96
+ "@backstage/cli": "^0.27.0",
97
+ "@backstage/core-app-api": "^1.14.2",
98
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240821021909",
99
+ "@backstage/plugin-catalog-common": "^1.0.26",
100
+ "@backstage/plugin-permission-common": "^0.8.1",
101
+ "@backstage/test-utils": "^1.5.10",
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",