summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Expand)Author
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
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-12chore: forward v1.45.2 release commit to main (#24564)denobot
2024-07-12fix: include already seen deps in lockfile dep tracking (#24556)David Sherret
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-111.45.0 (#24512)denobot
2024-07-10chore: update deno_doc (#24509)Leo Kettmeir
2024-07-10fix: memory leak when transpiling (#24490)Bartek Iwańczuk
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05chore: rename `__runtime_js_source` to `hmr` (#24442)Divy Srivastava
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