diff --git a/.changeset/dirty-moose-search.md b/.changeset/dirty-moose-search.md new file mode 100644 index 00000000000..911151ebdcf --- /dev/null +++ b/.changeset/dirty-moose-search.md @@ -0,0 +1,6 @@ +--- +"create-remix": minor +--- + +Adds Deno as a compatible package manager to install dependencies with. +Furthermore `create-remix` will now detect if it is running under Deno and automatically use Deno as the package manager. \ No newline at end of file diff --git a/.changeset/loud-poems-buy.md b/.changeset/loud-poems-buy.md new file mode 100644 index 00000000000..652b656e5f4 --- /dev/null +++ b/.changeset/loud-poems-buy.md @@ -0,0 +1,5 @@ +--- +"@remix-run/node": patch +--- + +`installGlobals` is now a no-op when a Deno environment is detected. diff --git a/.changeset/witty-cobras-float.md b/.changeset/witty-cobras-float.md new file mode 100644 index 00000000000..3c72abff001 --- /dev/null +++ b/.changeset/witty-cobras-float.md @@ -0,0 +1,6 @@ +--- +"@remix-run/dev": minor +--- + +Added Deno project detection which is done by checking for the presence of a deno.json or deno.jsonc file. +It is no longer a hard requirement to have a package.json file in the project. For a Deno project, dependencies can be added via the `deno add` command to a deno.json or deno.jsonc file instead. \ No newline at end of file