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(deps): bump @backstage/backend-defaults from 0.5.3 to 0.7.0 in /packages/backend #82

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps @backstage/backend-defaults from 0.5.3 to 0.7.0.

Changelog

Sourced from @​backstage/backend-defaults's changelog.

0.7.0

Minor Changes

  • ec547b8: Ensure that an error handler middleware exists at the end of each plugin httpRouter handler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.

    If you were using the standard MiddlewareFactory just to put an error middleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.

Patch Changes

  • 575613f: Go back to using node-fetch for gitlab
  • d2b16db: The GerritUrlReader can now read content from a commit and not only from the top of a branch. The Gitiles URL must contain the full commit SHA hash like: https://gerrit.com/gitiles/repo/+/2846e8dc327ae2f60249983b1c3b96f42f205bae/catalog-info.yaml.
  • 8ecf8cb: Exclude @backstage/backend-common from schema collection if @backstage/backend-defaults is present
  • 8379bf4: Remove usages of PluginDatabaseManager and PluginEndpointDiscovery and replace with their equivalent service types
  • Updated dependencies
    • @​backstage/backend-app-api@​1.1.1
    • @​backstage/types@​1.2.1
    • @​backstage/config-loader@​1.9.5
    • @​backstage/plugin-permission-node@​0.8.7
    • @​backstage/plugin-auth-node@​0.5.6
    • @​backstage/integration@​1.16.1
    • @​backstage/backend-dev-utils@​0.1.5
    • @​backstage/backend-plugin-api@​1.1.1
    • @​backstage/cli-common@​0.1.15
    • @​backstage/cli-node@​0.2.12
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/integration-aws-node@​0.1.15
    • @​backstage/plugin-events-node@​0.4.7

0.7.0-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1-next.0
    • @​backstage/backend-app-api@​1.1.1-next.1
    • @​backstage/backend-plugin-api@​1.1.1-next.1
    • @​backstage/cli-node@​0.2.12-next.0
    • @​backstage/config@​1.3.2-next.0
    • @​backstage/config-loader@​1.9.5-next.1
    • @​backstage/errors@​1.2.7-next.0
    • @​backstage/plugin-auth-node@​0.5.6-next.1
    • @​backstage/plugin-events-node@​0.4.7-next.1
    • @​backstage/integration-aws-node@​0.1.15-next.0
    • @​backstage/plugin-permission-node@​0.8.7-next.1
    • @​backstage/backend-dev-utils@​0.1.5
    • @​backstage/cli-common@​0.1.15
    • @​backstage/integration@​1.16.1-next.0

... (truncated)

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 <dependency name> 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)

Bumps [@backstage/backend-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/backend-defaults) from 0.5.3 to 0.7.0.
- [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/v0.7.0/packages/backend-defaults)

---
updated-dependencies:
- dependency-name: "@backstage/backend-defaults"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 15, 2025 03:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2025
@mathieu-benoit mathieu-benoit merged commit 3da78c3 into main Jan 15, 2025
2 checks passed
@mathieu-benoit mathieu-benoit deleted the dependabot/npm_and_yarn/packages/backend/backstage/backend-defaults-0.7.0 branch January 15, 2025 03:29
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant