summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01chore(cli): bump zeromq dep (#21045)Matt Mastracci
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-11-01feat(doc): improve non-exported diagnostic (#21033)David Sherret
2023-10-31refactor: update to deno_doc 0.71 (#21023)David Sherret
2023-10-28chore: bump quick-junit to 0.3.5 (#21004)Divy Srivastava
2023-10-27feat(task): add `head` command (#20998)David Sherret
2023-10-27chore(ext/crypto): upgrade to ring 0.17 (#20824)Divy Srivastava
2023-10-26feat(doc): display non-exported types referenced in exported types (#20990)David Sherret
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-11fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879)David Sherret
2023-10-03fix(npm): upgrade to deno_npm 0.15.2 (#20772)David Sherret
2023-09-29feat(lsp): jupyter notebook analysis (#20719)Nayeem Rahman
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-191.37.0 (#20574)denobot
2023-09-18fix(npm): properly handle legacy shasum of package (#20557)David Sherret
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-09-12fix(ext/http): create a graceful shutdown API (#20387)Matt Mastracci
2023-09-09fix(lsp): respect configured exclusions for testing APIs (#20427)Nayeem Rahman
2023-09-09feat(cli): allow --log-level=trace for additional deep debugging (#20426)Matt Mastracci
2023-09-08feat: lockfile v3 (#20424)David Sherret
2023-09-08fix(fmt/markdown): improve ignore comment handling (#20421)David Sherret
2023-09-08fix: empty include in config file excludes all (#20404)Nayeem Rahman
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-01Reland "feat(lsp): enable via config file detection (#20334)" (#20349)Nayeem Rahman
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-08-29feat(lockfile): add redirects to the lockfile (#20262)David Sherret
2023-08-28refactor(runtime): factor out code between build.rs and worker.rs (#20299)Nayeem Rahman
2023-08-28fix(fmt/markdown): ignore trailing words in code block info string for langua...David Sherret
2023-08-26chore(core): bump and trim deps (#20265)Matt Mastracci
2023-08-25chore: fully remove atty dep (#20288)Matt Mastracci
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-24build(deps): bump trust-dns-server from 0.22.0 to 0.22.1 (#20114)dependabot[bot]
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
2023-08-22fix(lint): erroneous remove await in async (#20235)David Sherret
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-17fix(cli): handle missing `now` field in cache (#20192)David Sherret
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-08refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)Yusuke Tanaka
2023-08-08refactor: use deno_cache_dir crate (#20092)David Sherret
2023-08-08fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#...David Sherret
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman