@backstage/plugin-scaffolder 1.4.0-next.3 → 1.4.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,51 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d8eb82f447: Add `allowedRepos` `ui:option` to `RepoUrlPicker` component, and move `repoName` field to own component
8
+ - 9a96199f86: Add support for `allowedOwners` to the `BitbucketRepoPicker` used for the workspace value.
9
+
10
+ ### Patch Changes
11
+
12
+ - 37539e29d8: The template editor now shows the cause of request errors that happen during a dry-run.
13
+ - 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`.
14
+ - 842282ecf9: Bumped `codemirror` dependencies to `v6.0.0`.
15
+ - 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.
16
+ - d600cb2ab6: contextMenu prop passed through to <ScaffolderPageContents /> from the <ScaffolderPage /> component
17
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
18
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
19
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
20
+ - 693990d4fe: Updated dependency `@react-hookz/web` to `^15.0.0`.
21
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
22
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
23
+
24
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
25
+ to several CVEs detected by Snyk.
26
+
27
+ - SNYK-JS-PARSEURL-2935944
28
+ - SNYK-JS-PARSEURL-2935947
29
+ - SNYK-JS-PARSEURL-2936249
30
+
31
+ - 464bb0e6c8: The max content size for dry-run files has been reduced from 256k to 64k.
32
+ - 14146703e5: Add `allowArbitraryValues` to `ui:options` in `OwnedEntityPicker`, similar to `allowArbitraryValues` in `EntityPicker`
33
+ - a7c0b34d70: Swap usage of `MaterialTable` with `Table` from `core-components`
34
+ - 1764296a68: Allow to create Gerrit project using default owner
35
+ - Updated dependencies
36
+ - @backstage/core-components@0.10.0
37
+ - @backstage/catalog-model@1.1.0
38
+ - @backstage/core-plugin-api@1.0.4
39
+ - @backstage/integration@1.2.2
40
+ - @backstage/catalog-client@1.0.4
41
+ - @backstage/integration-react@1.1.2
42
+ - @backstage/plugin-catalog-react@1.1.2
43
+ - @backstage/theme@0.2.16
44
+ - @backstage/errors@1.1.0
45
+ - @backstage/plugin-catalog-common@1.0.4
46
+ - @backstage/plugin-permission-react@0.4.3
47
+ - @backstage/plugin-scaffolder-common@1.1.2
48
+
3
49
  ## 1.4.0-next.3
4
50
 
5
51
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.4.0-next.3",
3
+ "version": "1.4.0",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
@@ -3,7 +3,7 @@ import { useNavigate, Navigate, useOutlet, Routes, Route, useParams as useParams
3
3
  import { ItemCardHeader, MarkdownContent, Button, ContentHeader, Progress, WarningPanel, Link as Link$1, Content, ItemCardGrid, Page, Header, CreateButton, SupportButton, StructuredMetadataTable, InfoCard, ErrorPage, ErrorPanel, LogViewer, StatusError, StatusOK, StatusPending, Lifecycle, EmptyState, Table as Table$1 } from '@backstage/core-components';
4
4
  import { useRouteRef, useApi, errorApiRef, featureFlagsApiRef, useApiHolder, alertApiRef, useElementFilter } from '@backstage/core-plugin-api';
5
5
  import { getEntityRelations, getEntitySourceLocation, FavoriteEntity, EntityRefLinks, useEntityList, EntityListProvider, CatalogFilterLayout, EntitySearchBar, EntityKindPicker, UserListPicker, EntityTagPicker, catalogApiRef, humanizeEntityRef, EntityRefLink } from '@backstage/plugin-catalog-react';
6
- import { s as selectedTemplateRouteRef, e as editRouteRef, a as actionsRouteRef, b as scaffolderListTaskRouteRef, r as registerComponentRouteRef, T as TemplateTypePicker, S as SecretsContext, c as scaffolderApiRef, d as scaffolderTaskRouteRef, f as rootRouteRef, g as TaskStatusStepper, h as TaskPageLinks, F as FIELD_EXTENSION_WRAPPER_KEY, i as FIELD_EXTENSION_KEY, l as legacySelectedTemplateRouteRef, j as SecretsContextProvider, k as TaskPage } from './index-6000fac5.esm.js';
6
+ import { s as selectedTemplateRouteRef, e as editRouteRef, a as actionsRouteRef, b as scaffolderListTaskRouteRef, r as registerComponentRouteRef, T as TemplateTypePicker, S as SecretsContext, c as scaffolderApiRef, d as scaffolderTaskRouteRef, f as rootRouteRef, g as TaskStatusStepper, h as TaskPageLinks, F as FIELD_EXTENSION_WRAPPER_KEY, i as FIELD_EXTENSION_KEY, l as legacySelectedTemplateRouteRef, j as SecretsContextProvider, k as TaskPage } from './index-a298f509.esm.js';
7
7
  import { RELATION_OWNED_BY, parseEntityRef, stringifyEntityRef } from '@backstage/catalog-model';
8
8
  import { makeStyles, useTheme, Card, CardMedia, CardContent, Box, Typography, Chip, CardActions, IconButton, Tooltip, Link, Stepper, Step, StepLabel, StepContent, Button as Button$1, Paper, LinearProgress, TableContainer, Table, TableHead, TableRow, TableCell, TableBody, Divider as Divider$1, FormControl, InputLabel, Select, MenuItem as MenuItem$1, List as List$2, ListItemIcon as ListItemIcon$1, ListItemText as ListItemText$1 } from '@material-ui/core';
9
9
  import { scmIntegrationsApiRef, ScmIntegrationIcon } from '@backstage/integration-react';
@@ -66,7 +66,7 @@ import SettingsIcon from '@material-ui/icons/Settings';
66
66
  import AllIcon from '@material-ui/icons/FontDownload';
67
67
  import { DateTime, Interval } from 'luxon';
68
68
  import humanizeDuration from 'humanize-duration';
69
- import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-e54e51de.esm.js';
69
+ import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-ffab2851.esm.js';
70
70
  import '@backstage/errors';
71
71
  import 'zen-observable';
72
72
  import '@material-ui/core/FormControl';
@@ -2396,4 +2396,4 @@ const Router = (props) => {
2396
2396
  };
2397
2397
 
2398
2398
  export { Router };
2399
- //# sourceMappingURL=Router-02ff57b3.esm.js.map
2399
+ //# sourceMappingURL=Router-e14e5f4e.esm.js.map