summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-10fix: fix crate vulnerabilities (#22825)Dimitris Apostolou
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret
2024-03-09fix(ext/websocket): do not continue reading if socket rid closes (#21849)Divy Srivastava
2024-03-09fix(ext/node): support junction symlinks on Windows (#22762)Divy Srivastava
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-03-08fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)Nathan Whitaker
2024-03-08fix(config): remove pkg name example and add pattern to schema (#22813)David Sherret
2024-03-08fix(config): add unstable features as examples to config schema (#22814)David Sherret
2024-03-08fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)David Sherret
2024-03-08chore(test): add [WILDCHARS(x)] and [WILDLINE] (#22803)David Sherret
2024-03-08fix(cli): occasional panics on progress bar (#22809)tuhana
2024-03-08fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)David Sherret
2024-03-08fix(node): resolve .css files in npm packages when type checking (#22804)David Sherret
2024-03-08fix(publish): typo in `--allow-dirty` help text (#22799)mimikun
2024-03-08fix: support sloppy resolution to file where directory exists (#22800)Luca Casonato
2024-03-08refactor(ext/node): worker_threads.isMainThread setup (#22785)Bartek Iwańczuk
2024-03-08refactor(ext/node): use worker ops directly in worker_threads (#22794)Satya Rohith
2024-03-08chore: forward v1.41.2 release commit to main (#22793)denobot
2024-03-08fix(publish): include explicitly specified .gitignored files and directories ...David Sherret
2024-03-08fix(publish): do not include .gitignore (#22789)David Sherret
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-03-08chore: upgrade deno_core (#22782)Bartek Iwańczuk
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-03-07perf: hard link npm cache (#22773)Divy Srivastava
2024-03-07fix(lsp): don't apply renames to remote modules (#22765)Nayeem Rahman
2024-03-07fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)Matt Mastracci
2024-03-07perf(cli): use faster_hex (#22761)Matt Mastracci
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(tools/publish): correctly handle importing from self in unfurling (#22774)Luca Casonato
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-03-07feat(node/util): styleText (#22758)Leo Kettmeir
2024-03-06chore: upgrade deno_core (#22725)Nathan Whitaker
2024-03-06fix: don't include source maps in release mode (#22751)Bartek Iwańczuk
2024-03-06chore(tests): fix process_test for sure (#22756)Matt Mastracci
2024-03-06fix(ext/node): add default methods to fs.StatsBase (#22750)Divy Srivastava
2024-03-06fix: point to correct WPT runner file (#22753)Asher Gomez
2024-03-06fix(ext/node): strip `--enable-source-maps` from argv (#22743)Divy Srivastava
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-03-06fix: Provide source map for internal extension code (#22716)Bartek Iwańczuk
2024-03-06fix(node): stat/statSync returns instance of fs.Stats (#22294)Divy Srivastava
2024-03-06fix(publish): permissionless dry-run in GHA (#22679)Divy Srivastava
2024-03-06chore: remove debug console table log in node/http2 (#22741)Divy Srivastava
2024-03-06fix(node): implement ALS enterWith (#22740)Divy Srivastava
2024-03-05chore(ext/node): ignore non-working process test (#22723)Matt Mastracci
2024-03-06chore: Reuse linux symbols list on openbsd and freebsd (#22706)Divy Srivastava
2024-03-06fix(cli): improve logging on failed named pipe (#22726)Matt Mastracci
2024-03-05chore(cli): remove problematic snapshot test (#22722)Matt Mastracci