fix(deps): update backstage monorepo #56
Loading…
Reference in New Issue
Block a user
No description provided.
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.13
1.7.1
->1.8.0
1.7.0
->1.7.1
^0.28.0
->^0.29.0
^0.28.0
->^0.29.0
1.2.0
->1.3.0
1.15.1
->1.15.2
1.15.1
->1.15.2
^0.15.0
->^0.16.0
1.10.0
->1.10.1
1.1.2
->1.1.3
1.2.0
->1.2.1
^0.11.0
->^0.12.0
^0.3.33
->^0.4.0
^0.23.0
->^0.24.0
1.24.0
->1.25.0
1.27.1
->1.28.0
0.7.6
->0.7.7
1.1.0
->1.1.1
0.4.11
->0.4.12
0.12.5
->0.12.6
1.14.0
->1.14.1
0.6.31
->0.6.32
0.8.1
->0.8.2
0.8.4
->0.8.5
0.4.27
->0.4.28
0.5.7
->0.5.8
1.26.2
->1.27.0
1.26.2
->1.27.0
1.4.18
->1.4.19
1.6.1
->1.7.0
0.5.37
->0.5.38
1.3.4
->1.3.5
1.8.1
->1.8.2
1.11.0
->1.11.1
1.11.1
->1.11.2
1.1.16
->1.1.17
1.2.9
->1.2.10
0.8.14
->0.8.15
1.7.0
->1.7.1
0.6.0
->0.6.1
Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.13
Compare Source
Patch Changes
backstage/backstage (@backstage/catalog-client)
v1.8.0
Compare 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 largegetEntitiesByRefs
calls 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 thecatalogApiMock
being case sensitive.backstage/backstage (@backstage/catalog-model)
v1.7.1
Compare Source
Patch Changes
backstage/backstage (@backstage/cli)
v0.29.1
Compare Source
Published a new
@backstage/backend-test-utils
package, which is a package for backend test utilities.v0.29.0
Compare Source
Minor Changes
bc47b17
: BREAKING: Updates ESLint config to ignore all generated source code undersrc/**/generated/**/*.ts
.6819f8c
: Added a new optimization to therepo test
command 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 populatestypesVersions
for additional entry points rather than using additionalpackage.json
files for type resolution. This improves auto completion of separate entry points when consuming published packages.bc71665
: BREAKING: TheLEGACY_BACKEND_START
flag has been removed, along with support forsrc/run.ts
as the development entry point.Patch Changes
4046d53
: Fixed an issue where the--successCache
option for therepo test
andrepo lint
commands 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/client
in the Jest configuration will now properly always run from the target directory.6b2888c
: Fixed an issue with the--successCache
flag forrepo test
where the tree hash for the wrong package directory would sometimes be used to generate the cache key.e30b65d
: Added--alwaysPack
as a replacement for the now hidden--alwaysYarnPack
flag for thebuild-workspace
command.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.json
and can not be overridden in individual package configurations.6c48ebd
: Add--max-warnings -1
support tobackstage-cli package lint
04297a0
: The--successCache
option for therepo test
andrepo lint
commands 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.html
rather than theprocess.env.APP_CONFIG
definition, 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 fromscript
tags with the typebackstage.io/config
.b4627f2
: Fixed an issue where theraw-loader
for loading HTML templates was not resolved from the context of the CLI package.cd1ef2b
: Updated dependencyvite
to^5.0.0
.23f1da2
: Updated dependencyts-morph
to^24.0.0
.b533056
: Updated dependencycss-loader
to^7.0.0
.be008c3
: Updated dependency@module-federation/enhanced
to^0.7.0
.6266ed3
: Updated dependencydel
to^8.0.0
.4046d53
: Fixed an issue with therepo lint
command where the cache key for the--successCache
option would not properly ignore files that should be ignored according to.eslintignore
s.e19c53c
: Fix for the--link
flag forpackage start
to deduplicatereact-router
andreact-router-dom
.17850a5
: Update upgrade-helper link inversions:bump
command to includeyarnPlugin
parameter when the yarn plugin is installed09ea093
: Fixed an issue where.css
style injection would fail for published packages.702f41d
: Bumped dev dependencies@types/node
5d74716
: 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.webp
files 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.0
Compare Source
Minor Changes
d52d7f9
: MakereadDurationFromConfig
support 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.2
Compare Source
Patch Changes
44b82da
: The default config loader no longer requiresprocess.env.APP_CONFIG
to be set, allowing config to be read from other sources instead.backstage/backstage (@backstage/core-components)
v0.16.0
Compare Source
Minor Changes
dc409c5
: The SupportButton component will now be hidden if no support config is specified in app-configPatch Changes
0f18340
: Change core component Table tool bar search box to the a appropriate Search icon and textaf9097e
: Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:Updated dependencies
backstage/backstage (@backstage/core-plugin-api)
v1.10.1
Compare Source
Patch Changes
backstage/backstage (@backstage/dev-utils)
v1.1.3
Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.2.1
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-api-docs)
v0.12.0
Compare Source
Minor Changes
6836522
: Added support for pagination in api-docs plugin - DefaultApiExplorerPagePatch Changes
11f57de
: bump@asyncapi/react-component
to latest2.x
3cd1dee
: Uses theme values to style the API definition schema so that theme overrides apply.backstage/backstage (@backstage/plugin-auth-backend)
v0.24.0
Compare Source
Minor Changes
75168e3
: BREAKING: The AWS ALBfullProfile
will 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)
v1.25.0
Compare Source
Minor Changes
50df3c8
: - Updated EntityLayout component to implement breadcrumb navigation based on the entity relations.79e9631
: AllowOffsetPaginatedCatalogTable
to configure Table options andCursorPaginatedCatalogTable
to configurepaginationPosition
.Patch Changes
2a67594
: Fixed an issue causing theCatalogIndexPage
to not properly filter results when using offset pagination.backstage/backstage (@backstage/plugin-catalog-backend)
v1.28.0
Compare Source
Minor Changes
39fd704
: Internal update to use the new generated server types frombackstage-cli package schema openapi generate --server
.76857da
: Addedentity_ref
column tofinal_entities
in order to moverefresh_state
away 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_pkey
refresh_state_entity_id_idx
- overlaps withrefresh_state_pkey
refresh_state_entity_ref_idx
- overlaps withrefresh_state_entity_ref_uniq
search_key_idx
andsearch_value_idx
- these were replaced by the composite indexsearch_key_value_idx
in #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.displayName
in 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.7
Compare Source
Patch Changes
9790c02
: Fixed an issue inGithubOrgEntityProvider
that caused an error when processing teams without a parent.4e58bc7
: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-catalog-common)
v1.1.1
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.12
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.6
Compare 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-catalog-react)
v1.14.1
Compare Source
Patch Changes
9cc82c0
: Fixed bug inEntityDisplayName
where text was overflowing.6fcbb3b
: Ensure EntityDisplayName component link receives underline on hover.9670906
: Improve UI consistency of default catalog filtersbackstage/backstage (@backstage/plugin-org)
v0.6.32
Compare 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.2
Compare Source
Patch Changes
4e58bc7
: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-permission-node)
v0.8.5
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-react)
v0.4.28
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-proxy-backend)
v0.5.8
Compare Source
Patch Changes
4e58bc7
: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-scaffolder)
v1.27.0
Compare Source
Minor Changes
f61d4cc
: Add scaffolder permissionscaffolder.template.management
for accessing the template management features69fb6e7
: FixcontextMenu
not being disabled bug in new scaffolder pagesPatch Changes
99471cd
: fix(scaffolder): useonInputChange
inRepoUrlPicker
to fix issue with the value not updating properly8e4bed4
: Updated dependencyidb-keyval
to5.1.5
.7669af3
: Revert the change of the option label forEntityPicker
backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.27.0
Compare Source
Minor Changes
0587633
: Bumped theisolated-vm
dependency from v4 to v5, which drops support for Node.js v16.e61d5ef
: BREAKING EXPERIMENTAL: Thecheckpoint
method now takes an object instead of previous arguments.You can also now return
void
from the checkpoint if the method returnsvoid
inside thecheckpoint
handler.Patch Changes
6aa5b98
: Fix tasks listing with postgres59137ff
: Fix issue with token not being available because it's now non-enumerablec5e39e7
: Internal refactor to use the deferred from the types packagee4f5d95
: Align with type declaration of template filter/global function by supporting undefined as return value.d52d7f9
: Support ISO and ms string forms of durations in config too7ab3371
: ModifiedcreateDryRunner
and corresponding route to includetemplateMetaData
inside thetemplateInfo
. This allows custom action writers to access things liketemplateInfo.entity.metadata.name
via the action context while executing templates using the dry run framework.4e58bc7
: Upgrade to uuid v11 internally2dae341
: Add newfs:readdir
action to list current content of the workspace97ba58f
: Add example template for notification sendingbackstage/backstage (@backstage/plugin-search)
v1.4.19
Compare 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.0
Compare 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.38
Compare Source
Patch Changes
4e58bc7
: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-search-backend-node)
v1.3.5
Compare Source
Patch Changes
4e58bc7
: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-search-react)
v1.8.2
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs)
v1.11.1
Compare 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
: Removedcanvas
dev 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.2
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.17
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.10
Compare 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.15
Compare Source
Patch Changes
backstage/backstage (@backstage/test-utils)
v1.7.1
Compare Source
Patch Changes
backstage/backstage (@backstage/theme)
v0.6.1
Compare 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.
Checkout
From your project repository, check out a new branch and test the changes.