cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11.77k stars 2.83k forks source link

Migrate gulpfile to ESM #5072

Open browniebroke opened 1 month ago

browniebroke commented 1 month ago

Description

There are a few dependabot PRs for Gulp packages which are opened and seem to need to migrate our gulpfile.js file to ESM:

Some more reading on this:

Doesn't seem very difficult, but not exactly trivial either.

Rationale

Keep up to date with the JS ecosystem.

GOUTHAM-2002 commented 1 month ago

Can i work on this ?

browniebroke commented 1 month ago

Yes sure. No need to ask for permissions 😄

foarsitter commented 1 month ago

Gulp seems also to be breaking with node v22 https://github.com/cookiecutter/cookiecutter-django/pull/5039