Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.15
->1.5.16
^0.6.1
->^0.7.0
1.1.0
->1.1.1
1.9.0
->1.9.1
1.7.2
->1.7.3
0.29.4
->0.29.5
0.29.4
->0.29.5
1.3.1
->1.3.2
1.15.3
->1.15.4
0.16.2
->0.16.3
1.10.2
->1.10.3
1.2.2
->1.2.3
0.12.2
->0.12.3
0.4.3
->0.4.4
0.24.1
->0.24.2
0.2.3
->0.2.4
0.5.5
->0.5.6
1.26.0
->1.26.1
1.29.0
->1.30.0
0.4.3
->0.4.4
0.7.8
->0.7.9
0.2.3
->0.2.4
1.1.2
->1.1.3
0.4.14
->0.4.15
0.12.8
->0.12.9
1.15.0
->1.15.1
0.6.34
->0.6.35
0.8.3
->0.8.4
0.8.6
->0.8.7
0.4.29
->0.4.30
0.5.9
->0.5.10
1.27.3
->1.27.4
1.28.0
->1.29.0
0.6.2
->0.6.3
1.4.21
->1.4.22
1.8.0
->1.8.1
^0.2.6
->^0.3.0
0.5.39
->0.5.40
0.3.4
->0.3.5
1.3.6
->1.3.7
1.8.4
->1.8.5
1.12.0
->1.12.1
1.11.4
->1.11.5
1.1.19
->1.1.20
1.2.12
->1.2.13
0.8.17
->0.8.18
0.12.0
->0.12.1
1.7.3
->1.7.4
1.34.2
->1.35.0
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 pluginhttpRouter
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 anerror
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 usingnode-fetch
for gitlabd2b16db
: TheGerritUrlReader
can now read content from a commit and not only from the top of a branch. TheGitiles 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 present8379bf4
: Remove usages ofPluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service typesbackstage/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
e937ce0
: Fixed incompatible@typescript-eslint
versions with current[email protected]
8557e09
: Removed theEXPERIMENTAL_VITE
flag for using Vite as a dev server. If you were using this feature, we recommend switching to Rspack via theEXPERIMENTAL_RSPACK
flag.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.
This PR was generated by Mend Renovate. View the repository job log.