Skip to content

Commit

Permalink
Update dependencies (#54)
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.0.4`
-> `2.0.6` |
| [pprof](https://redirect.github.com/tikv/pprof-rs) |
workspace.dependencies | minor | `0.13.0` -> `0.14.0` |
| [thiserror](https://redirect.github.com/dtolnay/thiserror) |
workspace.dependencies | patch | `2.0.0` -> `2.0.3` |

---

### Release Notes

<details>
<summary>denoland/deno (deno)</summary>

###
[`v2.0.6`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#206--20241110)

[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.0.5...v2.0.6)

- feat(ext/http): abort event when request is cancelled
([#&#8203;26781](https://redirect.github.com/denoland/deno/issues/26781))
- feat(ext/http): abort signal when request is cancelled
([#&#8203;26761](https://redirect.github.com/denoland/deno/issues/26761))
- feat(lsp): auto-import completions from byonm dependencies
([#&#8203;26680](https://redirect.github.com/denoland/deno/issues/26680))
- fix(ext/cache): don't panic when creating cache
([#&#8203;26780](https://redirect.github.com/denoland/deno/issues/26780))
- fix(ext/node): better inspector support
([#&#8203;26471](https://redirect.github.com/denoland/deno/issues/26471))
- fix(fmt): don't use self-closing tags in HTML
([#&#8203;26754](https://redirect.github.com/denoland/deno/issues/26754))
- fix(install): cache jsr deps from all workspace config files
([#&#8203;26779](https://redirect.github.com/denoland/deno/issues/26779))
- fix(node:zlib): gzip & gzipSync should accept ArrayBuffer
([#&#8203;26762](https://redirect.github.com/denoland/deno/issues/26762))
- fix: performance.timeOrigin
([#&#8203;26787](https://redirect.github.com/denoland/deno/issues/26787))

###
[`v2.0.5`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#205--20241105)

[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.0.4...v2.0.5)

- fix(add): better error message when adding package that only has
pre-release
versions
([#&#8203;26724](https://redirect.github.com/denoland/deno/issues/26724))
- fix(add): only add npm deps to package.json if it's at least as close
as
deno.json
([#&#8203;26683](https://redirect.github.com/denoland/deno/issues/26683))
- fix(cli): set `npm_config_user_agent` when running npm packages or
tasks

([#&#8203;26639](https://redirect.github.com/denoland/deno/issues/26639))
- fix(coverage): exclude comment lines from coverage reports
([#&#8203;25939](https://redirect.github.com/denoland/deno/issues/25939))
- fix(ext/node): add `findSourceMap` to the default export of
`node:module`

([#&#8203;26720](https://redirect.github.com/denoland/deno/issues/26720))
- fix(ext/node): convert errors from `fs.readFile/fs.readFileSync` to
node
format
([#&#8203;26632](https://redirect.github.com/denoland/deno/issues/26632))
- fix(ext/node): resolve exports even if parent module filename isn't
present

([#&#8203;26553](https://redirect.github.com/denoland/deno/issues/26553))
- fix(ext/node): return `this` from `http.Server.ref/unref()`
([#&#8203;26647](https://redirect.github.com/denoland/deno/issues/26647))
- fix(fmt): do not panic for jsx ignore container followed by jsx text
([#&#8203;26723](https://redirect.github.com/denoland/deno/issues/26723))
- fix(fmt): fix several HTML and components issues
([#&#8203;26654](https://redirect.github.com/denoland/deno/issues/26654))
- fix(fmt): ignore file directive for YAML files
([#&#8203;26717](https://redirect.github.com/denoland/deno/issues/26717))
- fix(install): handle invalid function error, and fallback to junctions
regardless of the error
([#&#8203;26730](https://redirect.github.com/denoland/deno/issues/26730))
- fix(lsp): include unstable features from editor settings
([#&#8203;26655](https://redirect.github.com/denoland/deno/issues/26655))
- fix(lsp): scope attribution for lazily loaded assets
([#&#8203;26699](https://redirect.github.com/denoland/deno/issues/26699))
- fix(node): Implement `os.userInfo` properly, add missing `toPrimitive`

([#&#8203;24702](https://redirect.github.com/denoland/deno/issues/24702))
- fix(serve): support serve hmr
([#&#8203;26078](https://redirect.github.com/denoland/deno/issues/26078))
- fix(types): missing `import` permission on `PermissionOptionsObject`
([#&#8203;26627](https://redirect.github.com/denoland/deno/issues/26627))
- fix(workspace): support wildcard packages
([#&#8203;26568](https://redirect.github.com/denoland/deno/issues/26568))
- fix: clamp smi in fast calls by default
([#&#8203;26506](https://redirect.github.com/denoland/deno/issues/26506))
- fix: improved support for cjs and cts modules
([#&#8203;26558](https://redirect.github.com/denoland/deno/issues/26558))
- fix: op_run_microtasks crash
([#&#8203;26718](https://redirect.github.com/denoland/deno/issues/26718))
- fix: panic_hook hangs without procfs
([#&#8203;26732](https://redirect.github.com/denoland/deno/issues/26732))
- fix: remove permission check in op_require_node_module_paths
([#&#8203;26645](https://redirect.github.com/denoland/deno/issues/26645))
- fix: surface package.json location on dep parse failure
([#&#8203;26665](https://redirect.github.com/denoland/deno/issues/26665))
- perf(lsp): don't walk coverage directory
([#&#8203;26715](https://redirect.github.com/denoland/deno/issues/26715))

</details>

<details>
<summary>tikv/pprof-rs (pprof)</summary>

###
[`v0.14.0`](https://redirect.github.com/tikv/pprof-rs/blob/HEAD/CHANGELOG.md#0140---2023-11-08)

##### Fixed

- Fix the alignment of the collector and validate function
([#&#8203;255](https://redirect.github.com/tikv/pprof-rs/issues/255))

##### Changed

- Bump the MSRV to 1.66.0
([#&#8203;255](https://redirect.github.com/tikv/pprof-rs/issues/255))

</details>

<details>
<summary>dtolnay/thiserror (thiserror)</summary>

###
[`v2.0.3`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.3)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.2...2.0.3)

- Support the same Path field being repeated in both Debug and Display
representation in error message
([#&#8203;383](https://redirect.github.com/dtolnay/thiserror/issues/383))
- Improve error message when a format trait used in error message is not
implemented by some field
([#&#8203;384](https://redirect.github.com/dtolnay/thiserror/issues/384))

###
[`v2.0.2`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.2)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.1...2.0.2)

- Fix hang on invalid input inside #\[error(...)] attribute
([#&#8203;382](https://redirect.github.com/dtolnay/thiserror/issues/382))

###
[`v2.0.1`](https://redirect.github.com/dtolnay/thiserror/releases/tag/2.0.1)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/2.0.0...2.0.1)

- Support errors that contain a dynamically sized final field
([#&#8203;375](https://redirect.github.com/dtolnay/thiserror/issues/375))
- Improve inference of trait bounds for fields that are interpolated
multiple times in an error message
([#&#8203;377](https://redirect.github.com/dtolnay/thiserror/issues/377))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 024c071 commit de7049c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 10 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.82.0"
deno = "2.0.4"
deno = "2.0.6"
46 changes: 38 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pico-args = { version = "0.5.0" }
project-root = { version = "0.2.2" }
similar = { version = "2.6.0" }
criterion = { version = "0.5.1" }
pprof = { version = "0.13.0" }
pprof = { version = "0.14.0" }
flate2 = { version = "1.0.34" }
insta = { version = "1.41.1" }
console = { version = "0.15.8" }
Expand Down

0 comments on commit de7049c

Please sign in to comment.