Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

chore(deps): Bump the dependencies group with 41 updates #501

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the dependencies group with 41 updates:

Package From To
@backstage/cli 0.27.1 0.29.2
@changesets/cli 2.27.8 2.27.10
husky 9.1.6 9.1.7
knip 5.30.6 5.37.2
typescript 5.6.2 5.7.2
@backstage/catalog-model 1.7.0 1.7.1
@backstage/core-app-api 1.15.0 1.15.2
@backstage/core-compat-api 0.3.0 0.3.3
@backstage/core-components 0.15.0 0.16.1
@backstage/core-plugin-api 1.9.4 1.10.1
@backstage/errors 1.2.4 1.2.5
@backstage/frontend-plugin-api 0.8.0 0.9.2
@backstage/plugin-catalog-react 1.13.1 1.14.2
@backstage/plugin-permission-react 0.4.26 0.4.28
@backstage/plugin-search-common 1.2.14 1.2.15
@backstage/plugin-search-react 1.8.0 1.8.3
@backstage/plugin-signals-react 0.0.5 0.0.7
@mui/icons-material 6.1.2 6.1.8
@backstage/dev-utils 1.1.1 1.1.4
@backstage/frontend-test-utils 0.2.0 0.2.3
@backstage/plugin-signals 0.0.10 0.0.13
@backstage/test-utils 1.6.0 1.7.2
@backstage/backend-defaults 0.5.0 0.5.3
@backstage/backend-plugin-api 1.0.0 1.0.2
@backstage/backend-test-utils 1.0.0 1.1.0
@backstage/config 1.2.0 1.3.0
@backstage/plugin-auth-node 0.5.2 0.5.4
@backstage/plugin-events-backend 0.3.12 0.3.16
@backstage/plugin-events-node 0.4.0 0.4.5
@backstage/plugin-permission-common 0.8.1 0.8.2
@backstage/plugin-permission-node 0.8.3 0.8.5
@backstage/plugin-search-backend-node 1.3.2 1.3.5
@backstage/plugin-signals-node 0.1.11 0.1.14
express 4.21.0 4.21.1
winston 3.14.2 3.17.0
@backstage/plugin-auth-backend 0.23.0 0.24.0
@backstage/plugin-auth-backend-module-guest-provider 0.2.0 0.2.2
@backstage/plugin-permission-backend 0.5.49 0.5.51
@backstage/plugin-permission-backend-module-allow-all-policy 0.2.0 0.2.2
@backstage/plugin-signals-backend 0.2.0 0.2.3
better-sqlite3 11.3.0 11.5.0

Updates @backstage/cli from 0.27.1 to 0.29.2

Changelog

Sourced from @​backstage/cli's changelog.

@​backstage/cli

0.29.0

Minor Changes

  • bc47b17: BREAKING: Updates ESLint config to ignore all generated source code under src/**/generated/**/*.ts.

  • 6819f8c: Added a new optimization to the repo test command that will filter out unused packages in watch mode if all provide filters are paths that point from the repo root. This significantly speeds up running individual tests from the repo root in a large workspace, for example:

    yarn test packages/app/src/App.test.tsx
  • d849865: The package packing now populates typesVersions for additional entry points rather than using additional package.json files for type resolution. This improves auto completion of separate entry points when consuming published packages.

  • bc71665: BREAKING: The LEGACY_BACKEND_START flag has been removed, along with support for src/run.ts as the development entry point.

Patch Changes

  • 4046d53: Fixed an issue where the --successCache option for the repo test and repo lint commands would be include the workspace path in generated cache keys. This previously broke caching in environments where the workspace path varies across builds.

  • 4a378d3: Fix dev server reloads of plugin discovery for new frontend system.

  • 28b60ad: The check for react-dom/client in the Jest configuration will now properly always run from the target directory.

  • 6b2888c: Fixed an issue with the --successCache flag for repo test where the tree hash for the wrong package directory would sometimes be used to generate the cache key.

  • e30b65d: Added --alwaysPack as a replacement for the now hidden --alwaysYarnPack flag for the build-workspace command.

  • be0278e: Removed circular import

  • a7f97e4: Added a new "rejectFrontendNetworkRequests" configuration flag that can be set in the "jest" field in the root package.json:

    {
      "jest": {
        "rejectFrontendNetworkRequests": true
      }
    }

    This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root package.json and can not be overridden in individual package configurations.

  • 6c48ebd: Add --max-warnings -1 support to backstage-cli package lint

  • 04297a0: The --successCache option for the repo test and repo lint commands now use an additive store that keeps old entries around for a week before they are cleaned up automatically.

  • a2f0559: When using the experimental Rspack flag the app build and dev server now injects configuration via a <script type="backstage.io/config">...</script> tag in index.html rather than the process.env.APP_CONFIG definition, which will now be defined as an empty array instead.

    This requires the app to be using the config loader from the 1.31 release of Backstage. Make sure your app is using at least that version if you are upgrading to this version of the CLI.

    If you have copied the implementation of the defaultConfigLoader, make sure to update it to the new implementation. In particular the config loader needs to be able to read configuration from script tags with the type backstage.io/config.

  • b4627f2: Fixed an issue where the raw-loader for loading HTML templates was not resolved from the context of the CLI package.

  • cd1ef2b: Updated dependency vite to ^5.0.0.

  • 23f1da2: Updated dependency ts-morph to ^24.0.0.

  • b533056: Updated dependency css-loader to ^7.0.0.

  • be008c3: Updated dependency @module-federation/enhanced to ^0.7.0.

  • 6266ed3: Updated dependency del to ^8.0.0.

... (truncated)

Commits

Updates @changesets/cli from 2.27.8 to 2.27.10

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.10

Patch Changes

@​changesets/cli@​2.27.9

Patch Changes

Commits

Updates husky from 9.1.6 to 9.1.7

Release notes

Sourced from husky's releases.

v9.1.7

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

Commits

Updates knip from 5.30.6 to 5.37.2

Release notes

Sourced from knip's releases.

Release 5.37.2

  • Update some deps (862701ea)
  • Fix up ec styling a bit (9bdb2c06)
  • Add array expression to isConsiderReferencedNS (resolves #844) (1baa1d4c)
  • Fix up unused files for jest-unit (resolves #841) (4657618d)

Release 5.37.1

  • Use entire body of in vue compiler (fixes #740) (8d53df51)
  • Update compilers.md. (#838) (1cf68c89)
  • Format (db9da719)

Release 5.37.0

  • Fix incorrect unused file in watcher (48850caa)
  • Add fix demo (9e9c7f87)
  • Add global as yarn cmd (ea1aa057)
  • Update sponsor list (22e684b3)
  • Support resolving jest-junit file dependencies (#835) (7a53029c)
  • jest: support custom testEnvironment (#834) (153a8368)
  • fix: Fix incorrect rootPath resolution in jest plugin (#833) (9730d02a)
  • Respect and document NO_COLOR (403d2578)

Release 5.36.7

  • Temp disable argos (fixes in knip → issues reported issues) (fd2d9d31)
  • Format generated file (6e15421d)
  • Credit file-entry-cache (fe7812e8)
  • Simplify isReferencedInExport and report types-in-types (resolves #830) (80537c58)

Release 5.36.6

  • Generate plugin schema file (resolves #829) (9d3367bb)
  • Move pluginsSchema to separate file (8e6fe9e5)
  • Add tweet and pat myself on the back (f4b253cf)

Release 5.36.5

  • Use plugin names as binary name fallback (fixes #743) (57997e5f)

Release 5.36.4

  • Format (d5d1ba0d)
  • Reduce own config (234d8cff)
  • Refactor globbin' to improve debug output (2bd294ea)
  • Add glob args parser to plugins (7464371f)
  • Remove oddity (0b09ff7a)
  • Add comment to generated files (39a77ba2)
  • Some plugins only need to run in root (811af534)
  • Add warning for --isolate-workspaces + class members (98318d7d)
  • Add log util (328ba014)
  • Housekeeping config file (fb71a2cd)
  • Remove unused export (6d2fdeaa)
  • Follow your own rules (135e478e)
  • Filter out external refs to re-exports (b9ffef4c)
  • Make more sense in --include-libs tests (9a78e330)

... (truncated)

Commits

Updates typescript from 5.6.2 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 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.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates @backstage/catalog-model from 1.7.0 to 1.7.1

Changelog

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

1.7.1

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
    • @​backstage/errors@​1.2.5
Commits

Updates @backstage/core-app-api from 1.15.0 to 1.15.2

Changelog

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

1.15.2

Patch Changes

  • 44b82da: The default config loader no longer requires process.env.APP_CONFIG to be set, allowing config to be read from other sources instead.
  • Updated dependencies
    • @​backstage/config@​1.3.0
    • @​backstage/types@​1.2.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/version-bridge@​1.0.10

1.15.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/config@​1.2.0
    • @​backstage/types@​1.1.1

1.15.1-next.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0-next.1
    • @​backstage/version-bridge@​1.0.10-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/types@​1.1.1

1.15.1-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.9
Commits

Updates @backstage/core-compat-api from 0.3.0 to 0.3.3

Changelog

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

@​backstage/core-compat-api

0.3.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/frontend-plugin-api@​0.9.1
    • @​backstage/version-bridge@​1.0.10

0.3.2-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/frontend-plugin-api@​0.9.1-next.2
    • @​backstage/version-bridge@​1.0.10

0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/frontend-plugin-api@​0.9.1-next.1
    • @​backstage/version-bridge@​1.0.10

0.3.2-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/frontend-plugin-api@​0.9.1-next.0
    • @​backstage/version-bridge@​1.0.10

0.3.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • 4a5ba19: Internal update to remove deprecated BackstagePlugin type and move to FrontendPlugin
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.9.0
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/version-bridge@​1.0.10

0.3.1-next.2

... (truncated)

Commits

Updates @backstage/core-components from 0.15.0 to 0.16.1

Changelog

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

@​backstage/core-components

0.16.0

Minor Changes

  • dc409c5: The SupportButton component will now be hidden if no support config is specified in app-config

Patch Changes

  • 0f18340: Change core component Table tool bar search box to the a appropriate Search icon and text

  • af9097e: Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:

    const { set } = mockBreakpoint({
      initialBreakpoint: 'md',
      queryBreakpointMap: {
        '(min-width:1500px)': 'xl',
        '(min-width:1000px)': 'lg',
        '(min-width:700px)': 'md',
        '(min-width:400px)': 'sm',
        '(min-width:0px)': 'xs',
      },
    });
    // assertions for when the active break point is "md"
    set('lg');
    // assertions for when the active break point is "lg"
  • Updated dependencies

    • @​backstage/config@​1.3.0
    • @​backstage/theme@​0.6.1
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/errors@​1.2.5
    • @​backstage/version-bridge@​1.0.10

0.16.0-next.2

Patch Changes

  • 0f18340: Change core component Table tool bar search box to the a appropriate Search icon and text
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.6.1-next.0
    • @​backstage/version-bridge@​1.0.10

0.16.0-next.1

... (truncated)

Commits

Updates @backstage/core-plugin-api from 1.9.4 to 1.10.1

Changelog

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

1.10.1

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.0
    • @​backstage/types@​1.2.0
    • @​backstage/errors@​1.2.5
    • @​backstage/version-bridge@​1.0.10

1.10.0

Minor Changes

  • bfd4bec: BREAKING PRODUCERS: The IconComponent no longer accepts fontSize="default". This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time.

    This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective SvgIcon types into interfaces where relevant (e.g. as app icons).

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • 39001f4: Fixing issue with types for ParamKeys leading to type mismatches across versions
  • Updated dependencies
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1

1.10.0-next.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/version-bridge@​1.0.10-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1

1.10.0-next.0

Minor Changes

  • bfd4bec: BREAKING PRODUCERS: The IconComponent no longer accepts fontSize="default". This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time.

    This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective SvgIcon types into interfaces where relevant (e.g. as app icons).

Patch Changes

  • Updated dependencies

... (truncated)

Commits

Updates @backstage/errors from 1.2.4 to 1.2.5

Changelog

Sourced from @​backstage/errors's changelog.

1.2.5

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
Commits

Updates @backstage/frontend-plugin-api from 0.8.0 to 0.9.2

Changelog

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

@​backstage/frontend-plugin-api

0.9.1

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
    • @​backstage/core-components@​0.16.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/version-bridge@​1.0.10

0.9.1-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.2
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.10

0.9.1-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.1
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.10

0.9.1-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.0
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.10

0.9.0

Minor Changes

  • 4a5ba19: Removed deprecated namespace option from createExtension and createExtensionBlueprint, including .make and .makeWithOverides, it's no longer necessary and will use the pluginId instead.

    Removed deprecated createExtensionOverrides this should be replaced with createFrontendModule instead.

... (truncated)

Commits

Updates @backstage/plugin-catalog-react from 1.13.1 to 1.14.2

Changelog

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

@​backstage/plugin-catalog-react

1.14.1

Patch Changes

  • 9cc82c0: Fixed bug in EntityDisplayName where text was overflowing.
  • 6fcbb3b: Ensure EntityDisplayName component link receives underline on hover.
  • 9670906: Improve UI consistency of default catalog filters
  • Updated dependencies
    • @​backstage/catalog-client@​1.8.0
    • @​backstage/types@​1.2.0
    • @​backstage/core-components@​0.16.0
    • @​backstage/plugin-permission-common@​0.8.2
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/core-compat-api@​0.3.2
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/errors@​1.2.5
    • @​backstage/frontend-plugin-api@​0.9.1
    • @​backstage/frontend-test-utils@​0.2.2
    • @​backstage/integration-react@​1.2.1
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-catalog-common@​1.1.1
    • @​backstage/plugin-permission-react@​0.4.28

1.14.1-next.3

Patch Changes

  • 6fcbb3b: Ensure EntityDisplayName component link receives underline on hover.
  • 9670906: Improve UI consistency of default catalog filters
  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.2
    • @​backstage/core-compat-api@​0.3.2-next.2
    • @​backstage/catalog-client@​1.8.0-next.1
    • @​backstage/catalog-model@​1.7.0
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/errors@​1.2.4
    • @​backstage/frontend-plugin-api@​0.9.1-next.2
    • @​backstage/frontend-test-utils@​0.2.2-next.2
    • @​backstage/integration-react@​1.2.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-catalog-common@​1.1.0
    • @​backstage/plugin-permission-common@​0.8.1
    • @​backstage/plugin-permission-react@​0.4.27

1.14.1-next.2

Patch Changes

... (truncated)

Commits
  • 73e7820 Version Packages
  • 4f30767 Version Packages (next)
  • a8b4e44 Merge pull request #17546 from luchillo17/fix/BCKSTG-152-keyboard-navigation-...
  • 8b05da0 Version Packages (next)
  • 7fe6f1a tests(core-components): Fix broken test for removed clik event handler on Select
  • e04bb20 Version Packages (next)
  • 6e726c7 Merge pull request #16348 from DavidAn830/daan/add-filter
  • See full diff in compare view

Updates @backstage/plugin-permission-react from 0.4.26 to 0.4.28

Changelog

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

0.4.28

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.0
    • @​backstage/plugin-permission-common@​0.8.2
    • @​backstage/core-plugin-api@​1.10.1

0.4.27

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/config@​1.2.0
    • @​backstage/plugin-permission-common@​0.8.1

0.4.27-next.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0-next.1
    • @​backstage/config@​1.2.0
    • @​backstage/plugin-permission-common@​0.8.1

0.4.27-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/plugin-permission-common@​0.8.1
Commits

Updates @backstage/plugin-search-common from 1.2.14 to 1.2.15

Changelog

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

1.2.15

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
    • @​backstage/plugin-permission-common@​0.8.2
Commits

Updates @backstage/plugin-search-react from 1.8.0 to 1.8.3

Changelog

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

@​backstage/plugin-search-react

1.8.2

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.6.1
    • @​backstage/types@​1.2.0
    • @​backstage/core-components@​0.16.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/frontend-plugin-api@​0.9.1
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-search-common@​1.2.15

1.8.2-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.2
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/frontend-plugin-api@​0.9.1-next.2
    • @​backstage/theme@​0.6.1-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-search-common@​1.2.14

1.8.2-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.6.1-next.0
    • @​backstage/core-components@​0.16.0-next.1
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/frontend-plugin-api@​0.9.1-next.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-search-common@​1.2.14

1.8.2-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.0
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/frontend-plugin-api@​0.9.1-next.0
    • @​backstage/theme@​0.6.0

... (truncated)

Commits

Updates @backstage/plugin-signals-react from 0.0.5 to 0.0.7

Changelog

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

0.0.7

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
    • @​backstage/core-plugin-api@​1.10.1

0.0.6

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/types@​1.1.1

0.0.6-next.1

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0-next.1
    • @​backstage/types@​1.1.1

0.0.6-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.0-next.0
    • @​backstage/types@​1.1.1
Commits

Updates @mui/icons-material from 6.1.2 to 6.1.8

Release notes

Sourced from @​mui/icons-material's releases.

v6.1.8

Nov 20, 2024

A big thanks to the 10 contributors who made this release possible.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

Bumps the dependencies group with 41 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.27.1` | `0.29.2` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.8` | `2.27.10` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.30.6` | `5.37.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [@backstage/catalog-model](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-model) | `1.7.0` | `1.7.1` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.15.0` | `1.15.2` |
| [@backstage/core-compat-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-compat-api) | `0.3.0` | `0.3.3` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.15.0` | `0.16.1` |
| [@backstage/core-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api) | `1.9.4` | `1.10.1` |
| [@backstage/errors](https://github.com/backstage/backstage/tree/HEAD/packages/errors) | `1.2.4` | `1.2.5` |
| [@backstage/frontend-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-plugin-api) | `0.8.0` | `0.9.2` |
| [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `1.13.1` | `1.14.2` |
| [@backstage/plugin-permission-react](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react) | `0.4.26` | `0.4.28` |
| [@backstage/plugin-search-common](https://github.com/backstage/backstage/tree/HEAD/plugins/search-common) | `1.2.14` | `1.2.15` |
| [@backstage/plugin-search-react](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react) | `1.8.0` | `1.8.3` |
| [@backstage/plugin-signals-react](https://github.com/backstage/backstage/tree/HEAD/plugins/signals-react) | `0.0.5` | `0.0.7` |
| [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `6.1.2` | `6.1.8` |
| [@backstage/dev-utils](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils) | `1.1.1` | `1.1.4` |
| [@backstage/frontend-test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-test-utils) | `0.2.0` | `0.2.3` |
| [@backstage/plugin-signals](https://github.com/backstage/backstage/tree/HEAD/plugins/signals) | `0.0.10` | `0.0.13` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.6.0` | `1.7.2` |
| [@backstage/backend-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/backend-defaults) | `0.5.0` | `0.5.3` |
| [@backstage/backend-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/backend-plugin-api) | `1.0.0` | `1.0.2` |
| [@backstage/backend-test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/backend-test-utils) | `1.0.0` | `1.1.0` |
| [@backstage/config](https://github.com/backstage/backstage/tree/HEAD/packages/config) | `1.2.0` | `1.3.0` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.5.2` | `0.5.4` |
| [@backstage/plugin-events-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/events-backend) | `0.3.12` | `0.3.16` |
| [@backstage/plugin-events-node](https://github.com/backstage/backstage/tree/HEAD/plugins/events-node) | `0.4.0` | `0.4.5` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.8.1` | `0.8.2` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.8.3` | `0.8.5` |
| [@backstage/plugin-search-backend-node](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node) | `1.3.2` | `1.3.5` |
| [@backstage/plugin-signals-node](https://github.com/backstage/backstage/tree/HEAD/plugins/signals-node) | `0.1.11` | `0.1.14` |
| [express](https://github.com/expressjs/express) | `4.21.0` | `4.21.1` |
| [winston](https://github.com/winstonjs/winston) | `3.14.2` | `3.17.0` |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.23.0` | `0.24.0` |
| [@backstage/plugin-auth-backend-module-guest-provider](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend-module-guest-provider) | `0.2.0` | `0.2.2` |
| [@backstage/plugin-permission-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-backend) | `0.5.49` | `0.5.51` |
| [@backstage/plugin-permission-backend-module-allow-all-policy](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-backend-module-policy-allow-all) | `0.2.0` | `0.2.2` |
| [@backstage/plugin-signals-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/signals-backend) | `0.2.0` | `0.2.3` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `11.3.0` | `11.5.0` |


Updates `@backstage/cli` from 0.27.1 to 0.29.2
- [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/v0.29.2/packages/cli)

Updates `@changesets/cli` from 2.27.8 to 2.27.10
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `knip` from 5.30.6 to 5.37.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.37.2/packages/knip)

Updates `typescript` from 5.6.2 to 5.7.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.6.2...v5.7.2)

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

Updates `@backstage/core-app-api` from 1.15.0 to 1.15.2
- [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/HEAD/packages/core-app-api)

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

Updates `@backstage/core-components` from 0.15.0 to 0.16.1
- [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/v0.16.1/packages/core-components)

Updates `@backstage/core-plugin-api` from 1.9.4 to 1.10.1
- [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/v1.10.1/packages/core-plugin-api)

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

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

Updates `@backstage/plugin-catalog-react` from 1.13.1 to 1.14.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/v1.14.2/plugins/catalog-react)

Updates `@backstage/plugin-permission-react` from 0.4.26 to 0.4.28
- [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-search-common` from 1.2.14 to 1.2.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-common)

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

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

Updates `@mui/icons-material` from 6.1.2 to 6.1.8
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.1.8/packages/mui-icons-material)

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

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

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

Updates `@backstage/test-utils` from 1.6.0 to 1.7.2
- [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/v1.7.2/packages/test-utils)

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

Updates `@backstage/backend-plugin-api` from 1.0.0 to 1.0.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-plugin-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.0.2/packages/backend-plugin-api)

Updates `@backstage/backend-test-utils` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.1.0/packages/backend-test-utils)

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

Updates `@backstage/plugin-auth-node` from 0.5.2 to 0.5.4
- [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-events-backend` from 0.3.12 to 0.3.16
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/events-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/events-backend)

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

Updates `@backstage/plugin-permission-common` from 0.8.1 to 0.8.2
- [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.2/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.8.3 to 0.8.5
- [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-search-backend-node` from 1.3.2 to 1.3.5
- [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-signals-node` from 0.1.11 to 0.1.14
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/signals-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/signals-node)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.21.0...4.21.1)

Updates `winston` from 3.14.2 to 3.17.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.14.2...v3.17.0)

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

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

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

Updates `@backstage/plugin-permission-backend-module-allow-all-policy` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-backend-module-policy-allow-all/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-backend-module-policy-allow-all)

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

Updates `better-sqlite3` from 11.3.0 to 11.5.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.3.0...v11.5.0)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/catalog-model"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/core-app-api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/core-compat-api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/core-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/core-plugin-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/errors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/frontend-plugin-api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-permission-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-search-common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-search-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-signals-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@mui/icons-material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/dev-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/frontend-test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-signals"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/backend-defaults"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/backend-plugin-api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/backend-test-utils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/config"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-auth-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-events-backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-events-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-permission-common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-permission-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-signals-node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-auth-backend-module-guest-provider"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-permission-backend"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-permission-backend-module-allow-all-policy"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@backstage/plugin-signals-backend"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: better-sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from kurtaking and a team as code owners November 25, 2024 13:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Copy link

changeset-bot bot commented Nov 25, 2024

⚠️ No Changeset found

Latest commit: 70125cc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kurtaking kurtaking closed this Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-f917664dd0 branch November 25, 2024 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant