summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-28chore: update deno_doc (#24308)Leo Kettmeir
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-26refactor: bump deno_graph to 0.79 (#24337)David Sherret
2024-06-20fix(task): do not propagate env changes outside subshells (#24279)David Sherret
2024-06-19chore: forward v1.44.4 release commit to main (#24271)denobot
2024-06-19chore: forward v1.44.3 release commit to main (#24256)denobot
2024-06-13fix(npm): use more relaxed package.json version constraint parsing (#24202)David Sherret
2024-06-13chore: forward v1.44.2 release commit to main (#24194)denobot
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-06refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)David Sherret
2024-06-06chore: forward v1.44.1 release commit to main (#24115)denobot
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05fix: update deno_npm (#24065)Bartek Iwańczuk
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-301.44.0 (#24045)denobot
2024-05-30feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...Luca Casonato
2024-05-29chore: upgrade jupyter runtimelib to 0.11.0 (#24036)Kyle Kelley
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-24fix: use hash of in-memory bytes only for code cache (#23966)David Sherret
2024-05-23fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...Bartek Iwańczuk
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-22chore: forward v1.43.6 release commit to main (#23936)Bartek Iwańczuk
2024-05-21refactor(jupyter): use runtimelib for Jupyter structures and directory paths ...Kyle Kelley
2024-05-17chore: forward v1.43.5 release commit to main (#23877)denobot
2024-05-17fix(npm): regression deserializing JSON for some npm packages (#23868)David Sherret
2024-05-17chore: forward v1.43.4 commit to main (#23861)Bartek Iwańczuk
2024-05-15perf(compile): Do not checksum eszip content (#23839)Arnau Orriols
2024-05-16perf(jsr): download metadata files as soon as possible and in parallel (#23836)David Sherret
2024-05-15fix(doc): --lint - private ref diagnostic was displaying incorrect informatio...David Sherret
2024-05-14fix(doc/publish): support expando properties (#23795)David Sherret
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-12fix(npm): handle null fields in npm registry JSON (#23785)David Sherret
2024-05-10chore: forward v1.43.3 release commit to main (#23771)denobot
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-05-09chore: forward v1.43.2 release commit to main (#23749)denobot
2024-05-07fix(jsr): panic when importing jsr package with deps via https (#23728)David Sherret
2024-05-05fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minifie...David Sherret
2024-05-04fix(publish): public api - trace parent classes & interfaces when following a...David Sherret
2024-05-011.43.0 (#23629)denobot
2024-05-01chore: update deno_doc (#23621)Leo Kettmeir
2024-04-30fix(publish): handle variable declarations with a declare keyword (#23616)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-29fix: handle specifying an import map in an ancestor dir of deno.json (#23602)David Sherret
2024-04-29fix(fmt/md): better handling of lists in block quotes (#23604)David Sherret
2024-04-29fix: reenable syntax highlighting for doc html generator (#23570)Leo Kettmeir
2024-04-25chore: fix cargo publish CI (#23550)Divy Srivastava
2024-04-251.43.0 (#23549)denobot
2024-04-24feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...David Sherret