Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the backstage group across 1 directory with 10 updates #732

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the backstage group with 8 updates in the / directory:

Package From To
@backstage/catalog-model 1.7.0 1.7.1
@backstage/config 1.2.0 1.3.0
@backstage/core-components 0.15.1 0.16.1
@backstage/plugin-catalog-react 1.14.0 1.14.2
@backstage/cli 0.28.2 0.29.2
@backstage/core-app-api 1.15.1 1.15.2
@backstage/dev-utils 1.1.2 1.1.4
@backstage/test-utils 1.7.0 1.7.2

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/config from 1.2.0 to 1.3.0

Changelog

Sourced from @​backstage/config's changelog.

1.3.0

Minor Changes

  • d52d7f9: Make readDurationFromConfig support both ISO and ms formats as well, to make it easier to enter time as an end user

Patch Changes

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

Updates @backstage/core-components from 0.15.1 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.10.0 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
Commits

Updates @backstage/plugin-catalog-react from 1.14.0 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

Updates @backstage/theme from 0.6.0 to 0.6.2

Changelog

Sourced from @​backstage/theme's changelog.

@​backstage/theme

0.6.1

Patch Changes

  • ea75c37: Internal refactor to avoid top-level imports from MUI.

0.6.1-next.0

Patch Changes

  • ea75c37: Internal refactor to avoid top-level imports from MUI.
Commits

Updates @backstage/cli from 0.28.2 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 @backstage/core-app-api from 1.15.1 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
Commits

Updates @backstage/dev-utils from 1.1.2 to 1.1.4

Changelog

Sourced from @​backstage/dev-utils's changelog.

@​backstage/dev-utils

1.1.3

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.6.1
    • @​backstage/plugin-catalog-react@​1.14.1
    • @​backstage/core-components@​0.16.0
    • @​backstage/core-app-api@​1.15.2
    • @​backstage/app-defaults@​1.5.13
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/integration-react@​1.2.1

1.1.3-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.16.0-next.2
    • @​backstage/plugin-catalog-react@​1.14.1-next.3
    • @​backstage/app-defaults@​1.5.13-next.2
    • @​backstage/catalog-model@​1.7.0
    • @​backstage/core-app-api@​1.15.1
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/integration-react@​1.2.0
    • @​backstage/theme@​0.6.1-next.0

1.1.3-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.14.1-next.2
    • @​backstage/app-defaults@​1.5.13-next.1
    • @​backstage/catalog-model@​1.7.0
    • @​backstage/core-app-api@​1.15.1
    • @​backstage/core-components@​0.16.0-next.1
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/integration-react@​1.2.0
    • @​backstage/theme@​0.6.1-next.0

1.1.3-next.1

Patch Changes

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

... (truncated)

Commits

Updates @backstage/test-utils from 1.7.0 to 1.7.2

Changelog

Sourced from @​backstage/test-utils's changelog.

@​backstage/test-utils

1.7.1

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.0
    • @​backstage/theme@​0.6.1
    • @​backstage/types@​1.2.0
    • @​backstage/core-app-api@​1.15.2
    • @​backstage/plugin-permission-common@​0.8.2
    • @​backstage/core-plugin-api@​1.10.1
    • @​backstage/plugin-permission-react@​0.4.28

1.7.1-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.6.1-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-app-api@​1.15.1
    • @​backstage/core-plugin-api@​1.10.0
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-permission-common@​0.8.1
    • @​backstage/plugin-permission-react@​0.4.27
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the backstage group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/catalog-model](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-model) | `1.7.0` | `1.7.1` |
| [@backstage/config](https://github.com/backstage/backstage/tree/HEAD/packages/config) | `1.2.0` | `1.3.0` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.15.1` | `0.16.1` |
| [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `1.14.0` | `1.14.2` |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.28.2` | `0.29.2` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.15.1` | `1.15.2` |
| [@backstage/dev-utils](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils) | `1.1.2` | `1.1.4` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.7.0` | `1.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/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/core-components` from 0.15.1 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.10.0 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/plugin-catalog-react` from 1.14.0 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/theme` from 0.6.0 to 0.6.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/theme)

Updates `@backstage/cli` from 0.28.2 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 `@backstage/core-app-api` from 1.15.1 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/dev-utils` from 1.1.2 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/test-utils` from 1.7.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)

---
updated-dependencies:
- dependency-name: "@backstage/catalog-model"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/config"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/core-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/core-plugin-api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/theme"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/core-app-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/dev-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants