Skip to content

fix(deps): update backstage core #541

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

Merged
merged 3 commits into from
Jan 27, 2025
Merged

fix(deps): update backstage core #541

merged 3 commits into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@backstage/app-defaults (source) 1.5.15 -> 1.5.16 age adoption passing confidence dependencies patch
@backstage/backend-defaults (source) ^0.6.1 -> ^0.7.0 age adoption passing confidence dependencies minor
@backstage/backend-plugin-api (source) 1.1.0 -> 1.1.1 age adoption passing confidence dependencies patch
@backstage/catalog-client (source) 1.9.0 -> 1.9.1 age adoption passing confidence dependencies patch
@backstage/catalog-model (source) 1.7.2 -> 1.7.3 age adoption passing confidence dependencies patch
@backstage/cli (source) 0.29.4 -> 0.29.5 age adoption passing confidence devDependencies patch
@backstage/cli (source) 0.29.4 -> 0.29.5 age adoption passing confidence dependencies patch
@backstage/config (source) 1.3.1 -> 1.3.2 age adoption passing confidence dependencies patch
@backstage/core-app-api (source) 1.15.3 -> 1.15.4 age adoption passing confidence dependencies patch
@backstage/core-components (source) 0.16.2 -> 0.16.3 age adoption passing confidence dependencies patch
@backstage/core-plugin-api (source) 1.10.2 -> 1.10.3 age adoption passing confidence dependencies patch
@backstage/integration-react (source) 1.2.2 -> 1.2.3 age adoption passing confidence dependencies patch
@backstage/plugin-api-docs (source) 0.12.2 -> 0.12.3 age adoption passing confidence dependencies patch
@backstage/plugin-app-backend (source) 0.4.3 -> 0.4.4 age adoption passing confidence dependencies patch
@backstage/plugin-auth-backend (source) 0.24.1 -> 0.24.2 age adoption passing confidence dependencies patch
@backstage/plugin-auth-backend-module-guest-provider (source) 0.2.3 -> 0.2.4 age adoption passing confidence dependencies patch
@backstage/plugin-auth-node (source) 0.5.5 -> 0.5.6 age adoption passing confidence dependencies patch
@backstage/plugin-catalog (source) 1.26.0 -> 1.26.1 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-backend (source) 1.29.0 -> 1.30.0 age adoption passing confidence dependencies minor
@backstage/plugin-catalog-backend-module-backstage-openapi (source) 0.4.3 -> 0.4.4 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-backend-module-github (source) 0.7.8 -> 0.7.9 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-backend-module-scaffolder-entity-model (source) 0.2.3 -> 0.2.4 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-common (source) 1.1.2 -> 1.1.3 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-graph (source) 0.4.14 -> 0.4.15 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-import (source) 0.12.8 -> 0.12.9 age adoption passing confidence dependencies patch
@backstage/plugin-catalog-react (source) 1.15.0 -> 1.15.1 age adoption passing confidence dependencies patch
@backstage/plugin-org (source) 0.6.34 -> 0.6.35 age adoption passing confidence dependencies patch
@backstage/plugin-permission-common (source) 0.8.3 -> 0.8.4 age adoption passing confidence dependencies patch
@backstage/plugin-permission-node (source) 0.8.6 -> 0.8.7 age adoption passing confidence dependencies patch
@backstage/plugin-permission-react (source) 0.4.29 -> 0.4.30 age adoption passing confidence dependencies patch
@backstage/plugin-proxy-backend (source) 0.5.9 -> 0.5.10 age adoption passing confidence dependencies patch
@backstage/plugin-scaffolder (source) 1.27.3 -> 1.27.4 age adoption passing confidence dependencies patch
@backstage/plugin-scaffolder-backend (source) 1.28.0 -> 1.29.0 age adoption passing confidence dependencies minor
@backstage/plugin-scaffolder-node (source) 0.6.2 -> 0.6.3 age adoption passing confidence dependencies patch
@backstage/plugin-search (source) 1.4.21 -> 1.4.22 age adoption passing confidence dependencies patch
@backstage/plugin-search-backend (source) 1.8.0 -> 1.8.1 age adoption passing confidence dependencies patch
@backstage/plugin-search-backend-module-catalog (source) ^0.2.6 -> ^0.3.0 age adoption passing confidence dependencies minor
@backstage/plugin-search-backend-module-pg (source) 0.5.39 -> 0.5.40 age adoption passing confidence dependencies patch
@backstage/plugin-search-backend-module-techdocs (source) 0.3.4 -> 0.3.5 age adoption passing confidence dependencies patch
@backstage/plugin-search-backend-node (source) 1.3.6 -> 1.3.7 age adoption passing confidence dependencies patch
@backstage/plugin-search-react (source) 1.8.4 -> 1.8.5 age adoption passing confidence dependencies patch
@backstage/plugin-techdocs (source) 1.12.0 -> 1.12.1 age adoption passing confidence dependencies patch
@backstage/plugin-techdocs-backend (source) 1.11.4 -> 1.11.5 age adoption passing confidence dependencies patch
@backstage/plugin-techdocs-module-addons-contrib (source) 1.1.19 -> 1.1.20 age adoption passing confidence dependencies patch
@backstage/plugin-techdocs-react (source) 1.2.12 -> 1.2.13 age adoption passing confidence dependencies patch
@backstage/plugin-user-settings (source) 0.8.17 -> 0.8.18 age adoption passing confidence dependencies patch
@backstage/repo-tools (source) 0.12.0 -> 0.12.1 age adoption passing confidence devDependencies patch
@backstage/test-utils (source) 1.7.3 -> 1.7.4 age adoption passing confidence devDependencies patch
backstage/backstage 1.34.2 -> 1.35.0 age adoption passing confidence minor

Release Notes

backstage/backstage (@​backstage/app-defaults)

v1.5.16

Compare Source

Patch Changes
backstage/backstage (@​backstage/backend-defaults)

v0.7.0

Compare Source

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
backstage/backstage (@​backstage/backend-plugin-api)

v1.1.1

Compare Source

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

v1.9.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/catalog-model)

v1.7.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/cli)

v0.29.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/config)

v1.3.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-app-api)

v1.15.4

Compare Source

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate label Jan 14, 2025
@renovate renovate bot force-pushed the renovate/backstage-core branch from 2ed71e6 to 6d97e93 Compare January 15, 2025 12:49
@renovate renovate bot changed the title fix(deps): update dependency backstage/backstage to v1.35.0 fix(deps): update backstage core Jan 15, 2025
@renovate renovate bot force-pushed the renovate/backstage-core branch from 6d97e93 to 773e4b3 Compare January 23, 2025 17:57
Copy link
Contributor Author

renovate bot commented Jan 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@secustor secustor enabled auto-merge (squash) January 27, 2025 18:35
@secustor secustor merged commit 6492b0b into main Jan 27, 2025
3 of 4 checks passed
@secustor secustor deleted the renovate/backstage-core branch January 27, 2025 18:38
@github-actions github-actions bot mentioned this pull request Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant