Update dependency bulma to v1 #115

Open
renovate wants to merge 1 commit from renovate/bulma-1.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
bulma (source) dependencies major 0.9.4 -> 1.0.2

Release Notes

jgthms/bulma (bulma)

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 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 | major | [`0.9.4` -> `1.0.2`](https://renovatebot.com/diffs/npm/bulma/0.9.4/1.0.2) | --- ### Release Notes <details> <summary>jgthms/bulma (bulma)</summary> ### [`v1.0.2`](https://github.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#102) [Compare Source](https://github.com/jgthms/bulma/compare/1.0.1...1.0.2) ##### Improvements - Smart Grid `is-col-min` now goes up to `32` (Fixes [#&#8203;3829](https://github.com/jgthms/bulma/issues/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 [#&#8203;3824](https://github.com/jgthms/bulma/issues/3824): ability to override `$scheme-h`, `$scheme-s`, `$dark-l` and `$light-l` Sass variables - Fix [#&#8203;3830](https://github.com/jgthms/bulma/issues/3830): add remaining logical properties - Fix [#&#8203;3743](https://github.com/jgthms/bulma/issues/3743): make sure 12 columns system take up whole width - Fix [#&#8203;3799](https://github.com/jgthms/bulma/issues/3799): restore variable columns - Fix [#&#8203;3846](https://github.com/jgthms/bulma/issues/3846): restore `--bulma-column-gap` CSS variable - Fix [#&#8203;3775](https://github.com/jgthms/bulma/issues/3775): `has-background` helpers should only affect element it's applied to - Fix [#&#8203;3856](https://github.com/jgthms/bulma/issues/3856): Sass nested rule deprecation warning - Fix [#&#8203;3757](https://github.com/jgthms/bulma/issues/3757): restore use of `$navbar-burger-color` ### [`v1.0.1`](https://github.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#101) [Compare Source](https://github.com/jgthms/bulma/compare/1.0.0...1.0.1) ##### Bug fixes - Fix [#&#8203;3755](https://github.com/jgthms/bulma/issues/3755): `.select` colors - Fix [#&#8203;3736](https://github.com/jgthms/bulma/issues/3736): include helpers in "No Dark Mode" version - Fix [#&#8203;3744](https://github.com/jgthms/bulma/issues/3744): build non-minified versions - Fix [#&#8203;3747](https://github.com/jgthms/bulma/issues/3747): ability to nest fixed grids - Fix [#&#8203;3759](https://github.com/jgthms/bulma/issues/3759): remove unused `.skeleton` class - Fix [#&#8203;3786](https://github.com/jgthms/bulma/issues/3786): fix horizontal padding of rounded buttons ##### Documentation fixes - Fix [#&#8203;3725](https://github.com/jgthms/bulma/issues/3725) - Fix [#&#8203;3720](https://github.com/jgthms/bulma/issues/3720) - Update online documentation link in README - Update `migrating-to-v1.html` - Fix [#&#8203;3735](https://github.com/jgthms/bulma/issues/3735) - Fix [#&#8203;3729](https://github.com/jgthms/bulma/issues/3729): explain how to use Bulma in a modular way - Fix [#&#8203;3785](https://github.com/jgthms/bulma/issues/3785): make use of the `@prefers-reduced-motion` setting - Fix [#&#8203;3758](https://github.com/jgthms/bulma/issues/3758): broken links for `0.9.4` version - Fix [#&#8203;3760](https://github.com/jgthms/bulma/issues/3760): fix form controls typo ##### Improvements - Fix [#&#8203;3737](https://github.com/jgthms/bulma/issues/3737): Move `sass` to `devDependencies` ### [`v1.0.0`](https://github.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://github.com/jgthms/bulma/compare/0.9.4...1.0.0) Bulma v1 is a **full rewrite** of the framework using [**Dart Sass**](https://sass-lang.com/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**. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Author
Collaborator

⚠️ 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
docker: Error response from daemon: <html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>.
time="2024-07-25T15:04:33Z" level=error msg="error waiting for container: unexpected EOF"

### ⚠️ 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 ``` docker: Error response from daemon: <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html>. time="2024-07-25T15:04:33Z" level=error msg="error waiting for container: unexpected EOF" ```
renovate force-pushed renovate/bulma-1.x from d635eea1d4 to 80760df35e 2024-05-20 18:04:42 +01:00 Compare
renovate force-pushed renovate/bulma-1.x from 80760df35e to 063d42ce3c 2024-07-25 16:04:36 +01:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/bulma-1.x:renovate/bulma-1.x
git checkout renovate/bulma-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/bulma-1.x
git checkout renovate/bulma-1.x
git rebase master
git checkout master
git merge --ff-only renovate/bulma-1.x
git checkout renovate/bulma-1.x
git rebase master
git checkout master
git merge --no-ff renovate/bulma-1.x
git checkout master
git merge --squash renovate/bulma-1.x
git checkout master
git merge --ff-only renovate/bulma-1.x
git checkout master
git merge renovate/bulma-1.x
git push origin master
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: repos/website#115
No description provided.