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
Age
Commit message (
Expand
)
Author
2024-11-19
refactor: update deno_doc, use prismjs, remove internal reference html genera...
Leo Kettmeir
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-11-08
fix(install): cache jsr deps from all workspace config files (#26779)
Nathan Whitaker
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-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-25
fix(install): cache json exports of JSR packages (#26552)
Nathan Whitaker
2024-10-24
fix(install): don't cache json exports of JSR packages (for now) (#26530)
Nathan Whitaker
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-23
fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)
Nathan Whitaker
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-17
fix(install): don't attempt to cache specifiers that point to directories (#2...
Nathan Whitaker
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-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
fix(check): properly surface dependency errors in types file of js file (#25860)
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: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
feat: require jsr prefix for `deno install` and `deno add` (#25698)
Leo Kettmeir
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
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-31
fix(publish): ensure provenance is spec compliant (#25200)
Bob Callaway
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
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-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-18
fix: make `deno add` output more deterministic (#25083)
David Sherret
2024-08-16
feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)
David Sherret
2024-08-16
feat(config/jsr): add license field (#25056)
David Sherret
2024-08-12
feat(publish): error on missing license file (#25011)
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-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-08-06
fix: update dry run success message (#24885)
HasanAlrimawi
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-26
fix(publish): workspace included license file had incorrect path (#24747)
David Sherret
2024-07-25
refactor: decouple node resolution from deno_core (#24724)
David Sherret
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-25
fix(workspaces/publish): include the license file from the workspace root if ...
David Sherret
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
[next]