Update dependency bulma to v0.9.4 #2

Merged
jonathan merged 1 commit from renovate/bulma-0.x-lockfile into main 2025-06-12 12:06:15 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
bulma (source) dependencies patch 0.9.1 -> 0.9.4

Release Notes

jgthms/bulma (bulma)

v0.9.4

Compare Source

New features
  • Responsive buttons: the size of a button will change for each breakpoint (Fix #​1572)
  • @mixin between: takes 2 breakpoint values, outputs a media query for the range between these 2 values
  • $breakpoints Sass map: a map of named breakpoints and their type (from, until or both)
  • @mixin breakpoint: uses the new $breakpoints Sass map to output a media query
Improvements
  • Add missing variables for content customization
  • Fix #​683 Modal - example javascript toggle
  • Fix #​3461 Bulma logo with wordmark in SVG
  • Fix #​3383 'Variables' sections on docs page (#​3513)
  • Fixes #​3510 The navbar overlaps with sidebars in "Fullheight hero with navbar" (#​3516)
  • Setup Cypress testing (#​3436)
Bugfix
  • Replace disabled attr on pagination anchor elements with is-disabled
  • #​3500 Fix hidden disabled buttons on iOS 15.4 (#​3521)
  • #​3076 Fix Table headers centered aligned in Safari

v0.9.3

Compare Source

New features
  • New is-underlined class for underlined text and links
  • New auto value for margin and padding helper classes
Improvements
  • New $section-padding-desktop Sass variable
  • New $hero-body-padding-tablet Sass variable
  • New $shadow Sass variable (used for .box, .card, .dropdown and .panel)
  • Add is-normal size modifiers to .file and .content
  • New %reset placeholder
Bugfix

v0.9.2

Compare Source

Breaking change

To fix duplicate imports, all Sass placeholders have moved from the utilities/mixins file to its own utilities/extends file.

The Sass placeholders are:

  • %control
  • %unselectable
  • %arrow
  • %block
  • %delete
  • %loader
  • %overlay

If you were importing them directly from utilities/mixins, you'll need to import utilities/extends instead.
If you were importing utilities/_all or even bulma.sass directly, no change is required.

New features
  • Fix #​1583 New is-ghost button that behaves / looks like a regular link
  • New icon-text component, to combine an icon with text on its side
Bug fixes
  • #​3005 Fix column offsets in RTL
  • Fix #​3145 Dropdown content is bounded by a parent card
  • Fix #​3089 Sub columns of a variable columns have weird gap
  • Fix #​2937 Add width: unset for narrow columns
  • #​3208 Fix #​3163 Do not override is-rounded with button-small
  • #​3216 Removed duplicate mixins imports, created a single extends file
  • #​3216 Removed all references to the .sass file extension have been removed, since they're unnecessary when there's no ambiguity between a .sass file or a .scss file
Improvements
  • Fix #​3012 Add $media-* variables, set to !default
  • Fix #​2797 Import dependencies individually for each component
  • Remove list style from pagination list

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bulma](https://bulma.io) ([source](https://github.com/jgthms/bulma)) | dependencies | patch | [`0.9.1` -> `0.9.4`](https://renovatebot.com/diffs/npm/bulma/0.9.1/0.9.4) | --- ### Release Notes <details> <summary>jgthms/bulma (bulma)</summary> ### [`v0.9.4`](https://github.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#094) [Compare Source](https://github.com/jgthms/bulma/compare/0.9.3...0.9.4) ##### New features - **Responsive buttons**: the size of a button will change for each breakpoint (Fix [#&#8203;1572](https://github.com/jgthms/bulma/issues/1572)) - `@mixin between`: takes 2 breakpoint values, outputs a media query for the range between these 2 values - `$breakpoints` Sass map: a map of named breakpoints and their type (`from`, `until` or both) - `@mixin breakpoint`: uses the new `$breakpoints` Sass map to output a media query ##### Improvements - Add missing variables for content customization - Fix [#&#8203;683](https://github.com/jgthms/bulma/issues/683) Modal - example javascript toggle - Fix [#&#8203;3461](https://github.com/jgthms/bulma/issues/3461) Bulma logo with wordmark in SVG - Fix [#&#8203;3383](https://github.com/jgthms/bulma/issues/3383) 'Variables' sections on docs page ([#&#8203;3513](https://github.com/jgthms/bulma/issues/3513)) - Fixes [#&#8203;3510](https://github.com/jgthms/bulma/issues/3510) The navbar overlaps with sidebars in "Fullheight hero with navbar" ([#&#8203;3516](https://github.com/jgthms/bulma/issues/3516)) - Setup [Cypress](https://www.cypress.io/) testing ([#&#8203;3436](https://github.com/jgthms/bulma/issues/3436)) ##### Bugfix - Replace disabled attr on pagination anchor elements with is-disabled - [#&#8203;3500](https://github.com/jgthms/bulma/issues/3500) Fix hidden disabled buttons on iOS 15.4 ([#&#8203;3521](https://github.com/jgthms/bulma/issues/3521)) - [#&#8203;3076](https://github.com/jgthms/bulma/issues/3076) Fix Table headers centered aligned in Safari ### [`v0.9.3`](https://github.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#093) [Compare Source](https://github.com/jgthms/bulma/compare/0.9.2...0.9.3) ##### New features - New `is-underlined` class for underlined text and links - New `auto` value for margin and padding helper classes ##### Improvements - New `$section-padding-desktop` Sass variable - New `$hero-body-padding-tablet` Sass variable - New `$shadow` Sass variable (used for `.box`, `.card`, `.dropdown` and `.panel`) - Add `is-normal` size modifiers to `.file` and `.content` - New `%reset` placeholder ##### Bugfix - [#&#8203;3362](https://github.com/jgthms/bulma/issues/3362) Fix slash divide ### [`v0.9.2`](https://github.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#092) [Compare Source](https://github.com/jgthms/bulma/compare/0.9.1...0.9.2) ##### Breaking change To fix duplicate imports, all Sass placeholders have moved from the `utilities/mixins` file to its own `utilities/extends` file. The Sass placeholders are: - `%control` - `%unselectable` - `%arrow` - `%block` - `%delete` - `%loader` - `%overlay` If you were importing them directly from `utilities/mixins`, you'll need to import `utilities/extends` instead. If you were importing `utilities/_all` or even `bulma.sass` directly, no change is required. ##### New features - Fix [#&#8203;1583](https://github.com/jgthms/bulma/issues/1583) New `is-ghost` button that behaves / looks like a regular link - New `icon-text` component, to combine an icon with text on its side ##### Bug fixes - [#&#8203;3005](https://github.com/jgthms/bulma/issues/3005) Fix `column` offsets in RTL - Fix [#&#8203;3145](https://github.com/jgthms/bulma/issues/3145) Dropdown content is bounded by a parent card - Fix [#&#8203;3089](https://github.com/jgthms/bulma/issues/3089) Sub columns of a variable columns have weird gap - Fix [#&#8203;2937](https://github.com/jgthms/bulma/issues/2937) Add `width: unset` for narrow columns - [#&#8203;3208](https://github.com/jgthms/bulma/issues/3208) Fix [#&#8203;3163](https://github.com/jgthms/bulma/issues/3163) Do not override is-rounded with button-small - [#&#8203;3216](https://github.com/jgthms/bulma/issues/3216) Removed duplicate `mixins` imports, created a single `extends` file - [#&#8203;3216](https://github.com/jgthms/bulma/issues/3216) Removed all references to the `.sass` file extension have been removed, since they're unnecessary when there's no ambiguity between a `.sass` file or a `.scss` file ##### Improvements - Fix [#&#8203;3012](https://github.com/jgthms/bulma/issues/3012) Add `$media-*` variables, set to `!default` - Fix [#&#8203;2797](https://github.com/jgthms/bulma/issues/2797) Import dependencies individually for each component - Remove list style from pagination list </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS4xMSIsInVwZGF0ZWRJblZlciI6IjQwLjQ5LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-06-11 15:54:44 +00:00
jonathan merged commit 8633edc030 into main 2025-06-12 12:06:15 +00:00
jonathan deleted branch renovate/bulma-0.x-lockfile 2025-06-12 12:06:15 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jonathan/combine.fm#2
No description provided.