coder / backstage-plugins

Official Coder plugins for the Backstage platform
34 stars 2 forks source link

chore(deps): bump @backstage/core-app-api from 1.11.3 to 1.12.0 #46

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @backstage/core-app-api from 1.11.3 to 1.12.0.

Release notes

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

v1.12.0

These are the release notes for the v1.12.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

This release mostly contains a bunch of smaller additions and bug fixes, but on top of that, there’s also some quality of life improvements and features as listed below. Enjoy!

Using zod for action definitions

As a convenience, it is now possible to define your action inputs and outputs as zod schemas. This tends to be more convenient than writing JSON schema by hand, and gives you instant type feedback in your editor.

Added by @​zcason in #15561

Reading paginated data from the catalog

The catalog has a new backend endpoint and corresponding client method, for fetching entities with proper cursor based pagination and server side filtering and ordering. This will be used to target performance hot-spots in the frontend and elsewhere.

Added by @​vinzscam in #12246

Renamed backend system related plugin exports

As we settle the new backend system bit by bit, we have renamed a number of exports from individual plugins, to match the new recommended naming patterns. If you are already leveraging the new backend system, you may find that you need to update some imports. For example, githubEntityProviderCatalogModule was renamed to catalogModuleGithubEntityProvider. These were considered non-breaking since they are still in alpha. More details can be found in #16760 and #16764.

New plugin: catalog-backend puppetdb module

Added a catalogModulePuppetDbEntityProvider alpha export for the new backend system. Contributed by @​tdabasinskas in #16184

New plugin: Octopus deploy

Octopus deployment plugin. Contributed by @​jmezach in #16353

New plugin: StackStorm

Integration with StackStorm. Contributed by @​pamelin in #16152

Security Fixes

This release does not contain any security fixes.

Upgrade path

We recommend that you keep your Backstage project up to date with this latest release. For more guidance on how to upgrade, check out the documentation for keeping Backstage updated.

Links and References

Below you can find a list of links and references to help you learn about and start using this new release.

... (truncated)

Changelog

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

1.12.0

Minor Changes

  • f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the @backstage/core-plugin-api and @backstage/frontend-plugin-api packages, the implementation is in @backstage/core-app-api and a factory has been added to @backstage/app-defaults.

Patch Changes

  • 9aac2b0: Use --cwd as the first yarn argument
  • 8fe56a8: Widen @types/react dependency range to include version 18.
  • 7da67ce: Change defaultScopes for Bitbucket auth from invalid team to account.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.0
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.7

1.12.0-next.1

Minor Changes

  • f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the @backstage/core-plugin-api and @backstage/frontend-plugin-api packages, the implementation is in @backstage/core-app-api and a factory has been added to @backstage/app-defaults.

Patch Changes

  • 9aac2b0: Use --cwd as the first yarn argument
  • 8fe56a8: Widen @types/react dependency range to include version 18.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.0-next.1
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.7

1.11.4-next.0

Patch Changes

  • 7da67ce: Change defaultScopes for Bitbucket auth from invalid team to account.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.8.3-next.0
    • @​backstage/config@​1.1.1
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.7
Commits


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

Looks like @backstage/core-app-api is up-to-date now, so this is no longer needed.