-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit 3aadb3f
authored
chore(deps): update dependencies (#85)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://redirect.github.com/clap-rs/clap) |
workspace.dependencies | patch | `4.5.28` -> `4.5.29` |
| [deno](https://redirect.github.com/denoland/deno) | | patch | `2.1.9`
-> `2.1.10` |
| [smallvec](https://redirect.github.com/servo/rust-smallvec) |
workspace.dependencies | minor | `1.13.2` -> `1.14.0` |
| [strum](https://redirect.github.com/Peternator7/strum) |
workspace.dependencies | patch | `0.27.0` -> `0.27.1` |
---
### Release Notes
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.29`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4529---2025-02-11)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.28...v4.5.29)
##### Fixes
- Change `ArgMatches::args_present` so not-present flags are considered
not-present (matching the documentation)
</details>
<details>
<summary>denoland/deno (deno)</summary>
###
[`v2.1.10`](https://redirect.github.com/denoland/deno/blob/HEAD/Releases.md#2110--20250213)
[Compare
Source](https://redirect.github.com/denoland/deno/compare/v2.1.9...v2.1.10)
- Revert "fix(lsp): silence debug error for 'move to a new file' action
([#​27780](https://redirect.github.com/denoland/deno/issues/27780))"
([#​27903](https://redirect.github.com/denoland/deno/issues/27903))
- fix(cli): Fix panic in `load_native_certs`
([#​27863](https://redirect.github.com/denoland/deno/issues/27863))
- fix(compile): never include the specified output executable in itself
([#​27877](https://redirect.github.com/denoland/deno/issues/27877))
- fix(ext/napi): napi_is_buffer tests for ArrayBufferView
([#​27956](https://redirect.github.com/denoland/deno/issues/27956))
- fix(ext/node): expose brotli stream APIs
([#​27943](https://redirect.github.com/denoland/deno/issues/27943))
- fix(ext/node): fix missing privateKey.x in curve25519 JWK
([#​27990](https://redirect.github.com/denoland/deno/issues/27990))
- fix(ext/node): fix twitter-api-v2 compatibility
([#​27971](https://redirect.github.com/denoland/deno/issues/27971))
- fix(ext/node): handle non-ws upgrade headers
([#​27931](https://redirect.github.com/denoland/deno/issues/27931))
- fix(ext/node): set process fields on own instance
([#​27927](https://redirect.github.com/denoland/deno/issues/27927))
- fix(ext/node): set process.env as own property
([#​27891](https://redirect.github.com/denoland/deno/issues/27891))
- fix(ext/node): support proxy http request
([#​27871](https://redirect.github.com/denoland/deno/issues/27871))
- fix(lsp): ignore a few more diagnostics for ambient modules
([#​27949](https://redirect.github.com/denoland/deno/issues/27949))
- fix(node): resolve module as maybe CJS when it's missing a file
extension
([#​27904](https://redirect.github.com/denoland/deno/issues/27904))
- fix(node): show directory import and missing extension suggestions
([#​27905](https://redirect.github.com/denoland/deno/issues/27905))
- fix(otel): custom span start + end times are fractional ms
([#​27995](https://redirect.github.com/denoland/deno/issues/27995))
- fix(publish): correct coloring in --help
([#​27939](https://redirect.github.com/denoland/deno/issues/27939))
- fix(streams): handle Resource stream error
([#​27975](https://redirect.github.com/denoland/deno/issues/27975))
- fix: allow creating TSC host without a snapshot
([#​28058](https://redirect.github.com/denoland/deno/issues/28058))
- fix: do special file permission check for `check_read_path`
([#​27989](https://redirect.github.com/denoland/deno/issues/27989))
- fix: panic with js lint plugins and invalid js syntax
([#​28006](https://redirect.github.com/denoland/deno/issues/28006))
- perf(compile): use bytes already in memory after downloading
executable
([#​28000](https://redirect.github.com/denoland/deno/issues/28000))
- perf(lsp): cancellation checks in blocking code
([#​27997](https://redirect.github.com/denoland/deno/issues/27997))
- perf: node resolution cache
([#​27838](https://redirect.github.com/denoland/deno/issues/27838))
</details>
<details>
<summary>servo/rust-smallvec (smallvec)</summary>
###
[`v1.14.0`](https://redirect.github.com/servo/rust-smallvec/releases/tag/v1.14.0)
[Compare
Source](https://redirect.github.com/servo/rust-smallvec/compare/v1.13.2...v1.14.0)
#### What's Changed
- Implement `MallocSizeOf` for SmallVec (v1) by
[@​nicoburns](https://redirect.github.com/nicoburns) in
[https://github.com/servo/rust-smallvec/pull/370](https://redirect.github.com/servo/rust-smallvec/pull/370)
#### New Contributors
- [@​nicoburns](https://redirect.github.com/nicoburns) made their
first contribution in
[https://github.com/servo/rust-smallvec/pull/370](https://redirect.github.com/servo/rust-smallvec/pull/370)
**Full Changelog**:
servo/rust-smallvec@v1.13.2...v1.14.0
</details>
<details>
<summary>Peternator7/strum (strum)</summary>
###
[`v0.27.1`](https://redirect.github.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0271)
[Compare
Source](https://redirect.github.com/Peternator7/strum/compare/v0.27.0...v0.27.1)
- [#​414](https://redirect.github.com/Peternator7/strum/pull/414):
Fix docrs build error.
- [#​417](https://redirect.github.com/Peternator7/strum/pull/417):
Mention `parse_error_ty` and `parse_error_fn` that had been
left out of the docs accidentally.
-
[#​421](https://redirect.github.com/Peternator7/strum/pull/421)[#​331](https://redirect.github.com/Peternator7/strum/pull/331):
Implement
`#[strum(transparent)]` attribute on `IntoStaticStr`, `Display` and
`AsRefStr` that forwards the implmenentation to
the inner value. Note that for static strings, the inner value must be
convertible to an `&'static str`.
```rust
#[derive(strum::Display)]
enum SurveyResponse {
Yes,
No,
#[strum(transparent)]
Other(String)
}
fn main() {
let response = SurveyResponse::Other("It was good".into());
println!("Question: Did you have fun?");
println!("Answer: {}", response);
// prints: Answer: It was good
}
```
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 845a988 commit 3aadb3fCopy full SHA for 3aadb3f
2 files changed
+11
-11
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments