Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@backstage-community/plugin-github-actions (source) ^0.7.0 -> ^0.14.0 age confidence
@backstage-community/plugin-tech-radar (source) 1.8.0 -> 1.10.0 age confidence
@backstage/app-defaults (source) 1.5.12 -> 1.6.5 age confidence
@backstage/backend-defaults (source) ^0.8.1 -> ^0.12.0 age confidence
@backstage/backend-plugin-api (source) 1.2.0 -> 1.4.2 age confidence
@backstage/catalog-client (source) 1.9.1 -> 1.11.0 age confidence
@backstage/cli (source) ^0.28.2 -> ^0.34.0 age confidence
@backstage/core-app-api (source) 1.15.1 -> 1.18.0 age confidence
@backstage/core-components (source) ^0.15.1 -> ^0.17.0 age confidence
@backstage/plugin-api-docs (source) ^0.11.11 -> ^0.12.0 age confidence
@backstage/plugin-app-backend (source) ^0.3.76 -> ^0.5.0 age confidence
@backstage/plugin-auth-backend (source) ^0.23.1 -> ^0.25.0 age confidence
@backstage/plugin-auth-node (source) ^0.5.3 -> ^0.6.0 age confidence
@backstage/plugin-catalog (source) 1.27.0 -> 1.31.2 age confidence
@backstage/plugin-catalog-backend (source) 1.31.0 -> 1.32.1 age confidence
@backstage/plugin-catalog-import (source) ^0.12.5 -> ^0.13.0 age confidence
@backstage/plugin-catalog-react (source) 1.15.1 -> 1.20.1 age confidence
@backstage/plugin-permission-backend (source) ^0.6.0 -> ^0.7.0 age confidence
@backstage/plugin-permission-common (source) ^0.8.1 -> ^0.9.0 age confidence
@backstage/plugin-permission-node (source) ^0.8.4 -> ^0.10.0 age confidence
@backstage/plugin-proxy-backend (source) ^0.5.7 -> ^0.6.0 age confidence
@backstage/plugin-scaffolder (source) 1.28.0 -> 1.34.0 age confidence
@backstage/plugin-search-react (source) 1.8.6 -> 1.9.3 age confidence
@backstage/plugin-techdocs (source) 1.12.3 -> 1.14.1 age confidence
@backstage/plugin-techdocs-react (source) 1.2.14 -> 1.3.2 age confidence
@commitlint/cli (source) 19.6.1 -> 19.8.1 age confidence
@commitlint/config-conventional (source) 19.6.0 -> 19.8.1 age confidence
@commitlint/config-lerna-scopes (source) 19.7.0 -> 19.8.1 age confidence
@types/luxon (source) 3.4.2 -> 3.7.1 age confidence
lerna (source) 8.1.7 -> 8.2.3 age confidence
lint-staged 15.4.3 -> 15.5.2 age confidence
msw (source) 2.7.0 -> 2.10.5 age confidence
pg (source) 8.13.1 -> 8.16.3 age confidence
react-router (source) 6.28.0 -> 6.30.1 age confidence
react-router-dom (source) 6.28.0 -> 6.30.1 age confidence
typescript (source) ~5.7.0 -> ~5.9.0 age confidence
yarn (source) 4.6.0 -> 4.9.4 age confidence
zod (source) 3.24.1 -> 3.25.76 age confidence

Release Notes

backstage/community-plugins (@​backstage-community/plugin-github-actions)

v0.14.0

Compare Source

Minor Changes
  • 0493206: Backstage version bump to v1.42.3

v0.13.1

Compare Source

Patch Changes
  • e6e4a9d: Add workflow age field to help indicate when the workflow last ran

v0.13.0

Compare Source

Minor Changes
  • 624c181: Backstage version bump to v1.41.1
Patch Changes
  • b41b1f0: Change default branch to be that of the target repository instead of assuming it is using master.
  • 337f19a: Resolve visual issue caused by the centering of the Workflow Status was done inside the component instead of controlled by the wrapper object. This led to case where when viewing 'Workflow run details' the status was centered when all other content was left aligned.

v0.12.0

Compare Source

Minor Changes
  • 8b45679: Backstage version bump to v1.40.2

v0.11.1

Compare Source

Patch Changes
  • dd3519b: Fixed an issue where branches were fetched unnecessarily by certain components.

v0.11.0

Compare Source

Minor Changes
  • f1e2943: Backstage version bump to v1.39.0

v0.10.0

Compare Source

Minor Changes
  • 5041897: Backstage version bump to v1.38.1

v0.9.2

Compare Source

Patch Changes
  • 58c5ad5: Start pagination at page 1 in api.listBranches to avoid duplicate branches in WorkflowRunsCard.

