summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-10-03v2.0.0-rc.10 (#26002)Bartek Iwańczuk
2024-10-02fix(install): store tags associated with package in node_modules dir (#26000)Nathan Whitaker
2024-10-02fix(install): compare versions directly to decide whether to create a child n...Nathan Whitaker
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-02fix(node): implement libuv APIs needed to support `npm:sqlite3` (#25893)Nathan Whitaker
2024-10-02fix(workspace): handle when config has members when specified via --config (#...David Sherret
2024-10-02fix(no-slow-types): better `override` handling (#25989)David Sherret
2024-10-02chore: release deno_* crates (#25987)denobot
2024-10-02chore: release deno_* crates (#25976)denobot
2024-10-01feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)Nayeem Rahman
2024-10-01feat: Add suggestion for packages using Node-API addons (#25975)Bartek Iwańczuk
2024-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-10-01fix: remove the typo in the help message (#25962)MujahedSafaa
2024-10-01fix: Hide 'deno cache' from help output (#25960)Bartek Iwańczuk
2024-10-01v2.0.0-rc.9 (#25957)Divy Srivastava
2024-10-01v2.0.0-rc.8 (#25950)Bartek Iwańczuk
2024-09-30fix(flags): move some content from docs.deno.com into help output (#25951)Leo Kettmeir
2024-09-30fix(info): error instead of panic for npm specifiers when using byonm (#25947)David Sherret
2024-09-30refactor: move ByonmNpmResolver to deno_resolver (#25937)David Sherret
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-30fix: update sui to 0.4 (#25942)Divy Srivastava
2024-09-29refactor: cleanup for creating worker structs (#25933)David Sherret
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-27v2.0.0-rc.7 (#25907)Bartek Iwańczuk
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-27fix(flags): --allow-all should conflict with lower permissions (#25909)David Sherret
2024-09-27fix(lint): correctly handle old jsx in linter (#25902)Luca Casonato
2024-09-26refactor(fmt): rewrite HTML syntax error handling (#25892)Bartek Iwańczuk
2024-09-26feat: Don't warn about --allow-script when using esbuild (#25894)Bartek Iwańczuk
2024-09-26fix(info): move "version" field to top of json output (#25890)David Sherret
2024-09-26feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...Nathan Whitaker
2024-09-26fix(installl): make bin entries executable even if not put in `node_modules/....Nathan Whitaker
2024-09-26fix(doc): surface graph errors as warnings (#25888)David Sherret
2024-09-26refactor: use ModuleGraph::fill_from_lockfile (#25887)David Sherret
2024-09-26feat(tools/doc): display subitems in symbol overviews where applicable (#25885)Leo Kettmeir
2024-09-26v2.0.0-rc.6 (#25877)Bartek Iwańczuk
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-26fix(compile): support 'deno compile' in RC and LTS releases (#25875)Bartek Iwańczuk
2024-09-25fix(check): properly surface dependency errors in types file of js file (#25860)David Sherret
2024-09-25fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...Nathan Whitaker
2024-09-25feat(fmt): better error on malfored HTML files (#25853)Bartek Iwańczuk
2024-09-24fix(check): ignore noImplicitOverrides in remote modules (#25854)David Sherret
2024-09-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-24v2.0.0-rc.5 (#25838)Bartek Iwańczuk
2024-09-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
2024-09-24fix(fmt): --check was broken for CSS, YAML and HTML (#25848)Bartek Iwańczuk
2024-09-24fix: Update deno_npm to fix `deno install` with crossws (#25837)Nathan Whitaker
2024-09-23fix: error out if a valid flag is passed before a subcommand (#25830)Leo Kettmeir