fix(deps): update backstage core #962
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.14.0→^0.15.00.35.1→0.35.20.35.1→0.35.20.5.5→0.5.60.18.4→0.18.50.3.4→0.3.50.13.2→0.13.30.4.2→0.4.30.1.26→0.1.273.3.0→3.3.10.5.12→0.5.131.5.1→1.5.2^0.10.0→^0.11.01.46.1→1.46.3Release Notes
backstage/backstage (@backstage/backend-defaults)
v0.15.0Compare Source
Minor Changes
6fc00e6: Added action filtering support with glob patterns and attribute constraints.The
ActionsServicenow supports filtering actions based on configuration. This allows controlling which actions are exposed to consumers like the MCP backend.Configuration example:
Filtering logic:
include: Rules for actions to include. Each rule can specify anidglob pattern and/orattributesconstraints. An action must match at least one rule to be included. If no include rules are specified, all actions are included by default.exclude: Rules for actions to exclude. Takes precedence over include rules.idandattributeswith AND logic (both must match if specified).27f9061: BREAKING: The constructor forFetchUrlReaderis now private. If you have to construct an instance of it, please useFetchUrlReader.fromConfiginstead.27f9061: BREAKING:coreServices.urlReadernow validates that redirect chains are subject to the allow list inreading.allowof your app config. If you were relying on redirects that pointed to URLs that were not allowlisted, you will now have to add those to your config as well.Example:
backend: reading: allow: - host: example.com + - host: storage-api.example.comPatch Changes
3afeab4: ImplementingreadTreeforGoogleGcsReaderc641c14: Wrap some of the action logic withresolveSafeChildPathand improve symlink handling when fetching remote and local files7126bf2: Fixed a spelling mistake in root health service shutdown response.872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/cli)
v0.35.2Compare Source
Patch Changes
320c6a9: Bump@swc/coreto supportES2023andES2024c0d7bf6: Added--includeand--formatoptions tobackstage-cli infocommand for including additional packages via glob patterns and outputting as JSON or Text.f6a5d2f: Fixed CSS module class name collisions when running multiple versions of packages simultaneously by using content-based hashing for class name generation.140cbc2: Added@backstage/backend-test-utilsto backend package templates.4eeba9e: Upgradezod-validation-errorto version 49ee5996: Bump minimum required@swc/coreto avoid transpilation bugbackstage/backstage (@backstage/core-compat-api)
v0.5.6Compare Source
Patch Changes
backstage/backstage (@backstage/core-components)
v0.18.5Compare Source
Patch Changes
a723b8a: The MarkdownContent component now handles HTML content the same way as GitHub when rendering GitHub-flavored Markdownc671db9: Fixed bug in Table component where the toolbar layout would break when both a title and filters were present.55a9dc2: Update colour token again in ItemCardHeader to respect theme definition.backstage/backstage (@backstage/frontend-defaults)
v0.3.5Compare Source
Patch Changes
backstage/backstage (@backstage/frontend-plugin-api)
v0.13.3Compare Source
Patch Changes
3bd2a1a: Updated documentation forcreateApiRefto clarify the role of the ID in specifying the owning plugin of an API.9ccf84e: The following blueprints are being restricted to only be used in app plugin overrides and modules. They are being moved to the@backstage/plugin-app-reactpackage and have been deprecated:AppRootWrapperBlueprintIconBundleBlueprintNavContentBlueprintRouterBlueprintSignInPageBlueprintSwappableComponentBlueprintThemeBlueprintTranslationBlueprint4554a4e: Added an alphaPluginWrapperBlueprintexported from@backstage/frontend-plugin-api/alpha, which can install components that will wrap all plugin elements.872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/frontend-test-utils)
v0.4.3Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-visualizer)
v0.1.27Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-backend)
v3.3.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-notifications)
v0.5.13Compare Source
Patch Changes
4452d15: Added i18n support.backstage/backstage (@backstage/plugin-search)
v1.5.2Compare Source
Patch Changes
5c49a00: Update for theqslibrary bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.backstage/backstage (@backstage/ui)
v0.11.0Compare Source
Minor Changes
243e5e7: BREAKING: Redesigned Table component with newuseTablehook API.Tablecomponent (React Aria wrapper) is renamed toTableRootTablecomponent that handles data display, pagination, sorting, and selectionuseTablehook is completely redesigned with a new API supporting three pagination modes (complete, offset, cursor)ColumnConfig,TableProps,TableItem,UseTableOptions,UseTableResultNew features include unified pagination modes, debounced query changes, stale data preservation during reloads, and row selection with toggle/replace behaviors.
Migration guide:
useTablehook:Affected components: Table, TableRoot, TablePagination
95246eb: Breaking Updating color tokens to match the new neutral style on different surfaces.backstage/backstage (backstage/backstage)
v1.46.3Compare Source
Fixed an issue causing the catalog-graph plugin to show an empty graph
v1.46.2Compare Source
This release fixes an issue where forcing lower casing of GitHub URL's caused conflicts in the catalog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.