v0.9.1

Compare Source

Patch Changes
  • 4aad9f3: remove unused devDependency canvas

v0.9.0

Compare Source

Minor Changes
  • 5ca4b72: Backstage version bump to v1.37.0

v0.8.0

Compare Source

Minor Changes
  • 435f142: Backstage version bump to v1.36.0

v0.7.2

Compare Source

Patch Changes
  • 58d4734: Fixed plugin setup documentation to show example of use with availability check in the catalog EntityPage
backstage/community-plugins (@​backstage-community/plugin-tech-radar)

v1.10.0

Compare Source

Minor Changes
  • fe6d855: Backstage version bump to v1.42.3
Patch Changes

v1.9.0

Compare Source

Minor Changes
  • 8a9d386: Backstage version bump to v1.41.1
Patch Changes
backstage/backstage (@​backstage/app-defaults)

v1.6.5

Compare Source

Patch Changes

v1.6.4

Compare Source

Patch Changes

v1.6.3

Compare Source

Patch Changes

v1.6.2

Compare Source

Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 12f8e01: BREAKING: The default DiscoveryApi implementation has been switched to use FrontendHostDiscovery, which adds support for the discovery.endpoints configuration.

    This is marked as a breaking change because it will cause any existing discovery.endpoints configuration to be picked up and used, which may break existing setups.

    For example, consider the following configuration:

    app:
      baseUrl: https://backstage.acme.org
    
    backend:
      baseUrl: https://backstage.internal.acme.org
    
    discovery:
      endpoints:
        - target: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]

    This will now cause requests from the frontend towards the catalog plugin to be routed to https://catalog.internal.acme.org/api/catalog, but this might not be reachable from the frontend. To fix this, you should update the discovery.endpoints configuration to only override the internal URL of the plugin:

    discovery:
      endpoints:
        - target:
            internal: https://catalog.internal.acme.org/api/{{pluginId}}
          plugins: [catalog]
Patch Changes

v1.5.17

Compare Source

Patch Changes

v1.5.16

Compare Source

Patch Changes

v1.5.15

Compare Source

Patch Changes

v1.5.14

Compare Source

v1.5.13

Compare Source

Patch Changes
backstage/backstage (@​backstage/backend-defaults)

v0.12.0

Compare Source

Minor Changes
  • 133519b: feat: new cache manager Infinispan Data Grid
Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • 3ccb7fc: Enhanced error handling in the auditor service factory to pass errors as objects. Aligned WinstonRootAuditorService with the default service factory's error handling.
Patch Changes

v0.10.0

Compare Source

Minor Changes
  • d385854: BREAKING: The DefaultSchedulerService constructor options now requires RootLifecycleService, HttpRouterService, and PluginMetadataService fields.

    The scheduler will register a REST API for listing and triggering tasks. Please see the scheduler documentation for more details about this API.

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • 1daedce: Remove Throttle of Bitbucket Server API calls
  • 01edf6e: Allow pass through of redis client and cluster options to Cache core service
  • cf4eb13: Added actor property to BackstageUserPrincipal containing the subject of the last service (if any) who performed authentication on behalf of the user.
Patch Changes

v0.8.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/backend-plugin-api)

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

Configuration

📅 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 25, 2025 13:54
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 7e4591d to 39f6a02 Compare March 3, 2025 13:54
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from bef5e8d to 4b473f6 Compare March 10, 2025 19:30
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from 4486945 to 7fb2687 Compare March 19, 2025 19:00
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 870bacc to d21caff Compare March 29, 2025 22:46
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from ea9bd71 to ee4f1fd Compare April 8, 2025 11:54
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from dc31776 to 8edaeb7 Compare April 16, 2025 15:11
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 9f29a52 to 1024326 Compare April 24, 2025 07:06
@renovate renovate bot force-pushed the renovate/all-minor branch from 1024326 to 01abd34 Compare April 25, 2025 08:37
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 383c820 to 353f595 Compare July 15, 2025 08:26
@heinzburgstaller
Copy link
Collaborator

@dependabot rebase

@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from 625cd90 to 435fc90 Compare July 21, 2025 08:42
@renovate renovate bot force-pushed the renovate/all-minor branch from 435fc90 to 7dccb79 Compare July 22, 2025 20:13
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 3f0b9a9 to 1a7b314 Compare August 6, 2025 01:42
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from 6ccf24b to bcc7f25 Compare August 13, 2025 15:50
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from a46c6bb to 22d1524 Compare August 20, 2025 23:24
@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from 48bb605 to 8906b7b Compare September 2, 2025 14:20
@renovate renovate bot force-pushed the renovate/all-minor branch from 8906b7b to 9305007 Compare September 3, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant