@backstage/plugin-scaffolder 1.4.0-next.2 → 1.4.1-next.0

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,5 +1,83 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.4.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.3.0-next.0
9
+ - @backstage/core-plugin-api@1.0.5-next.0
10
+ - @backstage/integration-react@1.1.3-next.0
11
+ - @backstage/plugin-catalog-react@1.1.3-next.0
12
+ - @backstage/core-components@0.10.1-next.0
13
+ - @backstage/plugin-permission-react@0.4.4-next.0
14
+
15
+ ## 1.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - d8eb82f447: Add `allowedRepos` `ui:option` to `RepoUrlPicker` component, and move `repoName` field to own component
20
+ - 9a96199f86: Add support for `allowedOwners` to the `BitbucketRepoPicker` used for the workspace value.
21
+
22
+ ### Patch Changes
23
+
24
+ - 37539e29d8: The template editor now shows the cause of request errors that happen during a dry-run.
25
+ - b557e6c58d: Fixed that adding more than one `allowedOwner` or `allowedRepo` in the template config will now still set the first value as default in the initial form state of `RepoUrlPicker`.
26
+ - 842282ecf9: Bumped `codemirror` dependencies to `v6.0.0`.
27
+ - 11a5ca35f3: Add allowArbitraryValues for <OwnerPicker /> to provide input validation. This makes it a better experience of users, as they can now expect the values they enter to correspond to a valid owner. This is set to the default behavior by default.
28
+ - d600cb2ab6: contextMenu prop passed through to <ScaffolderPageContents /> from the <ScaffolderPage /> component
29
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
30
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
31
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
32
+ - 693990d4fe: Updated dependency `@react-hookz/web` to `^15.0.0`.
33
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
34
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
35
+
36
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
37
+ to several CVEs detected by Snyk.
38
+
39
+ - SNYK-JS-PARSEURL-2935944
40
+ - SNYK-JS-PARSEURL-2935947
41
+ - SNYK-JS-PARSEURL-2936249
42
+
43
+ - 464bb0e6c8: The max content size for dry-run files has been reduced from 256k to 64k.
44
+ - 14146703e5: Add `allowArbitraryValues` to `ui:options` in `OwnedEntityPicker`, similar to `allowArbitraryValues` in `EntityPicker`
45
+ - a7c0b34d70: Swap usage of `MaterialTable` with `Table` from `core-components`
46
+ - 1764296a68: Allow to create Gerrit project using default owner
47
+ - Updated dependencies
48
+ - @backstage/core-components@0.10.0
49
+ - @backstage/catalog-model@1.1.0
50
+ - @backstage/core-plugin-api@1.0.4
51
+ - @backstage/integration@1.2.2
52
+ - @backstage/catalog-client@1.0.4
53
+ - @backstage/integration-react@1.1.2
54
+ - @backstage/plugin-catalog-react@1.1.2
55
+ - @backstage/theme@0.2.16
56
+ - @backstage/errors@1.1.0
57
+ - @backstage/plugin-catalog-common@1.0.4
58
+ - @backstage/plugin-permission-react@0.4.3
59
+ - @backstage/plugin-scaffolder-common@1.1.2
60
+
61
+ ## 1.4.0-next.3
62
+
63
+ ### Patch Changes
64
+
65
+ - b557e6c58d: Fixed that adding more than one `allowedOwner` or `allowedRepo` in the template config will now still set the first value as default in the initial form state of `RepoUrlPicker`.
66
+ - d600cb2ab6: contextMenu prop passed through to <ScaffolderPageContents /> from the <ScaffolderPage /> component
67
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
68
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
69
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
70
+ - 693990d4fe: Updated dependency `@react-hookz/web` to `^15.0.0`.
71
+ - Updated dependencies
72
+ - @backstage/core-plugin-api@1.0.4-next.0
73
+ - @backstage/core-components@0.10.0-next.3
74
+ - @backstage/catalog-client@1.0.4-next.2
75
+ - @backstage/integration-react@1.1.2-next.3
76
+ - @backstage/integration@1.2.2-next.3
77
+ - @backstage/catalog-model@1.1.0-next.3
78
+ - @backstage/plugin-catalog-react@1.1.2-next.3
79
+ - @backstage/plugin-permission-react@0.4.3-next.1
80
+
3
81
  ## 1.4.0-next.2
4
82
 
5
83
  ### Minor Changes
@@ -44,12 +122,6 @@
44
122
 
45
123
  ## 1.4.0-next.0
46
124
 
47
- ### Minor Changes
48
-
49
- - 3500c13a33: A new template editor has been added which is accessible via the context menu on the top right hand corner of the Create page. It allows you to load a template from a local directory, edit it with a preview, execute it in dry-run mode, and view the results. Note that the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) must be supported by your browser for this to be available.
50
-
51
- To support the new template editor the `ScaffolderApi` now has an optional `dryRun` method, which is implemented by the default `ScaffolderClient`.
52
-
53
125
  ### Patch Changes
54
126
 
55
127
  - 37539e29d8: The template editor now shows the cause of request errors that happen during a dry-run.
@@ -92,6 +164,9 @@
92
164
 
93
165
  - 72dfcbc8bf: Gerrit Integration: Implemented a `RepoUrlPicker` for Gerrit.
94
166
  - f93af969cd: Added the ability to support running of templates that are not in the `default` namespace
167
+ - 3500c13a33: A new template editor has been added which is accessible via the context menu on the top right hand corner of the Create page. It allows you to load a template from a local directory, edit it with a preview, execute it in dry-run mode, and view the results. Note that the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) must be supported by your browser for this to be available.
168
+
169
+ To support the new template editor the `ScaffolderApi` now has an optional `dryRun` method, which is implemented by the default `ScaffolderClient`.
95
170
 
96
171
  ### Patch Changes
97
172
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.4.0-next.2",
3
+ "version": "1.4.1-next.0",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }