fix(deps): update backstage monorepo #46
Reference in New Issue
Block a user
Delete Branch "renovate/backstage-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.5.11->1.5.121.7.0->1.7.1^0.27.0->^0.28.0^0.27.0->^0.28.01.15.0->1.15.11.15.0->1.15.10.15.0->0.15.11.9.4->1.10.01.1.1->1.1.21.1.32->1.2.00.11.10->0.11.110.3.75->0.3.760.23.0->0.23.11.23.1->1.24.01.26.1->1.27.00.7.4->0.7.50.4.10->0.4.110.12.4->0.12.51.13.1->1.14.00.6.30->0.6.310.8.3->0.8.40.4.26->0.4.270.5.6->0.5.71.25.1->1.26.01.25.0->1.26.01.4.17->1.4.181.5.17->1.6.00.5.35->0.5.361.3.2->1.3.31.8.0->1.8.11.10.10->1.11.01.10.13->1.11.01.1.15->1.1.161.2.8->1.2.90.8.13->0.8.141.6.0->1.7.0^0.5.0->^0.6.0Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.12Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.46b5a20: AddedexternalLinkto icon defaults8c40e55: Updated thebitbucket-server-authdefault API to set its environment based on theauth.environmentconfig option instead of being hardcoded todevelopment.backstage/backstage (@backstage/catalog-client)
v1.7.1Compare Source
Patch Changes
0040632: Add missing doc string to APIbackstage/backstage (@backstage/cli)
v0.28.0Compare Source
Minor Changes
264058c: Therepo testcommand will no longer default to watch mode if the--sinceflag is provided.55b8b84: BREAKING: The Jest configuration defined at@backstage/cli/config/jestno longer collects configuration defined in the"jest"field from all parentpackage.jsonfiles. Instead, it will only read and merge configuration from thepackage.jsonin the monorepo root if it exists, as well as the target package. In addition, configuration defined in the rootpackage.jsonwill now only be merged into each package configuration if it is a valid project-level configuration key.6129076: BREAKING: Removed the following deprecated commands:create: Usebackstage-cli newinsteadcreate-plugin: Usebackstage-cli newinsteadplugin:diff: Usebackstage-cli fixinsteadtest: Usebackstage-cli repo testorbackstage-cli package testinsteadversions:check: Useyarn dedupeoryarn-deduplicateinsteadclean: Usebackstage-cli package cleaninsteadIn addition, the experimental
installandonboardcommands have been removed since they have not received any updates since their introduction and we're expecting usage to be low. If you where relying on these commands, please let us know by opening an issue towards the main Backstage repository.Patch Changes
ea16633: Preserve directory structure for CommonJS build output, just like ESM. This makes the build output more stable and easier to browse, and allows for more effective tree shaking and lazy imports.520a383: Added functionality to the prepack script that will append the default export type for entry points to theexportsobject before publishing. This is to help with identifying the declarative integration points for plugins without needing to fetch or run the plugins first.9625a97: Thescaffolder-moduletemplate has been updated to use a more modern layout and new testing utilities for scaffolder actions.03810d2: Remove unknown dependencydiffcebee4f: Added support for a new experimentalEXPERIMENTAL_TRIM_NEXT_ENTRYflag which removes any./nextentry points present in packages when building and publishing.54c8aa3: The check forreact-dom/clientwill now properly always run from the target directory.b676cc9: feat: experimentally support using rspack instead underEXPERIMENTAL_RSPACKenv flag094eaa3: Remove references to in-repo backend-common95999c5: The backend plugin template for thenewcommand has been updated to provide more guidance and use a more modern structure.7955f9b: Tweaked the new package feature detection to not be active when building backend packages.4bfc2ce: Updated the Vite implementation behind theEXPERIMENTAL_VITEflag to work with more recent versions of Backstage.720a2f9: Updated dependencygit-url-parseto^15.0.0.8f0898b: Updated dependencyesbuildto^0.24.0.2c5ecf5: Support--max-warningsflag for package linting88407c3: Runningrepo lintwith the--successCacheflag now respects.gitinore, and it ignores projects without alintscript.8fe740d: Added a new--successCacheoption to thebackstage-cli repo testandbackstage-cli repo lintcommands. The cache keeps track of successful runs and avoids re-running for individual packages if they haven't changed. This option is intended only to be used in CI.In addition a
--successCacheDir <path>option has also been added to be able to override the default cache directory.55b8b84: The Jest configuration will now search for asrc/setupTests.*file with any valid script extension, not only.ts.79ba5a8: TheLEGACY_BACKEND_STARTflag is now deprecated.f0514c7: Disabled parsing of input source maps in the SWC transform for Jest.Updated dependencies
backstage/backstage (@backstage/core-app-api)
v1.15.1Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/core-components)
v0.15.1Compare Source
Patch Changes
3f76d0e: Correct size of FavoriteToggle and inherit non-starred color from parente969dc7: Move@types/reactto a peer dependency.1ff1dbd: It is possible to define a custom error element to be shown when sign in fails83e2887: Fixed a bug in theSidebarSubmenucore component that caused the nested menu to overlap with the sidebar when the user hovers over the pinned sidebar.46b5a20:Linkcomponent now acceptsexternalLinkIconprope4ad29a: Fix authentication error handling using redirect flow viaenableExperimentalRedirectFlowconfig. If an error is caught during authentication, the user is redirected back to app origin witherrorquery parameter containing the error message.backstage/backstage (@backstage/core-plugin-api)
v1.10.0Compare Source
Minor Changes
bfd4bec: BREAKING PRODUCERS: TheIconComponentno longer acceptsfontSize="default". This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time.This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective
SvgIcontypes into interfaces where relevant (e.g. as app icons).Patch Changes
e969dc7: Move@types/reactto a peer dependency.39001f4: Fixing issue with types forParamKeysleading to type mismatches across versionsbackstage/backstage (@backstage/dev-utils)
v1.1.2Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/integration-react)
v1.2.0Compare Source
Minor Changes
a11495a: Added new ScmAuth methodforBitbucketServerthat uses correct OAuth scopes by default. Also updatedforBitbucketmethod to allow overriding the default OAuth scopes.Patch Changes
e969dc7: Move@types/reactto a peer dependency.3dbac17: Revert of change #26430backstage/backstage (@backstage/plugin-api-docs)
v0.11.11Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.46b5a20: Empty states updated with external link icon for learn more linksbackstage/backstage (@backstage/plugin-app-backend)
v0.3.76Compare Source
Patch Changes
2c4ee26: Fixed unexpected behaviour where configuration supplied withAPP_CONFIG_*environment variables where not filtered by the configuration schema.094eaa3: Remove references to in-repo backend-common3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.backstage/backstage (@backstage/plugin-auth-backend)
v0.23.1Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-catalog)
v1.24.0Compare Source
Minor Changes
71f9f0c: Updated default columns for location entities to remove description and tags from the catalog table view.cec8e8c: Adding negation keyword for entity filteringPatch Changes
e969dc7: Move@types/reactto a peer dependency.46b5a20: Empty states updated with external link icon for learn more linksbackstage/backstage (@backstage/plugin-catalog-backend)
v1.27.0Compare Source
Minor Changes
3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.Patch Changes
094eaa3: Remove references to in-repo backend-common83a8830: Added migration20241003170511_alter_target_in_locations.jsto change the target column in thelocationstable to TEXT type.Added a hash for the key column in the
refresh_keystable.62747f8: Fixed a bug where the concurrency limiter for URL reading was not honoredc1f9764: Add configuration parameters for deferred stitcher720a2f9: Updated dependencygit-url-parseto^15.0.0.d1cf90a: Adds the ability to disable catalog processingcatalog.processingInterval: falseinapp-configf1cab41: Update catalog search table in transaction8206f49: Fix a bug where etags were expiring too soon in the URL readerbackstage/backstage (@backstage/plugin-catalog-backend-module-github)
v0.7.5Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-common3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.720a2f9: Updated dependencygit-url-parseto^15.0.0.backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.11Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.4d9f39e: Added InfoCardactionattribute for CatalogGraphCardUpdated dependencies
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.5Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.720a2f9: Updated dependencygit-url-parseto^15.0.0.backstage/backstage (@backstage/plugin-catalog-react)
v1.14.0Compare Source
Minor Changes
0801db6: Add catalog service mocks under the/testUtilssubpath export.You can now use e.g.
const catalog = catalogApiMock.mock()in your test and then do assertions oncatalog.getEntitieswithout awkward type casting.6812980: Added a new prop,disableTooltipto theEntityRefLinkcomponentPatch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/plugin-org)
v0.6.31Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/plugin-permission-node)
v0.8.4Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-permission-react)
v0.4.27Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/plugin-proxy-backend)
v0.5.7Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-common3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.backstage/backstage (@backstage/plugin-scaffolder)
v1.26.0Compare Source
Minor Changes
bf6eaf3: Added support forFormFieldBlueprintto create field extensions in the Scaffolder pluginc433ae9: Improved the layout of the manage templates page (/edit) by adding icons and descriptions that better describe what each page is for. Updated the header menu to link back to the scaffolder create page.7bfaf23: Text field content of theEntityPickeris now more readable as it uses entity title instead of entity reference.cc3f80c: Added ability to create a new local scaffolder template to ease onboarding when creating new templates.5492eb6: Added ability to link to a specific action on the actions pagePatch Changes
b2b2aa8: Fix extra divider displayed in owner list picker on list tasks page7f1f483: Create a separate route for the Scaffolder template editor and add the ability to refresh the page without closing the directory. Also, when the directory is closed, the user will stay on the editor page and can load a template folder from there.f6c15d8: ApplydefaultValueprops inMultiEntityPicker7a3d622: Create a separate route for the template form editor so we refresh it without being redirected to scaffolder edit page.4698646: Change task list created at column to show timestampe969dc7: Move@types/reactto a peer dependency.e6bbfce: Add tests for theTemplateEditorToolbarTemplatesMenucomponent.4130291: Create a separate route for the custom fields explorer so we refresh it without being redirected to scaffolder edit page.4e9702e: Add tests for the new pages header navigation.f25c9e3: Fix behavior of scaffolder entity pickers (EntityPicker, MultiEntityPicker, MyGroupsPicker) to not auto-fill and disable the field if there is only a single value option and the field is not required.785d68f: Add support for pagination in scaffolder tasks list94a7bcd: Change "Register Existing Component" CTA to outlined as it's not a primary action on the scaffolder pagesf989c47: Add translation to the editor toolbar component.d4cafc8: Standardize template editor pages desktop and mobile layouts.b1de959: Scaffolder task routes require read permission to access. The tasks list option in the scaffolder page context menu only shows with permission.e698470: Updated dependency@rjsf/utilsto5.21.2.Updated dependency
@rjsf/coreto5.21.2.Updated dependency
@rjsf/material-uito5.21.2.Updated dependency
@rjsf/validator-ajv8to5.21.2.720a2f9: Updated dependencygit-url-parseto^15.0.0.01ffa58: Add tests for theuseTemplateDirectoryhook.3ac4766: Add an actions filter on the list actions page and drawer.11e0752: Make it possible to manually retry the scaffolder template from the step it failed09fcd95: Update the Scaffolder template editor to quickly access installed custom fields and actions when editing a template.c18d925: Add tests for theTemplateEditorToolbarFilesMenucomponent.backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.26.0Compare Source
Minor Changes
3ec4e6d: Added pagination support for listing of tasks and the ability to filter on several users and task statuses.3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.Patch Changes
734c2d4: Addfetch:template:filescaffolder action to download a single file and template the contents. Example usage:f1f0076: handle step.if: false2f90932: Include step name and step id to checkpoint key094eaa3: Remove references to in-repo backend-common8f0898b: Updated dependencyesbuildto^0.24.0.11e0752: Make it possible to manually retry the scaffolder template from the step it failedUpdated dependencies
backstage/backstage (@backstage/plugin-search)
v1.4.18Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.88d03d8: Updated the default SearchType.Accordion behavior to remain open after result type selection. This is a UX improvement to reduce the number of clicks needed when toggling result type filters.backstage/backstage (@backstage/plugin-search-backend)
v1.6.0Compare Source
Minor Changes
3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.Patch Changes
66af016: Fix to schema to allow arbitrary query parameters.094eaa3: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-search-backend-module-pg)
v0.5.36Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-common3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.backstage/backstage (@backstage/plugin-search-backend-node)
v1.3.3Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-search-react)
v1.8.1Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/plugin-techdocs)
v1.11.0Compare Source
Minor Changes
e77ff3d: Adds support for custom background colors in code blocks and inline code within TechDocs.Patch Changes
e969dc7: Move@types/reactto a peer dependency.a77cb40: MakeemptyStateinput optional onentity-content:techdocsextension so thatthe default empty state extension works correctly.
e918061: Add support for mkdocs material palette conditional hashes.720a2f9: Updated dependencygit-url-parseto^15.0.0.e8b4966: Use more of the available space for the navigation sidebar.backstage/backstage (@backstage/plugin-techdocs-backend)
v1.11.0Compare Source
Minor Changes
3109c24: The export for the new backend system at the/alphaexport is now also available via the main entry point, which means that you can remove the/alphasuffix from the import.Patch Changes
094eaa3: Remove references to in-repo backend-commonfbdc631: Allow to pass StorageOptions to GCS Publisherbackstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.16Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.720a2f9: Updated dependencygit-url-parseto^15.0.0.e8b4966: Use more of the available space for the navigation sidebar.backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.9Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/plugin-user-settings)
v0.8.14Compare Source
Patch Changes
e969dc7: Move@types/reactto a peer dependency.0040632:useUserProfilewill now use the user's picture stored in the catalog as a fallback if the identity provider doesn't return a picture.backstage/backstage (@backstage/test-utils)
v1.7.0Compare Source
Minor Changes
9cc7dd6: Added amockApisexport, which will replace theMockXAPI implementation classes and their related types. This is analogous with the backend'smockServices.DEPRECATED several old helpers:
MockAnalyticsApi, please usemockApis.analyticsinstead.MockConfigApi, please usemockApis.configinstead.MockPermissionApi, please usemockApis.permissioninstead.MockStorageApi, please usemockApis.storageinstead.MockTranslationApi, please usemockApis.translationinstead.Patch Changes
e969dc7: Move@types/reactto a peer dependency.backstage/backstage (@backstage/theme)
v0.6.0Compare Source
Minor Changes
e77ff3d: Adds support for custom background colors in code blocks and inline code within TechDocs.Patch Changes
e969dc7: Move@types/reactto a peer dependency.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
0e100023dcto09195f2506