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 56 updates #715

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor group in /backstage with 56 updates:

Package From To
@backstage/cli 0.26.10 0.26.11
lerna 8.1.5 8.1.7
node-gyp 10.1.0 10.2.0
typescript 5.5.2 5.5.4
@backstage/app-defaults 1.5.7 1.5.9
@backstage/core-app-api 1.13.0 1.14.1
@backstage/core-components 0.14.8 0.14.9
@backstage/integration-react 1.1.28 1.1.29
@backstage/plugin-api-docs 0.11.6 0.11.7
@backstage/plugin-catalog 1.21.0 1.21.1
@backstage/plugin-catalog-common 1.0.24 1.0.25
@backstage/plugin-catalog-graph 0.4.6 0.4.7
@backstage/plugin-catalog-import 0.12.0 0.12.1
@backstage/plugin-catalog-react 1.12.1 1.12.2
@backstage/plugin-home 0.7.6 0.7.8
@backstage/plugin-org 0.6.26 0.6.27
@backstage/plugin-permission-react 0.4.23 0.4.24
@backstage/plugin-scaffolder 1.22.0 1.23.0
@backstage/plugin-search 1.4.12 1.4.14
@backstage/plugin-search-react 1.7.12 1.7.13
@backstage/plugin-techdocs 1.10.6 1.10.7
@backstage/plugin-techdocs-module-addons-contrib 1.1.11 1.1.12
@backstage/plugin-techdocs-react 1.2.5 1.2.6
@backstage/plugin-user-settings 0.8.8 0.8.10
@immobiliarelabs/backstage-plugin-gitlab 6.5.1 6.6.0
@remix-run/router 1.17.0 1.18.0
react-router 6.24.0 6.25.1
react-router-dom 6.24.0 6.25.1
react-use 17.5.0 17.5.1
@backstage/test-utils 1.5.7 1.5.9
@testing-library/jest-dom 6.4.6 6.4.8
cypress 13.12.0 13.13.2
eslint-plugin-cypress 3.3.0 3.4.0
start-server-and-test 2.0.4 2.0.5
@backstage/backend-common 0.23.2 0.23.3
@backstage/backend-tasks 0.5.26 0.5.27
@backstage/integration 1.12.0 1.13.0
@backstage/plugin-auth-backend 0.22.8 0.22.9
@backstage/plugin-auth-node 0.4.16 0.4.17
@backstage/plugin-catalog-backend 1.23.2 1.24.0
@backstage/plugin-catalog-backend-module-github 0.6.4 0.6.5
@backstage/plugin-catalog-backend-module-gitlab 0.3.20 0.3.21
@backstage/plugin-catalog-backend-module-ldap 0.6.2 0.7.0
@backstage/plugin-catalog-backend-module-openapi 0.1.39 0.1.40
@backstage/plugin-permission-common 0.7.14 0.8.0
@backstage/plugin-permission-node 0.7.32 0.8.0
@backstage/plugin-proxy-backend 0.5.2 0.5.3
@backstage/plugin-scaffolder-backend 1.22.11 1.23.0
@backstage/plugin-search-backend 1.5.13 1.5.14
@backstage/plugin-search-backend-module-pg 0.5.31 0.5.32
@backstage/plugin-search-backend-node 1.2.26 1.2.27
@backstage/plugin-techdocs-backend 1.10.8 1.10.9
@immobiliarelabs/backstage-plugin-gitlab-backend 6.5.1 6.6.0
better-sqlite3 11.1.1 11.1.2
winston 3.13.0 3.13.1
@types/dockerode 3.3.29 3.3.31

Updates @backstage/cli from 0.26.10 to 0.26.11

Changelog

Sourced from @​backstage/cli's changelog.

0.26.11

Patch Changes

  • 133464c: Added experimental support for dynamic frontend plugin builds, enabled via setting EXPERIMENTAL_MODULE_FEDERATION for the app build, and using the frontend-dynamic-container package role to create a container. Both of these are experimental and will change in the future.
  • 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
  • 4baac0c: The backendPlugin and backendModule factory now includes a step for automatically adding the new backend plugin/module to the index.ts file of the backend.
  • Updated dependencies
    • @​backstage/cli-node@​0.2.7
    • @​backstage/integration@​1.13.0
    • @​backstage/config-loader@​1.8.1
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/cli-common@​0.1.14
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/eslint-plugin@​0.1.8
    • @​backstage/release-manifests@​0.0.11
    • @​backstage/types@​1.1.1

0.26.11-next.1

Patch Changes

  • 4baac0c: The backendPlugin and backendModule factory now includes a step for automatically adding the new backend plugin/module to the index.ts file of the backend.
  • Updated dependencies
    • @​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/integration@​1.13.0-next.0
    • @​backstage/release-manifests@​0.0.11
    • @​backstage/types@​1.1.1

0.26.10-next.0

Patch Changes

  • e2e320c: - remove unused dependencies winston and yn from the template of backend plugins;

... (truncated)

Commits

Updates lerna from 8.1.5 to 8.1.7

Release notes

Sourced from lerna's releases.

v8.1.7

8.1.7 (2024-07-21)

Bug Fixes

v8.1.6

8.1.6 (2024-07-05)

Bug Fixes

Changelog

Sourced from lerna's changelog.

8.1.7 (2024-07-21)

Bug Fixes

8.1.6 (2024-07-05)

Bug Fixes

Commits

Updates node-gyp from 10.1.0 to 10.2.0

Release notes

Sourced from node-gyp's releases.

v10.2.0

10.2.0 (2024-07-09)

Features

  • allow VCINSTALLDIR to specify a portable instance (#3036) (d38af2e)
  • gyp: update gyp to v0.18.1 (#3039) (ea99fea)
  • support rebuild and build for cross-compiling Node-API module to wasm on Windows (#2974) (6318d2b)

Core

Doc

  • node-pre-gyp is no longer maintained (#3015) (93186f1)
  • add the way to configuring Python dependency for Windows PowerShell (#2996) (9fd7936)
  • Installation -- Python >= v3.12 requires node-gyp >= v10 (#3010) (a6b48fc)

Miscellaneous

Changelog

Sourced from node-gyp's changelog.

10.2.0 (2024-07-09)

Features

  • allow VCINSTALLDIR to specify a portable instance (#3036) (d38af2e)
  • gyp: update gyp to v0.18.1 (#3039) (ea99fea)
  • support rebuild and build for cross-compiling Node-API module to wasm on Windows (#2974) (6318d2b)

Core

Doc

  • node-pre-gyp is no longer maintained (#3015) (93186f1)
  • add the way to configuring Python dependency for Windows PowerShell (#2996) (9fd7936)
  • Installation -- Python >= v3.12 requires node-gyp >= v10 (#3010) (a6b48fc)

Miscellaneous

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for node-gyp since your current version.


Updates typescript from 5.5.2 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

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.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates @backstage/app-defaults from 1.5.7 to 1.5.9

Changelog

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

@​backstage/app-defaults

1.5.10-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-react@​0.4.25-next.0
    • @​backstage/core-app-api@​1.14.2-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6

1.5.9-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-app-api@​1.14.1-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-permission-react@​0.4.24

1.5.8

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9
    • @​backstage/core-app-api@​1.14.0
    • @​backstage/plugin-permission-react@​0.4.24
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6

1.5.8-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.1

1.5.8-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-app-api@​1.13.1-next.1
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-plugin-api@​1.9.3

... (truncated)

Commits

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

Changelog

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

@​backstage/core-app-api

1.14.1-next.0

Patch Changes

  • 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain fetch rather than FetchApi. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.14.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

  • db2e2d5: Updated config schema to support app.routes.bindings
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.13.1-next.1

Patch Changes

  • db2e2d5: Updated config schema to support app.routes.bindings
  • 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.13.0-next.0

... (truncated)

Commits
  • 73e7820 Version Packages
  • b645d70 fix: microsoftAuth accessToken allow multiple scopes for a single resource
  • 8b05da0 Version Packages (next)
  • 46f0dce core-app-api: remove unused method
  • 19348c5 core-app-api: add route params test
  • 3f5d325 core-app-api: remove prefix
  • 8afd9f8 core-app-api: forward route params to navigate event
  • e04bb20 Version Packages (next)
  • 5514268 Merge pull request #17152 from UsainBloot/config-driven-discovery
  • 5132967 core-app-api: refactor into FrontendHostDiscovery
  • Additional commits viewable in compare view

Updates @backstage/core-components from 0.14.8 to 0.14.9

Changelog

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

0.14.9

Patch Changes

  • d4ffdbb: Fixed bug where <Select> component with empty string as placeholder gave an error
  • 99d672d: Modified the Select component to take in a data-testid parameter ensuring backwards compatibility with default value corresponding to previously hardcoded data-testid of "select".
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.5.6
    • @​backstage/version-bridge@​1.0.8

0.14.9-next.1

Patch Changes

  • 99d672d: Modified the Select component to take in a data-testid parameter ensuring backwards compatibility with default value corresponding to previously hardcoded data-testid of "select".

0.14.9-next.0

Patch Changes

  • d4ffdbb: Fixed bug where <Select> component with empty string as placeholder gave an error
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.5.6
    • @​backstage/version-bridge@​1.0.8
Commits

Updates @backstage/integration-react from 1.1.28 to 1.1.29

Changelog

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

1.1.29

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.13.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3

1.1.29-next.0

Patch Changes

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

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

Changelog

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

0.11.7

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9
    • @​backstage/plugin-catalog-react@​1.12.2
    • @​backstage/plugin-catalog@​1.21.1
    • @​backstage/plugin-permission-react@​0.4.24
    • @​backstage/plugin-catalog-common@​1.0.25
    • @​backstage/frontend-plugin-api@​0.6.7
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-compat-api@​0.2.7
    • @​backstage/core-plugin-api@​1.9.3

0.11.7-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.1
    • @​backstage/frontend-plugin-api@​0.6.7-next.1
    • @​backstage/plugin-catalog@​1.21.1-next.2
    • @​backstage/plugin-catalog-react@​1.12.2-next.2
    • @​backstage/core-compat-api@​0.2.7-next.1

0.11.7-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.12.2-next.1
    • @​backstage/plugin-catalog@​1.21.1-next.1
    • @​backstage/core-compat-api@​0.2.7-next.0
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/frontend-plugin-api@​0.6.7-next.0
    • @​backstage/plugin-catalog-common@​1.0.24
    • @​backstage/plugin-permission-react@​0.4.23

0.11.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/plugin-catalog-react@​1.12.2-next.0
    • @​backstage/plugin-catalog@​1.21.1-next.0
    • @​backstage/frontend-plugin-api@​0.6.7-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog from 1.21.0 to 1.21.1

Release notes

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

v1.21.1

This release fixes the below issues:

  • Added missing common resolvers to Okta auth
  • Fix a bug in getLocationByRef that led to invalid backend calls with the Catalog
Changelog

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

1.21.1

Patch Changes

  • 06c0956: Support i18n for catalog and catalog-react plugins
  • d133eaa: Added small notes to AboutCard to discourage customizability PRs
  • Updated dependencies
    • @​backstage/core-components@​0.14.9
    • @​backstage/plugin-catalog-react@​1.12.2
    • @​backstage/plugin-permission-react@​0.4.24
    • @​backstage/plugin-catalog-common@​1.0.25
    • @​backstage/plugin-scaffolder-common@​1.5.4
    • @​backstage/plugin-search-common@​1.2.13
    • @​backstage/frontend-plugin-api@​0.6.7
    • @​backstage/integration-react@​1.1.29
    • @​backstage/plugin-search-react@​1.7.13
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-compat-api@​0.2.7
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1

1.21.1-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.1
    • @​backstage/frontend-plugin-api@​0.6.7-next.1
    • @​backstage/integration-react@​1.1.29-next.0
    • @​backstage/plugin-catalog-react@​1.12.2-next.2
    • @​backstage/plugin-search-react@​1.7.13-next.1
    • @​backstage/core-compat-api@​0.2.7-next.1

1.21.1-next.1

Patch Changes

  • 06c0956: Support i18n for catalog and catalog-react plugins
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.12.2-next.1
    • @​backstage/core-compat-api@​0.2.7-next.0
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-search-react@​1.7.13-next.0
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/errors@​1.2.4
    • @​backstage/frontend-plugin-api@​0.6.7-next.0

... (truncated)

Commits

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

Changelog

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

1.0.25

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.0
    • @​backstage/plugin-search-common@​1.2.13
    • @​backstage/catalog-model@​1.5.0
Commits

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

Changelog

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

0.4.7

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9
    • @​backstage/plugin-catalog-react@​1.12.2
    • @​backstage/frontend-plugin-api@​0.6.7
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-compat-api@​0.2.7
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1

0.4.7-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.1
    • @​backstage/frontend-plugin-api@​0.6.7-next.1
    • @​backstage/plugin-catalog-react@​1.12.2-next.2
    • @​backstage/core-compat-api@​0.2.7-next.1

0.4.7-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.12.2-next.1
    • @​backstage/core-compat-api@​0.2.7-next.0
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/frontend-plugin-api@​0.6.7-next.0
    • @​backstage/types@​1.1.1

0.4.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/plugin-catalog-react@​1.12.2-next.0
    • @​backstage/frontend-plugin-api@​0.6.7-next.0
    • @​backstage/core-compat-api@​0.2.7-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0

... (truncated)

Commits

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

Changelog

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

0.12.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9
    • @​backstage/integration@​1.13.0
    • @​backstage/plugin-catalog-react@​1.12.2
    • @​backstage/plugin-catalog-common@​1.0.25
    • @​backstage/frontend-plugin-api@​0.6.7
    • @​backstage/integration-react@​1.1.29
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-compat-api@​0.2.7
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4

0.12.1-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.1
    • @​backstage/frontend-plugin-api@​0.6.7-next.1
    • @​backstage/integration-react@​1.1.29-next.0
    • @​backstage/plugin-catalog-react@​1.12.2-next.2
    • @​backstage/core-compat-api@​0.2.7-next.1

0.12.1-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.12.2-next.1
    • @​backstage/core-compat-api@​0.2.7-next.0
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/frontend-plugin-api@​0.6.7-next.0
    • @​backstage/integration@​1.13.0-next.0
    • @​backstage/integration-react@​1.1.29-next.0
    • @​backstage/plugin-catalog-common@​1.0.24

0.12.1-next.0

Patch Changes

... (truncated)

Commits

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

Changelog

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

1.12.2

Patch Changes

  • 06c0956: Support i18n for catalog and catalog-react plugins
  • 2030962: Make EntityOwnerPicker display metadata.title or spec.profile.displayName for mode=only-owners instead of metadata.name
  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.0
    • @​backstage/core-components@​0.14.9
    • @​backstage/plugin-permission-react@​0.4.24
    • @​backstage/plugin-catalog-common@​1.0.25
    • @​backstage/frontend-plugin-api@​0.6.7
    • @​backstage/integration-react@​1.1.29
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.12.2-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.1
    • @​backstage/frontend-plugin-api@​0.6.7-next.1
    • @​backstage/integration-react@​1.1.29-next.0

1.12.2-next.1

Patch Changes

  • 06c0956: Support i18n for catalog and catalog-react plugins
  • Updated dependencies
    • @​backstage/core-components@​0.14.9-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/errors@​1.2.4
    • @​backstage/frontend-plugin-api@​0.6.7-next.0
    • @​backstage/integration-react@​1.1.29-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8
    • @​backstage/plugin-catalog-common@​1.0.24
    • @​backstage/plugin-permission-common@​0.7.14
    • @​backstage/plugin-permission-react@​0.4.23

1.12.2-next.0

... (truncated)

Commits

Updates @backstage/plugin-home from 0.7.6 to 0.7.8

Changelog

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

@​backstage/plugin-home

0.7.9-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.12.3-next.1
    • @​backstage/frontend-plugin-api@​0.6.8-next.1
    • @​backstage/core-compat-api@​0.2.8-next.1
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-app-api@​1.14.2-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-home-react@​0.1.16-next.0

0.7.8-next.0

Patch Changes

  • 31bfc44: Updated alpha definitions of extension data references.
  • fdcc059: Fixed a bug on the WelcomeTitle component where the welcome message wasn't correct when the language was set to Spanish
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.6.8-next.0
    • @​backstage/plugin-catalog-react@​1.12.3-next.0
    • @​backstage/core-components@​0.14.10-nex...

      Description has been truncated

Bumps the minor group in /backstage with 56 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.26.10` | `0.26.11` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `8.1.5` | `8.1.7` |
| [node-gyp](https://github.com/nodejs/node-gyp) | `10.1.0` | `10.2.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.4` |
| [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) | `1.5.7` | `1.5.9` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.13.0` | `1.14.1` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.14.8` | `0.14.9` |
| [@backstage/integration-react](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react) | `1.1.28` | `1.1.29` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.11.6` | `0.11.7` |
| [@backstage/plugin-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog) | `1.21.0` | `1.21.1` |
| [@backstage/plugin-catalog-common](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-common) | `1.0.24` | `1.0.25` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.4.6` | `0.4.7` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.12.0` | `0.12.1` |
| [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `1.12.1` | `1.12.2` |
| [@backstage/plugin-home](https://github.com/backstage/backstage/tree/HEAD/plugins/home) | `0.7.6` | `0.7.8` |
| [@backstage/plugin-org](https://github.com/backstage/backstage/tree/HEAD/plugins/org) | `0.6.26` | `0.6.27` |
| [@backstage/plugin-permission-react](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react) | `0.4.23` | `0.4.24` |
| [@backstage/plugin-scaffolder](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder) | `1.22.0` | `1.23.0` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.4.12` | `1.4.14` |
| [@backstage/plugin-search-react](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react) | `1.7.12` | `1.7.13` |
| [@backstage/plugin-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs) | `1.10.6` | `1.10.7` |
| [@backstage/plugin-techdocs-module-addons-contrib](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib) | `1.1.11` | `1.1.12` |
| [@backstage/plugin-techdocs-react](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react) | `1.2.5` | `1.2.6` |
| [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) | `0.8.8` | `0.8.10` |
| [@immobiliarelabs/backstage-plugin-gitlab](https://github.com/immobiliare/backstage-plugin-gitlab) | `6.5.1` | `6.6.0` |
| [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) | `1.17.0` | `1.18.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `6.24.0` | `6.25.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.24.0` | `6.25.1` |
| [react-use](https://github.com/streamich/react-use) | `17.5.0` | `17.5.1` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.5.7` | `1.5.9` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` |
| [cypress](https://github.com/cypress-io/cypress) | `13.12.0` | `13.13.2` |
| [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `3.3.0` | `3.4.0` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.4` | `2.0.5` |
| [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) | `0.23.2` | `0.23.3` |
| [@backstage/backend-tasks](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks) | `0.5.26` | `0.5.27` |
| [@backstage/integration](https://github.com/backstage/backstage/tree/HEAD/packages/integration) | `1.12.0` | `1.13.0` |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.22.8` | `0.22.9` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.4.16` | `0.4.17` |
| [@backstage/plugin-catalog-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend) | `1.23.2` | `1.24.0` |
| [@backstage/plugin-catalog-backend-module-github](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github) | `0.6.4` | `0.6.5` |
| [@backstage/plugin-catalog-backend-module-gitlab](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-gitlab) | `0.3.20` | `0.3.21` |
| [@backstage/plugin-catalog-backend-module-ldap](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-ldap) | `0.6.2` | `0.7.0` |
| [@backstage/plugin-catalog-backend-module-openapi](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-openapi) | `0.1.39` | `0.1.40` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.7.14` | `0.8.0` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.7.32` | `0.8.0` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.5.2` | `0.5.3` |
| [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend) | `1.22.11` | `1.23.0` |
| [@backstage/plugin-search-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend) | `1.5.13` | `1.5.14` |
| [@backstage/plugin-search-backend-module-pg](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg) | `0.5.31` | `0.5.32` |
| [@backstage/plugin-search-backend-node](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node) | `1.2.26` | `1.2.27` |
| [@backstage/plugin-techdocs-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend) | `1.10.8` | `1.10.9` |
| [@immobiliarelabs/backstage-plugin-gitlab-backend](https://github.com/immobiliare/backstage-plugin-gitlab) | `6.5.1` | `6.6.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.1.1` | `11.1.2` |
| [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.29` | `3.3.31` |


Updates `@backstage/cli` from 0.26.10 to 0.26.11
- [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.5 to 8.1.7
- [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.7/packages/lerna)

Updates `node-gyp` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v10.1.0...v10.2.0)

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

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

Updates `@backstage/core-components` from 0.14.8 to 0.14.9
- [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/integration-react` from 1.1.28 to 1.1.29
- [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.6 to 0.11.7
- [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.21.0 to 1.21.1
- [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.1/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.0.24 to 1.0.25
- [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.6 to 0.4.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.12.0 to 0.12.1
- [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-catalog-react` from 1.12.1 to 1.12.2
- [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/HEAD/plugins/catalog-react)

Updates `@backstage/plugin-home` from 0.7.6 to 0.7.8
- [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.26 to 0.6.27
- [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.23 to 0.4.24
- [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.22.0 to 1.23.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.23.0/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.4.12 to 1.4.14
- [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.12 to 1.7.13
- [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.6 to 1.10.7
- [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.11 to 1.1.12
- [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.5 to 1.2.6
- [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.8 to 0.8.10
- [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 `@immobiliarelabs/backstage-plugin-gitlab` from 6.5.1 to 6.6.0
- [Release notes](https://github.com/immobiliare/backstage-plugin-gitlab/releases)
- [Changelog](https://github.com/immobiliare/backstage-plugin-gitlab/blob/main/CHANGELOG.md)
- [Commits](immobiliare/backstage-plugin-gitlab@v6.5.1...v6.6.0)

Updates `@remix-run/router` from 1.17.0 to 1.18.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.18.0/packages/router)

Updates `react-router` from 6.24.0 to 6.25.1
- [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.25.1/packages/react-router)

Updates `react-router-dom` from 6.24.0 to 6.25.1
- [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.25.1/packages/react-router-dom)

Updates `react-use` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.0...v17.5.1)

Updates `@backstage/test-utils` from 1.5.7 to 1.5.9
- [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.6 to 6.4.8
- [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.6...v6.4.8)

Updates `cypress` from 13.12.0 to 13.13.2
- [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.12.0...v13.13.2)

Updates `eslint-plugin-cypress` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.3.0...v3.4.0)

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

Updates `@backstage/backend-common` from 0.23.2 to 0.23.3
- [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.26 to 0.5.27
- [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.12.0 to 1.13.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.13.0/packages/integration)

Updates `@backstage/plugin-auth-backend` from 0.22.8 to 0.22.9
- [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.16 to 0.4.17
- [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.23.2 to 1.24.0
- [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.24.0/plugins/catalog-backend)

Updates `@backstage/plugin-catalog-backend-module-github` from 0.6.4 to 0.6.5
- [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.20 to 0.3.21
- [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.6.2 to 0.7.0
- [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/v0.7.0/plugins/catalog-backend-module-ldap)

Updates `@backstage/plugin-catalog-backend-module-openapi` from 0.1.39 to 0.1.40
- [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.14 to 0.8.0
- [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/v0.8.0/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.7.32 to 0.8.0
- [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/v0.8.0/plugins/permission-node)

Updates `@backstage/plugin-proxy-backend` from 0.5.2 to 0.5.3
- [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.11 to 1.23.0
- [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/v1.23.0/plugins/scaffolder-backend)

Updates `@backstage/plugin-search-backend` from 1.5.13 to 1.5.14
- [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.31 to 0.5.32
- [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.26 to 1.2.27
- [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.8 to 1.10.9
- [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 `@immobiliarelabs/backstage-plugin-gitlab-backend` from 6.5.1 to 6.6.0
- [Release notes](https://github.com/immobiliare/backstage-plugin-gitlab/releases)
- [Changelog](https://github.com/immobiliare/backstage-plugin-gitlab/blob/main/CHANGELOG.md)
- [Commits](immobiliare/backstage-plugin-gitlab@v6.5.1...v6.6.0)

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

Updates `winston` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.13.0...v3.13.1)

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

---
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: node-gyp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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/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-patch
  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-patch
  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: "@immobiliarelabs/backstage-plugin-gitlab"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-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-patch
  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-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder-backend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@immobiliarelabs/backstage-plugin-gitlab-backend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: better-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/dockerode"
  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 Aug 1, 2024
@garryod garryod merged commit f7189bf into main Aug 1, 2024
22 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/minor-2afe08511d branch August 1, 2024 12:10
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