summaryrefslogtreecommitdiff
path: root/cli/tools/installer.rs
AgeCommit message (Expand)Author
2024-11-16fix(cli): show prefix hint when installing a package globally (#26629)Miguel Rodrigues
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-05feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)Bartek Iwańczuk
2024-09-04feat(install): deno install with entrypoint (#25411)Nathan Whitaker
2024-09-03fix(install): recommend using `deno install -g` when using a single http url ...Bartek Iwańczuk
2024-08-28feat: remove `--lock-write` flag (#25214)Bartek Iwańczuk
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-10FUTURE: support `deno install <alias>@npm:<package>` (#24156)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-28chore: set lockfile as having no content changes after write (#24023)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-23fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...Nathan Whitaker
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-04-04refactor(flags): prepare for deno install changes (#23217)Bartek Iwańczuk
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk
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-02-01fix(install): forward granular --unstable-* flags (#22164)Bartek Iwańczuk
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-02fix(cli/installer): percent decode name (#21392)Leo Kettmeir
2023-11-15fix(cli): Allow executable name start with digit (#21214)Bolat Azamat
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)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-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-10feat(install): follow redirects for urls with no path (#17449)Kamil Ogórek
2023-01-28fix(install): tsconfig.json -> deno.json for config file suffix (#17573)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret