summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-26fix(fmt/markdown): fix regression with multi-line footnotes and inline math (...David Sherret
2024-08-26perf(cache): single cache file for typescript emit (#24994)David Sherret
2024-08-26fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)Armaan Salam
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-23fix: handle showing warnings while the progress bar is shown (#25187)David Sherret
2024-08-22chore: enable `log` feature for tracing crate (#25078)Yusuke Tanaka
2024-08-22fix(install): Use relative symlinks in deno install (#25164)Nathan Whitaker
2024-08-22chore: update config-file.v1.json (#25163)Kenta Moriuchi
2024-08-22chore: forward v1.46.1 release commit to main (#25155)denobot
2024-08-22fix: trim space around DENO_AUTH_TOKENS (#25147)Luca Casonato
2024-08-221.46.0 (#25139)denobot
2024-08-22fix(fmt/markdown): metadata header sometimes missing trailing blank line (#25...David Sherret
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-21fix(lsp): resolve jsx import source with types mode (#25064)Nayeem Rahman
2024-08-21fix: warn about import assertions when using typescript (#25135)David Sherret
2024-08-21fix(upgrade): better error message when check_exe fails (#25133)Divy Srivastava
2024-08-21chore(lsp): use 'install' terminology for jsr and npm packages (#25119)Nayeem Rahman
2024-08-21feat(flags): improve help output and make `deno run` list tasks (#25108)Leo Kettmeir
2024-08-20fix(add): error when config file contains importMap field (#25115)David Sherret
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-20chore(release): Release Deno v1.46.0-rc.3 (#25112)Bartek Iwańczuk
2024-08-20fix(lsp): include scoped import map keys in completions (#25047)Nayeem Rahman
2024-08-20feat: glob and directory support for `deno check` and `deno cache` cli arg pa...Yazan AbdAl-Rahman
2024-08-20fix: adjust suggestion for lockfile regeneration (#25107)Bartek Iwańczuk
2024-08-20feat: Print deprecation message for npm packages (#24992)HasanAlrimawi
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-08-20fix(cli): update permission prompt message for compiled binaries (#24081)Yazan AbdAl-Rahman
2024-08-20fix(repl): Prevent panic on broken pipe (#21945)melbourne2991
2024-08-19chore(release): Release Deno v1.46.0-rc.2 (#25101)Bartek Iwańczuk
2024-08-19fix(lint): support linting tsx/jsx from stdin (#24955)Yazan AbdAl-Rahman
2024-08-19feat: Deprecate "import assertions" with a warning (#24743)Bartek Iwańczuk
2024-08-19feat(watch): add watch paths to test subcommand (#24771)Łukasz Czerniawski
2024-08-19fix(compile): make output more deterministic (#25092)David Sherret
2024-08-19fix(fmt): regression with pipe in code blocks in tables (#25098)David Sherret
2024-08-19feat(upgrade): support `deno upgrade 1.46.0` (#25096)Bartek Iwańczuk
2024-08-19feat: upgrade deno_core (#25042)snek
2024-08-19feat(FUTURE): terse lockfile (v4) (#25059)David Sherret
2024-08-18chore: Rust 1.80.1 (#25089)David Sherret
2024-08-19fix(upgrade): support RC release with --version flag (#25091)Bartek Iwańczuk
2024-08-18fix: correct JSON config schema to show vendor option as stable (#25090)David Sherret
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-19chore(release): Release Deno v1.46.0-rc.1 (#25088)Bartek Iwańczuk
2024-08-19fix(upgrade): correctly compute latest version based on current release chann...Bartek Iwańczuk
2024-08-18fix: log current version when using deno upgrade (#25079)HasanAlrimawi
2024-08-18fix: make `deno add` output more deterministic (#25083)David Sherret
2024-08-17fix(fmt): upgrade to dprint-plugin-markdown 0.17.4 (#25075)David Sherret
2024-08-16ci: add script to promote to RC release (#25072)Bartek Iwańczuk