summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret
2024-07-14fix(init): use bare specifier for `jsr:@std/assert` (#24581)David Sherret
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-07-12fix(publish): show dirty files on dirty check failure (#24541)David Sherret
2024-07-12fix(cli/init): broken link in deno init sample template (#24545)vwh
2024-07-10fix: memory leak when transpiling (#24490)Bartek Iwańczuk
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-10feat: deprecate `deno vendor` (#22183)Asher Gomez
2024-07-09feat(cli): `deno init --lib` (#22499)muddlebee
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-08feat: add `__tests__` to test file detection defaults (#24443)Marvin Hagemeister
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
2024-07-04feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)Zander Hill
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-03refactor(jupyter): move ZeroMQ server to a separate thread (#24373)Bartek Iwańczuk
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-07-02fix(compile): atomically write compile output (#24378)Heyang Zhou
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-28chore: update deno_doc (#24308)Leo Kettmeir
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-26refactor: bump deno_graph to 0.79 (#24337)David Sherret
2024-06-20fix(task): do not propagate env changes outside subshells (#24279)David Sherret
2024-06-17fix(repl): prevent panic when deleting globalThis.closed property (#24014)safaa-mojahed
2024-06-17fix(docs): correctly resolve href for built-ins (#24228)Leo Kettmeir
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-10FUTURE: support `deno install <alias>@npm:<package>` (#24156)David Sherret
2024-06-10fix(jupyter): Avoid panicking when `DEBUG` env var is set (#24168)Nathan Whitaker
2024-06-07fix: do not panic linting files with UTF-8 BOM (#24136)David Sherret
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-30feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...Luca Casonato
2024-05-29chore: upgrade jupyter runtimelib to 0.11.0 (#24036)Kyle Kelley
2024-05-29fix(task): always use `npm` for `npm run` with flags (#24028)Marvin Hagemeister
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-28chore: set lockfile as having no content changes after write (#24023)David Sherret
2024-05-28perf: parse source files in parallel (#23858)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-28fix(coverage): do not generate script coverage with empty url (#24007)Yoshiya Hinosawa
2024-05-28fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200)Hajime-san
2024-05-28fix(coverage): skip generating coverage json for http(s) scripts (#24008)Yoshiya Hinosawa
2024-05-28fix(coverage): handle ignore patterns (#23974)Yoshiya Hinosawa
2024-05-28fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...David Sherret