summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
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
2024-07-15fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)Nathan Whitaker
2024-07-15fix(workspace): do not resolve to self for npm pkg depending on matching req ...David Sherret
2024-07-15fix(docs): fix some deno.land/manual broken urls (#24557)Igor Borisoglebski
2024-07-14fix(init): use bare specifier for `jsr:@std/assert` (#24581)David Sherret
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(publish): show dirty files on dirty check failure (#24541)David Sherret
2024-07-12fix(config): regression - should not discover npm workspace for nested deno.j...David Sherret
2024-07-12fix(cli/init): broken link in deno init sample template (#24545)vwh
2024-07-12fix: include already seen deps in lockfile dep tracking (#24556)David Sherret
2024-07-12refactor: move importMap with imports/scopes diagnostic to deno_config (#24553)David Sherret
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-11fix(node): Ignore broken default install scripts (#24534)Nathan Whitaker
2024-07-11chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)David Sherret
2024-07-11fix(npm): only warn about lifecycle scripts not being run when setting up dir...David Sherret
2024-07-111.45.0 (#24512)denobot
2024-07-10chore: update deno_doc (#24509)Leo Kettmeir
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10feat(jsr): support publishing jsr packages in npm workspaces (#24507)David Sherret
2024-07-10chore: tweak warning message for un-run install scripts (#24508)Nathan Whitaker
2024-07-10fix: memory leak when transpiling (#24490)Bartek Iwańczuk
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
2024-07-10fix(ext/webgpu): fix `GPUUncapturedErrorEvent` parent type (#24369)Victor Turansky
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-10feat: deprecate `deno vendor` (#22183)Asher Gomez
2024-07-09feat(cli): `deno init --lib` (#22499)muddlebee
2024-07-09fix: panic when piping "deno help" or "deno --version" (#22917)muddlebee
2024-07-09feat(compile): support --env (#24166)HasanAlrimawi
2024-07-09fix: do not download compilerOptions -> types when not type checking (#24473)David Sherret
2024-07-09feat(workspace): support object config (#24483)David Sherret
2024-07-09fix: restore reference to dom.extras in lib.dom.d.ts (#24489)Bartek Iwańczuk
2024-07-09fix: make .setup-cache.bin in node_modules more reproducible (#24480)Zebreus
2024-07-09fix: only use maglev in DENO_FUTURE for now (#24485)snek
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-09fix(lsp): do sloppy resolution for node-to-node imports in byonm (#24481)Nayeem Rahman
2024-07-09docs(ext/net): explain `port: 0` behavior (#24475)Asher Gomez
2024-07-09fix: add warning for invalid unstable feature use in deno.json/jsonc (#24120)HasanAlrimawi
2024-07-08fix(lsp): inherit workspace-root-only fields in members (#24440)Nayeem Rahman
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-08feat: add `__tests__` to test file detection defaults (#24443)Marvin Hagemeister
2024-07-05fix(permissions): handle ipv6 addresses correctly (#24397)Luca Casonato
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-05chore: rename `__runtime_js_source` to `hmr` (#24442)Divy Srivastava