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 42 updates #511

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the dependencies group with 42 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.38.4
prettier 3.3.3 3.4.1
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.9
@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.6.0

Updates @backstage/cli from 0.27.1 to 0.29.2

Changelog

Sourced from @​backstage/cli's changelog.

@​backstage/cli

0.29.3-next.0

Patch Changes

  • 2b6c1ea: If the Backstage yarn plugin is installed, it will now be automatically updated as part of versions:bump.
  • 7dcff85: Remove special-casing for @types packages when generating dependency entries during templating
  • 0aff006: Bumped the version range for html-webpack-plugin to fix the htmlPluginExports.getCompilationHooks is not a function error when using experimental Rspack.
  • 583f3d4: Added @backstage/cli/config/prettier as a replacement for @spotify/prettier-config, but with the same configuration.
  • 5f04976: Update rollup to avoid issues with build output when running backstage-cli package build.
  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @​backstage/integration@​1.16.0-next.0
    • @​backstage/release-manifests@​0.0.12-next.0
    • @​backstage/cli-node@​0.2.11-next.0
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/cli-common@​0.1.15
    • @​backstage/config@​1.3.0
    • @​backstage/config-loader@​1.9.2
    • @​backstage/errors@​1.2.5
    • @​backstage/eslint-plugin@​0.1.10
    • @​backstage/types@​1.2.0

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:

... (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.38.4

Release notes

Sourced from knip's releases.

Release 5.38.4

  • Update Angular workspace types and add update script (#866) (9074440d)
  • Tracks Cypress component support file (#867) (4a6eddc3)
  • docs: update entry/project defaults with production mode (#861) (5f4e1391)
  • Track Angular's server builder option (#865) (dbf502b8)
  • fix: add scp to IGNORED_GLOBAL_BINARIES (#863) (0362c89f)

Release 5.38.3

  • Fix traces for default export (resolves #860) (90d1f5cd)
  • Fix typo (204ce6dd)

Release 5.38.2

  • Fix for certain failing cases of --include-libs (resolves #855) (5242ddd4)

Release 5.38.1

  • Fix regression re. isIncludeEntryExports → skipExportsAnalysis from scripts/plugins (resolves #857) (b8379dec)

Release 5.38.0

  • Webpack → webpack (5f4cb26b)
  • Fix ignored workspace matching (1c6309d0)
  • Upgrade smol-toml (closes #852) (fc88c1a4)
  • Add past sponsors (38cfa080)
  • Update docs (close #845) (7d7802ce)
  • Add plop pkg/bin + auto-format fixture (cd59544e)
  • Add plop plugin (#851) (060b28d3)
  • Add Astro middleware and actions (#850) (031bc205)
  • Add issue template for docs (fd621249)
  • Fix non-terminal ec blocks bg color (closes #846) (f735453b)

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)

... (truncated)

Commits

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

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.4-next.0

Patch Changes

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

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

... (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.2-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.6.3-next.0
    • @​backstage/config@​1.3.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/errors@​1.2.5
    • @​backstage/version-bridge@​1.0.10

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

... (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.3-next.0

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @​backstage/core-components@​0.16.2-next.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/types@​1.2.0
    • @​backstage/version-bridge@​1.0.10

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

... (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.3-next.0

Patch Changes

  • f18c67d: Fix catalog filtering to allow searching entities by display name
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.9.3-next.0
    • @​backstage/catalog-client@​1.8.1-next.0
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/core-compat-api@​0.3.4-next.0
    • @​backstage/core-components@​0.16.2-next.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/errors@​1.2.5
    • @​backstage/frontend-test-utils@​0.2.4-next.0
    • @​backstage/integration-react@​1.2.2-next.0
    • @​backstage/types@​1.2.0
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-catalog-common@​1.1.1
    • @​backstage/plugin-permission-common@​0.8.2
    • @​backstage/plugin-permission-react@​0.4.28

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

... (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.4-next.0

Patch Changes

  • d311c84: Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.9.3-next.0
    • @​backstage/theme@​0.6.3-next.0
    • @​backstage/core-components@​0.16.2-next.0
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/types@​1.2.0
    • @​backstage/version-bridge@​1.0.10
    • @​backstage/plugin-search-common@​1.2.15

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

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

Updat...

Description has been truncated

Bumps the dependencies group with 42 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.38.4` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [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.9` |
| [@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.6.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.38.4
- [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.38.4/packages/knip)

Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

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.9
- [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.9/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.6.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.3.0...v11.6.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: prettier
  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 December 2, 2024 13:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2024
Copy link

changeset-bot bot commented Dec 2, 2024

⚠️ No Changeset found

Latest commit: b28e568

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-e02e0278dc branch December 6, 2024 17:57
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.

0 participants