summaryrefslogtreecommitdiff
path: root/cli/tools/upgrade.rs
AgeCommit message (Expand)Author
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-04chore: fix typos (#22677)cui fliter
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-01-30fix: canary for arm64 macos (#22187)Luca Casonato
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-23chore: add upgrade prompt integration test (#21273)David Sherret
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17refactor(upgrade): add unit tests for lsp upgrade check (#21244)David Sherret
2023-11-14feat(lsp): upgrade check on init and notification (#21105)Nayeem Rahman
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-09-27fix(upgrade): use tar.exe to extract on Windows (#20711)David Sherret
2023-09-26fix(upgrade): error instead of panic on unzip failure (#20691)David Sherret
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-07-20fix(cli): output file handling in deno upgrade (#18994)solach
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
2023-05-25fix: don't print release notes on version check prompt (#19252)Luca Casonato
2023-05-16fix(deno/upgrade): allow --version vX.Y.Z (#19139)Levente Kurusa
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-12refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-31Revert "fix(cli): deno upgrade file permission (#18427)" (#18467)Bartek Iwańczuk
2023-03-26fix(cli): deno upgrade file permission (#18427)滑威
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-22chore(test_util): replace tempdir code w/tempdir crate (#18340)Matt Mastracci
2023-03-15perf: do not depend on iana-time-zone (#18088)Divy Srivastava
2023-02-16ref(cli): Add better error message when powershell is missing during upgrade ...Kamil Ogórek
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-08chore(cli/tools): fix typo in upgrade.rs (#17690)Ikko Eltociear Ashimine
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26fix(upgrade): ensure temp dir cleanup on failure (#17535)David Sherret
2023-01-25fix(upgrade): don't display release information for canary (#17516)Leo Kettmeir
2023-01-24feat(upgrade): link to release notes & blog post (#17073)Asher Gomez
2023-01-13refactor(cli/tools): reduce cloning (#17309)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-14fix(upgrade/windows): correct command in windows access denied message (#17049)David Sherret
2022-12-14chore: fix recent regression with `deno upgrade` not handling redirects (#17045)David Sherret