Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-04-07 15:30:58 +00:00
parent b4a187502b
commit 6c10d88c13
346 changed files with 4505 additions and 173 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/errors
## 1.3.0-next.0
### Minor Changes
- b2319ff: A new `toError` utility function is now available for converting unknown values to `ErrorLike` objects. If the value is already error-like it is returned as-is, strings are used directly as the error message, and all other values are wrapped as `unknown error '<stringified>'`. Non-error causes passed to `CustomErrorBase` are now converted and stored using `toError` rather than discarded.
## 1.2.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/errors",
"version": "1.2.7",
"version": "1.3.0-next.0",
"description": "Common utilities for error handling within Backstage",
"backstage": {
"role": "common-library"