Bump django-simple-bulma from 2.6.0 to 3.0.0
Bumps django-simple-bulma from 2.6.0 to 3.0.0.
Release notes
Sourced from django-simple-bulma's releases.
django-simple-bulma 3.0.0
π΅ Release 3.0.0 - The Big Whoop π΅
A huge release that changes a number of big things! Yay!
- django-simple-bulma is now compatible with Django 5.2, and now requires Python 3.11+ (lemonsaurus/django-simple-bulma#108)
- The app now has extensive testing to prevent breaking changes in the future. (lemonsaurus/django-simple-bulma#111)
- We're now using Bulma 1.0.3 (lemonsaurus/django-simple-bulma#113)
- Removed a ton of old extensions that did not work anymore, and added a bunch of new ones! See the README. (lemonsaurus/django-simple-bulma#116)
- Fixed a number of bugs (lemonsaurus/django-simple-bulma#118)
New Contributors
@βnoxanmade their first contribution in lemonsaurus/django-simple-bulma#96@βSiburgmade their first contribution in lemonsaurus/django-simple-bulma#108Full Changelog: https://github.com/lemonsaurus/django-simple-bulma/compare/v2.6.0...v3.0.0
Commits
dce7765Merge pull request #121 from lemonsaurus/fix/release-workflow-detached-head9805ca3π§ refactor: use SSH deploy key for reliable git operations940671eπ§ fix: use proven release workflow pattern from blackbox3f87fbaMerge pull request #119 from lemonsaurus/fix/release-workflow-detached-head7c29ff2π§ fix: resolve GitHub Actions release workflow detached HEAD issue52ce668Merge pull request #118 from lemonsaurus/fix/three-issues-cleanc1a1a28π fix: load extension scripts at DOMContentLoaded instead of deferf3f8ee5π§ refactor: ensure deterministic extension and module loading orderede869aMerge pull request #116 from lemonsaurus/investigate-extensionsdaaf8c8π§ fix: add missing newline at end of alt_bulma.css for pre-commit compliance- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploy Preview for pydis-static ready!
| Name | Link |
|---|---|
| Latest commit | 5e47b1d7779aa03a9775cc8e9fb08d9e33c3d740 |
| Latest deploy log | https://app.netlify.com/projects/pydis-static/deploys/6889aea338613100080745a1 |
| Deploy Preview | https://deploy-preview-1558--pydis-static.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
coverage: 100.0%. remained the same when pulling 5e47b1d7779aa03a9775cc8e9fb08d9e33c3d740 on dependabot/uv/django-simple-bulma-3.0.0 into 023881d3b718da0c7bd3d24588fcce9c1e7fbb8f on main.
Site is very unhappy with this, check the deploy preview.
I think this is due to the fix for https://github.com/lemonsaurus/django-simple-bulma/issues/98. I'd guess we're combining classes in unintended ways which has broken stuff now that the CSS ordering has changed.
I think this will just require a bit of work going through site and fixing the things that have changed.