Skip to content

[release-v1.17][npm]: Bump the minor group across 5 directories with 44 updates#1117

Open
dependabot[bot] wants to merge 1 commit intorelease-v1.17from
dependabot/npm_and_yarn/backstage/release-v1.17/minor-649c2fac95
Open

[release-v1.17][npm]: Bump the minor group across 5 directories with 44 updates#1117
dependabot[bot] wants to merge 1 commit intorelease-v1.17from
dependabot/npm_and_yarn/backstage/release-v1.17/minor-649c2fac95

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the minor group with 30 updates in the /backstage directory:

Package From To
@backstage/cli 0.24.0 0.35.4
@playwright/test 1.55.0 1.58.2
typescript 5.2.2 5.9.3
@backstage/app-defaults 1.4.5 1.7.5
@backstage/core-components 0.13.8 0.18.7
@backstage/integration-react 1.1.21 1.2.15
@backstage/plugin-api-docs 0.10.1 0.13.4
@backstage/plugin-catalog-graph 0.3.1 0.5.7
@backstage/plugin-catalog-import 0.10.3 0.13.10
@backstage/plugin-scaffolder 1.16.1 1.35.3
@backstage/plugin-search 1.4.3 1.6.0
@backstage/plugin-tech-radar 0.6.10 0.7.4
@backstage/plugin-techdocs 1.9.1 1.17.0
@backstage/plugin-user-settings 0.7.13 0.9.0
@backstage/theme 0.4.4 0.7.2
@backstage/test-utils 1.4.5 1.7.15
@testing-library/user-event 14.5.1 14.6.1
@backstage/backend-common 0.19.9 0.25.0
@backstage/backend-tasks 0.5.23 0.6.1
@backstage/plugin-auth-backend 0.20.0 0.27.0
@backstage/plugin-auth-node 0.4.13 0.6.13
@backstage/plugin-catalog-backend-module-scaffolder-entity-model 0.1.4 0.2.17
@backstage/plugin-permission-common 0.7.13 0.9.6
@backstage/plugin-permission-node 0.7.29 0.10.10
@backstage/plugin-proxy-backend 0.4.5 0.6.10
@backstage/plugin-search-backend-module-catalog 0.1.24 0.3.12
@backstage/plugin-search-backend-module-techdocs 0.1.11 0.4.11
pg 8.11.3 8.18.0
winston 3.11.0 3.19.0
@backstage/backend-dynamic-feature-service 0.2.10 0.7.9

Bumps the minor group with 8 updates in the /backstage/packages/app directory:

Package From To
@backstage/cli 0.24.0 0.35.4
@backstage/core-components 0.13.10 0.18.7
@backstage/plugin-api-docs 0.10.3 0.13.4
@backstage/plugin-catalog-graph 0.3.3 0.5.7
@backstage/plugin-catalog-import 0.10.10 0.13.10
@backstage/plugin-tech-radar 0.6.13 0.7.4
@backstage/plugin-user-settings 0.7.14 0.9.0
@backstage/theme 0.4.4 0.7.2

Bumps the minor group with 8 updates in the /backstage/packages/backend directory:

Package From To
@backstage/plugin-auth-backend 0.20.3 0.27.0
@backstage/plugin-auth-node 0.4.17 0.6.13
@backstage/plugin-catalog-backend-module-scaffolder-entity-model 0.1.22 0.2.17
@backstage/plugin-permission-common 0.7.14 0.9.6
@backstage/plugin-permission-node 0.7.32 0.10.10
@backstage/plugin-proxy-backend 0.4.16 0.6.10
@backstage/plugin-search-backend-module-catalog 0.1.28 0.3.12
@backstage/plugin-search-backend-module-techdocs 0.1.27 0.4.11

Bumps the minor group with 4 updates in the /backstage/plugins/knative-event-mesh-backend directory: @backstage/cli, @backstage/backend-common, @backstage/backend-tasks and @backstage/backend-dynamic-feature-service.
Bumps the minor group with 1 update in the /backstage/plugins/knative-event-mesh-backend/dist-dynamic directory: winston.

Updates @backstage/cli from 0.24.0 to 0.35.4

Changelog

Sourced from @​backstage/cli's changelog.

0.35.4

Patch Changes

  • cfd8103: Updated catalog provider module template to use stable catalog extension points from @backstage/plugin-catalog-node instead of alpha exports.

  • 20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in its exports field (e.g., "./styles.css": "./src/styles.css"), the CLI will automatically bundle it during backstage-cli package build, resolving any @import statements. The export path is rewritten from src/ to dist/ at publish time.

    Fixed backstage-cli repo fix to not add typesVersions entries for non-script exports like CSS files.

  • 7455dae: Use node prefix on native imports

  • 6ce4a13: Removed /alpha from scaffolderActionsExtensionPoint import

  • fdbd404: Removed the EXPERIMENTAL_MODULE_FEDERATION environment variable flag, making module federation host support always available during package start. The host shared dependencies are now managed through @backstage/module-federation-common and injected as a versioned runtime script at build time.

  • fdbd404: Updated @module-federation/enhanced, @module-federation/runtime, and @module-federation/sdk dependencies from ^0.9.0 to ^0.21.6.

  • 4fc7bf0: Bump to tar v7

  • 5e3ef57: Added support for the new peerModules metadata field in package.json. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by backstage-cli repo fix --publish.

  • 122d39c: Completely removed support for the deprecated app.experimental.packages configuration. Replace existing usage directly with app.packages.

  • 73351c2: Updated dependency webpack to ~5.104.0.

  • 69d880e: Bump to latest zod to ensure it has the latest features

  • Updated dependencies

    • @​backstage/integration@​1.20.0
    • @​backstage/config-loader@​1.10.8
    • @​backstage/eslint-plugin@​0.2.1
    • @​backstage/cli-common@​0.1.18
    • @​backstage/cli-node@​0.2.18
    • @​backstage/module-federation-common@​0.1.0

0.35.4-next.2

Patch Changes

  • 20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in its exports field (e.g., "./styles.css": "./src/styles.css"), the CLI will automatically bundle it during backstage-cli package build, resolving any @import statements. The export path is rewritten from src/ to dist/ at publish time.

    Fixed backstage-cli repo fix to not add typesVersions entries for non-script exports like CSS files.

  • 6ce4a13: Removed /alpha from scaffolderActionsExtensionPoint import

  • 73351c2: Updated dependency webpack to ~5.104.0.

  • Updated dependencies

    • @​backstage/integration@​1.20.0-next.2
    • @​backstage/cli-node@​0.2.18-next.1
    • @​backstage/config-loader@​1.10.8-next.0

0.35.4-next.1

Patch Changes

  • 5e3ef57: Added support for the new peerModules metadata field in package.json. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by backstage-cli repo fix --publish.
  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.1
    • @​backstage/cli-node@​0.2.18-next.1

... (truncated)

Commits

Updates @playwright/test from 1.55.0 to 1.58.2

Release notes

Sourced from @​playwright/test's releases.

v1.58.2

Highlights

#39121 fix(trace viewer): make paths via stdin work #39129 fix: do not force swiftshader on chromium mac

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.1

Highlights

#39036 fix(msedge): fix local network permissions #39037 chore: update cft download location #38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

📣 Playwright CLI+SKILLs 📣

We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.

It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​playwright/test since your current version.


Updates typescript from 5.2.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

... (truncated)

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Updates @backstage/app-defaults from 1.4.5 to 1.7.5

Changelog

Sourced from @​backstage/app-defaults's changelog.

1.7.5

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/core-components@​0.18.7
    • @​backstage/core-app-api@​1.19.5
    • @​backstage/theme@​0.7.2
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-permission-react@​0.4.40

1.7.5-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/core-app-api@​1.19.5-next.1
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/plugin-permission-react@​0.4.40-next.1
    • @​backstage/theme@​0.7.2-next.1

1.7.5-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.7.2-next.0
    • @​backstage/core-components@​0.18.7-next.1

1.7.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.6-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/core-app-api@​1.19.4-next.0
    • @​backstage/theme@​0.7.1
    • @​backstage/plugin-permission-react@​0.4.40-next.0

1.7.4

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.5

... (truncated)

Commits

Updates @backstage/catalog-model from 1.5.0 to 1.7.6

Changelog

Sourced from @​backstage/catalog-model's changelog.

1.7.6

Patch Changes

  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.

1.7.6-next.0

Patch Changes

  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
  • Updated dependencies
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.2

1.7.5

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

1.7.5-next.0

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

1.7.4

Patch Changes

  • ed4e625: Added support for icons containing colons
  • Updated dependencies
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1

1.7.3

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1
    • @​backstage/errors@​1.2.7

1.7.3-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1-next.0

... (truncated)

Commits

Updates @backstage/core-app-api from 1.11.1 to 1.19.5

Changelog

Sourced from @​backstage/core-app-api's changelog.

1.19.5

Patch Changes

  • 5a71e7a: Fixed memory leak caused by duplicate AppThemeSelector instances and missing cleanup in AppThemeSelector and AppLanguageSelector. Added dispose() method to both selectors for proper resource cleanup.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/version-bridge@​1.0.12

1.19.5-next.1

Patch Changes

  • 5a71e7a: Fixed memory leak caused by duplicate AppThemeSelector instances and missing cleanup in AppThemeSelector and AppLanguageSelector. Added dispose() method to both selectors for proper resource cleanup.
  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/version-bridge@​1.0.12-next.0

1.19.4-next.0

Patch Changes

  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/types@​1.2.2
    • @​backstage/version-bridge@​1.0.11

1.19.3

Patch Changes

  • 75683ed: Added replay functionality to AlertApiForwarder to buffer and replay recent alerts to new subscribers, preventing missed alerts that were posted before subscription.
  • 97cd16f: Internal update of translation imports.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.1

1.19.3-next.1

Patch Changes

  • 75683ed: Added replay functionality to AlertApiForwarder to buffer and replay recent alerts to new subscribers, preventing missed alerts that were posted before subscription.
  • Updated dependencies
    • @​backstage/config@​1.3.6
    • @​backstage/core-plugin-api@​1.12.1-next.0
    • @​backstage/types@​1.2.2

... (truncated)

Commits
  • 8cdb8c2 Version Packages
  • 0296f27 type fixes for React 18
  • f1b349c fix: Tidy up i18nextTranslationApi change handling
  • 87509c8 Merge pull request #20519 from gabrielhuber/master
  • 29e4d8b Fix: signOutTargetUrl determination
  • 9a1fce3 chore(deps): update dependency @​testing-library/jest-dom to v6
  • f95af4e chore(deps): update dependency @​testing-library/dom to v9
  • e43d3eb Version Packages (next)
  • 4219ca1 Merge pull request #20344 from backstage/rugvip/suspense
  • c9d9bfe URL encode some well known unsafe characters in RouteResolver
  • Additional commits viewable in compare view

Updates @backstage/core-components from 0.13.8 to 0.18.7

Changelog

Sourced from @​backstage/core-components's changelog.

0.18.7

Patch Changes

  • 7455dae: Use node prefix on native imports
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/theme@​0.7.2
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/version-bridge@​1.0.12

0.18.7-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/version-bridge@​1.0.12-next.0
    • @​backstage/theme@​0.7.2-next.1

0.18.7-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.7.2-next.0

0.18.6-next.0

Patch Changes

  • 7455dae: Use node prefix on native imports
  • cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/errors@​1.2.7
    • @​backstage/theme@​0.7.1
    • @​backstage/version-bridge@​1.0.11

0.18.5

Patch Changes

  • a723b8a: The MarkdownContent component now handles HTML content the same way as GitHub when rendering GitHub-flavored Markdown
  • c671db9: Fixed bug in Table component where the toolbar layout would break when both a title and filters were present.

... (truncated)

Commits

Updates @backstage/core-plugin-api from 1.8.0 to 1.12.3

Changelog

Sourced from @​backstage/core-plugin-api's changelog.

1.12.3

Patch Changes

  • 53b6549: Plugins in the new frontend system now have a pluginId field rather than id to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer pluginId while maintaining backward compatibility by falling back to id when needed.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/version-bridge@​1.0.12

1.12.3-next.1

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/version-bridge@​1.0.12-next.0

1.12.2-next.0

Patch Changes

  • 53b6549: Plugins in the new frontend system now have a pluginId field rather than id to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer pluginId while maintaining backward compatibility by falling back to id when needed.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.14.0-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.2
    • @​backstage/version-bridge@​1.0.11

1.12.1

Patch Changes

  • 358c6f7: The useApp and useRouteRef functions are now forwards compatible with the new frontend system. Along with the previous route reference changes this means that there is no longer a need to use compatWrapper from @backstage/core-compat-api to make code based on @backstage/core-plugin-api compatible with @backstage/frontend-plugin-api APIs.
  • 97cd16f: Reversed the relationship between the old @backstage/core-plugin-api and the new @backstage/frontend-plugin-api. Previously, the a lot of API definitions and utilities where defined in the old and re-exported from the old, but this change flips that around so that they now reside in the new package and are re-exported from the old. The external API of both packages remain the same, but this is a step towards being able to add further compatibility with the new frontend system built into the old.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.13.2

1.12.1-next.0

Patch Changes

  • 358c6f7: The useApp and useRouteRef functions are now forwards compatible with the new frontend system. Along with the previous route reference changes this means that there is no longer a need to use compatWrapper from @backstage/core-compat-api to make code based on @backstage/core-plugin-api compatible with @backstage/frontend-plugin-api APIs.
  • 97cd16f: Reversed the relationship between the old @backstage/core-plugin-api and the new @backstage/frontend-plugin-api. Previously, the a lot of API definitions and utilities where defined in the old and re-exported from the old, but this change flips that around so that they now reside in the new package and are re-exported from the old. The external API of both packages remain the same, but this is a step towards being able to add further compatibility with the new frontend system built into the old.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.13.2-next.0

... (truncated)

Commits

Updates @backstage/integration-react from 1.1.21 to 1.2.15

Changelog

Sourced from @​backstage/integration-react's changelog.

1.2.15

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/integration@​1.20.0
    • @​backstage/core-plugin-api@​1.12.3

1.2.15-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1

1.2.15-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.1

1.2.15-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.19.3-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/config@​1.3.6

1.2.14

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.19.2

1.2.14-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.19.2-next.0

1.2.13

... (truncated)

Commits

Updates @backstage/plugin-api-docs from 0.10.1 to 0.13.4

Changelog

Sourced from @​backstage/plugin-api-docs's changelog.

0.13.4

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 7455dae: Use node prefix on native imports
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • 018ca87: Added title and icon to the plugin definition for the new frontend system.
  • 629c3ec: Add tableOptions and title to Components cards of APIs
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/plugin-catalog@​1.33.0
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/plugin-catalog-common@​1.1.8

0.13.4-next.2

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/plugin-catalog@​1.33.0-next.2
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/plugin-permission-react@​0.4.40-next.1

0.13.4-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.22.0-next.1
    • @​backstage/plugin-catalog@​1.33.0-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.1
    • @​backstage/core-components@​0.18.7-next.1

0.13.4-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog from 1.15.1 to 1.33.0

Changelog

Sourced from @​backstage/plugin-catalog's changelog.

1.33.0

Minor Changes

  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)

  • 05aac34: Migrated DeleteEntityDialog and EntityOrphanWarning components to Backstage UI.

    The deleteEntity.description translation key no longer includes "Click here to delete" text. A new deleteEntity.actionButtonTitle key was added for the action button.

Patch Changes

  • 220d6c3: Add missing translation entries for catalog UI text.

    This change adds translation keys and updates relevant UI components to use the correct localized labels and text in the catalog plugin. It ensures that catalog screens such as entity layout, tabs, search result items, table labels, and other UI elements correctly reference the i18n system for translation.

    No functional behavior is changed aside from the improved internationalization support.

  • 8d4c48b: Fixed vertical spacing between tags in the catalog table.

  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.

  • 018ca87: Added title and icon to the plugin definition for the new frontend system.

  • e8258d0: The default entity content layout still supports rendering summary cards at runtime for backward compatibility, but logs a console warning when they are detected to help identify where migration is needed.

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.

  • 75ac651: Migrated EntityRelationWarning and EntityProcessingErrorsPanel components from Material UI to Backstage UI.

  • Updated dependencies

    • @​backstage/ui@​0.12.0
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/plugin-search-common@​1.2.22
    • @​backstage/core-compat-api@​0.5.8
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-techdocs-react@​1.3.8
    • @​backstage/integration-react@​1.2.15
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/version-bridge@​1.0.12
    • @​backstage/plugin-search-react@​1.10.3
    • @​backstage/plugin-catalog-common@​1.1.8
    • @​backstage/plugin-scaffolder-common@​1.7.6

1.33.0-next.2

Minor Changes

  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)

Patch Changes

  • 220d6c3: Add missing translation entries for catalog UI text.

... (truncated)

Commits

Updates @backstage/plugin-catalog-common from 1.0.23 to 1.1.8

Changelog

Sourced from @​backstage/plugin-catalog-common's changelog.

1.1.8

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-search-common@​1.2.22
    • @​backstage/plugin-permission-common@​0.9.6

1.1.8-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-search-common@​1.2.22-next.0
    • @​backstage/plugin-permission-common@​0.9.5-next.0
    • @​backstage/catalog-model@​1.7.6

1.1.7

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.3
    • @​backstage/catalog-model@​1.7.6
    • @​backstage/plugin-search-common@​1.2.21

1.1.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.7.6-next.0
    • @​backstage/plugin-permission-common@​0.9.3-next.0
    • @​backstage/plugin-search-common@​1.2.21-next.0

1.1.6

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.2
    • @​backstage/plugin-search-common@​1.2.20

1.1.6-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.2-next.0
    • @​backstage/plugin-search-common@​1.2.20-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog-graph from 0.3.1 to 0.5.7

Changelog

Sourced from @​backstage/plugin-catalog-graph's changelog.

0.5.7

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 8dd27c4: Fix large icon rendering in catalog graph nodes
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3

0.5.7-next.2

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/catalog-client@​1.12.2-next.0
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1

0.5.7-next.1

Patch Changes

  • 8dd27c4: Fix large icon rendering in catalog graph nodes
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.22.0-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.1
    • @​backstage/core-components@​0.18.7-next.1

0.5.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.6-next.0
    • @​backstage/core-components@​0.18.6-next.0
    • @​backstage/frontend-plugin-api@​0.14.0-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog-import from 0.10.3 to 0.13.10

Changelog

Sourced from @​backstage/plugin-catalog-import's changelog.

0.13.10

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/integration@​1.20.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/integration-react@​1.2.15
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/plugin-catalog-common@​1.1.8

0.13.10-next.2

Patch Changes

  • a7e0d50: Prepa...

    Description has been truncated

…44 updates

Bumps the minor group with 30 updates in the /backstage directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.24.0` | `0.35.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.55.0` | `1.58.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.2.2` | `5.9.3` |
| [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) | `1.4.5` | `1.7.5` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.13.8` | `0.18.7` |
| [@backstage/integration-react](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react) | `1.1.21` | `1.2.15` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.10.1` | `0.13.4` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.3.1` | `0.5.7` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.10.3` | `0.13.10` |
| [@backstage/plugin-scaffolder](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder) | `1.16.1` | `1.35.3` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.4.3` | `1.6.0` |
| [@backstage/plugin-tech-radar](https://github.com/backstage/backstage/tree/HEAD/plugins/tech-radar) | `0.6.10` | `0.7.4` |
| [@backstage/plugin-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs) | `1.9.1` | `1.17.0` |
| [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) | `0.7.13` | `0.9.0` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.4.4` | `0.7.2` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.4.5` | `1.7.15` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.1` | `14.6.1` |
| [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) | `0.19.9` | `0.25.0` |
| [@backstage/backend-tasks](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks) | `0.5.23` | `0.6.1` |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.20.0` | `0.27.0` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.4.13` | `0.6.13` |
| [@backstage/plugin-catalog-backend-module-scaffolder-entity-model](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-scaffolder-entity-model) | `0.1.4` | `0.2.17` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.7.13` | `0.9.6` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.7.29` | `0.10.10` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.4.5` | `0.6.10` |
| [@backstage/plugin-search-backend-module-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-catalog) | `0.1.24` | `0.3.12` |
| [@backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-techdocs) | `0.1.11` | `0.4.11` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.11.3` | `8.18.0` |
| [winston](https://github.com/winstonjs/winston) | `3.11.0` | `3.19.0` |
| [@backstage/backend-dynamic-feature-service](https://github.com/backstage/backstage/tree/HEAD/packages/backend-dynamic-feature-service) | `0.2.10` | `0.7.9` |

Bumps the minor group with 8 updates in the /backstage/packages/app directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.24.0` | `0.35.4` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.13.10` | `0.18.7` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.10.3` | `0.13.4` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.3.3` | `0.5.7` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.10.10` | `0.13.10` |
| [@backstage/plugin-tech-radar](https://github.com/backstage/backstage/tree/HEAD/plugins/tech-radar) | `0.6.13` | `0.7.4` |
| [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) | `0.7.14` | `0.9.0` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.4.4` | `0.7.2` |

Bumps the minor group with 8 updates in the /backstage/packages/backend directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.20.3` | `0.27.0` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.4.17` | `0.6.13` |
| [@backstage/plugin-catalog-backend-module-scaffolder-entity-model](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-scaffolder-entity-model) | `0.1.22` | `0.2.17` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.7.14` | `0.9.6` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.7.32` | `0.10.10` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.4.16` | `0.6.10` |
| [@backstage/plugin-search-backend-module-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-catalog) | `0.1.28` | `0.3.12` |
| [@backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-techdocs) | `0.1.27` | `0.4.11` |

Bumps the minor group with 4 updates in the /backstage/plugins/knative-event-mesh-backend directory: [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli), [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common), [@backstage/backend-tasks](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks) and [@backstage/backend-dynamic-feature-service](https://github.com/backstage/backstage/tree/HEAD/packages/backend-dynamic-feature-service).
Bumps the minor group with 1 update in the /backstage/plugins/knative-event-mesh-backend/dist-dynamic directory: [winston](https://github.com/winstonjs/winston).


Updates `@backstage/cli` from 0.24.0 to 0.35.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `@playwright/test` from 1.55.0 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.55.0...v1.58.2)

Updates `typescript` from 5.2.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.9.3)

Updates `@backstage/app-defaults` from 1.4.5 to 1.7.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/app-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/app-defaults)

Updates `@backstage/catalog-model` from 1.5.0 to 1.7.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/catalog-model)

Updates `@backstage/core-app-api` from 1.11.1 to 1.19.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.19.5/packages/core-app-api)

Updates `@backstage/core-components` from 0.13.8 to 0.18.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-components)

Updates `@backstage/core-plugin-api` from 1.8.0 to 1.12.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-plugin-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-plugin-api)

Updates `@backstage/integration-react` from 1.1.21 to 1.2.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/integration-react)

Updates `@backstage/plugin-api-docs` from 0.10.1 to 0.13.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/api-docs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/api-docs)

Updates `@backstage/plugin-catalog` from 1.15.1 to 1.33.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.33.0/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.0.23 to 1.1.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-common)

Updates `@backstage/plugin-catalog-graph` from 0.3.1 to 0.5.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-graph)

Updates `@backstage/plugin-catalog-import` from 0.10.3 to 0.13.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-import/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-import)

Updates `@backstage/plugin-permission-react` from 0.4.17 to 0.4.40
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-react)

Updates `@backstage/plugin-scaffolder` from 1.16.1 to 1.35.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.4.3 to 1.6.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.6.0/plugins/search)

Updates `@backstage/plugin-search-react` from 1.7.3 to 1.10.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-react)

Updates `@backstage/plugin-tech-radar` from 0.6.10 to 0.7.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/tech-radar)

Updates `@backstage/plugin-techdocs` from 1.9.1 to 1.17.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.17.0/plugins/techdocs)

Updates `@backstage/plugin-techdocs-react` from 1.1.13 to 1.3.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-react)

Updates `@backstage/plugin-user-settings` from 0.7.13 to 0.9.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/user-settings/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.9.0/plugins/user-settings)

Updates `@backstage/theme` from 0.4.4 to 0.7.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/theme)

Updates `@backstage/test-utils` from 1.4.5 to 1.7.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/test-utils)

Updates `@testing-library/user-event` from 14.5.1 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.5.1...v14.6.1)

Updates `@backstage/backend-common` from 0.19.9 to 0.25.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/v0.25.0/packages/backend-common)

Updates `@backstage/backend-tasks` from 0.5.23 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-tasks)

Updates `@backstage/catalog-client` from 1.6.5 to 1.13.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-client/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.13.0/packages/catalog-client)

Updates `@backstage/config` from 1.2.0 to 1.3.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/config/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/config)

Updates `@backstage/plugin-app-backend` from 0.3.55 to 0.5.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/app-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/app-backend)

Updates `@backstage/plugin-auth-backend` from 0.20.0 to 0.27.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.27.0/plugins/auth-backend)

Updates `@backstage/plugin-auth-node` from 0.4.13 to 0.6.13
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-node)

Updates `@backstage/plugin-catalog-backend-module-scaffolder-entity-model` from 0.1.4 to 0.2.17
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-scaffolder-entity-model)

Updates `@backstage/plugin-permission-common` from 0.7.13 to 0.9.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.7.29 to 0.10.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-node)

Updates `@backstage/plugin-proxy-backend` from 0.4.5 to 0.6.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/proxy-backend)

Updates `@backstage/plugin-search-backend-module-catalog` from 0.1.24 to 0.3.12
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-catalog)

Updates `@backstage/plugin-search-backend-module-techdocs` from 0.1.11 to 0.4.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-techdocs)

Updates `@backstage/plugin-search-backend-node` from 1.2.23 to 1.4.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-node)

Updates `express` from 4.18.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...v4.22.1)

Updates `pg` from 8.11.3 to 8.18.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg)

Updates `winston` from 3.11.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.19.0)

Updates `@types/express` from 4.17.21 to 4.17.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `@backstage/backend-dynamic-feature-service` from 0.2.10 to 0.7.9
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-dynamic-feature-service/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-dynamic-feature-service)

Updates `@backstage/app-defaults` from 1.4.5 to 1.7.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/app-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/app-defaults)

Updates `@backstage/catalog-model` from 1.5.0 to 1.7.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/catalog-model)

Updates `@backstage/cli` from 0.24.0 to 0.35.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `@backstage/core-app-api` from 1.11.1 to 1.19.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.19.5/packages/core-app-api)

Updates `@backstage/core-components` from 0.13.8 to 0.18.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-components)

Updates `@backstage/core-plugin-api` from 1.8.0 to 1.12.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-plugin-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-plugin-api)

Updates `@backstage/integration-react` from 1.1.21 to 1.2.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/integration-react)

Updates `@backstage/plugin-api-docs` from 0.10.1 to 0.13.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/api-docs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/api-docs)

Updates `@backstage/plugin-catalog` from 1.15.1 to 1.33.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.33.0/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.0.23 to 1.1.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-common)

Updates `@backstage/plugin-catalog-graph` from 0.3.1 to 0.5.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-graph)

Updates `@backstage/plugin-catalog-import` from 0.10.3 to 0.13.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-import/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-import)

Updates `@backstage/plugin-permission-react` from 0.4.17 to 0.4.40
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-react)

Updates `@backstage/plugin-scaffolder` from 1.16.1 to 1.35.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.4.3 to 1.6.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.6.0/plugins/search)

Updates `@backstage/plugin-search-react` from 1.7.3 to 1.10.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-react)

Updates `@backstage/plugin-tech-radar` from 0.6.10 to 0.7.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/tech-radar)

Updates `@backstage/plugin-techdocs` from 1.9.1 to 1.17.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.17.0/plugins/techdocs)

Updates `@backstage/plugin-techdocs-react` from 1.1.13 to 1.3.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-react)

Updates `@backstage/plugin-user-settings` from 0.7.13 to 0.9.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/user-settings/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.9.0/plugins/user-settings)

Updates `@backstage/theme` from 0.4.4 to 0.7.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/theme)

Updates `@backstage/test-utils` from 1.4.5 to 1.7.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/test-utils)

Updates `@playwright/test` from 1.55.0 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.55.0...v1.58.2)

Updates `@testing-library/user-event` from 14.5.1 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.5.1...v14.6.1)

Updates `@backstage/plugin-app-backend` from 0.3.55 to 0.5.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/app-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/app-backend)

Updates `@backstage/plugin-auth-backend` from 0.20.0 to 0.27.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.27.0/plugins/auth-backend)

Updates `@backstage/plugin-auth-node` from 0.4.13 to 0.6.13
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-node)

Updates `@backstage/plugin-catalog-backend-module-scaffolder-entity-model` from 0.1.4 to 0.2.17
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-scaffolder-entity-model)

Updates `@backstage/plugin-permission-common` from 0.7.13 to 0.9.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.7.29 to 0.10.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-node)

Updates `@backstage/plugin-proxy-backend` from 0.4.5 to 0.6.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/proxy-backend)

Updates `@backstage/plugin-search-backend-module-catalog` from 0.1.24 to 0.3.12
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-catalog)

Updates `@backstage/plugin-search-backend-module-techdocs` from 0.1.11 to 0.4.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-techdocs)

Updates `@backstage/plugin-search-backend-node` from 1.2.23 to 1.4.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-node)

Updates `pg` from 8.11.3 to 8.18.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg)

Updates `@backstage/backend-common` from 0.19.9 to 0.25.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/v0.25.0/packages/backend-common)

Updates `@backstage/backend-dynamic-feature-service` from 0.2.10 to 0.7.9
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-dynamic-feature-service/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-dynamic-feature-service)

Updates `@backstage/backend-tasks` from 0.5.23 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-tasks)

Updates `@backstage/catalog-client` from 1.6.5 to 1.13.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-client/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.13.0/packages/catalog-client)

Updates `@backstage/catalog-model` from 1.5.0 to 1.7.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/catalog-model)

Updates `@backstage/config` from 1.2.0 to 1.3.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/config/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/config)

Updates `@backstage/plugin-catalog-common` from 1.0.23 to 1.1.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-common)

Updates `@types/express` from 4.17.21 to 4.17.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `express` from 4.18.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...v4.22.1)

Updates `winston` from 3.11.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.19.0)

Updates `@backstage/cli` from 0.24.0 to 0.35.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `@types/express` from 4.17.21 to 4.17.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `express` from 4.18.2 to 4.22.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...v4.22.1)

Updates `winston` from 3.11.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.19.0)

Updates `@backstage/cli` from 0.24.0 to 0.35.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `@backstage/core-components` from 0.13.10 to 0.18.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-components)

Updates `@backstage/plugin-api-docs` from 0.10.3 to 0.13.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/api-docs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/api-docs)

Updates `@backstage/plugin-catalog-graph` from 0.3.3 to 0.5.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-graph)

Updates `@backstage/plugin-catalog-import` from 0.10.10 to 0.13.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-import/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-import)

Updates `@backstage/plugin-tech-radar` from 0.6.13 to 0.7.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/tech-radar)

Updates `@backstage/plugin-user-settings` from 0.7.14 to 0.9.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/user-settings/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.9.0/plugins/user-settings)

Updates `@backstage/theme` from 0.4.4 to 0.7.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/theme)

Updates `@backstage/plugin-auth-backend` from 0.20.3 to 0.27.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.27.0/plugins/auth-backend)

Updates `@backstage/plugin-auth-node` from 0.4.17 to 0.6.13
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-node)

Updates `@backstage/plugin-catalog-backend-module-scaffolder-entity-model` from 0.1.22 to 0.2.17
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-scaffolder-entity-model)

Updates `@backstage/plugin-permission-common` from 0.7.14 to 0.9.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.7.32 to 0.10.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-node)

Updates `@backstage/plugin-proxy-backend` from 0.4.16 to 0.6.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/proxy-backend)

Updates `@backstage/plugin-search-backend-module-catalog` from 0.1.28 to 0.3.12
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-catalog)

Updates `@backstage/plugin-search-backend-module-techdocs` from 0.1.27 to 0.4.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-techdocs)

Updates `@backstage/cli` from 0.24.0 to 0.35.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `@backstage/backend-common` from 0.19.10 to 0.25.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/v0.25.0/packages/backend-common)

Updates `@backstage/backend-tasks` from 0.5.27 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-tasks)

Updates `@backstage/backend-dynamic-feature-service` from 0.2.15 to 0.7.9
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-dynamic-feature-service/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-dynamic-feature-service)

Updates `winston` from 3.11.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.19.0)

Updates `winston` from 3.11.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.19.0)

Updates `winston` from 3.11.0 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.11.0...v3.19.0)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/app-defaults"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-model"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-app-api"
  dependency-version: 1.19.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-plugin-api"
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/integration-react"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-api-docs"
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog"
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-react"
  dependency-version: 0.4.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder"
  dependency-version: 1.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-react"
  dependency-version: 1.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-tech-radar"
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs"
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-react"
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-user-settings"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/theme"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/test-utils"
  dependency-version: 1.7.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-common"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-tasks"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-client"
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/config"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-app-backend"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-node"
  dependency-version: 0.6.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model"
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-common"
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-version: 0.10.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-catalog"
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-techdocs"
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pg
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/express"
  dependency-version: 4.17.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/backend-dynamic-feature-service"
  dependency-version: 0.7.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/app-defaults"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-model"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/cli"
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-app-api"
  dependency-version: 1.19.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-plugin-api"
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/integration-react"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-api-docs"
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog"
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-react"
  dependency-version: 0.4.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder"
  dependency-version: 1.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-react"
  dependency-version: 1.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-tech-radar"
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs"
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-react"
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-user-settings"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/theme"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/test-utils"
  dependency-version: 1.7.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-app-backend"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-node"
  dependency-version: 0.6.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model"
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-common"
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-version: 0.10.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-catalog"
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-techdocs"
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pg
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-common"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-dynamic-feature-service"
  dependency-version: 0.7.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-tasks"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-client"
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-model"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/config"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/express"
  dependency-version: 4.17.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/cli"
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/express"
  dependency-version: 4.17.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/cli"
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-api-docs"
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-tech-radar"
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-user-settings"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/theme"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-node"
  dependency-version: 0.6.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model"
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-common"
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-version: 0.10.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-catalog"
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-techdocs"
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/cli"
  dependency-version: 0.35.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-common"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-tasks"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-dynamic-feature-service"
  dependency-version: 0.7.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 23, 2026
@openshift-ci openshift-ci bot requested review from aliok and matzew February 23, 2026 14:42
@openshift-ci
Copy link

openshift-ci bot commented Feb 23, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign matzew for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Feb 23, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants