site icon indicating copy to clipboard operation
site copied to clipboard

Bump django-simple-bulma from 2.6.0 to 3.0.0

Open dependabot[bot] opened this issue 4 months ago β€’ 4 comments

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!

New Contributors

Full Changelog: https://github.com/lemonsaurus/django-simple-bulma/compare/v2.6.0...v3.0.0

Commits
  • dce7765 Merge pull request #121 from lemonsaurus/fix/release-workflow-detached-head
  • 9805ca3 πŸ”§ refactor: use SSH deploy key for reliable git operations
  • 940671e πŸ”§ fix: use proven release workflow pattern from blackbox
  • 3f87fba Merge pull request #119 from lemonsaurus/fix/release-workflow-detached-head
  • 7c29ff2 πŸ”§ fix: resolve GitHub Actions release workflow detached HEAD issue
  • 52ce668 Merge pull request #118 from lemonsaurus/fix/three-issues-clean
  • c1a1a28 πŸ› fix: load extension scripts at DOMContentLoaded instead of defer
  • f3f8ee5 πŸ”§ refactor: ensure deterministic extension and module loading order
  • ede869a Merge pull request #116 from lemonsaurus/investigate-extensions
  • daaf8c8 πŸ”§ fix: add missing newline at end of alt_bulma.css for pre-commit compliance
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jul 30 '25 05:07 dependabot[bot]

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Jul 30 '25 05:07 netlify[bot]

Coverage Status

coverage: 100.0%. remained the same when pulling 5e47b1d7779aa03a9775cc8e9fb08d9e33c3d740 on dependabot/uv/django-simple-bulma-3.0.0 into 023881d3b718da0c7bd3d24588fcce9c1e7fbb8f on main.

coveralls avatar Jul 30 '25 05:07 coveralls

Site is very unhappy with this, check the deploy preview.

jb3 avatar Jul 30 '25 06:07 jb3

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.

wookie184 avatar Nov 11 '25 21:11 wookie184