fix(deps): update backstage monorepo #46
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.11
->1.5.12
1.7.0
->1.7.1
^0.27.0
->^0.28.0
^0.27.0
->^0.28.0
1.15.0
->1.15.1
1.15.0
->1.15.1
0.15.0
->0.15.1
1.9.4
->1.10.0
1.1.1
->1.1.2
1.1.32
->1.2.0
0.11.10
->0.11.11
0.3.75
->0.3.76
0.23.0
->0.23.1
1.23.1
->1.24.0
1.26.1
->1.27.0
0.7.4
->0.7.5
0.4.10
->0.4.11
0.12.4
->0.12.5
1.13.1
->1.14.0
0.6.30
->0.6.31
0.8.3
->0.8.4
0.4.26
->0.4.27
0.5.6
->0.5.7
1.25.1
->1.26.0
1.25.0
->1.26.0
1.4.17
->1.4.18
1.5.17
->1.6.0
0.5.35
->0.5.36
1.3.2
->1.3.3
1.8.0
->1.8.1
1.10.10
->1.11.0
1.10.13
->1.11.0
1.1.15
->1.1.16
1.2.8
->1.2.9
0.8.13
->0.8.14
1.6.0
->1.7.0
^0.5.0
->^0.6.0
Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.12
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.46b5a20
: AddedexternalLink
to icon defaults8c40e55
: Updated thebitbucket-server-auth
default API to set its environment based on theauth.environment
config option instead of being hardcoded todevelopment
.backstage/backstage (@backstage/catalog-client)
v1.7.1
Compare Source
Patch Changes
0040632
: Add missing doc string to APIbackstage/backstage (@backstage/cli)
v0.28.0
Compare Source
Minor Changes
264058c
: Therepo test
command will no longer default to watch mode if the--since
flag is provided.55b8b84
: BREAKING: The Jest configuration defined at@backstage/cli/config/jest
no longer collects configuration defined in the"jest"
field from all parentpackage.json
files. Instead, it will only read and merge configuration from thepackage.json
in the monorepo root if it exists, as well as the target package. In addition, configuration defined in the rootpackage.json
will 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 new
insteadcreate-plugin
: Usebackstage-cli new
insteadplugin:diff
: Usebackstage-cli fix
insteadtest
: Usebackstage-cli repo test
orbackstage-cli package test
insteadversions:check
: Useyarn dedupe
oryarn-deduplicate
insteadclean
: Usebackstage-cli package clean
insteadIn addition, the experimental
install
andonboard
commands 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 theexports
object 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-module
template has been updated to use a more modern layout and new testing utilities for scaffolder actions.03810d2
: Remove unknown dependencydiff
cebee4f
: Added support for a new experimentalEXPERIMENTAL_TRIM_NEXT_ENTRY
flag which removes any./next
entry points present in packages when building and publishing.54c8aa3
: The check forreact-dom/client
will now properly always run from the target directory.b676cc9
: feat: experimentally support using rspack instead underEXPERIMENTAL_RSPACK
env flag094eaa3
: Remove references to in-repo backend-common95999c5
: The backend plugin template for thenew
command 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_VITE
flag to work with more recent versions of Backstage.720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.8f0898b
: Updated dependencyesbuild
to^0.24.0
.2c5ecf5
: Support--max-warnings
flag for package linting88407c3
: Runningrepo lint
with the--successCache
flag now respects.gitinore
, and it ignores projects without alint
script.8fe740d
: Added a new--successCache
option to thebackstage-cli repo test
andbackstage-cli repo lint
commands. 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_START
flag 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.1
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/core-components)
v0.15.1
Compare Source
Patch Changes
3f76d0e
: Correct size of FavoriteToggle and inherit non-starred color from parente969dc7
: Move@types/react
to a peer dependency.1ff1dbd
: It is possible to define a custom error element to be shown when sign in fails83e2887
: Fixed a bug in theSidebarSubmenu
core component that caused the nested menu to overlap with the sidebar when the user hovers over the pinned sidebar.46b5a20
:Link
component now acceptsexternalLinkIcon
prope4ad29a
: Fix authentication error handling using redirect flow viaenableExperimentalRedirectFlow
config. If an error is caught during authentication, the user is redirected back to app origin witherror
query parameter containing the error message.backstage/backstage (@backstage/core-plugin-api)
v1.10.0
Compare Source
Minor Changes
bfd4bec
: BREAKING PRODUCERS: TheIconComponent
no 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
SvgIcon
types into interfaces where relevant (e.g. as app icons).Patch Changes
e969dc7
: Move@types/react
to a peer dependency.39001f4
: Fixing issue with types forParamKeys
leading to type mismatches across versionsbackstage/backstage (@backstage/dev-utils)
v1.1.2
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/integration-react)
v1.2.0
Compare Source
Minor Changes
a11495a
: Added new ScmAuth methodforBitbucketServer
that uses correct OAuth scopes by default. Also updatedforBitbucket
method to allow overriding the default OAuth scopes.Patch Changes
e969dc7
: Move@types/react
to a peer dependency.3dbac17
: Revert of change #26430backstage/backstage (@backstage/plugin-api-docs)
v0.11.11
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.46b5a20
: Empty states updated with external link icon for learn more linksbackstage/backstage (@backstage/plugin-app-backend)
v0.3.76
Compare 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/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix from the import.backstage/backstage (@backstage/plugin-auth-backend)
v0.23.1
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-catalog)
v1.24.0
Compare 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/react
to a peer dependency.46b5a20
: Empty states updated with external link icon for learn more linksbackstage/backstage (@backstage/plugin-catalog-backend)
v1.27.0
Compare Source
Minor Changes
3109c24
: The export for the new backend system at the/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix from the import.Patch Changes
094eaa3
: Remove references to in-repo backend-common83a8830
: Added migration20241003170511_alter_target_in_locations.js
to change the target column in thelocations
table to TEXT type.Added a hash for the key column in the
refresh_keys
table.62747f8
: Fixed a bug where the concurrency limiter for URL reading was not honoredc1f9764
: Add configuration parameters for deferred stitcher720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.d1cf90a
: Adds the ability to disable catalog processingcatalog.processingInterval: false
inapp-config
f1cab41
: 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.5
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-common3109c24
: The export for the new backend system at the/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix from the import.720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.11
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.4d9f39e
: Added InfoCardaction
attribute for CatalogGraphCardUpdated dependencies
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.5
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.backstage/backstage (@backstage/plugin-catalog-react)
v1.14.0
Compare Source
Minor Changes
0801db6
: Add catalog service mocks under the/testUtils
subpath export.You can now use e.g.
const catalog = catalogApiMock.mock()
in your test and then do assertions oncatalog.getEntities
without awkward type casting.6812980
: Added a new prop,disableTooltip
to theEntityRefLink
componentPatch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/plugin-org)
v0.6.31
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/plugin-permission-node)
v0.8.4
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-permission-react)
v0.4.27
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/plugin-proxy-backend)
v0.5.7
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-common3109c24
: The export for the new backend system at the/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix from the import.backstage/backstage (@backstage/plugin-scaffolder)
v1.26.0
Compare Source
Minor Changes
bf6eaf3
: Added support forFormFieldBlueprint
to 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 theEntityPicker
is 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
: ApplydefaultValue
props inMultiEntityPicker
7a3d622
: 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/react
to a peer dependency.e6bbfce
: Add tests for theTemplateEditorToolbarTemplatesMenu
component.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/utils
to5.21.2
.Updated dependency
@rjsf/core
to5.21.2
.Updated dependency
@rjsf/material-ui
to5.21.2
.Updated dependency
@rjsf/validator-ajv8
to5.21.2
.720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.01ffa58
: Add tests for theuseTemplateDirectory
hook.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 theTemplateEditorToolbarFilesMenu
component.backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.26.0
Compare 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/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix from the import.Patch Changes
734c2d4
: Addfetch:template:file
scaffolder 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 dependencyesbuild
to^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.18
Compare Source
Patch Changes
e969dc7
: Move@types/react
to 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.0
Compare Source
Minor Changes
3109c24
: The export for the new backend system at the/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix 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.36
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-common3109c24
: The export for the new backend system at the/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix from the import.backstage/backstage (@backstage/plugin-search-backend-node)
v1.3.3
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-commonbackstage/backstage (@backstage/plugin-search-react)
v1.8.1
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/plugin-techdocs)
v1.11.0
Compare Source
Minor Changes
e77ff3d
: Adds support for custom background colors in code blocks and inline code within TechDocs.Patch Changes
e969dc7
: Move@types/react
to a peer dependency.a77cb40
: MakeemptyState
input optional onentity-content:techdocs
extension so thatthe default empty state extension works correctly.
e918061
: Add support for mkdocs material palette conditional hashes.720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.e8b4966
: Use more of the available space for the navigation sidebar.backstage/backstage (@backstage/plugin-techdocs-backend)
v1.11.0
Compare Source
Minor Changes
3109c24
: The export for the new backend system at the/alpha
export is now also available via the main entry point, which means that you can remove the/alpha
suffix 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.16
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.720a2f9
: Updated dependencygit-url-parse
to^15.0.0
.e8b4966
: Use more of the available space for the navigation sidebar.backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.9
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/plugin-user-settings)
v0.8.14
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.0040632
:useUserProfile
will 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.0
Compare Source
Minor Changes
9cc7dd6
: Added amockApis
export, which will replace theMockX
API implementation classes and their related types. This is analogous with the backend'smockServices
.DEPRECATED several old helpers:
MockAnalyticsApi
, please usemockApis.analytics
instead.MockConfigApi
, please usemockApis.config
instead.MockPermissionApi
, please usemockApis.permission
instead.MockStorageApi
, please usemockApis.storage
instead.MockTranslationApi
, please usemockApis.translation
instead.Patch Changes
e969dc7
: Move@types/react
to a peer dependency.backstage/backstage (@backstage/theme)
v0.6.0
Compare Source
Minor Changes
e77ff3d
: Adds support for custom background colors in code blocks and inline code within TechDocs.Patch Changes
e969dc7
: Move@types/react
to 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.
0e100023dc
to09195f2506