summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
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-22chore: enable `log` feature for tracing crate (#25078)Yusuke Tanaka
2024-08-22chore: forward v1.46.1 release commit to main (#25155)denobot
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(lsp): resolve jsx import source with types mode (#25064)Nayeem Rahman
2024-08-21feat(flags): improve help output and make `deno run` list tasks (#25108)Leo Kettmeir
2024-08-20chore(release): Release Deno v1.46.0-rc.3 (#25112)Bartek Iwańczuk
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(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-19chore(release): Release Deno v1.46.0-rc.2 (#25101)Bartek Iwańczuk
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(FUTURE): terse lockfile (v4) (#25059)David Sherret
2024-08-19chore(release): Release Deno v1.46.0-rc.1 (#25088)Bartek Iwańczuk
2024-08-17fix(fmt): upgrade to dprint-plugin-markdown 0.17.4 (#25075)David Sherret
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-15feat(lint): Add lint for usage of node globals (with autofix) (#25048)Nathan Whitaker
2024-08-15feat: `deno compile --icon <ico>` (#25039)Divy Srivastava
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-08-12fix: update deno_doc (#24972)Leo Kettmeir
2024-08-12feat: `deno upgrade --rc` (#24905)Bartek Iwańczuk
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-09feat(fmt): support CSS, SCSS, Sass and Less (#24870)Pig Fang
2024-08-08fix(add): better error message providing scoped pkg missing leading `@` symbo...David Sherret
2024-08-08fix: cache bust jsr meta file when version not found in dynamic branches (#24...David Sherret
2024-08-08fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)Nathan Whitaker
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-02feat(fmt): support YAML (#24717)Pig Fang
2024-08-02fix(fmt): handle using stmt in for of stmt (#24834)David Sherret
2024-08-01feat: codesign for deno compile binaries (#24604)Divy Srivastava
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-07-31chore: forward v1.45.5 release commit to main (#24818)denobot
2024-07-27fix: adapt to new jupyter runtime API and include session IDs (#24762)Kyle Kelley
2024-07-26chore: forward v1.45.4 release commit to main (#24754)denobot
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot
2024-07-23Revert "chore: move all node-api impl to ext (#24662)" (#24680)Bartek Iwańczuk
2024-07-22chore: move all node-api impl to ext (#24662)snek
2024-07-22fix(npm): handle packages with only pre-released 0.0.0 versions (#24563)David Sherret
2024-07-19fix(fmt): was sometimes putting comments in front of commas in parameter list...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