fix(deps): update backstage monorepo (minor) #274
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.20.2
->^0.21.0
^0.25.1
->^0.26.0
^0.13.10
->^0.14.0
^0.10.3
->^0.11.0
^0.20.3
->^0.22.0
^1.16.1
->^1.19.0
^0.3.3
->^0.4.0
^0.6.1
->^0.7.0
^0.6.12
->^0.7.0
^0.5.2
->^0.8.0
^1.4.7
->^1.5.4
Release Notes
backstage/backstage (@backstage/backend-common)
v0.21.7
Compare Source
Patch Changes
007e7ea
: Added placeholder forlistPublicServiceKeys()
in theAuthService
returned bycreateLegacyAuthAdapters
.00fca28
: Ensure thatServerTokenManager
also reads the newbackend.auth.externalAccess
settings25ea3d2
: Minor internal restructuringe31bacc
: AddedpullOptions
toDockerContainerRunner#runContainer
method to pass down options when pulling an image.7b11422
: Add AWS CodeCommit URL Reader/Integration75a53b8
: KubernetesContainerRunner.runContainer no longer closes thelogStream
it receives as input.v0.21.6
Compare Source
Patch Changes
81a995f
: Updated dependencyaws-sdk-client-mock
to^4.0.0
.v0.21.5
Compare Source
Patch Changes
81a995f
: Updated dependencyaws-sdk-client-mock
to^4.0.0
.v0.21.4
Compare Source
Patch Changes
7422430
: Resolve thebasePath
before constructing the target path999224f
: Bump dependencyminimatch
to v9e0b997c
: Fix issue whereresolveSafeChildPath
path would incorrectly resolve when operating on a symlink9802004
: Added theUserInfoApi
as both an optional input and as an output forcreateLegacyAuthAdapters
2af5354
: Bump dependencyjose
to v5ff40ada
: Updated dependencymysql2
to^3.0.0
.0fb419b
: Updated dependencyuuid
to^9.0.0
.Updated dependency
@types/uuid
to^9.0.0
.568881f
: Updated dependencyyauzl
to^3.0.0
.4a3d434
: Added acreateLegacyAuthAdapters
function that can be used as a compatibility adapter for backend plugins who want to start using the newauth
andhttpAuth
services that were created as part of BEP-0003.See the Auth Service Migration tutorial for more information on the usage of this adapter.
Updated dependencies
v0.21.3
Compare Source
Patch Changes
7422430
: Resolve thebasePath
before constructing the target path999224f
: Bump dependencyminimatch
to v9e0b997c
: Fix issue whereresolveSafeChildPath
path would incorrectly resolve when operating on a symlink9802004
: Added theUserInfoApi
as both an optional input and as an output forcreateLegacyAuthAdapters
2af5354
: Bump dependencyjose
to v5ff40ada
: Updated dependencymysql2
to^3.0.0
.0fb419b
: Updated dependencyuuid
to^9.0.0
.Updated dependency
@types/uuid
to^9.0.0
.568881f
: Updated dependencyyauzl
to^3.0.0
.4a3d434
: Added acreateLegacyAuthAdapters
function that can be used as a compatibility adapter for backend plugins who want to start using the newauth
andhttpAuth
services that were created as part of BEP-0003.See the Auth Service Migration tutorial for more information on the usage of this adapter.
Updated dependencies
v0.21.2
Compare Source
v0.21.1
Compare Source
Released a new
@backstage/plugin-config-schema
plugin that is used to show the config schema in a reference documentation format. It's intended for integrators rather than end users, and the idea is to also hook this up to a CLI command that allows browsing of the local schema.v0.21.0
Compare Source
Minor Changes
bbe374e
: BREAKING:A gitilesBaseUrl
must be provided for the Gerrit integration to work.You can disable this check by setting
DISABLE_GERRIT_GITILES_REQUIREMENT=1
butthis will be removed in a future release. If you are not able to use the Gitiles
Gerrit plugin, please open an issue towards
https://github.com/backstage/backstage
e85aa98
: drop databases after unit tests if the database instance is not running in dockerPatch Changes
6707216
: Added a newLegacyRootDatabaseService
interface that can be used to avoid direct dependencies on theDatabaseManager
.842171a
: Fix a bug with S3 Fetch that caused all objects to be flattened within a single folder on the local file system.3489d05
:FetchUrlReader#readUrl()
now supports passing an optionaltoken
to authenticate requests.9aac2b0
: Use--cwd
as the firstyarn
argumentece5a8f
: Add a User-Agent header for calls towards Google Cloud Storage.1f020fe
: Supporttoken
inreadTree
,readUrl
andsearch
6bb6f3e
: Updated dependencyfs-extra
to^11.2.0
.Updated dependency
@types/fs-extra
to^11.0.0
.d2e3ab9
: Updated dependencydockerode
to^4.0.0
.1cae748
: Updated dependencygit-url-parse
to^14.0.0
.e27b7f3
: Fix rate limit detection by looking for HTTP status code 429 and updating the headerx-ratelimit-remaining
to look for in case of a 403 code is returned7fb7a79
: Add a config declaration forworkingDirectory
backstage/backstage (@backstage/cli)
v0.26.4
Compare Source
v0.26.3
Compare Source
Patch Changes
c884b9a
: Fix the bundle public subpath configuration.e3c213e
: Add the deprecation plugin to the default linter setup, switched off.This allows to disable deprecation warnings for
backstage-cli repo list-deprecations
with inline comments.4946f03
: Updated dependencywebpack-dev-server
to^5.0.0
.6b5ddbe
: Fix the backend plugin to use correct plugin id4fecffc
: When building the frontend app public assets are now also copied to the public dist directory when in use.ed9260f
: Addedversions:migrate
command to help move packages to the new@backstage-community
namespaceUpdated dependencies
v0.26.2
Compare Source
Patch Changes
eeb226a
: Updated dependencyrollup
to^4.0.0
.91192f4
: Updated backend plugin template to work better with new backend systemcc371d6
: Ignore transforming only onreact-use/lib
, not wholereact-use
in jest.** POTENTIAL BREAKAGE **
If your tests fail, please change to use path import from
react-use/esm/
. It is also recommended to migrate fromreact-user/lib
imports toreact-use/esm
Updated dependencies
v0.26.1
Compare Source
Patch Changes
eeb226a
: Updated dependencyrollup
to^4.0.0
.cc371d6
: Ignore transforming only onreact-use/lib
, not wholereact-use
in jest.** POTENTIAL BREAKAGE **
If your tests fail, please change to use path import from
react-use/esm/
. It is also recommended to migrate fromreact-user/lib
imports toreact-use/esm
Updated dependencies
v0.26.0
Compare Source
Minor Changes
0d72065
: The backend devlopment server transpilation has been replaced with a simplified solution based on SWC, which is already the transpiler used for tests. This fixed an issue where never versions of thetsx
dependency had a new contract for signalling dependencies, breaking watch mode. This change fixed file watches as well as enables sourcemaps.Patch Changes
fe1a55e
: Extend option to minify generated code to thebackend
package.b0875e5
: Fixed a bug that could cause thebuild-workspace
command to fail when invoked with--alwaysYarnPack
enabled in environments with limited resources.bdf9ec1
: New backend plugins with cli are now created using the new backend systemcadbb82
: Added aEXPERIMENTAL_LAZY_COMPILATION
flag, which enables the experimental Webpack lazy compilation option in frontend builds.999224f
: Bump dependencyminimatch
to v91bd4596
: Removed thets-node
dev dependency.8dce287
: Fix prettier issues on default plugins & module templatesf86e34c
: Removed unusedreplace-in-file
dependency2398c7c
: Updated dependency@spotify/prettier-config
to^15.0.0
.Updated dependency
@spotify/eslint-config-base
to^15.0.0
.Updated dependency
@spotify/eslint-config-react
to^15.0.0
.Updated dependency
@spotify/eslint-config-typescript
to^15.0.0
.f4404e5
: Add .ico import supportf39dfd3
: Tweak the descriptions of the CLI templatesv0.25.2
Compare Source
Patch Changes
d557d47
: Added check for therepository
field in therepo fix
command.b58673e
: Upgrade jestc624938
: Add experimental support for an optionalpublic
app entry point that lets users sign-in before being able to access the full app.c52e7d5
: Makehttp://localhost:3000
the default base URL for serving locally, and/
the default public path for built apps. The app build no longer requires any configuration values to be present.9a96ef2
: Updated dependencyvite-plugin-node-polyfills
to^0.21.0
.6bb6f3e
: Updated dependencyfs-extra
to^11.2.0
.Updated dependency
@types/fs-extra
to^11.0.0
.2f1f8fd
: Updated dependencyesbuild-loader
to^4.0.0
.fd20d5b
: Updated dependencyeslint-config-prettier
to^9.0.0
.acd2860
: Updated dependencyvite-plugin-node-polyfills
to^0.19.0
.40c27f3
: Updated dependencyeslint-webpack-plugin
to^4.0.0
.6ba64c4
: Updated dependencycommander
to^12.0.0
.ba56063
: Updated dependencyfork-ts-checker-webpack-plugin
to^9.0.0
.1cae748
: Updated dependencygit-url-parse
to^14.0.0
.52ae6b9
: Updated dependencyesbuild
to^0.20.0
.404e82b
: Updated dependencyeslint-plugin-deprecation
to^2.0.0
.5c05f8a
: Harmonize the package naming and allow custom prefix35725e2
: Updated dependencies in frontend plugin templatesc7259dc
: Updated the backend module template to make the module instance the package default export.08804c3
: Fixed an issue that would cause an invalid__backstage-autodetected-plugins__.js
to be written when using experimental module discovery.backstage/backstage (@backstage/core-components)
v0.14.5
Compare Source
Patch Changes
71e4229
: Added optionalinitialShowDropDown
prop toSidebarSubmenuItem
to internally manage the initial display state of the dropdown items.v0.14.4
Compare Source
Patch Changes
ed5c901
: Noundefined
class name used atMarkdownContent
if no custom class name was provided.abfbcfc
: Updated dependency@testing-library/react
to^15.0.0
.cb1e3b0
: Updated dependency@testing-library/dom
to^10.0.0
.f546e38
: Added Link component inTabUI
providing functionality like copy link or open in new tab.v0.14.3
Compare Source
Patch Changes
e8f026a
: Use ESM exports of react-use libraryv0.14.2
Compare Source
Patch Changes
e8f026a
: Use ESM exports of react-use libraryv0.14.1
Compare Source
Patch Changes
2ff3e6e
: The translation support for theLink
component has been removed for now, in order to avoid broad breakages of tests in existing projects where the component is tested without being wrapped in an API provider.2d06e4b
: Move the text-transform styling on BackstageTableHeader from inline styling towithStyles
so it can be customised easier5c271fa
: Removed inline styling in breadcrumbs and replaced with a theme reachable class of BreadcrumbsCurrentPageff33ee2
: Removed hardcoded font-family on select inputff7e126
: Support i18n for core components7854120
: Create a component abstraction to consume system icons.ce73c3b
: Removed the inline color from select icon to allow it to be colored via a theme0c9d5ea
: Updated MUI imports for core-components to not be top level90d08b0
: Updated dependencyreact-idle-timer
to5.7.2
.a8f7904
:SignInPage
's'guest'
provider now supports the@backstage/plugin-auth-backend-module-guest-provider
package to generate tokens. It will continue to use the old frontend-only auth as a fallback.0a8a1e9
: Fix a spacing issue for the SidebarSubmenu in case a SidebarScrollWrapper is used that made it hard to reach the SidebarSubmenuaa1c88d
: Deprecate thecustomStyles
prop for theAvatar
component in favour of theclasses
prop.v0.14.0
Compare Source
Minor Changes
281e8c6
: BREAKING: Removed theSidebarIntro
component as it was providing instructions for features that do not exist, along withIntroCard
. If you were relying on this component and want to keep using it you can refer to the original implementations ofSidebarIntro
andIntroCard
.Patch Changes
3e1c6e2
: Added possibility to show arrow heads for graph edges for better understandability.In order to show arrow heads in the catalog graph page, add
showArrowHeads
attribute toCatalogGraphPage
component(typically in
packages/app/src/App.tsx
):In order to show arrow heads in entity graphs, add
showArrowHeads
attribute toEntityCatalogGraphCard
components(typically multiple occurrences in
packages/app/src/components/catalog/EntityPage.tsx
):8fe56a8
: Widen@types/react
dependency range to include version 18.7f11009
: Added stack trace display toErrorPage
and updated existing refs09cedb9
: Updated dependency@react-hookz/web
to^24.0.0
.214f2da
: Fix invalid HTTP status code 501 in Error PageUpdated dependencies
backstage/backstage (@backstage/plugin-api-docs)
v0.11.4
Compare Source
Patch Changes
abfbcfc
: Updated dependency@testing-library/react
to^15.0.0
.cb1e3b0
: Updated dependency@testing-library/dom
to^10.0.0
.v0.11.3
Compare Source
Patch Changes
v0.11.2
Compare Source
Patch Changes
v0.11.1
Compare Source
Patch Changes
c60dc3b
: added an optional ESLint rule - no-top-level-material-ui-4-imports - in api-docs plugin which has an auto fix function to migrate the imports and used it to migrate the material-ui imports for plugins/api-docs7854120
: Use theAppIcon
component in the navigation item extension.2be27b9
: Updated dependencygraphiql
to3.1.1
.efba3d2
](https://togithub.comConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.