Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [deno](https://redirect.github.com/denoland/deno) | | patch | `2.1.3` -> `2.1.4` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.215` -> `1.0.216` | | [thiserror](https://redirect.github.com/dtolnay/thiserror) | workspace.dependencies | patch | `2.0.6` -> `2.0.7` | --- ### Release Notes <details> <summary>denoland/deno (deno)</summary> ### [`v2.1.4`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#214--20241211) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.1.3...v2.1.4) - feat(unstable): support caching npm dependencies only as they're needed ([#​27300](https://redirect.github.com/denoland/deno/issues/27300)) - fix(compile): correct read length for transpiled typescript files ([#​27301](https://redirect.github.com/denoland/deno/issues/27301)) - fix(ext/node): accept file descriptor in fs.readFile(Sync) ([#​27252](https://redirect.github.com/denoland/deno/issues/27252)) - fix(ext/node): handle Float16Array in node:v8 module ([#​27285](https://redirect.github.com/denoland/deno/issues/27285)) - fix(lint): do not error providing --allow-import ([#​27321](https://redirect.github.com/denoland/deno/issues/27321)) - fix(node): update list of builtin node modules, add missing export to \_http_common ([#​27294](https://redirect.github.com/denoland/deno/issues/27294)) - fix(outdated): error when there are no config files ([#​27306](https://redirect.github.com/denoland/deno/issues/27306)) - fix(outdated): respect --quiet flag for hints ([#​27317](https://redirect.github.com/denoland/deno/issues/27317)) - fix(outdated): show a suggestion for updating ([#​27304](https://redirect.github.com/denoland/deno/issues/27304)) - fix(task): do not always kill child on ctrl+c on windows ([#​27269](https://redirect.github.com/denoland/deno/issues/27269)) - fix(unstable): don't unwrap optional state in otel ([#​27292](https://redirect.github.com/denoland/deno/issues/27292)) - fix: do not error when subpath has an @​ symbol ([#​27290](https://redirect.github.com/denoland/deno/issues/27290)) - fix: do not panic when fetching invalid file url on Windows ([#​27259](https://redirect.github.com/denoland/deno/issues/27259)) - fix: replace the [@​deno-types](https://redirect.github.com/deno-types) with [@​ts-types](https://redirect.github.com/ts-types) ([#​27310](https://redirect.github.com/denoland/deno/issues/27310)) - perf(compile): improve FileBackedVfsFile ([#​27299](https://redirect.github.com/denoland/deno/issues/27299)) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.216`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.216) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) - Mark all generated impls with #\[automatically_derived] to exclude from code coverage ([#​2866](https://redirect.github.com/serde-rs/serde/issues/2866), [#​2868](https://redirect.github.com/serde-rs/serde/issues/2868), thanks [@​tdittr](https://redirect.github.com/tdittr)) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v2.0.7`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.7) [Compare Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.6...2.0.7) - Work around conflict with #\[deny(clippy::allow_attributes)] ([#​397](https://redirect.github.com/dtolnay/thiserror/issues/397), thanks [@​zertosh](https://redirect.github.com/zertosh)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on monday" (UTC), 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/keithamus/hdx). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information