-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Insights: denoland/deno
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v2.0.4
published
Oct 30, 2024
30 Pull requests merged by 14 people
-
fix(add): only add npm deps to package.json if it's at least as close as deno.json
#26683 merged
Nov 2, 2024 -
fix: improved support for cjs and cts modules
#26558 merged
Nov 1, 2024 -
chore: upgrade to rust 1.82 and LLVM 19
#26615 merged
Nov 1, 2024 -
fix(cli): set
npm_config_user_agent
when running npm packages or tasks#26639 merged
Nov 1, 2024 -
fix(node): Implement
os.userInfo
properly, add missingtoPrimitive
#24702 merged
Nov 1, 2024 -
fix(ext/node): resolve exports even if parent module filename isn't present
#26553 merged
Oct 31, 2024 -
fix(ext/node): convert errors from
fs.readFile/fs.readFileSync
to node format#26632 merged
Oct 31, 2024 -
fix: surface package.json location on dep parse failure
#26665 merged
Oct 31, 2024 -
fix(coverage): Exclude comment lines from coverage reports
#25939 merged
Oct 31, 2024 -
fix(fmt): fix several HTML and components issues
#26654 merged
Oct 31, 2024 -
fix(lsp): include unstable features from editor settings
#26655 merged
Oct 31, 2024 -
fix: clamp smi in fast calls by default
#26506 merged
Oct 31, 2024 -
fix: remove permission check in op_require_node_module_paths
#26645 merged
Oct 30, 2024 -
fix(ext/node): return
this
fromhttp.Server.ref/unref()
#26647 merged
Oct 30, 2024 -
fix(serve): support serve hmr
#26078 merged
Oct 30, 2024 -
docs(console): Update docstrings for install and uninstall
#26623 merged
Oct 30, 2024 -
chore: forward v2.0.4 release commit to main
#26636 merged
Oct 30, 2024 -
2.0.4
#26630 merged
Oct 30, 2024 -
fix(install): percent encodings in interactive progress bar
#26600 merged
Oct 29, 2024 -
fix: support watch flag to enable watching other files than the main module on serve subcommand
#26622 merged
Oct 29, 2024 -
Revert "fix(ext/node): fix dns.lookup result ordering (#26264)"
#26621 merged
Oct 29, 2024 -
feat(ext/napi): Export dynamic symbols list for {Free,Open}BSD
#26605 merged
Oct 29, 2024 -
feat(ext/node): Add compatibility with {Free,Open}BSD
#26604 merged
Oct 29, 2024 -
refactor(init): inline routing in deno init --serve template
#26595 merged
Oct 29, 2024 -
Revert "fix(ext/node): use primordials in
ext/node/polyfills/https.ts
(#26323)"#26613 merged
Oct 29, 2024 -
fix: provide hints in terminal errors for Node.js globals
#26610 merged
Oct 28, 2024 -
fix(check): expose more globals from @types/node
#26603 merged
Oct 28, 2024 -
fix: report exceptions from nextTick
#26579 merged
Oct 28, 2024 -
fix(compile): regression handling redirects
#26586 merged
Oct 28, 2024 -
fix(npm): match npm bearer token generation
#26544 merged
Oct 28, 2024
19 Pull requests opened by 14 people
-
fix(ext/http): registerDeclarativeServer
#26606 opened
Oct 28, 2024 -
feat(cli): add `--unstable-node-globals` flag
#26617 opened
Oct 29, 2024 -
docs(CLI): fixed a typo in the CLI help message
#26625 opened
Oct 29, 2024 -
fix(types): missing `import` permission on `PermissionOptionsObject`
#26627 opened
Oct 29, 2024 -
fix(cli): add prefix hint when installing a package globally
#26629 opened
Oct 29, 2024 -
fix(ext/node): attach error code when require fails on package exports
#26631 opened
Oct 29, 2024 -
fix(lint): skip linting minified files
#26633 opened
Oct 29, 2024 -
feat(lint): skip build directories by default
#26635 opened
Oct 30, 2024 -
chore: cargo fmt - turn on group_imports=StdExternalCrate
#26646 opened
Oct 30, 2024 -
Add packaging status badge to the readme
#26657 opened
Oct 31, 2024 -
fix(ext/node): add autoSelectFamily option to net.createConnection
#26661 opened
Oct 31, 2024 -
Remove a duplicate conditional.
#26666 opened
Oct 31, 2024 -
feat: Wasm module support
#26668 opened
Oct 31, 2024 -
fix: enhance hints for bare Node.js built-in modules
#26669 opened
Nov 1, 2024 -
feat(lsp): auto-import completions from npm dependencies
#26680 opened
Nov 1, 2024 -
fix(lint): linting package with .css file should raise no errors
#26695 opened
Nov 2, 2024 -
fix(terminal): Skip the cjs suggestion for mjs/mts modules
#26698 opened
Nov 3, 2024 -
fix(lsp): scope attribution for lazily loaded assets
#26699 opened
Nov 3, 2024 -
fix(ext/node/polyfills): New async setInterval function to improve the nodejs compatibility
#26703 opened
Nov 3, 2024
42 Issues closed by 18 people
-
Running `deno task dev` in my workspace directory runs scripts from the root deno.json
#26702 closed
Nov 3, 2024 -
Deno `v2.0` cli panics when generating docs as HTML
#26688 closed
Nov 2, 2024 -
Relative path in import map appears to break package.json dependency resolution
#26624 closed
Nov 2, 2024 -
Deno add - "Failed to install from package.json" "Unexpected character."
#26653 closed
Nov 2, 2024 -
Panic when watching 90103 files for changes
#26670 closed
Nov 1, 2024 -
`.cjs` extension is supported, but not `.cts` in version 2 (rc)
#25498 closed
Nov 1, 2024 -
Support for `import x = require("...")`
#26651 closed
Nov 1, 2024 -
Set npm_config_user_agent when running scripts
#25342 closed
Nov 1, 2024 -
NextJS 15's new next.config.ts breaks when using Deno
#26505 closed
Oct 31, 2024 -
There's no `Object.prototype.__proto__`
#26664 closed
Oct 31, 2024 -
Exclude comment lines from coverage reports
#25938 closed
Oct 31, 2024 -
fmt html: nested `<pre>` cause `SyntaxError`
#26562 closed
Oct 31, 2024 -
Incorrect formatting of Svelte markup
#26540 closed
Oct 31, 2024 -
Deno panicked formatting a HTML file
#26508 closed
Oct 31, 2024 -
fmt - Error formatting Svelte 5 snippet
#26324 closed
Oct 31, 2024 -
Bug: html formatter breaks up `style` attribute
#26245 closed
Oct 31, 2024 -
Update to most updated version of a Major
#26650 closed
Oct 31, 2024 -
deno.unstable Configuration Not Functioning as Expected
#26223 closed
Oct 31, 2024 -
Memory leak in Deno.serve?
#26640 closed
Oct 31, 2024 -
Bug: reliable panic reproduction at random generator usage
#26480 closed
Oct 31, 2024 -
@opentelemetry/exporter-prometheus fails on http server unref()
#26642 closed
Oct 30, 2024 -
Issue building Vite project using Vite-plugin-legacy
#26397 closed
Oct 30, 2024 -
[bug] svelte attributes with inline interpolated template expressions cause deno fmt to fail unexpectedly
#25919 closed
Oct 30, 2024 -
Node streams hang when using `@aws-sdk/client-s3`
#24215 closed
Oct 30, 2024 -
Enable npm packages to work without the `node:` specifier
#26582 closed
Oct 30, 2024 -
JsonC support with `.json` suffix
#26601 closed
Oct 30, 2024 -
Progress bar shows percent-encoded `npm:` dependencies
#26576 closed
Oct 29, 2024 -
deno serve --watch=some_file.ts doesn't watch the specified file
#26618 closed
Oct 29, 2024 -
DNS name resolution stopped working for IPv6-only Redis host
#26588 closed
Oct 29, 2024 -
run executable error: [ERR_MODULE_NOT_FOUND] after deno compile
#26619 closed
Oct 29, 2024 -
Package.json git+ flag not supported
#26620 closed
Oct 29, 2024 -
Remove dependency to `@std/http/unstable-route` in `deno init --serve`
#26594 closed
Oct 29, 2024 -
Node HTTPS Polyfill regression
#26612 closed
Oct 29, 2024 -
When global Node.js objects are referenced, Deno should error out with a friendly error message
#17494 closed
Oct 28, 2024 -
LSP shows error for the `process` object even with the `no-process-globals` rule disabled
#26578 closed
Oct 28, 2024 -
"Publishing packages" docs talk about `deno bundle`
#26609 closed
Oct 28, 2024 -
npm:otplib uninstall, Deno has panicked
#26602 closed
Oct 28, 2024 -
Reenable flaky "parallel/test-child-process-ipc-next-tick.js"
#25855 closed
Oct 28, 2024 -
Errors thrown from `process.nextTick` don't emit `uncaughtException` events
#24713 closed
Oct 28, 2024 -
suggestion: `parallel: boolean` option for `Deno.serve()`
#25173 closed
Oct 28, 2024 -
bug: `deno compile` creates a binary that doesn't properly handle HTTP redirects
#26583 closed
Oct 28, 2024 -
401 Unauthorized when trying to import with `npm:` specifier
#26033 closed
Oct 28, 2024
49 Issues opened by 44 people
-
Types for `ArrayBuffer.transfer` and `ArrayBuffer.transferToFixedLength` are missing.
#26705 opened
Nov 4, 2024 -
Local Module Imports & Invalid Relative Path Errors
#26704 opened
Nov 3, 2024 -
Panick when `/proc` is not mounted
#26701 opened
Nov 3, 2024 -
[deno doc] Support JSDoc `@event`
#26697 opened
Nov 2, 2024 -
`deno doc` shows getter/setter pairs as methods
#26696 opened
Nov 2, 2024 -
'deno test --coverage' creates files that are preloaded by the Deno language server
#26694 opened
Nov 2, 2024 -
Deno fails when a package in a monorepo uses a `./*` export
#26693 opened
Nov 2, 2024 -
deno fmt should keep line breaks for the html class attribute.
#26690 opened
Nov 2, 2024 -
deno_terminal: ansi color does not be handled correctly in file
#26689 opened
Nov 2, 2024 -
Cannot starttls on an existing used connection via node:tls
#26685 opened
Nov 2, 2024 -
Wrong Deno Version reported on Windows Registry/Control Panel when upgrade via `deno upgrade`.
#26684 opened
Nov 1, 2024 -
Could not resolve 'npm:@ibm-cloud/platform-services@0.67.0'
#26682 opened
Nov 1, 2024 -
Deno formatter panics on JSX with deno-fmt-ignore comment
#26681 opened
Nov 1, 2024 -
Source maps don't work with maybe cjs files
#26679 opened
Nov 1, 2024 -
Properly support verbatim module syntax
#26678 opened
Nov 1, 2024 -
Installing a npm package with a bin populated by a postinstall script doesn't work
#26677 opened
Nov 1, 2024 -
Deno task cannot run a script when it contains "~"
#26676 opened
Nov 1, 2024 -
deno.land & jsr.io "403 Forbidden" and "os error 104"
#26675 opened
Nov 1, 2024 -
Error in deno while debugging code using vscode
#26674 opened
Nov 1, 2024 -
Slow types warning for a non-public API when publishing
#26673 opened
Nov 1, 2024 -
Panic while downloading assets for compiling
#26672 opened
Nov 1, 2024 -
Resize event on stdout not invoked in TTY on macOS
#26671 opened
Nov 1, 2024 -
Unable to read request body Next.js
#26667 opened
Oct 31, 2024 -
Dep analysis leaks memory
#26663 opened
Oct 31, 2024 -
Connecting to MongoDB database that requires SSL doesn't work in deno@2.0.4, But it works in node@23.1.0.
#26660 opened
Oct 31, 2024 -
Only authorize import modules listed in the import map
#26659 opened
Oct 31, 2024 -
Unable to load `node-rdkafka`
#26656 opened
Oct 31, 2024 -
Show better suggestions when CJS module resolution fails
#26652 opened
Oct 30, 2024 -
CJS export analysis should analyze re-exported ES module exports
#26649 opened
Oct 30, 2024 -
Ability to require a file in the module graph without permissions
#26644 opened
Oct 30, 2024 -
Unable to export private key in jwk format
#26643 opened
Oct 30, 2024 -
ext/node: implement `autoSelectFamily` option in `net.connect`
#26641 opened
Oct 30, 2024 -
[node-compat] `zlib.gzip()` does not accept `ArrayBuffer`
#26638 opened
Oct 30, 2024 -
Cannot run `npm:@vscode/vsce` from Deno
#26637 opened
Oct 30, 2024 -
PEM Base64 Error while using mineflayer NPM Package
#26634 opened
Oct 30, 2024 -
Compiled executable failed to find modules from custom npm registry containing subpath
#26628 opened
Oct 29, 2024 -
Using NPM-prefixed Import Syntax Breaks Lock File
#26626 opened
Oct 29, 2024 -
[fresh@2.0] unexpected js error with deno 2.0.1+
#26616 opened
Oct 29, 2024 -
node-fetch works - Deno fetch fails to make api calls to openai
#26614 opened
Oct 29, 2024 -
Add `--unstable-node-globals` flag
#26611 opened
Oct 28, 2024 -
OOM error with vite-plugin-checker
#26608 opened
Oct 28, 2024 -
why command for discovering why is some dependency installed
#26607 opened
Oct 28, 2024 -
Repl panic importing dependency that patches `globalThis`
#26599 opened
Oct 28, 2024 -
deno cache doesn't discover all deps / deno test adds extra deps?
#26598 opened
Oct 28, 2024 -
Improve install error message when jsr package has only pre-release versions
#26597 opened
Oct 28, 2024 -
Confusing error message when running `deno run np:some-npm-package`
#26596 opened
Oct 28, 2024 -
regression in 2.0.3 in deno compile from stdin
#26593 opened
Oct 28, 2024 -
npm package @myriaddreamin/typst-ts-node-compiler stop working in Deno 2.0
#26592 opened
Oct 28, 2024
78 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/node): support createConnection option in node:http.request()
#25470 commented on
Oct 29, 2024 • 5 new comments -
feat(cli): Add override version publish flag
#26141 commented on
Oct 31, 2024 • 5 new comments -
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer
#24801 commented on
Nov 1, 2024 • 4 new comments -
refactor(runtime/permissions): use concrete error types
#26464 commented on
Oct 28, 2024 • 4 new comments -
feat(coverage): Add coverage ignore comments
#26590 commented on
Oct 28, 2024 • 0 new comments -
Support Wrangler, the CLI for Cloudflare Workers
#26349 commented on
Nov 3, 2024 • 0 new comments -
Stabilising UDP/Datagram
#11022 commented on
Nov 3, 2024 • 0 new comments -
Support compilerOptions in workspace members
#24504 commented on
Nov 2, 2024 • 0 new comments -
FormData uses chunked encoding rather than `Content-Length`, even for known-sized form uploads
#21626 commented on
Nov 2, 2024 • 0 new comments -
`readAll` crashes when reading large data from `Deno.stdin`
#26468 commented on
Nov 2, 2024 • 0 new comments -
QUIC & HTTP/3 support
#1558 commented on
Nov 2, 2024 • 0 new comments -
Cross compile deno for aarch64-linux-android
#19759 commented on
Nov 2, 2024 • 0 new comments -
Detect server restart with --watch ?
#25609 commented on
Nov 2, 2024 • 0 new comments -
Deno.watchFs looses events
#11373 commented on
Nov 1, 2024 • 0 new comments -
deno workspace: --filter or -r (recursive)
#24991 commented on
Nov 1, 2024 • 0 new comments -
Deno ListenOptions hostname does not bind to ipv6 by default
#5269 commented on
Nov 1, 2024 • 0 new comments -
`--unstable-detect-cjs` tracking issue
#26225 commented on
Nov 1, 2024 • 0 new comments -
Support for SvelteKit
#17248 commented on
Nov 1, 2024 • 0 new comments -
KV: atomic operation check to check if key exists
#19025 commented on
Nov 1, 2024 • 0 new comments -
Error when Network Connection Fails in discord.js on Deno
#26216 commented on
Oct 31, 2024 • 0 new comments -
`fetch()` fails when reusing persistent connection that has closed.
#11513 commented on
Oct 31, 2024 • 0 new comments -
Installation fails on Windows
#26429 commented on
Oct 31, 2024 • 0 new comments -
chore: upgrade rust to 1.82
#26563 commented on
Oct 29, 2024 • 0 new comments -
perf(compile): code cache
#26528 commented on
Oct 29, 2024 • 0 new comments -
feat(runtime): add a Cargo feature flag to enable the ffi API
#26493 commented on
Nov 3, 2024 • 0 new comments -
fix(tools/installer): Fix DENO_INSTALL_ROOT
#26446 commented on
Oct 29, 2024 • 0 new comments -
fix(node): requiring a .js file in Deno code should be treated as ESM (except with `--unstable-detect-cjs`)
#26439 commented on
Nov 1, 2024 • 0 new comments -
fix(cli): Fixed missing subcommands and typo in deno --help
#26321 commented on
Oct 31, 2024 • 0 new comments -
fix: watch exclude flag with watch flag for the directory containing the excluded file
#26309 commented on
Nov 3, 2024 • 0 new comments -
feat: Add `deno update` and `deno outdated` subcommands [WIP]
#26219 commented on
Oct 29, 2024 • 0 new comments -
chore: improve internal test code typings
#26114 commented on
Nov 2, 2024 • 0 new comments -
fix: Duplicate Paths in include Patterns
#25990 commented on
Nov 1, 2024 • 0 new comments -
fix: Add dynamic device path handling for windows file access
#25851 commented on
Nov 1, 2024 • 0 new comments -
feat: add --open to deno serve to open server in browser
#25340 commented on
Nov 3, 2024 • 0 new comments -
feat(permission): Enhance --allow-env to Support Prefix, Suffix Wildcard Matching
#25255 commented on
Nov 1, 2024 • 0 new comments -
fix(permission): Address permissions issue for UNC paths on Windows
#25132 commented on
Nov 1, 2024 • 0 new comments -
Next.js components are not importing types properly
#25359 commented on
Nov 3, 2024 • 0 new comments -
Proposal: Module Loader API
#8327 commented on
Nov 3, 2024 • 0 new comments -
Default timeouts and size limits for `Deno.serve`
#3515 commented on
Nov 3, 2024 • 0 new comments -
Importing a revoked blob URL succeeds if it was imported in a different worker before revoking
#12248 commented on
Oct 31, 2024 • 0 new comments -
How do I vendor jsr std modules with Deno v2
#26488 commented on
Oct 29, 2024 • 0 new comments -
HTTP server does not validate `Host` header is present
#26554 commented on
Oct 29, 2024 • 0 new comments -
deno.json(workspace): allow wildcard ["packages/*"]
#25783 commented on
Oct 29, 2024 • 0 new comments -
test: `--doc` and `--watch` don't play well together
#24558 commented on
Oct 29, 2024 • 0 new comments -
Supporting `vitest` tracking issue
#23882 commented on
Oct 29, 2024 • 0 new comments -
Dynamic Uncached Import (Feature Request)
#25780 commented on
Oct 29, 2024 • 0 new comments -
NPM: Playwright does not work
#16899 commented on
Oct 29, 2024 • 0 new comments -
node:timers/promises setInterval not working
#26499 commented on
Oct 29, 2024 • 0 new comments -
Tracking: stabilization of "patch" feature
#25110 commented on
Oct 29, 2024 • 0 new comments -
Fatal JavaScript out of memory: Reached heap limit
#26435 commented on
Oct 28, 2024 • 0 new comments -
Windows 10 ARM
#8422 commented on
Oct 28, 2024 • 0 new comments -
Support Windows ARM64
#13331 commented on
Oct 28, 2024 • 0 new comments -
`fs.fchown` is not a function
#24314 commented on
Oct 28, 2024 • 0 new comments -
Deno 2 has a broken API for node:v8 when using `serialize` with Float16Array
#26580 commented on
Oct 28, 2024 • 0 new comments -
Error running example of 'deno task dev'
#18667 commented on
Oct 28, 2024 • 0 new comments -
REPL is broken by RegExp literal with character class containing quotes
#24963 commented on
Oct 28, 2024 • 0 new comments -
LSP: Import specifier remapping should prefer exact matches
#16557 commented on
Oct 28, 2024 • 0 new comments -
`deno fmt --quiet --check` does not exit on first difference found & does not have a `--fail-fast` option
#26585 commented on
Oct 28, 2024 • 0 new comments -
deno --env-file variable expansion without braces cut off by underscore (_)
#26581 commented on
Oct 28, 2024 • 0 new comments -
`deno add npm:@aws-cdk/aws-ecs` appears to hang forever
#26430 commented on
Oct 31, 2024 • 0 new comments -
Support semver ranges in `deno upgrade --version=`
#25035 commented on
Oct 31, 2024 • 0 new comments -
Deno doesnt load file when importing jsr:x module
#26136 commented on
Oct 31, 2024 • 0 new comments -
deno lsp auto-importing does not work
#26524 commented on
Oct 31, 2024 • 0 new comments -
'connection closed before message completed' with fetch
#17754 commented on
Oct 31, 2024 • 0 new comments -
Deno build on riscv64
#18702 commented on
Oct 31, 2024 • 0 new comments -
Uncaught Error: Not implemented: Pipe.prototype.listen - Windows
#25867 commented on
Oct 31, 2024 • 0 new comments -
Cannot read properties of undefined (reading 'bold') when Nextjs run with Turbopack
#26584 commented on
Oct 30, 2024 • 0 new comments -
mssql ConnectionError
#20594 commented on
Oct 30, 2024 • 0 new comments -
Local node module (not npm registry) does not load with --node_modules-dir flag
#18474 commented on
Oct 30, 2024 • 0 new comments -
npm compat: unable to use "npm:drizzle-kit" cli tool
#19826 commented on
Oct 30, 2024 • 0 new comments -
`version 2.0.1` breaks npm:MongoDB compatibility
#26413 commented on
Oct 30, 2024 • 0 new comments -
Deno lint ignores the `ignore` and `exclude` options
#26308 commented on
Oct 29, 2024 • 0 new comments -
node worker_threads --conditions bug (vitest breaks for solidjs)
#26567 commented on
Oct 29, 2024 • 0 new comments -
`deno fmt` might not respects include/exclude options in workspace settings
#26519 commented on
Oct 29, 2024 • 0 new comments -
Deno compile ERR_MODULE_NOT_FOUND
#26238 commented on
Oct 29, 2024 • 0 new comments -
Release musl builds
#3711 commented on
Oct 29, 2024 • 0 new comments -
Node FileHandle#stat() not implemented
#23301 commented on
Oct 29, 2024 • 0 new comments -
Some version ranges (`<`, `>`, `<=`, `>=`) not working.
#26587 commented on
Oct 29, 2024 • 0 new comments