Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies #85

Merged
merged 1 commit into from
Feb 17, 2025
Merged

chore(deps): update dependencies #85

merged 1 commit into from
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.28 -> 4.5.29
deno patch 2.1.9 -> 2.1.10
smallvec workspace.dependencies minor 1.13.2 -> 1.14.0
strum workspace.dependencies patch 0.27.0 -> 0.27.1

Release Notes

clap-rs/clap (clap)

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
denoland/deno (deno)

v2.1.10

Compare Source

  • Revert "fix(lsp): silence debug error for 'move to a new file' action
    (#​27780)" (#​27903)
  • fix(cli): Fix panic in load_native_certs (#​27863)
  • fix(compile): never include the specified output executable in itself (#​27877)
  • fix(ext/napi): napi_is_buffer tests for ArrayBufferView (#​27956)
  • fix(ext/node): expose brotli stream APIs (#​27943)
  • fix(ext/node): fix missing privateKey.x in curve25519 JWK (#​27990)
  • fix(ext/node): fix twitter-api-v2 compatibility (#​27971)
  • fix(ext/node): handle non-ws upgrade headers (#​27931)
  • fix(ext/node): set process fields on own instance (#​27927)
  • fix(ext/node): set process.env as own property (#​27891)
  • fix(ext/node): support proxy http request (#​27871)
  • fix(lsp): ignore a few more diagnostics for ambient modules (#​27949)
  • fix(node): resolve module as maybe CJS when it's missing a file extension
    (#​27904)
  • fix(node): show directory import and missing extension suggestions (#​27905)
  • fix(otel): custom span start + end times are fractional ms (#​27995)
  • fix(publish): correct coloring in --help (#​27939)
  • fix(streams): handle Resource stream error (#​27975)
  • fix: allow creating TSC host without a snapshot (#​28058)
  • fix: do special file permission check for check_read_path (#​27989)
  • fix: panic with js lint plugins and invalid js syntax (#​28006)
  • perf(compile): use bytes already in memory after downloading executable
    (#​28000)
  • perf(lsp): cancellation checks in blocking code (#​27997)
  • perf: node resolution cache (#​27838)
servo/rust-smallvec (smallvec)

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: servo/rust-smallvec@v1.13.2...v1.14.0

Peternator7/strum (strum)

v0.27.1

Compare Source

  • #​414: Fix docrs build error.

  • #​417: Mention parse_error_ty and parse_error_fn that had been
    left out of the docs accidentally.

  • #​421#​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.

    #[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
    }

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from keithamus as a code owner February 17, 2025 02:31
@keithamus keithamus merged commit 3aadb3f into main Feb 17, 2025
4 checks passed
@keithamus keithamus deleted the renovate/dependencies branch February 17, 2025 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant