summaryrefslogtreecommitdiff
path: root/cli/npm/managed
AgeCommit message (Expand)Author
2024-10-12feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...Nathan Whitaker
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
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-01feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)Nayeem Rahman
2024-09-30refactor: move ByonmNpmResolver to deno_resolver (#25937)David Sherret
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-26feat: Don't warn about --allow-script when using esbuild (#25894)Bartek Iwańczuk
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-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-18feat: improve warnings for deprecations and lifecycle script for npm packages...Bartek Iwańczuk
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-09fix: remove recently added deno.json node_modules aliasing (#25542)David Sherret
2024-09-06fix(install): Make sure target node_modules exists when symlinking (#25494)Nathan Whitaker
2024-09-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-09-03fix: make some warnings more standard (#25324)David Sherret
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-22fix(install): Use relative symlinks in deno install (#25164)Nathan Whitaker
2024-08-20feat: Print deprecation message for npm packages (#24992)HasanAlrimawi
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-14feat(node): support `username` and `_password` in `.npmrc` file (#24793)Asher Gomez
2024-08-09fix(install): Properly handle dist tags when setting up node_modules (#24968)Nathan Whitaker
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-19fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)Nathan Whitaker
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-16fix(cli): Create child node_modules for conflicting dependency versions, resp...Nathan Whitaker
2024-07-15fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)Nathan Whitaker
2024-07-15fix(workspace): do not resolve to self for npm pkg depending on matching req ...David Sherret
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-11fix(node): Ignore broken default install scripts (#24534)Nathan Whitaker
2024-07-11fix(npm): only warn about lifecycle scripts not being run when setting up dir...David Sherret
2024-07-10chore: tweak warning message for un-run install scripts (#24508)Nathan Whitaker
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-09fix: make .setup-cache.bin in node_modules more reproducible (#24480)Zebreus
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-08fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)David Sherret
2024-06-07fix: make writing to the deps cache more reliable (#24135)David Sherret