summaryrefslogtreecommitdiff
path: root/tests/specs/install
AgeCommit message (Expand)Author
2024-08-31chore: remove DENO_FUTURE=1 from spec tests (#25329)Bartek Iwańczuk
2024-08-30fix: upgrade deno_ast 0.42 (#25313)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
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-21fix(add): Handle packages without root exports (#25102)Nathan Whitaker
2024-08-20fix: adjust suggestion for lockfile regeneration (#25107)Bartek Iwańczuk
2024-08-20feat: Print deprecation message for npm packages (#24992)HasanAlrimawi
2024-08-19feat(FUTURE): terse lockfile (v4) (#25059)David Sherret
2024-08-09fix(install): Properly handle dist tags when setting up node_modules (#24968)Nathan Whitaker
2024-08-08fix(add): Support dist tags in deno add (#24960)Nathan Whitaker
2024-08-08feat(install): change 'Add ...' message (#24949)Bartek Iwańczuk
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-12fix(cli): Explicitly cache NPM packages during `deno install` (#24190)Nathan Whitaker
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-23fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...Nathan Whitaker
2024-05-16perf(jsr): download metadata files as soon as possible and in parallel (#23836)David Sherret
2024-05-08FUTURE: `deno install` changes (#23498)Bartek Iwańczuk