fix(deps): update backstage core #962
Merged
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.41.2.13→1.2.140.5.9→0.5.100.1.26→0.1.27^0.25.7→^0.26.00.6.10→0.6.111.32.1→1.32.23.3.0→3.3.10.1.17→0.1.180.2.15→0.2.160.5.12→0.5.130.6.47→0.6.480.9.3→0.9.40.10.7→0.10.81.35.0→1.35.11.5.1→1.5.32.0.9→2.0.10^0.0.26→^0.0.270.8.30→0.8.31^0.10.0→^0.11.01.46.1→1.47.1Release 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 versionv0.14.1Compare Source
Patch Changes
3afeab4: ImplementingreadTreeforGoogleGcsReaderbackstage/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.4Compare Source
@backstage/backend-common@0.4.2
Patch Changes
5ecd50f: Fix HTTPS certificate generation and add new config switch, enabling it simply by settingbackend.https = true. Also introduces caching of generated certificates in order to avoid having to add a browser override every time the backend is restarted.00042e7: Moving the Git actions to isomorphic-git instead of the node binding version of nodegit0829ff1: Tweaked development log formatter to include extra fields at the end of each log line036a843: Provide support for on-prem azure devopsad5c56f]036a843]@backstage/cli@0.4.5
Patch Changes
37a7d26: Use consistent file extensions for JS output when building packages.818d45e: Fix detection of external package child directories0588be0: Addbackend:bundlecommand for bundling a backend package with dependencies into a deployment archive.b8abdda: Add color to output fromversions:bumpin order to make it easier to spot changes. Also highlight possible breaking changes and link to changelogs.ad5c56f]@backstage/config-loader@0.4.1
Patch Changes
ad5c56f: Deprecate$dataand replace it with$includewhich allows for any type of json value to be read from external files. In addition,$includecan be used without a path, which causes the value at the root of the file to be loaded.Most usages of
$datacan be directly replaced with$include, except if the referenced value is not a string, in which case the value needs to be changed. For example:@backstage/core-api@0.2.9
Patch Changes
ab08923: Remove test dependencies from production package list@backstage/create-app@0.3.2
Patch Changes
c2b52d9: Replaceregister-componentplugin with newcatalog-importpluginfc6839f: Bumpsqlite3to v5.To apply this change to an existing app, change the version of
sqlite3in thedependenciesofpackages/backend/package.json:Note that the
sqlite3dependency may not be preset if you chose to use PostgreSQL when creating the app.8d68e4c: Removed the Circle CI sidebar item, since the target page does not exist.To apply this change to an existing app, remove
"CircleCI"sidebar item frompackages/app/src/sidebar.tsx, and theBuildIconimport if it is unused.1773a51: Removed lighthouse plugin from the default set up plugins, as it requires a separate Backend to function.To apply this change to an existing app, remove the following:
lighthouseblock fromapp-config.yaml.@backstage/plugin-lighthousedependency frompackages/app/package.json.@backstage/plugin-lighthousere-export frompackages/app/src/plugins.ts.packages/app/src/sidebar.tsx, and theRuleIconimport if it is unused.@backstage/integration@0.1.5
Patch Changes
036a843: Provide support for on-prem azure devops@backstage/techdocs-common@0.3.2
Patch Changes
7ec5254: 1. Added option to use AWS S3 as a choice to store the static generated files for TechDocs.f8ba88d: Fix forintegration.github.apiBaseUrlconfiguration not properly overriding apiBaseUrl used by techdocs00042e7: Moving the Git actions to isomorphic-git instead of the node binding version of nodegit5ecd50f]00042e7]0829ff1]036a843]@backstage/plugin-auth-backend@0.2.9
Patch Changes
0289a05: Add support for the majority of the Core configurations for Passport-SAML.These configuration keys are supported:
As part of this change, there is also a fix to the redirection behaviour when doing load balancing and HTTPS termination - the application's baseUrl is used to generate the callback URL. For properly configured Backstage installations, no changes are necessary, and the baseUrl is respected.
Updated dependencies [
5ecd50f]Updated dependencies [
00042e7]Updated dependencies [
0829ff1]Updated dependencies [
036a843]@backstage/plugin-catalog@0.2.10
Patch Changes
9c09a36: Remove the unused dependency to@backstage/plugin-techdocs.8e083f4]947d3c2]@backstage/plugin-catalog-backend@0.5.2
Patch Changes
99be305: Fixed a bug where the catalog would read back all entities when adding a location that already exists.49d2016: Changelocation_update_logcolumns fromnvarchar(255)totext73e75ea: Add processor for ingesting AWS accounts from AWS Organizations071711d: Removesqlite3as a dependency. You may need to addsqlite3as a dependency of your backend if you were relying on this indirect dependency.5ecd50f]00042e7]0829ff1]036a843]@backstage/plugin-catalog-import@0.3.3
Patch Changes
edb7d07: Create "url" type location when registering using the catalog-import plugin.99be305]49d2016]9c09a36]73e75ea]036a843]071711d]@backstage/plugin-cost-insights@0.5.5
Patch Changes
ab08923: Remove test dependencies from production package list@backstage/plugin-pagerduty@0.2.5
Patch Changes
b7a1248: Optimize empty state image size.@backstage/plugin-rollbar-backend@0.1.6
Patch Changes
dde4ab3: Bumpaxiosfrom^0.20.0to^0.21.1.5ecd50f]00042e7]0829ff1]036a843]@backstage/plugin-scaffolder@0.3.6
Patch Changes
8e083f4: Bug fix: User can retry creating a new component if an error occurs, without having to reload the page.947d3c2: You can now maximize the logs into full-screen by clicking the button under each step of the job9c09a36]@backstage/plugin-scaffolder-backend@0.3.7
Patch Changes
37a5244: Add scaffolding support for Bitbucket Cloud and Server.00042e7: Moving the Git actions to isomorphic-git instead of the node binding version of nodegit9efbc55: Add config schema for Bitbucket scaffolder5ecd50f]00042e7]0829ff1]036a843]@backstage/plugin-search@0.2.5
Patch Changes
0170743: Fix Material-UI warning for search filtering9c09a36]@backstage/plugin-sentry@0.3.2
Patch Changes
88da267: Port to new composability API by exporting newEntitySentryContentandEntitySentryCardcomponent extensions.9c09a36]@backstage/plugin-tech-radar@0.3.2
Patch Changes
ab08923: Remove test dependencies from production package listbc90917: Updated example data inREADME.@backstage/plugin-techdocs-backend@0.5.2
Patch Changes
7ec5254: 1. Added option to use AWS S3 as a choice to store the static generated files for TechDocs.7ec5254]5ecd50f]f8ba88d]00042e7]0829ff1]036a843]example-app@0.2.9
Patch Changes
ab08923]37a7d26]8e083f4]88da267]9c09a36]0170743]edb7d07]818d45e]0588be0]b8abdda]b7a1248]bc90917]947d3c2]v0.4.3Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.2.14Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-backend)
v0.5.10Compare Source
Patch Changes
9ccf84e: Updated plugin metadata.backstage/backstage (@backstage/plugin-app-visualizer)
v0.1.27Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-auth-backend)
v0.26.0Compare Source
Minor Changes
7ffc873: Fixuser_created_atmigration causingSQLiteErrorregarding use of non-constants for defaultsPatch Changes
backstage/backstage (@backstage/plugin-auth-node)
v0.6.11Compare Source
Patch Changes
4eeba9e: Upgradezod-validation-errorto version 4872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-catalog)
v1.32.2Compare Source
Patch Changes
7ca91e8: Header in EntityLayout should always be shown.Monitoring the loading status caused flickering when the refresh() method of the Async Entity was invoked.
backstage/backstage (@backstage/plugin-catalog-backend)
v3.3.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-backend-module-logs)
v0.1.18Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-backend-module-scaffolder-entity-model)
v0.2.16Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-notifications)
v0.5.13Compare Source
Patch Changes
4452d15: Added i18n support.backstage/backstage (@backstage/plugin-org)
v0.6.48Compare Source
Patch Changes
db3cfd7: Adds the Resource kind to theuseGetEntitiesfallback so that Resources are included by default when no specific kinds are provided in the group ownership card.backstage/backstage (@backstage/plugin-permission-common)
v0.9.4Compare Source
Patch Changes
872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-permission-node)
v0.10.8Compare Source
Patch Changes
872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-scaffolder)
v1.35.1Compare Source
Patch Changes
9d75495: Fixed bug in RepoUrlPickerComponent component where repository names were not being autocompleted.872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-search)
v1.5.3Compare Source
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.