cookiecutter-django
cookiecutter-django copied to clipboard
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
This PR updates [factory-boy](https://pypi.org/project/factory-boy) from **3.3.2** to **3.3.3**. Changelog ### 3.3.3 ``` ------------------ *New:* - Publish type annotations ``` Links - PyPI: https://pypi.org/project/factory-boy - Changelog: https://data.safetycli.com/changelogs/factory-boy/ - Repo: https://github.com/FactoryBoy/factory_boy
Bumps node from 22.14-bookworm-slim to 24.2-bookworm-slim. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | node |...
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.6 to 1.89.2. Release notes Sourced from sass's releases. Dart Sass 1.89.2 To install Sass 1.89.2, download one of the packages below and add it to your...
## What happened? I was trying to understand why the `project_slug/static/css/project.css` file was never updated when I modified `project_slug/static/sass/project.scss` because of this comment in `project.css`: `/* These styles are generated...
This PR updates [mypy](https://pypi.org/project/mypy) from **1.15.0** to **1.16.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/mypy - Changelog: https://data.safetycli.com/changelogs/mypy/
Add `remove_project_css` function to remove `static/css/project.css `in case a bundler is used. ## Description Proposing to remove `static/css/project.css` whenever Webpack or Gulp are used. Note: I've tested this with Webpack...
## Description In one of the projects I'm working on, we are in the process of migrating our bundler from Webpack to [Rspack](https://rspack.dev/). [Rspack](https://rspack.dev/) is a bundler based on [Rsbuild](https://rsbuild.dev/),...
## Description The generated project already uses that, let's be consistent and use it everywhere. Based on (merge it first): - [x] https://github.com/cookiecutter/cookiecutter-django/pull/5614 - [x] https://github.com/cookiecutter/cookiecutter-django/pull/5648 - [x] https://github.com/cookiecutter/cookiecutter-django/pull/5649 Checklist:...
Bumps [gulp-sass](https://github.com/dlmanning/gulp-sass) from 5.1.0 to 6.0.1. Release notes Sourced from gulp-sass's releases. v6.0.1 Fixes Fix regressions in source maps (@wkillerud, #875) v6.0.0 First and foremost a huge shout out to...
This PR updates [rcssmin](https://pypi.org/project/rcssmin) from **1.1.2** to **1.2.1**. Changelog ### 1.2.1 ``` *) Change doc theme to "furo" *) Remove build dependency pinning (resolves 18) *) Update project boilerplate ```...