summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
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-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-30feat(lsp): registry completions for import-mapped specifiers (#24792)Nayeem Rahman
2024-07-29fix(cli): Unhide publish subcommand help string (#24787)Ryan B.
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-28fix(types): fix streams types (#24770)Kenta Moriuchi
2024-07-28fix: actually add missing `node:readline/promises` module (#24772)David Sherret
2024-07-27fix(npmrc): skip loading .npmrc in home dir on permission error (#24758)David Sherret
2024-07-27refactor(lint): move reporters to separate module (#24757)David Sherret
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-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-26fix: support `npm:bindings` and `npm:callsites` packages (#24727)Bartek Iwańczuk
2024-07-25chore: fix bench task (#24718)Asher Gomez
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-25fix(workspaces/publish): include the license file from the workspace root if ...David Sherret
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-24perf: update deno_doc (#24700)Leo Kettmeir
2024-07-24fix: update lsp error message of 'relative import path' to 'use deno add' for...HasanAlrimawi
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-23fix: enable the reporting of parsing related problems when running deno lint ...HasanAlrimawi
2024-07-23fix(lsp): rewrite import for 'infer return type' action (#24685)Nayeem Rahman
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot
2024-07-23Revert "fix(cli): add NAPI support in standalone mode (#24642)" (#24682)Bartek Iwańczuk
2024-07-23Revert "chore: move all node-api impl to ext (#24662)" (#24680)Bartek Iwańczuk
2024-07-22fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...Kenta Moriuchi
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
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-22fix(lsp): scope attribution for asset documents (#24663)Nayeem Rahman
2024-07-22Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)Bartek Iwańczuk
2024-07-21fix(cli): add NAPI support in standalone mode (#24642)Ivancing
2024-07-21fix: CFunctionInfo and CTypeInfo leaks (#24634)Divy Srivastava
2024-07-19fix(lsp): hang when caching failed (#24651)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-19fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)Nathan Whitaker
2024-07-19fix(fmt): was sometimes putting comments in front of commas in parameter list...David Sherret
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-18fix(lsp): support npm workspaces and fix some resolution issues (#24627)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret
2024-07-16refactor(node): internally add `.code()` to node resolution errors (#24610)David Sherret
2024-07-16fix(cli): Create child node_modules for conflicting dependency versions, resp...Nathan Whitaker