summaryrefslogtreecommitdiff
path: root/cli/tools/registry/mod.rs
AgeCommit message (Expand)Author
2024-11-19refactor: update deno_doc, use prismjs, remove internal reference html genera...Leo Kettmeir
2024-11-16fix(cli): show prefix hint when installing a package globally (#26629)Miguel Rodrigues
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-08-31fix(publish): ensure provenance is spec compliant (#25200)Bob Callaway
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-16feat(config/jsr): add license field (#25056)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-06fix: update dry run success message (#24885)HasanAlrimawi
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)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-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)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-07-12fix(publish): show dirty files on dirty check failure (#24541)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-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)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-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
2024-04-11fix(publish): do not warn about excluded external modules in node_modules dir...David Sherret
2024-03-31fix(check): ignore certain diagnostics in remote modules and when publishing ...David Sherret
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
2024-03-08fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)David Sherret
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-03-07perf(cli): use faster_hex (#22761)Matt Mastracci
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-06fix(publish): permissionless dry-run in GHA (#22679)Divy Srivastava
2024-03-05refactor: move deno json functionality to args module (#22710)David Sherret
2024-03-01fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)David Sherret
2024-02-29fix(publish): disable provenance if not in GHA (#22638)Bartek Iwańczuk
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk
2024-02-29feat(publish): enable package provenance by default on github actions (#22635)Divy Srivastava
2024-02-28Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)Bartek Iwańczuk
2024-02-28fix(publish): make the already published message look like a warning (#22620)Ryan Dahl
2024-02-28fix(publish): error if there are uncommitted changes (#22613)Bartek Iwańczuk
2024-02-28feat(publish): provenance attestation (#22573)Divy Srivastava