Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/denosaurs/deno_desktop

A secure JavaScript and TypeScript runtime
https://github.com/denosaurs/deno_desktop

fix: Query string percent-encoded in import map (#11976)

This commit fixes a problem in import map when resolving
specifiers containing "?" or "#".

...

bd4ca721eb2aa7b772a3834add2c37f606d4568b authored over 3 years ago by Bartek Iwańczuk <[email protected]>
perf(ext/http): optimize auto cleanup of request resource (#11978)

Fixes #11963.

fa963909e5c48cacd60cc02db200927611fa8e91 authored over 3 years ago by Bert Belder <[email protected]>
chore: upgrade Rust to 1.55.0 (#11965)

87052927afd505ff1c5d42075cd23a3619b29011 authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix: permission prompt stuffing (#11931)

Fixes #9750

fb35cd0ef496fee9aa65daadf542057f18d6063f authored over 3 years ago by Ryan Dahl <[email protected]>
fix(ext/web): Preserve stack traces for DOMExceptions (#11959)

d9476292929a680e364db403d6fc69cfb893599f authored over 3 years ago by Nayeem Rahman <[email protected]>
chore: add README to ext/http/ (#11958)

b31dad89a6090216361275e3cc310d10216cae65 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore: release deno_http 0.8.0 (#11956)

85e316bd6b65a4e42787ff602808cdf58c350c05 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(test): propagate join errors in deno test (#11953)

2958b05d0c365a6705f506b332643e4d92e1ff9d authored over 3 years ago by David Sherret <[email protected]>
fix: bring back Deno.Signal to unstable props (#11945)

5db1c401cd675c6a237098c216945738f62cea2b authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)

In the spec, a URL record has an associated "blob URL entry", which for
`blob:` URLs is populat...

1563088f060b1f1d4826bb3a6d4120b276a4e15f authored over 3 years ago by Andreu Botella <[email protected]>
feat: add URLPattern API (#11941)

This adds support for the URLPattern API.

The API is added in --unstable only, as it has not...

e07f28d301b990ebf534cbb8d5fa9f507475c89f authored over 3 years ago by Luca Casonato <[email protected]>
fix(ext/http): resource leak if request body is not consumed (#11955)

2de5587547247e3acdffecae1c74caf52a021580 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor(lint): reuse lint rules (#11934)

This commit updated "deno_lint" crate to 0.15.1 and refactors
"cli/tools/lint.rs" to create onl...

c04117134ecb07fb6379bfe1057c9da8e0c4f206 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)

08e12380a06509e64e69a1b165f3c007373494c1 authored over 3 years ago by BasiqueEvangelist <[email protected]>
fix(cli): better handling of source maps (#11954)

Ref: #11874

bf6dbf9855cb21d27838c56932c7536c0cd80a55 authored over 3 years ago by Kitson Kelly <[email protected]>
fix: exit process on panic in a tokio task (#11942)

48331030111e9d346f054156fe24bc600a57e100 authored over 3 years ago by David Sherret <[email protected]>
fix: remove windows-only panic when calling `Deno.kill` (#11948)

e3a484ae44ade06d4e4a24fcf07ade6605968010 authored over 3 years ago by David Sherret <[email protected]>
chore: update wpt (#11950)

066f75ac07eeee3bd1eed0f4dd49f15c50d88ba9 authored over 3 years ago by Luca Casonato <[email protected]>
fix(runtime): return error instead of panicking for windows signals (#11940)

d85ccce65bbaf0be6b55459847326f440d8676a1 authored over 3 years ago by Casper Beyer <[email protected]>
refactor(lsp): use deno_ast and cache swc ASTs (#11780)

2c2e3ec1ca47803f791ea72ea6247d8eedf87ec8 authored over 3 years ago by David Sherret <[email protected]>
chore: add better error message for signal API on Windows (#11935)

a5bcf7033e66a828dc88a313f4cca11f116c3f83 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
docs(ext/net): add note about listening 0.0.0.0 (#11938)

Co-authored-by: Craig Morten <[email protected]>

3925435bf9110869778f8dab694befe3b9ade5b3 authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
fix(ext/web): Format terminal DOMExceptions properly (#11834)

d331c4b283cf52614c519b1e9a3883e46dc25aab authored over 3 years ago by Nayeem Rahman <[email protected]>
chore: upgrade third_party for dprint 0.17 (#11930)

2c77681770dd8d0433ddbcb6f5a3329e235a664e authored over 3 years ago by David Sherret <[email protected]>
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)

c132c8690bc92fa306b2082992f3b7108e5a4c9e authored over 3 years ago by Ryan Dahl <[email protected]>
Don't drop messages from workers that have already been closed (#11913)

When `worker.terminate()` is called, the spec requires that the
corresponding port message queu...

b7c2902c9752e83dc467ce6a812dab4726f200d9 authored over 3 years ago by Andreu Botella <[email protected]>
chore(std/http): server module name migration (#11890)

930cb0afd8c7e7b8f85051156c716119eceeeb37 authored over 3 years ago by Craig Morten <[email protected]>
refactor(testing): use discrete report functions (#11917)

01bfb7d9138ebd31ee5f8502786bcb9be7ed6f69 authored over 3 years ago by Casper Beyer <[email protected]>
fix(doc): fix rustdoc bare_urls warning (#11921)

bb99d5da4c9d7d17e08097d004bf36f0976a678c authored over 3 years ago by Feng Yu <[email protected]>
feat(cli): close test worker once all tests complete (#11727)

f9d29115a0164a861c99b36a0919324920225e42 authored over 3 years ago by Casper Beyer <[email protected]>
refactor(testing): redirect console output via reporter (#11911)

This feeds console output to the reporter and handles silencing there
instead of in the JavaScr...

ce79cb579784e8417596fed03f3d2a5bbbad487d authored over 3 years ago by Casper Beyer <[email protected]>
refactor: factor out DenoSubcommand enum variant into structs (#11896)

This commit refactors "DenoSubcommand" enum in a way that variants
no longer contain anonymous ...

44ca3ce6aeb99cb968776f5f13420e76acbc8117 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
feat(lint): add support for config file and CLI flags for rules (#11776)

This commit adds support for following flags in deno lint subcommand:

--config - allows to lo...

d93570a6195d2be5fe448bb0d33d4f64e839676e authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore(test): improve flaky lsp_diagnostics_refresh_dependents test to give more info (#11905)

c3001fe280add8c695c288fe26b8f81b5f2f0261 authored over 3 years ago by David Sherret <[email protected]>
feat(fmt): add basic JS doc formatting (#11902)

987716798fb3bddc9abc7e12c25a043447be5280 authored over 3 years ago by David Sherret <[email protected]>
chore: update dependencies (#11856)

Co-authored-by: Bartek Iwańczuk <[email protected]>

1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 authored over 3 years ago by Luca Casonato <[email protected]>
chore: upgrade crates (#11894)

Co-authored-by: David Sherret <[email protected]>

c84532b6d5a424694c519260f0cf407b1d8ba604 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(cli): retain path based test mode inference (#11878)

77ead8af20180453aa2d0db67d7856641bd5498f authored over 3 years ago by Casper Beyer <[email protected]>
feat(workers): Make the `Deno` namespace configurable and unfrozen (#11888)

This is the worker counterpart of PR #11062.

c49eee551fdf78ab0230ec30d4537c98dd5d0c80 authored over 3 years ago by Andreu Botella <[email protected]>
feat(core): facilitate op-disabling middleware (#11858)

* feat(core): facilitate op-disabling middleware

By providing `void_op_sync()` and `void_op_a...

b518f5e1ba4c3281d4aee4c637f410db382ce751 authored over 3 years ago by Aaron O'Mullan <[email protected]>
feat(ext/crypto): AES key generation (#11869)

Support AES-CTR, AES-CBC, AES-GCM, and AES-KW in
SubtleCrypto#generateKey.

cee5be45394c77863dacbf8f1d0f0b90188d2cca authored over 3 years ago by Luca Casonato <[email protected]>
fix: move unstable declarations to deno.unstable (#11876)

fcd0992dba9cce0539cc60cd11867f50c0cf5efb authored over 3 years ago by Luca Casonato <[email protected]>
chore: release scripts should update Cargo.lock file when bumping versions (#11879)

ca75752e5a9499a0a997809f02b18c2ba1ecd58d authored over 3 years ago by David Sherret <[email protected]>
chore: update to rusty_v8 0.27.0 (#11877)

Co-authored-by: Bartek Iwańczuk <[email protected]>

0aa6b1e79f2f4cabdb857daabc06791dfef3140b authored over 3 years ago by Luca Casonato <[email protected]>
cleanup(.github/workflows): Typo in comments (#11868)

40526a03dcd29f9cc4f466610af2e966919d75a4 authored over 3 years ago by Geoffrey Smith <[email protected]>
feat(ext/crypto): support JWK export for HMAC (#11864)

5ee211017912bc0837cbce3b845e6ab4a7887885 authored over 3 years ago by Divy Srivastava <[email protected]>
bench(deno_common): track readFile 128kb (#11862)

8a097410a8df3195681305818035ab7dde41452b authored over 3 years ago by Aaron O'Mullan <[email protected]>
feat(ext/crypto): support JWK import for HMAC (#11716)

1f57cd2c0f0d7d9020fc2667bb7b1af54822ceb2 authored over 3 years ago by Divy Srivastava <[email protected]>
chore: update wpt (#11845)

ad037b3b1a30dd02d9ac5a8fbd54fd200029b014 authored over 3 years ago by Luca Casonato <[email protected]>
feat(cli): Update to TypeScript 4.4 (#11678)

935133f53af2b0efab5d22effff1239dc0e36147 authored over 3 years ago by Kitson Kelly <[email protected]>
refactor(cli): introduce module specifier test modes (#11769)

This commit merges the two vectors of specifiers into a single one introducing
the concept of a...

b9a965c607966efff91118e9a6f604c8f48ba88e authored over 3 years ago by Casper Beyer <[email protected]>
docs: Add async iterator alternative for Deno.serveHttp (#11850)

192af1e7bc8e07c8490a9747b820a016427df38e authored over 3 years ago by Sebastien Filion <[email protected]>
feat(ext/crypto): implement importKey and deriveBits for PBKDF2 (#11642)

23a9bc099d21ef7d45fe0f76e2fc53740ca98f6a authored over 3 years ago by Divy Srivastava <[email protected]>
chore(tests): improve unit tests using `deferred` (#11842)

5d7d9d64434bd0a9f1fcf391dabc51693e8cf1ae authored over 3 years ago by David Sherret <[email protected]>
docs(README): Change the logo to vector image (#11841)

Co-authored-by: Luca Casonato <[email protected]>

66476efec5b92cd04c161d82cbb69992fed4eb0a authored over 3 years ago by Percy <[email protected]>
chore: add scripts for helping with a release (#11832)

dce70d32a47801025b3b67a97ec9ebed90dfc8a2 authored over 3 years ago by David Sherret <[email protected]>
feat(fetch): mTLS client certificates for fetch() (#11721)

This commit adds support for specifying client certificates when using fetch, by means of `Deno....

dccf4cbe36d66140f9e35a6ee755c3c440d745f9 authored over 3 years ago by Sean Michael Wykes <[email protected]>
feat: ArrayBuffer in structured clone transfer (#11840)

5d814a4c244d489b4ae51002a0cf1d3c2fe16058 authored over 3 years ago by Luca Casonato <[email protected]>
refactor: cleanup Inspector and InspectorServer implementations (#11837)

f84cd9403db3545c8058a9c28474b3c99d4c2dd4 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(ext/http): websocket upgrade header check (#11830)

873cce27b8f1b7900ea08c85b2d563ddd478a38a authored over 3 years ago by Dayan C. Galiazzi <[email protected]>
fix(cli): dispatch unload event on watch drop (#11696)

a3fd4bb998d875e130ad0db40d9392192468bba1 authored over 3 years ago by Casper Beyer <[email protected]>
feat(ext/crypto): implement encrypt, decrypt & generateKey for RSA-OAEP (#11654)

85a56e7144cb2e213eb670f754027d19e31c315a authored over 3 years ago by Divy Srivastava <[email protected]>
refactor(webgpu): use op interface idiomatically (#11835)

4853be20f2d649842ebc97124d8479c7aad7cc9b authored over 3 years ago by Luca Casonato <[email protected]>
fix(typings): fix property name in DiagnosticMessageChain interface (#11821)

e10d30c8eaf41ad68b48f21c8d563d192b82afe8 authored over 3 years ago by Sebastien Filion <[email protected]>
feat(cli): add --ignore flag to test command (#11712)

a7240c5091e757da1285c2f655796d4e62e54bb3 authored over 3 years ago by Casper Beyer <[email protected]>
chore: add refactor and chore to exempt stale labels (#11824)

7ae30bcc89829a8e4d101deeb3a977f488ef7a12 authored over 3 years ago by Kitson Kelly <[email protected]>
feat(extensions/console): right align numeric columns in table (#11748)

c4561ac9691a01bd5ceced5b41ce6e511b7fde70 authored over 3 years ago by Nicolas Stucki <[email protected]>
feat(unstable): Add file locking APIs (#11746)

This commit adds following unstable APIs:
- Deno.flock()
- Deno.flockSync()
- Deno.funlock()
...

93d83a84dbe1f6ecf93b596f88bc85ba378fa986 authored over 3 years ago by Tilman Roeder <[email protected]>
fix(ext/crypto): KeyAlgorithm typings for supported algorithms (#11738)

46e4ba38b2b1ccee8d3b4f04be1a2cc0b42cd52a authored over 3 years ago by Divy Srivastava <[email protected]>
feat(unstable): Support file URLs in Deno.dlopen() (#11658)

1b7848c4a9f6ba848452c9b3a9e88e95c17ab295 authored over 3 years ago by Nayeem Rahman <[email protected]>
BREAKING(unstable): Fix casing in FfiPermissionDescriptor (#11659)

8c57a6b7e3e53506c6b62f76cdb51745ff6d4036 authored over 3 years ago by Nayeem Rahman <[email protected]>
chore(ext/webgpu): update wgpu to 0.10.0 (#11781)

Co-authored-by: Luca Casonato <[email protected]>

f4a9db350fbf00a6cb13a2c030b925cfd5218ed2 authored over 3 years ago by Leo K <[email protected]>
fix: FileReader.readAsText compat (#11814)

Fixes a WPT test.

50f69a6996ae4dcdfe53f15fc49949d3756c9787 authored over 3 years ago by Luca Casonato <[email protected]>
1.13.2 (#11822)

7b882cc05f02e9b09e9ec2856e37730ae947f509 authored over 3 years ago by David Sherret <[email protected]>
chore: release crates for 1.13.2 (#11820)

6db8cbb650f6fe47dbda7145fba8919f88f3de29 authored over 3 years ago by David Sherret <[email protected]>
fix(ext/ffi): don't panic on invalid enum values (#11815)

Co-authored-by: Feng Yu <[email protected]>

df084b9f14e06f866f18206e8051c4721702fb44 authored over 3 years ago by Luca Casonato <[email protected]>
fix(ext/http): resource leak on HttpConn.close() (#11805)

This commit adds tracking of resources that are related
to "HttpConn" so they can be closed aut...

2187c11e5d026733b4df1d675cfe5922302c8f4b authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor(cli/tools/test): infer disable log from program state (#11803)

2c17045aa8fd6f01b379fbb6e5d29b9df45b9b1b authored over 3 years ago by Casper Beyer <[email protected]>
fix: duplicate import in cli/main.rs (#11813)

dbcdd3a18e28627bc12312545b441f3e9d3c92af authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor(cli/flags): use an optional non zero usize for `fail-fast` (#11804)

Changes the type of the `fail_fast` flag from `Option<usize>` to
`Option<NonZeroUsize>` as an o...

f3b2f23a1d95769082c97fc966d6eeddaea9668a authored over 3 years ago by Casper Beyer <[email protected]>
fix(cli/flags): require a non zero usize for concurrent jobs (#11802)

198699fabae37fb3f1edd6aa058ea050cc43bb19 authored over 3 years ago by Casper Beyer <[email protected]>
fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)

856884b2df9708159f17eeb5a1abc60530979bb6 authored over 3 years ago by Feng Yu <[email protected]>
doc(test): add --location to unit test command (#11793)

cb8f34c325e66d1ed160d65e515f8afe3393cfaf authored over 3 years ago by Feng Yu <[email protected]>
tests: remove redundant type assertion (#11794)

4c1e56b2f07c36384a839e4f37efd07f94c71ba2 authored over 3 years ago by Feng Yu <[email protected]>
fiz(ext/fetch): Headers constructor error message (#11778)

6f63d739ab51f81fc32071693ce124a14d5b7fb0 authored over 3 years ago by Feng Yu <[email protected]>
refactor: fix typo in web_worker.rs (#11792)

d81128109fd9107afb19b4abf789e311b1a09ab3 authored over 3 years ago by Ikko Ashimine <[email protected]>
chore: upgrade dlint and run `prefer-primordials` rule (#11777)

4ae57d185ea94f0217cf6234e4875cc84b4db8e8 authored over 3 years ago by Yusuke Tanaka <[email protected]>
perf(url): build with opt-level 3 (#11779)

A ~25% improvement: `~1950ns/call` => `~1500ns/call`

4f322da07c73a09f004452b8e38304a632ee51aa authored over 3 years ago by Aaron O'Mullan <[email protected]>
perf(ext/url): use DOMString instead of USVString as webidl converter for URL parsing (#11775)

A 20% decrease in url parsing:
- before: `~2450ns/parse`
- after: `~1950ns/parse`

91051047cc82e6074348d17414854efb906019d2 authored over 3 years ago by Aaron O'Mullan <[email protected]>
cleanup(core): rename handleAsyncMsgFromRust() to opresolve() (#11774)

No user impact, but is simpler and aligns with `opcall()`

bfc197f33e7df6f3c1a882d70c48ae742e04e288 authored over 3 years ago by Aaron O'Mullan <[email protected]>
perf(ext/url): optimize UrlParts op serialization (#11765)

37c983d1e8e83fd2b381028d37f6358df1fa4513 authored over 3 years ago by Aaron O'Mullan <[email protected]>
fix(lsp): better handling of languageId (#11755)

Fixes #11521
Fixes #11742

0d83afd93973cf4051aa73a0a05a78b451763d33 authored over 3 years ago by Kitson Kelly <[email protected]>
perf(ext/url): cleanup and optimize url parsing op args (#11763)

This splits the previous `op_url_parse` into:
- `op_url_parse`: parses a href with an optional ...

bf0bacbc0ec3bd7ef1c55ddc01ef44b2ce593d4a authored over 3 years ago by Aaron O'Mullan <[email protected]>
docs(lsp): change deno/registryStatus -> deno/registryState (#11760)

e55454613cd5ad04c427a49c4287e60b1563c32e authored over 3 years ago by Pankaj Patil <[email protected]>
test: re-enable test watch tests and mark as flaky (#11669)

71e558c71c12a64aaf3a017c28fa4821c1d7a7ce authored over 3 years ago by Casper Beyer <[email protected]>
fix(runtime): event loop panics in classic workers (#11756)

Classic worker scripts are now executed in the context of a Tokio
runtime. This does mean we ca...

a66218d457859fc3498db9fbc61228c74f490cc2 authored over 3 years ago by Luca Casonato <[email protected]>
chore(tests): delete the temporary deno dir when dropping the test lsp client (#11749)

480cfda8d5a5560fe0cc3ac2d9a3b798bf23f060 authored over 3 years ago by David Sherret <[email protected]>
refactor(cli): pass optional op_init to create_main_worker (#11707)

Replaces the testing flag in create_main_worker with a more
general purpose hook to register a...

4b800f5d269de259da29d3b42dae66faf4351476 authored over 3 years ago by Casper Beyer <[email protected]>
chore: add `FinalizationRegistry` and `WeakRef` to primordials (#11735)

Because it was possible to disable those with a runtime flag, they were
not available through p...

7e5698fb2e15aef910ce27a44b754e525022c96d authored over 3 years ago by Antoine du Hamel <[email protected]>
chore: sort items in Releases.md for 1.13.1 release (#11734)

5d24ddf9b21213f19136b11b1b5862098b2c688c authored over 3 years ago by David Sherret <[email protected]>