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

chore: Update all minor dependency updates #159

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@backstage/catalog-client (source) 1.7.1 -> 1.8.0 age adoption passing confidence
@backstage/cli (source) ^0.28.0 -> ^0.29.0 age adoption passing confidence
@backstage/config (source) 1.2.0 -> 1.3.0 age adoption passing confidence
@backstage/core-components (source) ^0.15.0 -> ^0.16.0 age adoption passing confidence
@backstage/plugin-api-docs (source) ^0.11.5 -> ^0.12.0 age adoption passing confidence
@backstage/plugin-app-backend (source) ^0.3.67 -> ^0.4.0 age adoption passing confidence
@backstage/plugin-auth-backend (source) ^0.23.0 -> ^0.24.0 age adoption passing confidence
@backstage/plugin-catalog (source) 1.24.0 -> 1.25.0 age adoption passing confidence
@backstage/plugin-catalog-backend (source) 1.27.1 -> 1.28.0 age adoption passing confidence
@backstage/plugin-scaffolder (source) 1.26.2 -> 1.27.0 age adoption passing confidence
@backstage/plugin-scaffolder-backend (source) 1.26.2 -> 1.27.0 age adoption passing confidence
@backstage/plugin-search-backend (source) 1.6.1 -> 1.7.0 age adoption passing confidence
@commitlint/cli (source) 19.5.0 -> 19.6.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.5.0 -> 19.6.0 age adoption passing confidence

Release Notes

backstage/backstage (@​backstage/catalog-client)

v1.8.0

Compare Source

Minor Changes
  • 656d1ef: Internal update to use the updated generated code from backstage-cli package schema openapi generate --client-package ....
  • 31c4fe0: The client now automatically splits up very large getEntitiesByRefs calls into several smaller requests behind the scenes when needed. This ensures that each individual request does not exceed common Express.js request body limits or overload the server.
Patch Changes
backstage/backstage (@​backstage/cli)

v0.29.1

Compare Source

Published a new @backstage/backend-test-utils package, which is a package for backend test utilities.

v0.29.0

Compare Source

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.

  • 4046d53: Fixed an issue with the repo lint command where the cache key for the --successCache option would not properly ignore files that should be ignored according to .eslintignores.

  • e19c53c: Fix for the --link flag for package start to deduplicate react-router and react-router-dom.

  • 17850a5: Update upgrade-helper link in versions:bump command to include yarnPlugin parameter when the yarn plugin is installed

  • 09ea093: Fixed an issue where .css style injection would fail for published packages.

  • 702f41d: Bumped dev dependencies @types/node

  • 5d74716: Remove unused backend-common dependency

  • b084f5a: Bump the Webpack dependency range to ^5.94.0, as our current configuration is not compatible with some older versions.

  • e565f73: Added support for .webp files in the frontend tooling.

  • 946fa34: Added a new --link <workspace-path> option for frontend builds that allow you to override module resolution to link in an external workspace at runtime.

    As part of this change the Webpack linked workspace resolution plugin for frontend builds has been removed. It was in place to support the old workspace linking where it was done by Yarn, which is no longer a working option.

  • Updated dependencies

backstage/backstage (@​backstage/config)

v1.3.0

Compare Source

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
backstage/backstage (@​backstage/core-components)

v0.16.0

Compare Source

Minor Changes
  • dc409c5: The SupportButton component will now be hidden if no support config is specified in app-config
Patch Changes
backstage/backstage (@​backstage/plugin-api-docs)

v0.12.0

Compare Source

Minor Changes
  • 6836522: Added support for pagination in api-docs plugin - DefaultApiExplorerPage
Patch Changes

v0.11.11

Compare Source

Patch Changes

v0.11.10

Compare Source

Patch Changes

v0.11.9

Compare Source

Patch Changes

v0.11.8

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-backend)

v0.24.0

Compare Source

Minor Changes
  • 75168e3: BREAKING: The AWS ALB fullProfile will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
Patch Changes
backstage/backstage (@​backstage/plugin-catalog)

v1.25.0

Compare Source

Minor Changes
  • 50df3c8: - Updated EntityLayout component to implement breadcrumb navigation based on the entity relations.

    • Added parentEntityRelations prop to EntityLayoutProps to specify relation types for parent entities.
  • 79e9631: Allow OffsetPaginatedCatalogTable to configure Table options and CursorPaginatedCatalogTable to configure paginationPosition.

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend)

v1.28.0

Compare Source

Minor Changes
  • 39fd704: Internal update to use the new generated server types from backstage-cli package schema openapi generate --server.

  • 76857da: Added entity_ref column to final_entities in order to move refresh_state away from the read path

  • 34d4360: Drop redundant indices from the database.

    The following redundant indices are removed in this version:

    • final_entities_entity_id_idx - overlaps with final_entities_pkey
    • refresh_state_entity_id_idx - overlaps with refresh_state_pkey
    • refresh_state_entity_ref_idx - overlaps with refresh_state_entity_ref_uniq
    • search_key_idx and search_value_idx - these were replaced by the composite index search_key_value_idx in #​22594

    No negative end user impact is expected, but rather that performance should increase due to less index churn.

Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder)

v1.27.0

Compare Source

Minor Changes
  • f61d4cc: Add scaffolder permission scaffolder.template.management for accessing the template management features
  • 69fb6e7: Fix contextMenu not being disabled bug in new scaffolder pages
Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder-backend)

v1.27.0

Compare Source

Minor Changes
  • 0587633: Bumped the isolated-vm dependency from v4 to v5, which drops support for Node.js v16.

  • e61d5ef: BREAKING EXPERIMENTAL: The checkpoint method now takes an object instead of previous arguments.

    await ctx.checkpoint({ key: 'repo.create', fn: () => ockokit.repo.create({...})})

    You can also now return void from the checkpoint if the method returns void inside the checkpoint handler.

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend)

v1.7.0

Compare Source

Minor Changes
  • 39fd704: Internal update to use the new generated server types from backstage-cli package schema openapi generate --server.
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 28, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants