Minor Changes
-
#4063
cb4309f9
Thanks @jculvey! - Bump supported node version to 18.14.1We've recently switched out testing infrastructure to test C3 on node version 18.14.1.
As of earlier this month, Node v16 is no longer supported, and many of the underlying
framework scaffolding tools that C3 uses (ex.create-astro
,gatsby
) have dropped
support for node v16, which in turn causes C3 to fail for those frameworks.
Patch Changes
-
#3991
80f78dad
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.1.0
to4.2.0
-
#4002
8ee46b06
Thanks @dependabot! - C3: Bumpedcreate-docusaurus
from2.4.1
to2.4.3
-
#4012
a21acf82
Thanks @dependabot! - C3: Bumpedcreate-solid
from0.2.26
to0.3.6
-
#4091
a9cb8c60
Thanks @dependabot! - C3: Bumpedcreate-svelte
from5.0.6
to5.1.0
-
#4100
866c7833
Thanks @dependabot! - C3: Bumpedcreate-remix
from2.0.0
to2.0.1
-
#4103
f79cf89a
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.2.0
to4.2.1
-
#4088
35165a26
Thanks @jculvey! - Fixes an issue where users were prompted for TypeScript twice during worker creation -
#4087
57e9f218
Thanks @jculvey! - Fixes an issue where exiting early from c3 would cause the terminal cursor to be hidden -
#3754
811730d8
Thanks @RamIdeas! - .gitignore files were not included in our templates due to npm/npm#3763we now workaround this issue and ensure C3 templates include a .gitignore file
-
#4062
02359bc5
Thanks @jculvey! - Defaults the project type toWeb Framework
. The previous default was"Hello World" worker
-
#4030
dba26262
Thanks @admah! - Fixes Workers templates to have adev
command in package.json to match comments inindex
files. -
#3916
15d75e50
Thanks @admah! - fix: update the main file in the c3 scheduled js template to index.js.