fix(deps): update all dependencies #17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
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:
^0.21.0
->^0.22.0
^0.10.0
->^0.11.0
Release Notes
backstage/backstage (@backstage/backend-common)
v0.22.0
Compare Source
Minor Changes
ed83f85
: Internal refactor of the database code.BREAKING: The helper functions
createDatabaseClient
andensureDatabaseExists
have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider usingcoreServices.database
orDatabaseManager
directly wherever possible instead.Patch Changes
2cc750d
: AddedHarnessURLReader
withreadUrl
support.57f692e
: Preparing for a stable new backend system release, we are deprecating utilities in thebackend-common
that are not used by the core framework, such as the isomorphicGit
class. As we will no longer support the isomorphicGit
utility in the framework packages, we recommend plugins that start maintaining their own implementation of this class.0ec0796
: Plugins created through thelegacyPlugin
helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes theKey for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array
error.d229dc4
: Move path utilities frombackend-common
to thebackend-plugin-api
package.ccc8851
: Added config propensureSchemaExists
to support postgres instances where user can create schemas but not databases.f66bbb4
: Only create a single actual connection to memcache/redis, even in cases where manyCacheService
instances are madeba0b8b4
: Added option toServerTokenManager.fromConfig
that allows it to be instantiated in production without any configured keys.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.backstage/backstage (@backstage/plugin-catalog-import)
v0.11.0
Compare Source
Minor Changes
e1174b0
:EntityListComponent
usesentityPresentationApi
instead ofhumanizeEntityRef
to display EntityPatch Changes
v0.10.10
Compare Source
Patch Changes
abfbcfc
: Updated dependency@testing-library/react
to^15.0.0
.cb1e3b0
: Updated dependency@testing-library/dom
to^10.0.0
.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.