Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2024

This PR contains the following updates:

Package Change Age Confidence
bulma (source) 0.9.4 -> 1.0.4 age confidence

Release Notes

jgthms/bulma (bulma)

v1.0.4

Compare Source

New Features
  • #​3937: Add .has-text-weight-extrabold as a typography class.
  • #​3906 fixes #​3895: Make variables root configurable
Bug Fixes
  • #​3963: Improve colour loading versions of outlined buttons
  • #​3950: Correct the syntax in hero is-bold colour variants
Documentation Fixes
  • #​3916 Fixed .skeleton-toggler issues

v1.0.3

Compare Source

Bug Fixes
  • Fix #​3842: restore use of $easing, $radius-rounded and $speed Sass variables
  • Fix #​3920: migrate code to avoid Sass 1.80 deprecation warning of global built-in functions
  • Fix #​3945: add $duration Sass variable
  • Fix #​3822: Non-minified version of bulma-prefixed was missing
  • Fix #​3805: helper classes were missing prefix
Documentation Fixes

v1.0.2

Compare Source

Improvements
  • Smart Grid is-col-min now goes up to 32 (Fixes #​3829)
  • Remove need for is-variable modifier for Column gaps
  • You can have a list of radio buttons or checkboxes with the radios and checkboxes classes respectively
  • Add is-max-tablet modifier to the Container element
  • Add currentColor and inherit as possible values for the color and background helpers
  • The Section can now have a minimum height of 100vh with the is-fullheight modifier
  • Add more SCSS variables:
    • $input-border-style
    • $input-border-width
    • $label-spacing
    • $field-block-spacing
  • Add more CSS variables:
    • --bulma-input-border-style
    • --bulma-input-border-width
    • --bulma-label-color
    • --bulma-label-spacing
    • --bulma-label-weight
    • --bulma-help-size
    • --bulma-field-block-spacing
Bug fixes
  • Fix #​3824: ability to override $scheme-h, $scheme-s, $dark-l and $light-l Sass variables
  • Fix #​3830: add remaining logical properties
  • Fix #​3743: make sure 12 columns system take up whole width
  • Fix #​3799: restore variable columns
  • Fix #​3846: restore --bulma-column-gap CSS variable
  • Fix #​3775: has-background helpers should only affect element it's applied to
  • Fix #​3856: Sass nested rule deprecation warning
  • Fix #​3757: restore use of $navbar-burger-color

v1.0.1

Compare Source

Bug fixes
  • Fix #​3755: .select colors
  • Fix #​3736: include helpers in "No Dark Mode" version
  • Fix #​3744: build non-minified versions
  • Fix #​3747: ability to nest fixed grids
  • Fix #​3759: remove unused .skeleton class
  • Fix #​3786: fix horizontal padding of rounded buttons
Documentation fixes
  • Fix #​3725
  • Fix #​3720
  • Update online documentation link in README
  • Update migrating-to-v1.html
  • Fix #​3735
  • Fix #​3729: explain how to use Bulma in a modular way
  • Fix #​3785: make use of the @prefers-reduced-motion setting
  • Fix #​3758: broken links for 0.9.4 version
  • Fix #​3760: fix form controls typo
Improvements
  • Fix #​3737: Move sass to devDependencies

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.


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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 23, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @vue/cli-plugin-eslint@4.5.19
npm error Found: eslint@7.32.0
npm error node_modules/eslint
npm error   dev eslint@"7.32.0" from the root project
npm error   peer eslint@"^5.0.0 || ^6.0.0 || ^7.0.0" from @typescript-eslint/eslint-plugin@4.33.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"4.33.0" from the root project
npm error     peer @typescript-eslint/eslint-plugin@"^4.4.0" from @vue/eslint-config-typescript@7.0.0
npm error     node_modules/@vue/eslint-config-typescript
npm error       dev @vue/eslint-config-typescript@"7.0.0" from the root project
npm error   11 more (@typescript-eslint/experimental-utils, eslint-utils, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.19
npm error node_modules/@vue/cli-plugin-eslint
npm error   dev @vue/cli-plugin-eslint@"4.5.19" from the root project
npm error
npm error Conflicting peer dependency: eslint@6.8.0
npm error node_modules/eslint
npm error   peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.19
npm error   node_modules/@vue/cli-plugin-eslint
npm error     dev @vue/cli-plugin-eslint@"4.5.19" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-03T17_08_54_160Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-03T17_08_54_160Z-debug-0.log

@renovate renovate bot force-pushed the renovate/bulma-1.x branch from 31cb4e7 to 28cf0e6 Compare July 25, 2024 15:10
@renovate renovate bot force-pushed the renovate/bulma-1.x branch from 28cf0e6 to 03f3a78 Compare December 27, 2024 22:52
@renovate renovate bot force-pushed the renovate/bulma-1.x branch from 03f3a78 to e6b884b Compare April 19, 2025 14:39
@renovate renovate bot force-pushed the renovate/bulma-1.x branch from e6b884b to 9e2a5a9 Compare August 13, 2025 16:54
@renovate renovate bot force-pushed the renovate/bulma-1.x branch from 9e2a5a9 to be37afc Compare December 3, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant