-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Insights: denoland/deno
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v2.2.3
published
Mar 5, 2025
25 Pull requests merged by 9 people
-
perf(lsp): lazily start the ts server
#28392 merged
Mar 6, 2025 -
fix(lsp): silence errors from "codeAction/resolve"
#28400 merged
Mar 6, 2025 -
chore(internal): reland eszip changes
#28294 merged
Mar 5, 2025 -
fix(node): support re-exported esm modules in cjs export analysis
#28379 merged
Mar 5, 2025 -
fix(install): exclude npm workspace packages from graph roots in
install
#28401 merged
Mar 5, 2025 -
fix(unstable): lint plugin
!==
wrongly parsed as!=
#28403 merged
Mar 5, 2025 -
fix(unstable): wrong node with shorthand ObjectPattern + AssignPattern
#28402 merged
Mar 5, 2025 -
fix(install): support "file:" dependencies in local package.json
#28396 merged
Mar 5, 2025 -
fix(run): skip the cjs suggestion for mjs/mts modules
#26698 merged
Mar 5, 2025 -
fix(cli): warn when an otel env var has an invalid value
#28394 merged
Mar 5, 2025 -
chore: forward v2.2.3 release commit to main
#28391 merged
Mar 5, 2025 -
2.2.3
#28390 merged
Mar 5, 2025 -
perf(lsp): register semantic tokens provider upon opening enabled doc
#28384 merged
Mar 4, 2025 -
fix(unstable): lint plugin fix
:has()
,:is/where/matches
and:not()
selectors#28348 merged
Mar 4, 2025 -
fix(unstable): lint plugin child combinator not working with groups
#28360 merged
Mar 3, 2025 -
fix(node): require esm should prefer
module.exports
export#28376 merged
Mar 3, 2025 -
fix: respect lockfile for multiple available jsr versions
#28375 merged
Mar 3, 2025 -
fix: add "module.exports" export to ESM CJS wrapper module
#28373 merged
Mar 3, 2025 -
fix(unstable): lint plugin swapped exported and source for ExportAllDeclaration
#28357 merged
Mar 3, 2025 -
fix(unstable): Missing
PrivateIdentifier
type forPropertyDefinition
key#28358 merged
Mar 3, 2025 -
fix(unstable): lint plugin
ObjectPattern
inconsistencies#28359 merged
Mar 3, 2025 -
chore(devcontainer): add clang to cargo build
#28345 merged
Mar 2, 2025 -
fix(unstable/lint): remove duplicated
Fix
vsFixData
interface#28344 merged
Feb 28, 2025 -
fix(check/npm): move not found errors inside npm packages to tsc diagnostics
#28337 merged
Feb 28, 2025 -
feat(unstable): lint plugins support field selectors
#28324 merged
Feb 28, 2025
7 Pull requests opened by 5 people
-
fix(lsp): respect document_preload_limit config instead of the hard-coded 1000 #28363
#28364 opened
Mar 2, 2025 -
chore(ext/http): add "legacy_abort" feature flag
#28371 opened
Mar 3, 2025 -
fix: reset signal pipe handler
#28383 opened
Mar 4, 2025 -
fix: bump default @types/node version range to 22.13.0
#28407 opened
Mar 6, 2025 -
fix(task): document source of tasks, fix punctuation
#28413 opened
Mar 6, 2025 -
fix(lsp): auto-import from npm package exports with manual node_modules
#28414 opened
Mar 6, 2025 -
perf: reduce the number of debug impls in release builds
#28417 opened
Mar 6, 2025
46 Issues closed by 13 people
-
Integrate request/response headers and body into OpenTelemetry traces
#28181 closed
Mar 7, 2025 -
LSP: Lazily start the TS server
#28387 closed
Mar 6, 2025 -
`deno compile --analyze`
#23099 closed
Mar 6, 2025 -
Document how to build & consume a custom DenoRT
#27035 closed
Mar 6, 2025 -
error: [ERR_MODULE_NOT_FOUND] Cannot find module
#27253 closed
Mar 6, 2025 -
Array.indexOf() returns -1 for negative integers which exist in arrays of length >= 48
#27322 closed
Mar 6, 2025 -
support for `github:` in package.json
#28408 closed
Mar 6, 2025 -
Panic when argument contains invalid utf-8
#22831 closed
Mar 6, 2025 -
`deno install` fails for private npm package in workspace
#28374 closed
Mar 5, 2025 -
[lint.Plugin] !== is parsed as !=
#28397 closed
Mar 5, 2025 -
[lint.Plugin] Pattern { a = b } is parsed as { a: b }
#28399 closed
Mar 5, 2025 -
Support file: specifiers in package.json dependencies
#18701 closed
Mar 5, 2025 -
Add a smoketest for OTEL tracing
#23378 closed
Mar 5, 2025 -
Lint rule react-rules-of-hooks misidentifies a conditional hook
#28388 closed
Mar 4, 2025 -
lint plugin: inconsistencies/bugs
#28355 closed
Mar 4, 2025 -
Lint Plugin - Support :is() and :has()
#28335 closed
Mar 4, 2025 -
Regression for non-default entrypoint imports
#28380 closed
Mar 4, 2025 -
`Deno.readFile` return type breaking change
#28378 closed
Mar 3, 2025 -
export { n as "module.exports" } not supported for require(esm)
#28352 closed
Mar 3, 2025 -
Deno doesnt load file when importing jsr:x module
#26136 closed
Mar 3, 2025 -
TS API for`deno fmt`
#28367 closed
Mar 3, 2025 -
deno add fails for npm:date-fns package
#27728 closed
Mar 3, 2025 -
Module not found error just appeared. Bad release?
#28361 closed
Mar 1, 2025 -
lint plugin: `Deno.lint.Diagnostic.fix` wrongly typed
#28354 closed
Mar 1, 2025 -
lsp - quick fix for unversioned npm specifiers
#16479 closed
Mar 1, 2025 -
Panic when running `deno check`/`deno test`
#19299 closed
Mar 1, 2025 -
VScode plugin fails to resolve bare imports when in monorepo with a nested package.json
#18287 closed
Mar 1, 2025 -
Possible regression with Webpack
#17951 closed
Mar 1, 2025 -
Bug: udx-native undefined symbol: uv_timer_init
#17915 closed
Mar 1, 2025 -
npm package specified in an import map should be downloaded eagerly on startup
#17545 closed
Mar 1, 2025 -
NPM compatibility - Crypto module cannot be resolved
#17257 closed
Mar 1, 2025 -
node-compat: `@commitlint/cli`dynamic package not installed
#17175 closed
Mar 1, 2025 -
"deno info" should ignore lock file
#17169 closed
Mar 1, 2025 -
Error: getaddrinfo ENOTFOUND localhost
#16643 closed
Mar 1, 2025 -
AbortError: Request aborted with npm specifiers
#16684 closed
Mar 1, 2025 -
npm axios doesn't set http headers
#16691 closed
Mar 1, 2025 -
Svelte support via Vite
#16513 closed
Mar 1, 2025 -
node: Unresolved promises when using webpack via npm import
#18314 closed
Mar 1, 2025 -
Node Server & ServerImpl should be combined
#18318 closed
Mar 1, 2025 -
node: implement dgram.Socket APIs
#18324 closed
Mar 1, 2025 -
@deno-types not respected when running deno publish
#28349 closed
Feb 28, 2025 -
otel traces are not linked to their corresponding log items in certain scenarios
#28339 closed
Feb 28, 2025 -
install using Cargo hangs indefinitely on compiling 'comrak' when using nightly compiler
#28346 closed
Feb 28, 2025 -
Surface not found modules as diagnostics instead of erroring and failing to load
#27188 closed
Feb 28, 2025 -
lint plugin: selector `AssignmentExpression.left Identifier`
#28314 closed
Feb 28, 2025
33 Issues opened by 27 people
-
Deno panic while debugging
#28422 opened
Mar 7, 2025 -
npm compat: node-dns-sd error
#28421 opened
Mar 7, 2025 -
deno_http can not provide custom property extractor
#28420 opened
Mar 7, 2025 -
npm comat: lynx doesn't work
#28418 opened
Mar 6, 2025 -
LSP: Separate documents and module representation
#28416 opened
Mar 6, 2025 -
add panic.deno.com for better stack traces without including debug info in binary
#28415 opened
Mar 6, 2025 -
Auto-imports from `.../$node_modules/...`
#28412 opened
Mar 6, 2025 -
Support chacha20-poly1305 in node:crypto
#28411 opened
Mar 6, 2025 -
`deno install` unable to find npm package between ranges
#28410 opened
Mar 6, 2025 -
deno run -A npm:create-next-app@latest does not work out of the box, many deno-ts complaints
#28409 opened
Mar 6, 2025 -
QUIC/Webtransport: uncaught rejected promise when disconnect / timing out
#28406 opened
Mar 6, 2025 -
TypeError: expected typed ArrayBufferView using crypto
#28405 opened
Mar 5, 2025 -
No error when <path> in `deno install -e <path>` does not exist
#28398 opened
Mar 5, 2025 -
Ensure opaque URL paths always roundtrip
#28395 opened
Mar 5, 2025 -
How to scale OTEL instrumentation in Deno without opinionated defaults?
#28393 opened
Mar 5, 2025 -
Add U+005E (^) to the path percent-encode set
#28386 opened
Mar 4, 2025 -
An option to disable proxy in `Deno.CreateHttpClientOptions`
#28385 opened
Mar 4, 2025 -
Frontend JS Package Manager
#28382 opened
Mar 4, 2025 -
aes-256-cbc decrypt error without setAutoPadding(false)
#28381 opened
Mar 4, 2025 -
[otel] transaction result incorrect on timed-out fetch
#28377 opened
Mar 3, 2025 -
deno task from `workspace` module is not resolving the module
#28372 opened
Mar 3, 2025 -
Bug: `deno check` doesn't respect `compilerOptions.types`
#28370 opened
Mar 3, 2025 -
vscode doesn't respect unstable flag
#28369 opened
Mar 3, 2025 -
Deno fails to import npm modules
#28366 opened
Mar 2, 2025 -
`deno install` requires all workspace members to be present
#28365 opened
Mar 2, 2025 -
[lsp] deno.documentPreloadLimit not respected at all, still hard-coded to 1000
#28363 opened
Mar 2, 2025 -
code page errors in certain environments
#28362 opened
Mar 1, 2025 -
VSCode: Type 'Element' is not assignable to type 'ReactNode'.
#28356 opened
Mar 1, 2025 -
compiled exe considers modules as JS if imported with full path
#28353 opened
Mar 1, 2025 -
Deno install failing for npm:webex package
#28351 opened
Feb 28, 2025 -
Deno watching/modifying unrelated files after upgrading to 2.1.2
#28350 opened
Feb 28, 2025 -
Deno panicks upon a JavaScript exception after remote VS Code debugger disconnects.
#28343 opened
Feb 28, 2025
55 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.
-
Allow to remove the warning of lifecycle scripts for npm packages
#28342 commented on
Feb 28, 2025 • 0 new comments -
MQTTJS TLS support
#28341 commented on
Feb 28, 2025 • 0 new comments -
Not implemented: Pipe.prototype.connect
#28332 commented on
Feb 28, 2025 • 0 new comments -
Implement WASI 0.2 support for Deno
#24289 commented on
Feb 28, 2025 • 0 new comments -
Add support for subresource integrity in imported module scripts
#23521 commented on
Feb 28, 2025 • 0 new comments -
OffscreenCanvas and CanvasRenderingContext2D
#5701 commented on
Feb 28, 2025 • 0 new comments -
[bug] Deno compile --include of large files causes executable to break on windows (No warning on compile)
#28285 commented on
Feb 28, 2025 • 0 new comments -
Ability to use a local copy of npm package
#15624 commented on
Mar 1, 2025 • 0 new comments -
Vite + Codemirror in SvelteKit 4 broken due to @codemirror/state being loaded twice
#28326 commented on
Mar 1, 2025 • 0 new comments -
Loading native Node module fails with "stream did not contain valid UTF-8"
#17246 commented on
Mar 1, 2025 • 0 new comments -
localStorage API errors for compiled deno binaries
#10693 commented on
Mar 1, 2025 • 0 new comments -
compiled exectuable can't fetch embedded files
#28129 commented on
Mar 1, 2025 • 0 new comments -
Add watch mode for deno check
#14858 commented on
Mar 2, 2025 • 0 new comments -
Simplify `Deno.Command`
#28276 commented on
Mar 2, 2025 • 0 new comments -
Make sure `node:http` is auto-instrumented with OTel
#28329 commented on
Mar 2, 2025 • 0 new comments -
Provide Hash utilities: Deno.hash / Deno.password
#28277 commented on
Mar 3, 2025 • 0 new comments -
Node compatibility: process.stdout.hasColors() missing
#27278 commented on
Mar 3, 2025 • 0 new comments -
Support private workspace members in `deno publish`
#28096 commented on
Mar 3, 2025 • 0 new comments -
use local copies of npm packages in deno (patch feature)
#27854 commented on
Mar 3, 2025 • 0 new comments -
deno install --prod
#26121 commented on
Mar 3, 2025 • 0 new comments -
deno install deep/peer dependency types version collision error during build
#26145 commented on
Mar 3, 2025 • 0 new comments -
Expose console primitives to Workers
#11844 commented on
Mar 3, 2025 • 0 new comments -
AWS S3 PutObjectCommand extremely slow
#27841 commented on
Mar 4, 2025 • 0 new comments -
Proposal: deno-lint-ignore-line to ignore the linter warning for the same line
#27584 commented on
Mar 4, 2025 • 0 new comments -
Buffer Polyfill Missing File Export
#28120 commented on
Mar 4, 2025 • 0 new comments -
SSH SFTP "Signature verification failed"
#27400 commented on
Mar 4, 2025 • 0 new comments -
question: confusion about adding developer/dev dependencies
#26865 commented on
Mar 4, 2025 • 0 new comments -
Deno install dependecies incorrectly
#27469 commented on
Mar 4, 2025 • 0 new comments -
Deno compile --icon not taken into account
#26400 commented on
Mar 4, 2025 • 0 new comments -
Deno DNS failure for firestore.googleapis.com, Node works fine
#27384 commented on
Mar 4, 2025 • 0 new comments -
Error "invalid peer certificate: UnknownIssuer" on Deno but not on Node
#20362 commented on
Mar 5, 2025 • 0 new comments -
Uncaught PermissionDenied: Permission denied (os error 13) When running vite
#27420 commented on
Mar 5, 2025 • 0 new comments -
[otel] automatically propagate span context in `Deno.serve` and `fetch`
#27919 commented on
Mar 5, 2025 • 0 new comments -
Deno lsp doesn't report plugin lints if they require runtime permissions
#28258 commented on
Mar 5, 2025 • 0 new comments -
Bug: Deno compiled app crashes on npm:@fastify/swagger
#20950 commented on
Mar 6, 2025 • 0 new comments -
Fails with http2 in fastify
#26088 commented on
Mar 6, 2025 • 0 new comments -
Unable to deno install --global from local directory when using package.json
#26412 commented on
Mar 6, 2025 • 0 new comments -
fmt(svelte): formatter error on dynamic style in svelte
#26999 commented on
Mar 6, 2025 • 0 new comments -
WebSocket memory leak
#25070 commented on
Mar 6, 2025 • 0 new comments -
Node:http localAddress not supported in compat
#24153 commented on
Mar 6, 2025 • 0 new comments -
Local ip address and network interface support for fetch
#23373 commented on
Mar 6, 2025 • 0 new comments -
WebSocket server massively over-allocates memory in a "hello world" ping/pong example
#27925 commented on
Mar 6, 2025 • 0 new comments -
`setImmediate` function does not work as expected
#28016 commented on
Mar 6, 2025 • 0 new comments -
deno fmt panic due to unstable formatting on minified file
#14527 commented on
Mar 6, 2025 • 0 new comments -
Deno fmt performance issue on minified files with excessive nested assignments
#14561 commented on
Mar 6, 2025 • 0 new comments -
"Attach" debugger loses connection upon debugee termination
#28283 commented on
Mar 6, 2025 • 0 new comments -
Tooling for generating a browser compatible import map for JSR specifiers
#22439 commented on
Mar 7, 2025 • 0 new comments -
Bug?: fetch(): Uncaught TypeError: error reading a body from connection
#25992 commented on
Mar 7, 2025 • 0 new comments -
Deno.serve: request.signal is aborted even though the response finished successfully
#27005 commented on
Mar 7, 2025 • 0 new comments -
fix(ext/node): unref pending reads in `readStop`
#27064 commented on
Mar 3, 2025 • 0 new comments -
fix(cli): do not create `bin` folder within `DENO_INSTALL_ROOT`
#27459 commented on
Mar 3, 2025 • 0 new comments -
refactor: enable `eqeqeq` lint rule for internal
#28172 commented on
Mar 1, 2025 • 0 new comments -
feat(unstable/webgpu): add `deviceStartCapture` and `deviceStopCapture`
#28192 commented on
Mar 4, 2025 • 0 new comments -
feat(test): create coverage reports when --coverage specified in deno test
#28260 commented on
Mar 5, 2025 • 0 new comments -
perf(upgrade): cache downloaded binaries in DENO_DIR
#28297 commented on
Mar 3, 2025 • 0 new comments