1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 11:34:15 -05:00
denoland-deno/cli/npm/managed
David Sherret 94f040ac28
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
In https://github.com/denoland/deno/pull/23955 we changed the sqlite db
journal mode to WAL. This causes issues when someone is running an old
version of Deno using TRUNCATE and a new version because the two fight
against each other.
2024-05-29 18:38:18 +00:00
..
resolvers perf(cli): Improve concurrency when setting up node_modules and loading cached npm package info (#24018) 2024-05-28 21:17:36 +00:00
cache.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
installer.rs feat(lockfile): track JSR and npm dependencies in config file (#22004) 2024-01-22 22:31:12 +01:00
mod.rs fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030) 2024-05-29 18:38:18 +00:00
registry.rs perf(cli): Improve concurrency when setting up node_modules and loading cached npm package info (#24018) 2024-05-28 21:17:36 +00:00
resolution.rs feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
tarball.rs fix(npm): make tarball extraction more reliable (#23759) 2024-05-14 14:26:48 -04:00