Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor group in /backstage with 54 updates #710

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the minor group in /backstage with 54 updates:

Package From To
@backstage/cli 0.26.6 0.26.10
lerna 8.1.3 8.1.5
typescript 5.4.5 5.5.2
@backstage/app-defaults 1.5.5 1.5.7
@backstage/core-app-api 1.12.5 1.13.0
@backstage/core-components 0.14.7 0.14.8
@backstage/core-plugin-api 1.9.2 1.9.3
@backstage/integration-react 1.1.27 1.1.28
@backstage/plugin-api-docs 0.11.5 0.11.6
@backstage/plugin-catalog 1.20.0 1.21.0
@backstage/plugin-catalog-common 1.0.23 1.0.24
@backstage/plugin-catalog-graph 0.4.5 0.4.6
@backstage/plugin-catalog-import 0.11.0 0.12.0
@backstage/plugin-catalog-react 1.12.0 1.12.1
@backstage/plugin-home 0.7.4 0.7.6
@backstage/plugin-org 0.6.25 0.6.26
@backstage/plugin-permission-react 0.4.22 0.4.23
@backstage/plugin-scaffolder 1.20.1 1.22.0
@backstage/plugin-search 1.4.11 1.4.12
@backstage/plugin-search-react 1.7.11 1.7.12
@backstage/plugin-techdocs 1.10.5 1.10.6
@backstage/plugin-techdocs-module-addons-contrib 1.1.10 1.1.11
@backstage/plugin-techdocs-react 1.2.4 1.2.5
@backstage/plugin-user-settings 0.8.6 0.8.8
@backstage/theme 0.5.5 0.5.6
@remix-run/router 1.16.1 1.17.0
react-router 6.23.1 6.24.0
react-router-dom 6.23.1 6.24.0
@backstage/test-utils 1.5.5 1.5.7
@testing-library/jest-dom 6.4.5 6.4.6
@types/node 20.13.0 20.14.9
cypress 13.10.0 13.12.0
start-server-and-test 2.0.3 2.0.4
@backstage/backend-common 0.22.0 0.23.2
@backstage/backend-tasks 0.5.23 0.5.26
@backstage/integration 1.11.0 1.12.0
@backstage/plugin-auth-backend 0.22.5 0.22.8
@backstage/plugin-auth-node 0.4.13 0.4.16
@backstage/plugin-catalog-backend 1.22.0 1.23.2
@backstage/plugin-catalog-backend-module-github 0.6.1 0.6.4
@backstage/plugin-catalog-backend-module-gitlab 0.3.16 0.3.20
@backstage/plugin-catalog-backend-module-ldap 0.5.34 0.6.2
@backstage/plugin-catalog-backend-module-openapi 0.1.36 0.1.39
@backstage/plugin-permission-common 0.7.13 0.7.14
@backstage/plugin-permission-node 0.7.29 0.7.32
@backstage/plugin-proxy-backend 0.4.16 0.5.2
@backstage/plugin-scaffolder-backend 1.22.7 1.22.11
@backstage/plugin-search-backend 1.5.9 1.5.13
@backstage/plugin-search-backend-module-pg 0.5.27 0.5.31
@backstage/plugin-search-backend-node 1.2.23 1.2.26
@backstage/plugin-techdocs-backend 1.10.5 1.10.8
better-sqlite3 11.0.0 11.1.1
pg 8.11.5 8.12.0
@types/express-serve-static-core 4.19.3 4.19.5

Updates @backstage/cli from 0.26.6 to 0.26.10

Changelog

Sourced from @​backstage/cli's changelog.

@​backstage/cli

0.26.10-next.0

