fix(deps): update backstage monorepo #56
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.12->1.5.141.7.1->1.8.01.7.0->1.7.1^0.28.0->^0.29.0^0.28.0->^0.29.01.2.0->1.3.01.15.1->1.15.21.15.1->1.15.2^0.15.0->^0.16.01.10.0->1.10.11.1.2->1.1.41.2.0->1.2.1^0.11.0->^0.12.0^0.3.33->^0.4.0^0.23.0->^0.24.01.24.0->1.25.11.27.1->1.28.00.7.6->0.7.71.1.0->1.1.10.4.11->0.4.130.12.5->0.12.71.14.0->1.14.20.6.31->0.6.330.8.1->0.8.20.8.4->0.8.50.4.27->0.4.280.5.7->0.5.81.26.2->1.27.11.26.2->1.26.31.4.18->1.4.201.6.1->1.7.00.5.37->0.5.381.3.4->1.3.51.8.1->1.8.31.11.0->1.11.21.11.1->1.11.31.1.16->1.1.181.2.9->1.2.110.8.14->0.8.161.7.0->1.7.20.6.0->0.6.2Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.14Compare Source
v1.5.13Compare Source
Patch Changes
backstage/backstage (@backstage/catalog-client)
v1.8.0Compare Source
Minor Changes
656d1ef: Internal update to use the updated generated code frombackstage-cli package schema openapi generate --client-package ....31c4fe0: The client now automatically splits up very largegetEntitiesByRefscalls into several smaller requests behind the scenes when needed. This ensures that each individual request does not exceed common Express.js request body limits or overload the server.Patch Changes
873f89a: Fix for certain filter fields in thecatalogApiMockbeing case sensitive.backstage/backstage (@backstage/catalog-model)
v1.7.1Compare Source
Patch Changes
backstage/backstage (@backstage/cli)
v0.29.2Compare Source
The
@backstage/corepackage has been split into the following three packages, all published as part of this release.@backstage/core-app-api@backstage/core-plugin-api@backstage/core-componentsThe main purpose of the split is to decouple the plugin API versioning from the app. It is now possible to bring in multiple plugins that depend on different versions of the core API, without any significant overhead.
The existing
@backstage/corepackage still works together with these new packages, meaning that there is no rush to migrate, and we do not recommend that projects are migrated just yet. In general migration will be done by simply replacing usages of@backstage/corewith either@backstage/core-plugin-api,@backstage/core-app-api, or@backstage/core-components, depending on what's being imported, but more information will follow!v0.29.1Compare Source
Published a new
@backstage/backend-test-utilspackage, which is a package for backend test utilities.v0.29.0Compare Source
Minor Changes
bc47b17: BREAKING: Updates ESLint config to ignore all generated source code undersrc/**/generated/**/*.ts.6819f8c: Added a new optimization to therepo testcommand that will filter out unused packages in watch mode if all provide filters are paths that point from the repo root. This significantly speeds up running individual tests from the repo root in a large workspace, for example:d849865: The package packing now populatestypesVersionsfor additional entry points rather than using additionalpackage.jsonfiles for type resolution. This improves auto completion of separate entry points when consuming published packages.bc71665: BREAKING: TheLEGACY_BACKEND_STARTflag has been removed, along with support forsrc/run.tsas the development entry point.Patch Changes
4046d53: Fixed an issue where the--successCacheoption for therepo testandrepo lintcommands would be include the workspace path in generated cache keys. This previously broke caching in environments where the workspace path varies across builds.4a378d3: Fix dev server reloads of plugin discovery for new frontend system.28b60ad: The check forreact-dom/clientin the Jest configuration will now properly always run from the target directory.6b2888c: Fixed an issue with the--successCacheflag forrepo testwhere the tree hash for the wrong package directory would sometimes be used to generate the cache key.e30b65d: Added--alwaysPackas a replacement for the now hidden--alwaysYarnPackflag for thebuild-workspacecommand.be0278e: Removed circular importa7f97e4: Added a new"rejectFrontendNetworkRequests"configuration flag that can be set in the"jest"field in the rootpackage.json:This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root
package.jsonand can not be overridden in individual package configurations.6c48ebd: Add--max-warnings -1support tobackstage-cli package lint04297a0: The--successCacheoption for therepo testandrepo lintcommands now use an additive store that keeps old entries around for a week before they are cleaned up automatically.a2f0559: When using the experimental Rspack flag the app build and dev server now injects configuration via a<script type="backstage.io/config">...</script>tag inindex.htmlrather than theprocess.env.APP_CONFIGdefinition, which will now be defined as an empty array instead.This requires the app to be using the config loader from the 1.31 release of Backstage. Make sure your app is using at least that version if you are upgrading to this version of the CLI.
If you have copied the implementation of the
defaultConfigLoader, make sure to update it to the new implementation. In particular the config loader needs to be able to read configuration fromscripttags with the typebackstage.io/config.b4627f2: Fixed an issue where theraw-loaderfor loading HTML templates was not resolved from the context of the CLI package.cd1ef2b: Updated dependencyviteto^5.0.0.23f1da2: Updated dependencyts-morphto^24.0.0.b533056: Updated dependencycss-loaderto^7.0.0.be008c3: Updated dependency@module-federation/enhancedto^0.7.0.6266ed3: Updated dependencydelto^8.0.0.4046d53: Fixed an issue with therepo lintcommand where the cache key for the--successCacheoption would not properly ignore files that should be ignored according to.eslintignores.e19c53c: Fix for the--linkflag forpackage startto deduplicatereact-routerandreact-router-dom.17850a5: Update upgrade-helper link inversions:bumpcommand to includeyarnPluginparameter when the yarn plugin is installed09ea093: Fixed an issue where.cssstyle injection would fail for published packages.702f41d: Bumped dev dependencies@types/node5d74716: Remove unused backend-common dependencyb084f5a: Bump the Webpack dependency range to^5.94.0, as our current configuration is not compatible with some older versions.e565f73: Added support for.webpfiles in the frontend tooling.946fa34: Added a new--link <workspace-path>option for frontend builds that allow you to override module resolution to link in an external workspace at runtime.As part of this change the Webpack linked workspace resolution plugin for frontend builds has been removed. It was in place to support the old workspace linking where it was done by Yarn, which is no longer a working option.
Updated dependencies
backstage/backstage (@backstage/config)
v1.3.0Compare Source
Minor Changes
d52d7f9: MakereadDurationFromConfigsupport both ISO and ms formats as well, to make it easier to enter time as an end userPatch Changes
backstage/backstage (@backstage/core-app-api)
v1.15.2Compare Source
Patch Changes
44b82da: The default config loader no longer requiresprocess.env.APP_CONFIGto be set, allowing config to be read from other sources instead.backstage/backstage (@backstage/core-plugin-api)
v1.10.1Compare Source
Patch Changes
backstage/backstage (@backstage/dev-utils)
v1.1.4Compare Source
v1.1.3Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.2.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-api-docs)
v0.12.1Compare Source
v0.12.0Compare Source
Minor Changes
6836522: Added support for pagination in api-docs plugin - DefaultApiExplorerPagePatch Changes
11f57de: bump@asyncapi/react-componentto latest2.x3cd1dee: Uses theme values to style the API definition schema so that theme overrides apply.backstage/backstage (@backstage/plugin-auth-backend)
v0.24.0Compare Source
Minor Changes
75168e3: BREAKING: The AWS ALBfullProfilewill no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.Patch Changes
d52d7f9: Support ISO and ms string forms of durations in config too4e58bc7: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-catalog-backend)
v1.28.0Compare Source
Minor Changes
39fd704: Internal update to use the new generated server types frombackstage-cli package schema openapi generate --server.76857da: Addedentity_refcolumn tofinal_entitiesin order to moverefresh_stateaway from the read path34d4360: Drop redundant indices from the database.The following redundant indices are removed in this version:
final_entities_entity_id_idx- overlaps withfinal_entities_pkeyrefresh_state_entity_id_idx- overlaps withrefresh_state_pkeyrefresh_state_entity_ref_idx- overlaps withrefresh_state_entity_ref_uniqsearch_key_idxandsearch_value_idx- these were replaced by the composite indexsearch_key_value_idxin #22594No negative end user impact is expected, but rather that performance should increase due to less index churn.
Patch Changes
d52d7f9: Support ISO and ms string forms of durations in config toob89834b: Fixed an issue where entities would not be marked for restitching if only the target of a relationship changed.1bf02cc: Fixed bug when searching an entity byspec.profile.displayNamein the catalog on the frontend. Text filter fields were not applied correctly to the database query resulting in empty results.4e58bc7: Upgrade to uuid v11 internally5efde17: Internal refactor to slightly speed up the processing loopbackstage/backstage (@backstage/plugin-catalog-backend-module-github)
v0.7.7Compare Source
Patch Changes
9790c02: Fixed an issue inGithubOrgEntityProviderthat caused an error when processing teams without a parent.4e58bc7: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-catalog-common)
v1.1.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.13Compare Source
v0.4.12Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.7Compare Source
v0.12.6Compare Source
Patch Changes
ea5b7f3: Fixed parsing of catalog-info.yaml when creating a PR to register a repository if the file contains more than one documentbackstage/backstage (@backstage/plugin-org)
v0.6.33Compare Source
v0.6.32Compare Source
Patch Changes
a278fdd: Fix rendering of description in MembersListCard. Add guardrails for potential long texts to prevent it from breaking the UI.backstage/backstage (@backstage/plugin-permission-common)
v0.8.2Compare Source
Patch Changes
4e58bc7: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-permission-node)
v0.8.5Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-react)
v0.4.28Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-proxy-backend)
v0.5.8Compare Source
Patch Changes
4e58bc7: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-scaffolder-backend)
v1.26.3Compare Source
Patch Changes
6aa5b98: Fix tasks listing with postgres59137ff: Fix issue with token not being available because it's now non-enumerablee4f5d95: Align with type declaration of template filter/global function by supporting undefined as return value.97ba58f: Add example template for notification sendingbackstage/backstage (@backstage/plugin-search)
v1.4.20Compare Source
v1.4.19Compare Source
Patch Changes
a4ccc82: Removes the card UI from the search results type filter for a cleaner UI consistent with other filtersbackstage/backstage (@backstage/plugin-search-backend)
v1.7.0Compare Source
Minor Changes
39fd704: Internal update to use the new generated server types frombackstage-cli package schema openapi generate --server.Patch Changes
backstage/backstage (@backstage/plugin-search-backend-module-pg)
v0.5.38Compare Source
Patch Changes
4e58bc7: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-search-backend-node)
v1.3.5Compare Source
Patch Changes
4e58bc7: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-techdocs)
v1.11.2Compare Source
v1.11.1Compare Source
Patch Changes
37a7810: Fixed an issue where<TechDocsReaderPageContent />would re-render infinitely under certain conditions.e937ae7: Fix an issue with index page of documentation site being re-rendered.90246a9: Fix techdocs config schema for custom elements sanitizer605bdc0: Avoid page re-rendering when clicking on anchor links in the same documentation page.4f0cb89: Added DomPurify sanitizer configuration for custom elements implementing RFC https://github.com/backstage/backstage/issues/26988.See https://backstage.io/docs/features/techdocs/how-to-guides#how-to-enable-custom-elements-in-techdocs for how to enable it in the configuration.
f246178: Removedcanvasdev dependency.4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating toanother one.
backstage/backstage (@backstage/plugin-techdocs-backend)
v1.11.3Compare Source
v1.11.2Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.18Compare Source
v1.1.17Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.11Compare Source
v1.2.10Compare Source
Patch Changes
4a2f73a: Fix an issue that caused the current documentation page to be re-rendered when navigating toanother one.
backstage/backstage (@backstage/plugin-user-settings)
v0.8.16Compare Source
v0.8.15Compare Source
Patch Changes
backstage/backstage (@backstage/theme)
v0.6.2Compare Source
v0.6.1Compare Source
Patch Changes
ea75c37: Internal refactor to avoid top-level imports from MUI.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.
f7f1f32cb0toc7e9e06bd5c7e9e06bd5to97579864d8