summaryrefslogtreecommitdiff
path: root/cli/tools/registry
AgeCommit message (Expand)Author
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
2024-03-08fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)David Sherret
2024-03-08fix(publish): do not include .gitignore (#22789)David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)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-07fix(tools/publish): correctly handle importing from self in unfurling (#22774)Luca Casonato
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
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-04feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)Divy Srivastava
2024-03-01feat(unstable/pm): support version contraints in 'deno add' (#22646)Nayeem Rahman
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-29fix(publish): reduce warnings about dynamic imports (#22636)David Sherret
2024-02-29feat(publish): enable package provenance by default on github actions (#22635)Divy Srivastava
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
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
2024-02-27fix(unstable): sloppy imports should resolve .d.ts files during types resolut...David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-27feat(publish): discover jsr.json and jsr.jsonc files (#22587)Bartek Iwańczuk
2024-02-23feat: infer dependencies from package.json (#22563)Marvin Hagemeister
2024-02-23feat(publish): respect .gitignore during `deno publish` (#22514)Divy Srivastava
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-20fix(publish): print files that will be published (#22495)Luca Casonato
2024-02-19fix(publish): ignore .DS_Store while publishing (#22478)Luca Casonato
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret