Skip to content

Commit

Permalink
Update dependencies (#58)
Browse files Browse the repository at this point in the history
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

([#&#8203;27300](https://redirect.github.com/denoland/deno/issues/27300))
- fix(compile): correct read length for transpiled typescript files
([#&#8203;27301](https://redirect.github.com/denoland/deno/issues/27301))
- fix(ext/node): accept file descriptor in fs.readFile(Sync)
([#&#8203;27252](https://redirect.github.com/denoland/deno/issues/27252))
- fix(ext/node): handle Float16Array in node:v8 module
([#&#8203;27285](https://redirect.github.com/denoland/deno/issues/27285))
- fix(lint): do not error providing --allow-import
([#&#8203;27321](https://redirect.github.com/denoland/deno/issues/27321))
- fix(node): update list of builtin node modules, add missing export to
\_http_common
([#&#8203;27294](https://redirect.github.com/denoland/deno/issues/27294))
- fix(outdated): error when there are no config files
([#&#8203;27306](https://redirect.github.com/denoland/deno/issues/27306))
- fix(outdated): respect --quiet flag for hints
([#&#8203;27317](https://redirect.github.com/denoland/deno/issues/27317))
- fix(outdated): show a suggestion for updating
([#&#8203;27304](https://redirect.github.com/denoland/deno/issues/27304))
- fix(task): do not always kill child on ctrl+c on windows
([#&#8203;27269](https://redirect.github.com/denoland/deno/issues/27269))
- fix(unstable): don't unwrap optional state in otel
([#&#8203;27292](https://redirect.github.com/denoland/deno/issues/27292))
- fix: do not error when subpath has an @&#8203; symbol
([#&#8203;27290](https://redirect.github.com/denoland/deno/issues/27290))
- fix: do not panic when fetching invalid file url on Windows
([#&#8203;27259](https://redirect.github.com/denoland/deno/issues/27259))
- fix: replace the
[@&#8203;deno-types](https://redirect.github.com/deno-types) with
[@&#8203;ts-types](https://redirect.github.com/ts-types)
([#&#8203;27310](https://redirect.github.com/denoland/deno/issues/27310))
- perf(compile): improve FileBackedVfsFile
([#&#8203;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
([#&#8203;2866](https://redirect.github.com/serde-rs/serde/issues/2866),
[#&#8203;2868](https://redirect.github.com/serde-rs/serde/issues/2868),
thanks [@&#8203;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)]
([#&#8203;397](https://redirect.github.com/dtolnay/thiserror/issues/397),
thanks [@&#8203;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
renovate[bot] authored Dec 15, 2024
1 parent 3c1834f commit 6434ec7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
rust = "1.83.0"
deno = "2.1.3"
deno = "2.1.4"
34 changes: 24 additions & 10 deletions Cargo.lock

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

0 comments on commit 6434ec7

Please sign in to comment.