@backstage/plugin-scaffolder 1.4.0-next.3 → 1.5.0-next.1

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,77 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.5.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - c4b452e16a: Starting the implementation of the Wizard page for the `next` scaffolder plugin
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/core-components@0.10.1-next.1
13
+ - @backstage/plugin-catalog-common@1.0.5-next.0
14
+ - @backstage/integration@1.3.0-next.1
15
+ - @backstage/plugin-catalog-react@1.1.3-next.1
16
+
17
+ ## 1.4.1-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/integration@1.3.0-next.0
23
+ - @backstage/core-plugin-api@1.0.5-next.0
24
+ - @backstage/integration-react@1.1.3-next.0
25
+ - @backstage/plugin-catalog-react@1.1.3-next.0
26
+ - @backstage/core-components@0.10.1-next.0
27
+ - @backstage/plugin-permission-react@0.4.4-next.0
28
+
29
+ ## 1.4.0
30
+
31
+ ### Minor Changes
32
+
33
+ - d8eb82f447: Add `allowedRepos` `ui:option` to `RepoUrlPicker` component, and move `repoName` field to own component
34
+ - 9a96199f86: Add support for `allowedOwners` to the `BitbucketRepoPicker` used for the workspace value.
35
+
36
+ ### Patch Changes
37
+
38
+ - 37539e29d8: The template editor now shows the cause of request errors that happen during a dry-run.
39
+ - 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`.
40
+ - 842282ecf9: Bumped `codemirror` dependencies to `v6.0.0`.
41
+ - 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.
42
+ - d600cb2ab6: contextMenu prop passed through to <ScaffolderPageContents /> from the <ScaffolderPage /> component
43
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
44
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
45
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
46
+ - 693990d4fe: Updated dependency `@react-hookz/web` to `^15.0.0`.
47
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
48
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
49
+
50
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
51
+ to several CVEs detected by Snyk.
52
+
53
+ - SNYK-JS-PARSEURL-2935944
54
+ - SNYK-JS-PARSEURL-2935947
55
+ - SNYK-JS-PARSEURL-2936249
56
+
57
+ - 464bb0e6c8: The max content size for dry-run files has been reduced from 256k to 64k.
58
+ - 14146703e5: Add `allowArbitraryValues` to `ui:options` in `OwnedEntityPicker`, similar to `allowArbitraryValues` in `EntityPicker`
59
+ - a7c0b34d70: Swap usage of `MaterialTable` with `Table` from `core-components`
60
+ - 1764296a68: Allow to create Gerrit project using default owner
61
+ - Updated dependencies
62
+ - @backstage/core-components@0.10.0
63
+ - @backstage/catalog-model@1.1.0
64
+ - @backstage/core-plugin-api@1.0.4
65
+ - @backstage/integration@1.2.2
66
+ - @backstage/catalog-client@1.0.4
67
+ - @backstage/integration-react@1.1.2
68
+ - @backstage/plugin-catalog-react@1.1.2
69
+ - @backstage/theme@0.2.16
70
+ - @backstage/errors@1.1.0
71
+ - @backstage/plugin-catalog-common@1.0.4
72
+ - @backstage/plugin-permission-react@0.4.3
73
+ - @backstage/plugin-scaffolder-common@1.1.2
74
+
3
75
  ## 1.4.0-next.3
4
76
 
5
77
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.4.0-next.3",
3
+ "version": "1.5.0-next.1",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }