summaryrefslogtreecommitdiff
path: root/cli/tools/registry
AgeCommit message (Expand)Author
2024-10-25fix(install): cache json exports of JSR packages (#26552)Nathan Whitaker
2024-10-24fix(install): don't cache json exports of JSR packages (for now) (#26530)Nathan Whitaker
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-23fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)Nathan Whitaker
2024-10-22fix(install): update lockfile when using package.json (#26458)Bartek Iwańczuk
2024-10-21fix(install): better json editing (#26450)David Sherret
2024-10-17fix(install): don't attempt to cache specifiers that point to directories (#2...Nathan Whitaker
2024-10-16fix(add): exact version should not have range `^` specifier (#26302)Marvin Hagemeister
2024-10-16fix(cli): consolidate pkg parser for install & remove (#26298)Satya Rohith
2024-10-15fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)Nathan Whitaker
2024-10-14fix(install): support installing npm package with alias (#26246)David Sherret
2024-10-10fix(install): duplicate dependencies in `package.json` (#26128)Marvin Hagemeister
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)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-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18feat: require jsr prefix for `deno install` and `deno add` (#25698)Leo Kettmeir
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-07feat(add/install): Flag to add dev dependency to package.json (#25495)Nathan Whitaker
2024-09-06feat(add): Add npm packages to package.json if present (#25477)Nathan Whitaker
2024-09-04feat(add): strip package subpath when adding a package (#25419)Bartek Iwańczuk
2024-08-31fix(publish): ensure provenance is spec compliant (#25200)Bob Callaway
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-20fix(add): error when config file contains importMap field (#25115)David Sherret
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-18fix: make `deno add` output more deterministic (#25083)David Sherret
2024-08-16feat(publish): suggest importing `jsr:@std/` for `deno.land/std` urls (#25046)David Sherret
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06fix: update dry run success message (#24885)HasanAlrimawi
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25fix(workspaces/publish): include the license file from the workspace root if ...David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-17fix(publish): surface syntax errors when using --no-check (#24620)David Sherret
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret