summaryrefslogtreecommitdiff
path: root/cli/npm/managed/mod.rs
AgeCommit message (Expand)Author
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-31fix: surface package.json location on dep parse failure (#26665)David Sherret
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
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-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
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-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-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
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-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-06refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-06-03refactor: extract structs for downloading tarballs and npm registry packument...David Sherret
2024-05-29fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek IwaƄczuk
2024-04-15fix(check): cache bust when changing nodeModulesDir setting (#23355)David Sherret
2024-04-11fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...David Sherret
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-10-02refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...David Sherret
2023-09-30refactor(npm): create `cli::npm::managed` module (#20740)David Sherret