Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency bulma to v1 #1076

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bulma (source) 0.9.4 -> 1.0.0 age adoption passing confidence

Release Notes

jgthms/bulma (bulma)

v1.0.0

Compare Source

Bulma v1 is a full rewrite of the framework using Dart Sass, which is the the primary implementation of Sass. While this affects a few development details, everything has been done to make the transition as easy as possible.

What remains the same

All HTML snippets are the same. This means you don't need to update your markup. This is important because it means, if you're using Bulma straight "out of the box", you don't need to change anything.

You can just swap [email protected]/css/bulma.min.css with [email protected]/css/bulma.min.css and everything will work. Things will look slightly different, but they will still work.

What changes

  • Dart Sass is used to build Bulma
    • if you use the sass npm package, you're already using Dart Sass
  • CSS Variables are used instead of literals: color: var(--bulma-primary); instead of color: hsl(171deg, 100%, 41%);, which means you can customize Bulma with CSS only (without using Sass)
  • Customization by setting your own value for Sass variables works differently. See how to customize Bulma with Sass.

What's new (i.e. did not exist before)

  • The notion of Themes is introduced: a theme is a collection of CSS variables within a context, and is the best approach to customize Bulma
  • As a result, a Theme for Dark Mode is included
  • Color Palettes are created for each of the 7 primary colors
  • Skeleton loaders exist as standalone components but also as variants of other components
  • You can add a prefix to all your Bulma classes so that .button becomes .my-prefix-button

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

Copy link

vercel bot commented Apr 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
preview-kit-next-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 11:00am
preview-kit-next-pages-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 11:00am
preview-kit-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 11:00am
preview-kit-test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2024 11:00am
6 Ignored Deployments
Name Status Preview Comments Updated (UTC)
preview-kit-next-app-router-groq-store ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2024 11:00am
preview-kit-next-app-router-live-store ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2024 11:00am
preview-kit-next-pages-router-groq-store ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2024 11:00am
preview-kit-next-pages-router-live-store ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2024 11:00am
preview-kit-remix-groq-store ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2024 11:00am
preview-kit-remix-live-store ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2024 11:00am

@renovate renovate bot force-pushed the renovate/major-1-app-dependencies branch from d85b163 to c464079 Compare April 2, 2024 10:43
@stipsan stipsan closed this Apr 2, 2024
Copy link
Contributor Author

renovate bot commented Apr 2, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant