Commit Graph

1877 Commits

Author SHA1 Message Date
Patrik Oldsberg d9d9a7a134 cli: remove all copyright notices from package templates
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-13 11:04:23 +01:00
Fredrik Adelöw b05dcd5530 move zod back a step to avoid type issues
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-12-12 13:40:40 +01:00
Patrik Oldsberg b586504966 Merge pull request #15152 from backstage/rugvip/coverage-config
cli: fix coverage configuration and make next tests the new default
2022-12-10 15:16:47 +01:00
Patrik Oldsberg 00196b700c cli: remove redundant caching from jest module loader
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-08 23:22:29 +01:00
Patrik Oldsberg 07283a62c1 cli: make next jest config the default
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-08 22:54:39 +01:00
Patrik Oldsberg dd721148b5 cli: fix coverage config warnings
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-08 22:33:20 +01:00
github-actions[bot] fbc645cf88 Version Packages (next) 2022-12-08 09:11:43 +00:00
Patrik Oldsberg f784c30bf0 Merge pull request #14981 from backstage/rugvip/sucrase-plugin
cli: removed unused @sucrase/jest-plugin dependency
2022-12-07 11:19:56 +01:00
github-actions[bot] 6465ab3686 Version Packages (next) 2022-12-06 13:22:31 +00:00
Patrik Oldsberg e0d2ad88c4 Merge pull request #13927 from sennyeya/NewCliOptionsPublicPathAndBackendUrl
Update AppManager to Allow for Multiple Stages with a Single Build
2022-12-06 14:05:17 +01:00
Patrik Oldsberg 43b2b9c791 cli: removed unused @sucrase/jest-plugin dependency
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-02 11:48:08 +01:00
renovate[bot] 16b7c2fccd Update dependency @rollup/plugin-yaml to v4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-30 18:34:24 +00:00
Patrik Oldsberg e251924dcd Merge pull request #14951 from backstage/renovate/minimatch-5.x
Update dependency minimatch to v5.1.1
2022-11-30 13:57:38 +01:00
Patrik Oldsberg 16cf6d5b2e cli: switch minimatch range to ^
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-30 13:19:32 +01:00
Johan Haals 2fa86bd265 Merge pull request #14935 from backstage/renovate/rollup-plugin-commonjs-23.x
Update dependency @rollup/plugin-commonjs to v23
2022-11-30 13:15:12 +01:00
Fredrik Adelöw 423710595f Merge pull request #14790 from Braundo/main
inclusive terms
2022-11-30 12:56:30 +01:00
renovate[bot] ed0cf59c59 Update dependency @rollup/plugin-commonjs to v23
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-30 11:27:00 +00:00
renovate[bot] ee14bab716 Update dependency minimatch to v5.1.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-30 11:25:01 +00:00
aaronbraundmeier@gmail.com 8015ff1258 inclusive terms
Signed-off-by: aaronbraundmeier@gmail.com <aaronbraundmeier@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-11-30 12:15:00 +01:00
renovate[bot] 086c0bbb45 Update dependency @rollup/plugin-json to v5
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-30 09:41:21 +00:00
Aramis Sennyey 6647a686a7 Don't allow relative urls at CLI time.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 13:08:41 -05:00
Aramis Sennyey 44200e6be7 yarn.lock file updates
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
Aramis Sennyey aa14a5453d cleaning up.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
Aramis Sennyey 63310e3987 Remove CLI-related changes.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
Aramis Sennyey b03b9c0447 update api report
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
Aramis Sennyey 2682ebe7d2 CR updates, update CLI to be more forceful in rejecting weird relative urls
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
Aramis Sennyey db52cb945e Prettier fixes.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:43 -05:00
Aramis Sennyey d9e692410a First round of PR updates, remove extra fixtures fluff and update test case.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:42 -05:00
Aramis Sennyey 2157686421 Update API report.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:14 -05:00
Aramis Sennyey 8e88108346 update test case.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:14 -05:00
Aramis Sennyey 4fc7bff6a7 fix prettier
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:57:14 -05:00
Aramis Sennyey 1a845e86a9 Remove cli options parsing from @backstage/config-loader. Update fixtures.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:56:54 -05:00
Aramis Sennyey cca591ee96 Add e2e test case to test cli build options and webpack subroute handling.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:55:29 -05:00
Aramis Sennyey 6abf24efd7 Update config to handle relative frontend/backend during webpack build.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2022-11-29 12:49:51 -05:00
github-actions[bot] 2cb6963f9b Version Packages (next) 2022-11-29 11:14:34 +00:00
Patrik Oldsberg 8fffe42708 cli: disable JSX transform for backend bundling
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-28 13:04:22 +01:00
Fredrik Adelöw 19038b548e fix private constructor problem
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-11-25 14:05:22 +01:00
github-actions[bot] 83d3167594 Version Packages (next) 2022-11-22 15:40:52 +00:00
Johan Haals 459a3457e1 cli: Bump msw version in plugin templates
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-11-22 13:48:22 +01:00
renovate[bot] 3280711113 Update dependency msw to ^0.49.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-22 04:34:08 +00:00
Fredrik Adelöw 6b4c775d01 Merge pull request #14583 from AmericanAirlines/update-create-plugin-template
feat: update create plugin template
2022-11-16 16:06:44 +01:00
Patrik Oldsberg 3a5aefb4f8 Merge pull request #14592 from backstage/rugvip/nolink
Revert "chore: (eslint) restrict imports of @material-ui Link"
2022-11-16 11:27:37 +01:00
Mohamed Mohamed 1f15c28ae6 pr review changes
Signed-off-by: Mohamed Mohamed <mohamed.mohamed2@aa.com>
2022-11-15 10:21:45 -06:00
github-actions[bot] 3164131851 Version Packages 2022-11-15 12:31:55 +00:00
Patrik Oldsberg 5e7bdb0109 update docs to match new build script + fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-15 11:04:19 +01:00
Andre Wanlin 946f7bfd6b Made list-deprecations visible and stable
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-11-12 14:45:01 -06:00
Patrik Oldsberg be40512430 Revert "chore: (eslint) restrict imports of @material-ui Link"
This reverts commit 7539b36748.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-12 17:23:20 +01:00
Patrik Oldsberg afa90a3e51 Merge pull request #14571 from backstage/rugvip/env
cli: explicit jest env resolution
2022-11-11 22:55:06 +01:00
Mohamed Mohamed d09df7ac27 have code follow eslint rules
Signed-off-by: Mohamed Mohamed <mohamed.mohamed2@aa.com>
2022-11-11 10:53:13 -06:00
Patrik Oldsberg 4c16213e7d cli: explicit jest env resolution
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-11 10:21:17 +01:00