From c83c7e463dbe924481ee950e2af70460d1d72bc7 Mon Sep 17 00:00:00 2001 From: Reda Bacha Date: Thu, 5 Sep 2024 02:50:23 +0000 Subject: [PATCH] Add changesets --- .changeset/dirty-moose-search.md | 6 ++++++ .changeset/loud-poems-buy.md | 5 +++++ .changeset/witty-cobras-float.md | 6 ++++++ 3 files changed, 17 insertions(+) create mode 100644 .changeset/dirty-moose-search.md create mode 100644 .changeset/loud-poems-buy.md create mode 100644 .changeset/witty-cobras-float.md 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