-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Insights: denoland/deno
Overview
Could not load contribution data
Please try again later
36 Pull requests merged by 15 people
-
fix(bundle): properly display error on invalid config in watch mode
#30621 merged
Sep 5, 2025 -
fix(node): improve directory import error suggestion
#30619 merged
Sep 5, 2025 -
fix(cache): cache and uninstall are package manager subcommands
#30613 merged
Sep 4, 2025 -
feat(bundle): runtime API for deno bundle
#29949 merged
Sep 4, 2025 -
fix(check): support "moduleResolution": "bundler" in compiler options
#30603 merged
Sep 4, 2025 -
feat(cli): reload environment variables with
--watch
and--env-file
#30197 merged
Sep 4, 2025 -
fix(ext/node): ignore Node.js'
--experimental-*
flags when spawning child process#26351 merged
Sep 4, 2025 -
fix(cli/run): resolve conflict when dir has same name as a task
#29538 merged
Sep 3, 2025 -
feat(lint): no-unversioned-import rule
#30609 merged
Sep 3, 2025 -
fix(ext/node): fs.symlink and fs.symlinkSync compatibility
#30555 merged
Sep 3, 2025 -
fix(install/cache): better discovery for config file based on entrypoint
#30608 merged
Sep 3, 2025 -
refactor(webgpu): make cppgc arguments safer
#30563 merged
Sep 3, 2025 -
feat:
deno run
with no arguments prints list of available tasks#30592 merged
Sep 3, 2025 -
feat: TypeScript 5.9.2
#30601 merged
Sep 3, 2025 -
fix(ext/fetch): only uppercase known methods
#30290 merged
Sep 3, 2025 -
feat(node): implement async hooks for nextTick TickObject tracking
#30578 merged
Sep 3, 2025 -
feat(lint): no-import-prefix workspace rule
#30598 merged
Sep 2, 2025 -
fix(types): specify
ArrayBuffer
as a backing buffer type forResponse.body
andResponse.bytes
#30435 merged
Sep 2, 2025 -
fix(types): specify
ArrayBuffer
as a backing buffer type forTextEncoder.encode()
#30434 merged
Sep 2, 2025 -
feat(ext/fetch): Parse unix socket and vsock proxies from env var
#30377 merged
Sep 2, 2025 -
fix(check): support "compilerOptions.rootDirs" in tsconfig
#30495 merged
Sep 2, 2025 -
chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
#30565 merged
Sep 2, 2025 -
feat(test): Add setup and teardown APIs to
Deno.test
API#30504 merged
Sep 2, 2025 -
feat: permissions in the config file
#30330 merged
Sep 2, 2025 -
fix(check): don't ignore ambient declarations for existent files
#30591 merged
Sep 2, 2025 -
feat(ext/process): add collector utilities to
ChildProcess.stdout
&ChildProcess.stderr
#30552 merged
Sep 2, 2025 -
chore(test): add
reason
field to node compat test config#30469 merged
Sep 1, 2025 -
refactor: reorganize
tools/test
module#30590 merged
Sep 1, 2025 -
fix(ext/node): implement http.res.setHeaders
#30586 merged
Sep 1, 2025 -
fix(ext/webgpu): add illegal constructor errors
#30500 merged
Sep 1, 2025 -
fix(ext/node): path.relative compatibility
#30566 merged
Sep 1, 2025 -
fix(node): mirror webstreams Readable adapter cancel semantics
#30526 merged
Sep 1, 2025 -
fix(lsp): goto-type-definition for builtin on startup
#30499 merged
Sep 1, 2025 -
fix(cli): support data urls in preload by not splitting on comma.
#30544 merged
Aug 31, 2025 -
fix(init): use temp
node_modules
folders fordeno init --npm ...
#30492 merged
Aug 29, 2025 -
fix: upgrade to swc_ecma_parser 23
#30564 merged
Aug 29, 2025
17 Pull requests opened by 10 people
-
feat(cli): Implement support for an "npm version" equivalent in Deno CLI
#30562 opened
Aug 29, 2025 -
chore: update WPT
#30574 opened
Aug 31, 2025 -
feat: permission audit log
#30575 opened
Aug 31, 2025 -
feat(node): implement JSStreamSocket for Node.js stream wrapping compatibility
#30576 opened
Sep 1, 2025 -
fix(node): improve EOF event emission in readable streams
#30577 opened
Sep 1, 2025 -
fix(node): propagate permissions to child processes spawned via shell exec
#30579 opened
Sep 1, 2025 -
fix(node/http): resolve stream.finished() hanging on destroyed server requests
#30580 opened
Sep 1, 2025 -
fix(node): improve stream pipeline compatibility for HTTP requests
#30581 opened
Sep 1, 2025 -
chore: upgrade hickory-dns to 0.25.2
#30582 opened
Sep 1, 2025 -
fix(node): resolve hanging in HTTP response async iteration
#30583 opened
Sep 1, 2025 -
fix(node): prevent duplicate EOF signals in HTTP client streams - alternative solution
#30593 opened
Sep 2, 2025 -
fix(test): change `deno test --doc` virtual files sigil from `$` to `#`
#30594 opened
Sep 2, 2025 -
fix(ext/node): `fs.mkdtemp` and `fs.mkdtempSync` compatibility
#30602 opened
Sep 3, 2025 -
feat: V8 14.0
#30605 opened
Sep 3, 2025 -
refactor: http upgrade internals
#30612 opened
Sep 4, 2025 -
feat(install): refresh install report
#30615 opened
Sep 4, 2025 -
feat(bundle): initial plugin support
#30618 opened
Sep 4, 2025
27 Issues closed by 7 people
-
Panic when unwrapping the result of calling bundle (with recreation)
#30617 closed
Sep 5, 2025 -
Improve ESM npm package directory import suggestion to handle directory containing only package.json
#27959 closed
Sep 5, 2025 -
Bad error message when no `package.json#exports` condition match
#29374 closed
Sep 4, 2025 -
Deno LSP taking time to load TypeScript in VSCode
#23445 closed
Sep 4, 2025 -
SvelteKit and generated types
#28599 closed
Sep 4, 2025 -
Next.js components from `"next"` package are not importing types properly
#25359 closed
Sep 4, 2025 -
Support `"moduleResolution": "bundler"` for type checking and bundling
#29673 closed
Sep 4, 2025 -
Watch the `.env` file when passing `--env` and `--watch`
#29201 closed
Sep 4, 2025 -
Support Wrangler, the CLI for Cloudflare Workers
#26349 closed
Sep 4, 2025 -
Using `deno run` instead of `deno task` fails if there is a dir with the same name as the task
#28878 closed
Sep 3, 2025 -
`deno run` without args should list scripts in `package.json`
#29552 closed
Sep 3, 2025 -
Tests throw errors with npm:events since v2.2.1
#30606 closed
Sep 3, 2025 -
`fetch` incorrectly uppercases all HTTP methods
#30288 closed
Sep 3, 2025 -
Lint rule to ban non-bare/relative specifiers
#30400 closed
Sep 2, 2025 -
NPM package resolution regression in 2.3.7: ignores "module" field in package.json
#30597 closed
Sep 2, 2025 -
Proposal: add permissions to config file
#12763 closed
Sep 2, 2025 -
Local node module (not npm registry) does not load with --node_modules-dir flag
#18474 closed
Sep 2, 2025 -
`deno check` ignores ambient declarations when imported css file exists
#30560 closed
Sep 2, 2025 -
add convenience methods to stdio objects in `Deno.ChildProcess`
#30323 closed
Sep 2, 2025 -
Web Locks API
#30554 closed
Sep 1, 2025 -
TypeError: `res.setHeaders` is not a function
#30540 closed
Sep 1, 2025 -
thread 'main' panicked at cli/main.rs:427:5
#30589 closed
Sep 1, 2025 -
`jsr:` scheme not supported in `package.json`
#30568 closed
Sep 1, 2025 -
lsp: using neovim/denols, goto type declaration on inbuilt types only works after forcing a typo
#30481 closed
Sep 1, 2025 -
preload flag errors on data url
#30543 closed
Aug 31, 2025 -
Remove `node_modules` folder created for initializing an NPM project
#29513 closed
Aug 29, 2025
21 Issues opened by 20 people
-
Network Information API support
#30616 opened
Sep 4, 2025 -
Playwright on Deno occasionally throws an error
#30614 opened
Sep 4, 2025 -
Inconsistent lockfile updates between `deno add` and `deno install`
#30611 opened
Sep 4, 2025 -
`deno install --global jsr:packageName` ignores `deno.lock`
#30610 opened
Sep 3, 2025 -
Cannot import npm package "events" with `--node-modules-dir=manual`
#30607 opened
Sep 3, 2025 -
__dirname ReferenceError in Compiled Executable Using Deno Bundle and Compile with External Libraries
#30604 opened
Sep 3, 2025 -
panic with v8 flags
#30600 opened
Sep 2, 2025 -
Loading `npm:jsx-email` makes REPL hang
#30599 opened
Sep 2, 2025 -
Type checker freezes VS Code while analyzing file
#30596 opened
Sep 2, 2025 -
Consider not updating the lockfile on auto-save in the lsp
#30595 opened
Sep 2, 2025 -
`deno install` installs old version
#30588 opened
Sep 1, 2025 -
`deno run --watch` does not respond to SIGINT (ctrl+c)
#30587 opened
Sep 1, 2025 -
`deno info` fails on windows on jsx/tsx files when adding an space char to the filepath
#30585 opened
Sep 1, 2025 -
ffi : DeprecationWarning: Buffer() is deprecated
#30584 opened
Sep 1, 2025 -
Issue with setting up import maps with deno and vscode
#30573 opened
Aug 31, 2025 -
vite: I must delete node_modules after every new deno add.
#30572 opened
Aug 31, 2025 -
deno test output: tty ansi is not escaped
#30571 opened
Aug 31, 2025 -
`npm:fs-extra`: Cannot copy/move 'X' to a subdirectory of itself, 'Y'.
#30570 opened
Aug 31, 2025 -
`error: jsr:@std/text was not found`
#30569 opened
Aug 30, 2025 -
Crash with deno 2.4.5 when running with --watch and OTEL not configured
#30567 opened
Aug 30, 2025 -
Why does VSCode automatically add the --allow-all parameter when starting the debugging?
#30561 opened
Aug 29, 2025
34 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix(ext/http): handle transient connection errors gracefully
#30485 commented on
Sep 3, 2025 • 1 new comment -
Can't execute node_module bin files when not included in main
#30558 commented on
Sep 3, 2025 • 0 new comments -
VitePress fails to build
#30424 commented on
Sep 3, 2025 • 0 new comments -
feat: view test coverage in editor
#18147 commented on
Sep 3, 2025 • 0 new comments -
Stabilize bytes and text imports
#29904 commented on
Sep 3, 2025 • 0 new comments -
`tls.connect` does not normalize `servername` with trailing dot
#30170 commented on
Sep 4, 2025 • 0 new comments -
Allow expanding the types displayed on hover
#27312 commented on
Sep 4, 2025 • 0 new comments -
mssql close() is not working
#30556 commented on
Sep 4, 2025 • 0 new comments -
Markdown --indent-width is ignored
#26863 commented on
Sep 4, 2025 • 0 new comments -
[bug] deno publish incorrectly states a module has no default export, possibly preventing publishing
#28293 commented on
Sep 5, 2025 • 0 new comments -
jsr: dynamic imports is too strict with https imports
#25360 commented on
Sep 5, 2025 • 0 new comments -
feat(ext/geometry): Geometry Interfaces Module Level 1
#27527 commented on
Sep 4, 2025 • 0 new comments -
feat(bundle): support html entrypoint
#29856 commented on
Sep 5, 2025 • 0 new comments -
refactor: object wrap Event
#30128 commented on
Sep 5, 2025 • 0 new comments -
fix(unstable): make QuicListener yield QuicIncoming
#30150 commented on
Sep 5, 2025 • 0 new comments -
feat(ext/telemetry): add gRPC support for OTLP exporter
#30365 commented on
Sep 2, 2025 • 0 new comments -
fix(ext/node): `fs.cp` and `fs.cpSync` compatibility
#30502 commented on
Sep 1, 2025 • 0 new comments -
Can't run npm `scripts` with `tsx` using `deno task`
#30538 commented on
Aug 29, 2025 • 0 new comments -
`deno doc` should not render dash before function parameter names as bullet list item
#30179 commented on
Aug 30, 2025 • 0 new comments -
Feature request: Web Locks API
#15905 commented on
Aug 30, 2025 • 0 new comments -
'deno doc --lint' nondeterministically reports spurious 'private type' errors
#25188 commented on
Aug 31, 2025 • 0 new comments -
Option to disable `node:` specifiers
#20432 commented on
Sep 1, 2025 • 0 new comments -
deno.land & jsr.io "403 Forbidden" and "os error 104"
#26675 commented on
Sep 1, 2025 • 0 new comments -
Timeout when trying to connect to a database using the mssql library
#27833 commented on
Sep 1, 2025 • 0 new comments -
Deno 2 compile doesn't work on sveltekit (error: Module not found runtime/control.js)
#26155 commented on
Sep 1, 2025 • 0 new comments -
`deno test`: global setup and teardown
#29937 commented on
Sep 1, 2025 • 0 new comments -
`new Worker()` does not honor `permissions: { import }`
#29503 commented on
Sep 2, 2025 • 0 new comments -
Error caching npm package from gitlab private registry
#27759 commented on
Sep 2, 2025 • 0 new comments -
Add an environment variable when HMR is active (DENO_HMR or similar)
#28770 commented on
Sep 2, 2025 • 0 new comments -
Using JSR package in Vite running in Deno
#23929 commented on
Sep 2, 2025 • 0 new comments -
HTTP `deno_cache` directory is stored in TMPDIR that may be mounted on TMPFS
#30559 commented on
Sep 2, 2025 • 0 new comments -
WebSocket Cookies
#7632 commented on
Sep 2, 2025 • 0 new comments -
getTracer fails with panic if DENO_OTEL is false.
#29381 commented on
Sep 2, 2025 • 0 new comments -
Support global type augmentations using `declare global` in JSR
#23427 commented on
Sep 2, 2025 • 0 new comments