summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-16fix(fmt): remove debug output when formatting dynamic imports (#22433)David Sherret
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-15chore: forward v1.40.5 release commit to main (#22424)denobot
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-02-13chore: bump deno_graph to 0.65.3 (#22397)Lino Le Van
2024-02-12chore: continue tests/ re-org (#22396)Matt Mastracci
2024-02-12feat(lsp): jsr support first pass (#22382)Nayeem Rahman
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-10fix: cache bust jsr deps on constraint failure (#22372)David Sherret
2024-02-09fix: lockfile was sometimes getting corrupt when changing config deps (#22359)David Sherret
2024-02-09refactor: split integration tests from CLI (part 1) (#22308)Matt Mastracci
2024-02-09fix: handle non-file scopes in synthetic import map (#22361)David Sherret
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-08chore: forward v1.40.4 release commit to main (#22345)denobot
2024-02-08fix(lint): point to migration docs in deprecated APIs rule (#22338)Asher Gomez
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-06fix(publish): 'explit' typo (#22296)John Spurlock
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05fix: Fix segmentation fault in tests on CPUs with PKU support (#22152)Alessandro Cosentino
2024-02-03fix(test/regression): handle CLI arg directory using `../` in path (#22244)David Sherret
2024-02-01fix(publish): use lighter crate for opening browser (#22224)Bartek Iwańczuk
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-31chore(publish): try to automatically open the web browser (#22208)Bartek Iwańczuk
2024-01-31chore: update deno_doc (#22174)Leo Kettmeir
2024-01-26chore: forward v1.40.2 commit to main (#22133)Bartek Iwańczuk
2024-01-25chore: forward v1.40.1 commit to main (#22107)Bartek Iwańczuk
2024-01-25chore: update deno_graph (#22099)Luca Casonato
2024-01-251.40.0 (#22096)denobot
2024-01-25chore: upgrade deno_lint to 0.55.0 (#22092)Bartek Iwańczuk
2024-01-24feat(publish): exclude and include (#22055)Luca Casonato
2024-01-24feat: TC39 decorator proposal support (#22040)Bartek Iwańczuk
2024-01-23chore: make deno --help more colorful (#21962)Bartek Iwańczuk
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato
2024-01-23chore: update deno_ast and deno_graph (#22033)Bartek Iwańczuk
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-22fix(runtime): only discard extension sources if a snapshot is provided (#22023)Nayeem Rahman
2024-01-21fix: remove conditional unstable type-checking from other commands (#21991)Bartek Iwańczuk
2024-01-21fix(lsp): improved npm specifier to import map entry mapping (#22016)David Sherret
2024-01-18fix(lsp): regression - formatting was broken on windows (#21972)David Sherret
2024-01-17chore: update deno_doc (#21969)Leo Kettmeir
2024-01-16chore: upgrade clap to 4.4.17 (#21956)Bartek Iwańczuk
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-11fix(web): use rustyline for prompt (#21893)Divy Srivastava
2024-01-11fix(fast_check): analyze identifiers in type assertions/as exprs (#21899)David Sherret
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk