immobiliare / backstage-plugin-gitlab

Backstage plugins to interact with GitLab
Apache License 2.0
116 stars 41 forks source link

chore(deps-dev): bump @backstage/core-app-api from 1.14.0 to 1.15.0 #576

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps @backstage/core-app-api from 1.14.0 to 1.15.0.

Changelog

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

1.15.0

Minor Changes

  • ddbeace: Added the ability to explicitly disable routes through the bindRoutes option by passing false as the route target. This also fixes a bug where route bindings in config were incorrectly prioritized above the ones in code in certain situations.

Patch Changes

  • ea69e46: The defaultConfigLoader now also reads configuration from scripts tags with type="backstage.io/config". The tag is expected to contain a JSON-serialized array of AppConfig objects. If any of these script tags are present, the injected runtime configuration in the static assets will no longer be used.
  • b537bd7: Allow custom star icons to be provided via the star and unstarred icon overrides. See how to override existing icons in the Backstage documentation.
  • 836127c: Updated dependency @testing-library/react to ^16.0.0.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.4
    • @​backstage/version-bridge@​1.0.9
    • @​backstage/config@​1.2.0
    • @​backstage/types@​1.1.1

1.14.3-next.0

Patch Changes

  • ea69e46: The defaultConfigLoader now also reads configuration from scripts tags with type="backstage.io/config". The tag is expected to contain a JSON-serialized array of AppConfig objects. If any of these script tags are present, the injected runtime configuration in the static assets will no longer be used.
  • b537bd7: Allow custom star icons to be provided via the star and unstarred icon overrides. See how to override existing icons in the Backstage documentation.
  • 836127c: Updated dependency @testing-library/react to ^16.0.0.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.9.4-next.0
    • @​backstage/version-bridge@​1.0.9-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/types@​1.1.1

1.14.2

Patch Changes

  • 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain fetch rather than FetchApi. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.14.1-next.0

Patch Changes

  • 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain fetch rather than FetchApi. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1

... (truncated)

Commits
  • bc0c4bc Version Packages
  • 9a8d34a Merge pull request #17999 from backstage/analytics/handle-gathered-mountpoints
  • 98ed4fe Merge pull request #18234 from backstage/blam/jsdom-env
  • ac677bc expose discovery.endpoints to frontend
  • 963d76f chore: remove cross-fetch dependency again
  • 905e26e Fix collector testing related to plugins key change
  • 34f5406 Fix type issues in existing tests
  • b00abf8 Remove plugin key from Backstage route object.
  • f4a693e Handle navigate events with multiple gathered extensions
  • a8634a9 Version Packages (next)
  • Additional commits viewable in compare view


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 1 month ago

Superseded by #606.