fix(deps): update all dependencies #17

Merged
kjuulh merged 1 commits from renovate/all into main 2024-05-14 16:00:28 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@backstage/backend-common (source) dependencies minor ^0.21.0 -> ^0.22.0
@backstage/plugin-catalog-import (source) dependencies minor ^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 and ensureDatabaseExists 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 using coreServices.database or DatabaseManager directly wherever possible instead.

Patch Changes
  • 2cc750d: Added HarnessURLReader with readUrl support.
  • 57f692e: Preparing for a stable new backend system release, we are deprecating utilities in the backend-common that are not used by the core framework, such as the isomorphic Git class. As we will no longer support the isomorphic Git utility in the framework packages, we recommend plugins that start maintaining their own implementation of this class.
  • 0ec0796: Plugins created through the legacyPlugin helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes the Key for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array error.
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • ccc8851: Added config prop ensureSchemaExists 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 many CacheService instances are made
  • ba0b8b4: Added option to ServerTokenManager.fromConfig that allows it to be instantiated in production without any configured keys.
  • Updated dependencies

v0.21.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-import)

v0.11.0

Compare Source

Minor Changes
  • e1174b0: EntityListComponent uses entityPresentationApi instead of humanizeEntityRef to display Entity
Patch Changes

v0.10.10

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@backstage/backend-common](https://backstage.io) ([source](https://github.com/backstage/backstage)) | dependencies | minor | [`^0.21.0` -> `^0.22.0`](https://renovatebot.com/diffs/npm/@backstage%2fbackend-common/0.21.6/0.22.0) | | [@backstage/plugin-catalog-import](https://backstage.io) ([source](https://github.com/backstage/backstage)) | dependencies | minor | [`^0.10.0` -> `^0.11.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-import/0.10.9/0.11.0) | --- ### Release Notes <details> <summary>backstage/backstage (@&#8203;backstage/backend-common)</summary> ### [`v0.22.0`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-common/CHANGELOG.md#&#8203;0220) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...v0.22.0) ##### Minor Changes - [`ed83f85`](https://github.com/backstage/backstage/commit/ed83f85): Internal refactor of the database code. **BREAKING**: The helper functions `createDatabaseClient` and `ensureDatabaseExists` 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 using `coreServices.database` or `DatabaseManager` directly wherever possible instead. ##### Patch Changes - [`2cc750d`](https://github.com/backstage/backstage/commit/2cc750d): Added `HarnessURLReader` with `readUrl` support. - [`57f692e`](https://github.com/backstage/backstage/commit/57f692e): Preparing for a stable new backend system release, we are deprecating utilities in the `backend-common` that are not used by the core framework, such as the isomorphic `Git` class. As we will no longer support the isomorphic `Git` utility in the framework packages, we recommend plugins that start maintaining their own implementation of this class. - [`0ec0796`](https://github.com/backstage/backstage/commit/0ec0796): Plugins created through the `legacyPlugin` helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes the `Key for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array` error. - [`d229dc4`](https://github.com/backstage/backstage/commit/d229dc4): Move path utilities from `backend-common` to the `backend-plugin-api` package. - [`ccc8851`](https://github.com/backstage/backstage/commit/ccc8851): Added config prop `ensureSchemaExists` to support postgres instances where user can create schemas but not databases. - [`f66bbb4`](https://github.com/backstage/backstage/commit/f66bbb4): Only create a single actual connection to memcache/redis, even in cases where many `CacheService` instances are made - [`ba0b8b4`](https://github.com/backstage/backstage/commit/ba0b8b4): Added option to `ServerTokenManager.fromConfig` that allows it to be instantiated in production without any configured keys. - Updated dependencies - [@&#8203;backstage/backend-app-api](https://github.com/backstage/backend-app-api)[@&#8203;0](https://github.com/0).7.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.18 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.13 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 ### [`v0.21.7`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-common/CHANGELOG.md#&#8203;0217) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`007e7ea`](https://github.com/backstage/backstage/commit/007e7ea): Added placeholder for `listPublicServiceKeys()` in the `AuthService` returned by `createLegacyAuthAdapters`. - [`00fca28`](https://github.com/backstage/backstage/commit/00fca28): Ensure that `ServerTokenManager` also reads the new `backend.auth.externalAccess` settings - [`25ea3d2`](https://github.com/backstage/backstage/commit/25ea3d2): Minor internal restructuring - [`e31bacc`](https://github.com/backstage/backstage/commit/e31bacc): Added `pullOptions` to `DockerContainerRunner#runContainer` method to pass down options when pulling an image. - [`7b11422`](https://github.com/backstage/backstage/commit/7b11422): Add AWS CodeCommit URL Reader/Integration - [`75a53b8`](https://github.com/backstage/backstage/commit/75a53b8): KubernetesContainerRunner.runContainer no longer closes the `logStream` it receives as input. - Updated dependencies - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/backend-app-api](https://github.com/backstage/backend-app-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/integration-aws-node](https://github.com/backstage/integration-aws-node)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/backend-dev-utils](https://github.com/backstage/backend-dev-utils)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-import)</summary> ### [`v0.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#&#8203;0110) [Compare Source](https://github.com/backstage/backstage/compare/fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3...v0.11.0) ##### Minor Changes - [`e1174b0`](https://github.com/backstage/backstage/commit/e1174b0): `EntityListComponent` uses `entityPresentationApi` instead of `humanizeEntityRef` to display Entity ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.5 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.5 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.27 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.23 ### [`v0.10.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#&#8203;01010) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...fec7c1d04ab5f897cf8c21acd9a0ec366b1a8db3) ##### Patch Changes - [`abfbcfc`](https://github.com/backstage/backstage/commit/abfbcfc): Updated dependency `@testing-library/react` to `^15.0.0`. - [`cb1e3b0`](https://github.com/backstage/backstage/commit/cb1e3b0): Updated dependency `@testing-library/dom` to `^10.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).11.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.4 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.26 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 </details> --- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2024-05-14 15:25:47 +02:00
fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
5181421736
kjuulh merged commit 5181421736 into main 2024-05-14 16:00:28 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#17
No description provided.