Skip to content

Commit

Permalink
fix(deps): update dependency serialize-error to v12 (#444)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serialize-error](https://github.com/sindresorhus/serialize-error) | dependencies | major | [`11.0.3` -> `12.0.0`](https://renovatebot.com/diffs/npm/serialize-error/11.0.3/12.0.0) |

---

### Release Notes

<details>
<summary>sindresorhus/serialize-error (serialize-error)</summary>

### [`v12.0.0`](https://github.com/sindresorhus/serialize-error/releases/tag/v12.0.0)

[Compare Source](sindresorhus/serialize-error@v11.0.3...v12.0.0)

##### Breaking

-   Require Node.js 18+ ([#&#8203;100](sindresorhus/serialize-error#100))  [`98bbe4e`](sindresorhus/serialize-error@98bbe4e)
-   Avoid breaking with bad custom constructors ([#&#8203;104](sindresorhus/serialize-error#104))  [`e593d37`](sindresorhus/serialize-error@e593d37)

##### Improvements

-   Add support for `AggregateError` ([#&#8203;103](sindresorhus/serialize-error#103))  [`b6ff2eb`](sindresorhus/serialize-error@b6ff2eb)
-   Tighten Error determination ([#&#8203;101](sindresorhus/serialize-error#101))  [`7fc2898`](sindresorhus/serialize-error@7fc2898)

##### Fixes

-   Stop making non-Error properties non-enumerable ([#&#8203;102](sindresorhus/serialize-error#102))  [`1d8395b`](sindresorhus/serialize-error@1d8395b)
-   Fix return type for `unknown` input ([#&#8203;105](sindresorhus/serialize-error#105))  [`64ce883`](sindresorhus/serialize-error@64ce883)

***

</details>

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC40IiwidXBkYXRlZEluVmVyIjoiMzkuOTAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/444
Reviewed-by: Alexandre Soro <[email protected]>
Co-authored-by: renovate <[email protected]>
Co-committed-by: renovate <[email protected]>
  • Loading branch information
renovate authored and alexandresoro committed Jan 5, 2025
1 parent e440254 commit 12b0ea9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"pg": "8.13.1",
"pino": "9.6.0",
"pino-pretty": "13.0.0",
"serialize-error": "11.0.3",
"serialize-error": "12.0.0",
"umzug": "3.8.2",
"zod": "3.24.1"
},
Expand Down
20 changes: 7 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12b0ea9

Please sign in to comment.