Patch Changes

  • e2e320c: - remove unused dependencies winston and yn from the template of backend plugins;
    • update msw to version 2.3.1 in the template of backend plugins; starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2;
  • 0540c5a: Updated the scaffolding output message for plugin-common in backstage-cli. Now, when executing backstage-cli new to create a new plugin-common package, the output message accurately reflects the action by displaying Creating common plugin package... instead of the previous, less accurate Creating backend plugin....
  • 7652db4: Only bootstrap global-agent if it's actually being used
  • f0c0039: Fix issue with CLI that was preventing upgrading from 1.28
  • d228862: Update default backend plugin created by the cli to use non-deprecated error handling middleware
  • da90cce: Updated dependency esbuild to ^0.21.0.
  • a60d73b: Fix a few minor issues with the backend template that were causing failing linting checks in the main repo.
  • 0510d98: Subpath export package.json should be of a unique name to avoid typescript resolution issues
  • Updated dependencies
    • @​backstage/integration@​1.13.0-next.0
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/cli-common@​0.1.14
    • @​backstage/cli-node@​0.2.6
    • @​backstage/config@​1.2.0
    • @​backstage/config-loader@​1.8.1
    • @​backstage/errors@​1.2.4
    • @​backstage/eslint-plugin@​0.1.8
    • @​backstage/release-manifests@​0.0.11
    • @​backstage/types@​1.1.1

0.26.7

Patch Changes

  • 788eca7: Fix readme for new plugins created using cli
  • 90c5268: Add peerDependencies to devDependencies in package.json.hbs templates.
  • c00f7ee: Fix issue with esm loaded dependencies being different from the cjs import for Vite dependencies
  • b0f66e9: Updated dependency vite-plugin-node-polyfills to ^0.22.0.
  • c328131: Added a new --publish flag to the repo fix command. This command will validate and if possible generate the metadata required for publishing packages with the Backstage CLI. In addition, a check has been added that the backstage.pluginId and backstage.pluginPackage(s) fields are present when packing a package for publishing.
  • 5afbe1d: Export default module for scaffolder-action cli template
  • 009da47: Fix versions:check --fix when yarn.lock has multiple joint versions in the same section
  • 9ee948a: Bump esbuild target for package builds to ES2022.
  • Updated dependencies
    • @​backstage/cli-node@​0.2.6
    • @​backstage/integration@​1.12.0
    • @​backstage/cli-common@​0.1.14
    • @​backstage/config-loader@​1.8.1
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/eslint-plugin@​0.1.8
    • @​backstage/release-manifests@​0.0.11

... (truncated)

Commits

Updates lerna from 8.1.3 to 8.1.5

Release notes

Sourced from lerna's releases.

v8.1.5

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

v8.1.4

8.1.4 (2024-06-09)

Bug Fixes

  • specify 'dependencies: true' when prepping task runner options (#4017) (244462d)
Changelog

Sourced from lerna's changelog.

8.1.5 (2024-06-24)

Bug Fixes

  • update npm utility dependencies and related packages (#4033) (bd1c2d8)

8.1.4 (2024-06-09)

Note: Version bump only for package lerna

Commits

Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates @backstage/app-defaults from 1.5.5 to 1.5.7

Changelog

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

@​backstage/app-defaults

1.5.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-app-api@​1.13.0-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-permission-react@​0.4.23

1.5.6

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.8
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-permission-react@​0.4.23
    • @​backstage/core-app-api@​1.12.6

1.5.6-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.2
    • @​backstage/plugin-permission-react@​0.4.23-next.1
    • @​backstage/core-app-api@​1.12.6-next.0
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/theme@​0.5.6-next.0

1.5.6-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.1
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/core-app-api@​1.12.6-next.0
    • @​backstage/plugin-permission-react@​0.4.23-next.0
    • @​backstage/theme@​0.5.6-next.0

1.5.6-next.0

Patch Changes

... (truncated)

Commits

Updates @backstage/core-app-api from 1.12.5 to 1.13.0

Changelog

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

@​backstage/core-app-api

1.13.0-next.0

Minor Changes

  • d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.

    app:
      routes:
        bindings:
          # This has the effect of removing the button for registering new
          # catalog entities in the scaffolder template list view
          scaffolder.registerComponent: false

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/config@​1.2.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.12.6

Patch Changes

  • 35fbe09: Added support for configuration of route bindings through static configuration, and default targets for external route refs.

    In addition to configuring route bindings through code, it is now also possible to configure route bindings under the app.routes.bindings key, for example:

    app:
      routes:
        bindings:
          catalog.createComponent: catalog-import.importPage

    Each key in the route binding object is of the form <plugin-id>.<externalRouteName>, where the route name is key used in the externalRoutes object passed to createPlugin. The value is of the same form, but with the name taken from the plugin routes option instead.

    The equivalent of the above configuration in code is the following:

    const app = createApp({
      // ...
      bindRoutes({ bind }) {
        bind(catalogPlugin.externalRoutes, {
          createComponent: catalogImportPlugin.routes.importPage,

... (truncated)

Commits

Updates @backstage/core-components from 0.14.7 to 0.14.8

Changelog

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

0.14.8

Patch Changes

  • a0b46f6: Having tooltip inherit font size for consistency in catalog table columns
  • 59cee81: Use inherit variant on OverflowTooltip underlying Typography component.
  • eae0e4d: Fixed an issue causing SidebarSubmenu text to not follow the theme color
  • e4811ec: Make number of decimal digits in Gauge configurable via the decimalDigits property
  • 83c4251: Adds icons to status component
  • 3e175c8: Removed max width from Select component.
  • 57d7582: Fixed a bug in SupportButton where the title was rendered with the characteristics of a button.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/version-bridge@​1.0.8

0.14.8-next.2

Patch Changes

  • 59cee81: Use inherit variant on OverflowTooltip underlying Typography component.
  • 83c4251: Adds icons to status component
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.5.6-next.0
    • @​backstage/version-bridge@​1.0.8

0.14.8-next.1

Patch Changes

  • a0b46f6: Having tooltip inherit font size for consistency in catalog table columns
  • eae0e4d: Fixed an issue causing SidebarSubmenu text to not follow the theme color
  • 3e175c8: Removed max width from Select component.
  • 57d7582: Fixed a bug in SupportButton where the title was rendered with the characteristics of a button.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.5.6-next.0
    • @​backstage/version-bridge@​1.0.8

0.14.8-next.0

Patch Changes

... (truncated)

Commits

Updates @backstage/core-plugin-api from 1.9.2 to 1.9.3

Changelog

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

1.9.3

Patch Changes

  • 35fbe09: A new defaultTarget option has been added to createExternalRouteRef. This allows one to specify a default target of the route by name, for example 'catalog.catalogIndex', which will be used if the target route is present in the app and there is no explicit route binding.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.9.3-next.0

Patch Changes

  • 35fbe09: Added a new defaultTarget option to createExternalRouteRef. I lets you specify a default target of the route by name, for example 'catalog.catalogIndex', which will be used if the target route is present in the app and there is no explicit route binding.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8
Commits

Updates @backstage/integration-react from 1.1.27 to 1.1.28

Changelog

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

1.1.28

Patch Changes

  • 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host
  • Updated dependencies
    • @​backstage/integration@​1.12.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/config@​1.2.0

1.1.28-next.1

Patch Changes

  • 23ee9ab: Fix AWS CodeCommit integration by allowing to change the host
  • Updated dependencies
    • @​backstage/integration@​1.12.0-next.1
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3-next.0

1.1.28-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/integration@​1.12.0-next.0
    • @​backstage/config@​1.2.0
Commits

Updates @backstage/plugin-api-docs from 0.11.5 to 0.11.6

Changelog

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

0.11.6

Patch Changes

  • 7f84039: The registerComponent external route will now by default bind to the catalog import page if it is available.
  • 9cdc651: Make sure that the toggle button state is properly reflected in API cards
  • d44a20a: Added additional plugin metadata to package.json.
  • 96cd13e: DefaultApiExplorerPage now accepts an optional ownerPickerMode for toggling the behavior of the EntityOwnerPicker, exposing a new mode <DefaultApiExplorerPage ownerPickerMode="all" /> particularly suitable for larger catalogs. In this new mode, EntityOwnerPicker will display all the users and groups present in the catalog.
  • Updated dependencies
    • @​backstage/core-components@​0.14.8
    • @​backstage/core-compat-api@​0.2.6
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-permission-react@​0.4.23
    • @​backstage/plugin-catalog-common@​1.0.24
    • @​backstage/plugin-catalog-react@​1.12.1
    • @​backstage/plugin-catalog@​1.21.0
    • @​backstage/frontend-plugin-api@​0.6.6
    • @​backstage/catalog-model@​1.5.0

0.11.6-next.2

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.2
    • @​backstage/plugin-permission-react@​0.4.23-next.1
    • @​backstage/plugin-catalog-common@​1.0.24-next.0
    • @​backstage/plugin-catalog-react@​1.12.1-next.2
    • @​backstage/plugin-catalog@​1.21.0-next.3
    • @​backstage/frontend-plugin-api@​0.6.6-next.2
    • @​backstage/core-compat-api@​0.2.6-next.2
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-plugin-api@​1.9.3-next.0

0.11.6-next.1

Patch Changes

  • 7f84039: The registerComponent external route will now by default bind to the catalog import page if it is available.
  • 9cdc651: Make sure that the toggle button state is properly reflected in API cards
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.1
    • @​backstage/core-compat-api@​0.2.6-next.1
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/plugin-catalog@​1.21.0-next.2
    • @​backstage/frontend-plugin-api@​0.6.6-next.1
    • @​backstage/plugin-catalog-react@​1.12.1-next.1
    • @​backstage/plugin-permission-react@​0.4.23-next.0
    • @​backstage/catalog-model@​1.5.0

... (truncated)

Commits

Updates @backstage/plugin-catalog from 1.20.0 to 1.21.0

Release notes

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

v1.21.0

These are the release notes for the v1.21.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

New Frontend System Alpha

This release marks the alpha release of the new frontend system, which has been in an experimental state since implementation began in the middle of 2023. This new system brings declarative integration of plugins, which is the ability to integrate new features into a Backstage app without writing any TypeScript code. Through this capability it also paves the way for supporting dynamic plugin installation at runtime.

The alpha release is a point of increased stability following the earlier experimental phase. There is now a complete system that lets you build out a full application, supported by documentation. From this point on any breaking changes will also be clearly marked in the changelog.

There is still a long road ahead to a stable release, and this is not the time to migrate existing applications. There are only a few plugins that support this system so far, and if you want to add to a plugin that you own, please do so under an /alpha sub-path export.

Still, we encourage you to explore this new system to see whether you are confident in this path forward. If you have feedback or want to know more you can reach out in the #declarative-integration channel on Discord, or join an Adoption SIG meeting where the new system is frequently discussed. You can also check out our maintainer talk at KubeCon NA 2023, where we talk about this new system and show a couple of demos.

React Router Beta deprecation

This release of Backstage officially deprecates, but does not immediately remove, support for old beta versions of react-router 6. Actual support for beta versions will be removed entirely in an upcoming release of Backstage. Please upgrade your own Backstage project as soon as possible to a stable version of react-router, by following this guide.

New PostgreSQL versioning policy

The Backstage project has now settled on a clearer policy for what versions of PostgreSQL that it supports. In short, we support the last five released major versions, and actively test against the first and last of those five, in a rolling window over time.

As part of this, the TestDatabases utility class now supports all of the last major versions of PostgreSQL in addition to the ones it supported before. You can also call TestDatabases.setDefaults inside your setupTests.ts file to configure the set of engines to test against, instead of enumerating them in every individual test.

Contributed by @​awanlin in #21510

UnifiedTheme Now Supports Overrides

You can now supply overrides for Backstage components when using createUnifiedTheme. We've updated the demo site’s Aperture theme to work with this and you can see the code for that here.

If you are switching from the old way of defining a theme to createUnifiedTheme, note that it uses the MUI v5 overrides format. The style overrides are now nested in a styleOverrides key, and if you want access to the theme you’ll need to use a callback:

BackstageHeaderTabs: {
  styleOverrides: {
    defaultTab: {
      textTransform: 'none',
    },
  },
},
MuiChip: {
  styleOverrides: {
    root: ({ theme }) => ({
      color: theme.palette.primary.dark,
    }),
  },
},
</tr></table> 

... (truncated)

Changelog

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

1.21.0

Minor Changes

  • 863a800: Added the following default targets for external routes:

    • createComponent binds to the Scaffolder page.
    • viewTechDoc binds to the TechDocs entity documentation page.
    • createFromTemplate binds to the Scaffolder selected template page.

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.

  • e04e57d: Fix bug with missing Actions column after adding "pagination" prop to catalog table

  • a2d2649: Export catalogTranslationRef under /alpha

  • bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions:

    • scaffolder.task.create
    • scaffolder.task.cancel
    • scaffolder.task.read
  • Updated dependencies

    • @​backstage/core-components@​0.14.8
    • @​backstage/core-compat-api@​0.2.6
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-scaffolder-common@​1.5.3
    • @​backstage/plugin-permission-react@​0.4.23
    • @​backstage/plugin-catalog-common@​1.0.24
    • @​backstage/plugin-catalog-react@​1.12.1
    • @​backstage/plugin-search-common@​1.2.12
    • @​backstage/plugin-search-react@​1.7.12
    • @​backstage/integration-react@​1.1.28
    • @​backstage/frontend-plugin-api@​0.6.6
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1

1.21.0-next.3

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • e04e57d: Fix bug with missing Actions column after adding "pagination" prop to catalog table
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.2
    • @​backstage/plugin-scaffolder-common@​1.5.3-next.1
    • @​backstage/plugin-permission-react@​0.4.23-next.1
    • @​backstage/plugin-catalog-common@​1.0.24-next.0
    • @​backstage/plugin-catalog-react@​1.12.1-next.2

... (truncated)

Commits
  • a9801a3 Version Packages
  • 0cc062f Merge pull request #21598 from mario-mui/feat/catalog-button-add-permission
  • 2d708d8 catalog: update extension names and IDs
  • fd9863c catalog: group catalog extension data refs
  • 3f1192f Version Packages (next)
  • 4785d05 feat: add permission to catalog create and refresh buttion
  • a7f5760 Version Packages (next)
  • a1227cc plugins: wrap extension elements in compatWrapper
  • 8f5d6c1 frontend-plugin-api: wrap resolved extension inputs in an object
  • 1b241c3 frontend-plugin-api: use api ref ID as namespace + allow namespace override f...
  • Additional commits viewable in compare view

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

Changelog

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

1.0.24

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.7.14
    • @​backstage/plugin-search-common@​1.2.12
    • @​backstage/catalog-model@​1.5.0

1.0.24-next.0

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.7.14-next.0
    • @​backstage/plugin-search-common@​1.2.12-next.0
    • @​backstage/catalog-model@​1.5.0
Commits

Updates @backstage/plugin-catalog-graph from 0.4.5 to 0.4.6

Changelog

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

0.4.6

Patch Changes

  • 8d474d3: Add function to EntityRelationsGraph filter that excludes entities from graph
  • d44a20a: Added additional plugin metadata to package.json.
  • cd6aeea: The catalogEntity external route will now by default bind to the catalog entity page if it is available.
  • Updated dependencies
    • @​backstage/core-components@​0.14.8
    • @​backstage/core-compat-api@​0.2.6
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-catalog-react@​1.12.1
    • @​backstage/frontend-plugin-api@​0.6.6
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/types@​1.1.1

0.4.6-next.2

Patch Changes

  • 8d474d3: Add function to EntityRelationsGraph filter that excludes entities from graph
  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.2
    • @​backstage/plugin-catalog-react@​1.12.1-next.2
    • @​backstage/frontend-plugin-api@​0.6.6-next.2
    • @​backstage/core-compat-api@​0.2.6-next.2
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/types@​1.1.1

0.4.6-next.1

Patch Changes

  • cd6aeea: The catalogEntity external route will now by default bind to the catalog entity page if it is available.
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.1
    • @​backstage/core-compat-api@​0.2.6-next.1
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/frontend-plugin-api@​0.6.6-next.1
    • @​backstage/plugin-catalog-react@​1.12.1-next.1
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/types@​1.1.1

0.4.6-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog-import from 0.11.0 to 0.12.0

Changelog

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

0.12.0

Minor Changes

  • 4f92394: Migrate from identityApi to fetchApi in frontend plugins.

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • 3daad61: Integrated Azure DevOps as a catalog import source. This enables Backstage to create Pull Requests to Azure DevOps repositories as it does with GitHub repositories
  • Updated dependencies
    • @​backstage/core-components@​0.14.8
    • @​backstage/core-compat-api@​0.2.6
    • @​backstage/integration@​1.12.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-catalog-common@​1.0.24
    • @​backstage/plugin-catalog-react@​1.12.1
    • @​backstage/integration-react@​1.1.28
    • @​backstage/frontend-plugin-api@​0.6.6
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4

0.12.0-next.3

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.2
    • @​backstage/integration@​1.12.0-next.1
    • @​backstage/plugin-catalog-common@​1.0.24-next.0
    • @​backstage/plugin-catalog-react@​1.12.1-next.2
    • @​backstage/integration-react@​1.1.28-next.1
    • @​backstage/frontend-plugin-api@​0.6.6-next.2
    • @​backstage/core-compat-api@​0.2.6-next.2
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/errors@​1.2.4

0.12.0-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.1
    • @​backstage/core-compat-api@​0.2.6-next.1

... (truncated)

Commits

Updates @backstage/plugin-catalog-react from 1.12.0 to 1.12.1

Changelog

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

1.12.1

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it
  • Updated dependencies
    • @​backstage/core-components@​0.14.8
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-permission-common@​0.7.14
    • @​backstage/plugin-permission-react@​0.4.23
    • @​backstage/plugin-catalog-common@​1.0.24
    • @​backstage/integration-react@​1.1.28
    • @​backstage/frontend-plugin-api@​0.6.6
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.12.1-next.2

Patch Changes

  • d44a20a: Added additional plugin metadata to package.json.
  • fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it
  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.2
    • @​backstage/plugin-permission-common@​0.7.14-next.0
    • @​backstage/plugin-permission-react@​0.4.23-next.1
    • @​backstage/plugin-catalog-common@​1.0.24-next.0
    • @​backstage/integration-react@​1.1.28-next.1
    • @​backstage/frontend-plugin-api@​0.6.6-next.2
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.12.1-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.8-next.1
    • @​backstage/core-plugin-api@​1.9.3-next.0
    • @​backstage/frontend-plugin-api@​0.6.6-next.1
    • @​backstage/integration-react@​1.1.28-next.0
    • @​backs...

      Description has been truncated

Bumps the minor group in /backstage with 54 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.26.6` | `0.26.10` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.3` | `8.1.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |
| [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) | `1.5.5` | `1.5.7` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.12.5` | `1.13.0` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.14.7` | `0.14.8` |
| [@backstage/core-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api) | `1.9.2` | `1.9.3` |
| [@backstage/integration-react](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react) | `1.1.27` | `1.1.28` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.11.5` | `0.11.6` |
| [@backstage/plugin-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog) | `1.20.0` | `1.21.0` |
| [@backstage/plugin-catalog-common](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-common) | `1.0.23` | `1.0.24` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.4.5` | `0.4.6` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.11.0` | `0.12.0` |
| [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `1.12.0` | `1.12.1` |
| [@backstage/plugin-home](https://github.com/backstage/backstage/tree/HEAD/plugins/home) | `0.7.4` | `0.7.6` |
| [@backstage/plugin-org](https://github.com/backstage/backstage/tree/HEAD/plugins/org) | `0.6.25` | `0.6.26` |
| [@backstage/plugin-permission-react](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react) | `0.4.22` | `0.4.23` |
| [@backstage/plugin-scaffolder](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder) | `1.20.1` | `1.22.0` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.4.11` | `1.4.12` |
| [@backstage/plugin-search-react](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react) | `1.7.11` | `1.7.12` |
| [@backstage/plugin-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs) | `1.10.5` | `1.10.6` |
| [@backstage/plugin-techdocs-module-addons-contrib](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib) | `1.1.10` | `1.1.11` |
| [@backstage/plugin-techdocs-react](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react) | `1.2.4` | `1.2.5` |
| [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) | `0.8.6` | `0.8.8` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.5.5` | `0.5.6` |
| [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) | `1.16.1` | `1.17.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `6.23.1` | `6.24.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.23.1` | `6.24.0` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.5.5` | `1.5.7` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.5` | `6.4.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.13.0` | `20.14.9` |
| [cypress](https://github.com/cypress-io/cypress) | `13.10.0` | `13.12.0` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.3` | `2.0.4` |
| [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) | `0.22.0` | `0.23.2` |
| [@backstage/backend-tasks](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks) | `0.5.23` | `0.5.26` |
| [@backstage/integration](https://github.com/backstage/backstage/tree/HEAD/packages/integration) | `1.11.0` | `1.12.0` |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.22.5` | `0.22.8` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.4.13` | `0.4.16` |
| [@backstage/plugin-catalog-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend) | `1.22.0` | `1.23.2` |
| [@backstage/plugin-catalog-backend-module-github](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github) | `0.6.1` | `0.6.4` |
| [@backstage/plugin-catalog-backend-module-gitlab](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-gitlab) | `0.3.16` | `0.3.20` |
| [@backstage/plugin-catalog-backend-module-ldap](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-ldap) | `0.5.34` | `0.6.2` |
| [@backstage/plugin-catalog-backend-module-openapi](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-openapi) | `0.1.36` | `0.1.39` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.7.13` | `0.7.14` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.7.29` | `0.7.32` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.4.16` | `0.5.2` |
| [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend) | `1.22.7` | `1.22.11` |
| [@backstage/plugin-search-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend) | `1.5.9` | `1.5.13` |
| [@backstage/plugin-search-backend-module-pg](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg) | `0.5.27` | `0.5.31` |
| [@backstage/plugin-search-backend-node](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node) | `1.2.23` | `1.2.26` |
| [@backstage/plugin-techdocs-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend) | `1.10.5` | `1.10.8` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.0.0` | `11.1.1` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.11.5` | `8.12.0` |
| [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) | `4.19.3` | `4.19.5` |


Updates `@backstage/cli` from 0.26.6 to 0.26.10
- [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 `lerna` from 8.1.3 to 8.1.5
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

Updates `@backstage/app-defaults` from 1.5.5 to 1.5.7
- [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/core-app-api` from 1.12.5 to 1.13.0
- [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.13.0/packages/core-app-api)

Updates `@backstage/core-components` from 0.14.7 to 0.14.8
- [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.9.2 to 1.9.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.27 to 1.1.28
- [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.11.5 to 0.11.6
- [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.20.0 to 1.21.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.21.0/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.0.23 to 1.0.24
- [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.4.5 to 0.4.6
- [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.11.0 to 0.12.0
- [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/v0.12.0/plugins/catalog-import)

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

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

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

Updates `@backstage/plugin-permission-react` from 0.4.22 to 0.4.23
- [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.20.1 to 1.22.0
- [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/v1.22.0/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.4.11 to 1.4.12
- [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/HEAD/plugins/search)

Updates `@backstage/plugin-search-react` from 1.7.11 to 1.7.12
- [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-techdocs` from 1.10.5 to 1.10.6
- [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/HEAD/plugins/techdocs)

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

Updates `@backstage/plugin-techdocs-react` from 1.2.4 to 1.2.5
- [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.8.6 to 0.8.8
- [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/HEAD/plugins/user-settings)

Updates `@backstage/theme` from 0.5.5 to 0.5.6
- [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 `@remix-run/router` from 1.16.1 to 1.17.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.17.0/packages/router)

Updates `react-router` from 6.23.1 to 6.24.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.24.0/packages/react-router)

Updates `react-router-dom` from 6.23.1 to 6.24.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.24.0/packages/react-router-dom)

Updates `@backstage/test-utils` from 1.5.5 to 1.5.7
- [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/jest-dom` from 6.4.5 to 6.4.6
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.5...v6.4.6)

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

Updates `cypress` from 13.10.0 to 13.12.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.10.0...v13.12.0)

Updates `start-server-and-test` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.3...v2.0.4)

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

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

Updates `@backstage/integration` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.12.0/packages/integration)

Updates `@backstage/plugin-auth-backend` from 0.22.5 to 0.22.8
- [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/HEAD/plugins/auth-backend)

Updates `@backstage/plugin-auth-node` from 0.4.13 to 0.4.16
- [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` from 1.22.0 to 1.23.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.23.2/plugins/catalog-backend)

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

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

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

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

Updates `@backstage/plugin-permission-common` from 0.7.13 to 0.7.14
- [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.7.32
- [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.5.2
- [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-scaffolder-backend` from 1.22.7 to 1.22.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-backend)

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

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

Updates `@backstage/plugin-search-backend-node` from 1.2.23 to 1.2.26
- [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 `@backstage/plugin-techdocs-backend` from 1.10.5 to 1.10.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-backend)

Updates `better-sqlite3` from 11.0.0 to 11.1.1
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.0.0...v11.1.1)

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

Updates `@types/express-serve-static-core` from 4.19.3 to 4.19.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/app-defaults"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/core-app-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/core-plugin-api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/integration-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-api-docs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-home"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-org"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-module-addons-contrib"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-user-settings"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/theme"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@remix-run/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/backend-common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-tasks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/integration"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-github"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-gitlab"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-ldap"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-openapi"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-pg"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: better-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/express-serve-static-core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jul 1, 2024
@garryod garryod merged commit 59b7635 into main Jul 1, 2024
22 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/minor-45b5897872 branch July 1, 2024 09:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant