summaryrefslogtreecommitdiff
path: root/cli/tools/registry
AgeCommit message (Expand)Author
2024-08-18fix: make `deno add` output more deterministic (#25083)David Sherret
2024-08-16feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)David Sherret
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06fix: update dry run success message (#24885)HasanAlrimawi
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25fix(workspaces/publish): include the license file from the workspace root if ...David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
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-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-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: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-10FUTURE: support `deno install <alias>@npm:<package>` (#24156)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-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-28fix(publish): raise diagnostics for triple-slash directives for `--dry-run` i...David Sherret
2024-05-14fix(publish): always include config file when publishing (#23797)David Sherret
2024-05-14fix(publish): error for missing version constraints on dry-publish instead of...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
2024-04-18fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...nokazn
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
2024-03-26feat(add): always produce multiline config file (#23077)Bartek Iwańczuk
2024-03-22feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)Asher Gomez
2024-03-21feat(unstable/publish): error when a package's module is excluded from publis...David Sherret
2024-03-12fix(slow-types): improved exports tracing and infer type literals in as exprs...David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-11chore: hidden tool for overwriting files with fast check output (#22822)David Sherret
2024-03-09fix(publish): regression - publishing with vendor folder (#22830)David Sherret