index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
registry
/
pm.rs
Age
Commit message (
Expand
)
Author
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-11-05
fix(add): better error message when adding package that only has pre-release ...
Nathan Whitaker
2024-11-01
fix(add): only add npm deps to package.json if it's at least as close as deno...
Nathan Whitaker
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-22
fix(install): update lockfile when using package.json (#26458)
Bartek Iwańczuk
2024-10-21
fix(install): better json editing (#26450)
David Sherret
2024-10-16
fix(add): exact version should not have range `^` specifier (#26302)
Marvin Hagemeister
2024-10-16
fix(cli): consolidate pkg parser for install & remove (#26298)
Satya Rohith
2024-10-15
fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)
Nathan Whitaker
2024-10-14
fix(install): support installing npm package with alias (#26246)
David Sherret
2024-10-10
fix(install): duplicate dependencies in `package.json` (#26128)
Marvin Hagemeister
2024-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-09-25
fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...
Nathan Whitaker
2024-09-18
feat: require jsr prefix for `deno install` and `deno add` (#25698)
Leo Kettmeir
2024-09-07
feat(add/install): Flag to add dev dependency to package.json (#25495)
Nathan Whitaker
2024-09-06
feat(add): Add npm packages to package.json if present (#25477)
Nathan Whitaker
2024-09-04
feat(add): strip package subpath when adding a package (#25419)
Bartek Iwańczuk
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-21
fix(add): Handle packages without root exports (#25102)
Nathan Whitaker
2024-08-20
fix(add): error when config file contains importMap field (#25115)
David Sherret
2024-08-18
fix: make `deno add` output more deterministic (#25083)
David Sherret
2024-08-12
feat: deno remove (#24952)
David Sherret
2024-08-09
fix(add): Better error message when missing npm specifier (#24970)
Nathan Whitaker
2024-08-08
feat(install): change 'Add ...' message (#24949)
Bartek Iwańczuk
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: move PackageJson to deno_config (#24348)
David Sherret
2024-06-10
FUTURE: support `deno install <alias>@npm:<package>` (#24156)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-08
FUTURE: `deno install` changes (#23498)
Bartek Iwańczuk
2024-04-18
fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty (...
nokazn
2024-03-26
feat(add): always produce multiline config file (#23077)
Bartek Iwańczuk
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-01
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Nayeem Rahman
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk