Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

jgthms/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

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/bulma-0.x branch from 4787f24 to c07f457 Compare September 30, 2022 14:35
@renovate renovate bot force-pushed the renovate/bulma-0.x branch from c07f457 to b38ce80 Compare September 30, 2022 14:37
@renovate
Copy link
Contributor Author

renovate bot commented Sep 30, 2022

⚠ 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: frontend/package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: code@0.1.0
npm WARN Found: @vue/cli-service@4.5.13
npm WARN node_modules/@vue/cli-service
npm WARN   dev @vue/cli-service@"5.0.1" from the root project
npm WARN   3 more (@vue/cli-plugin-babel, @vue/cli-plugin-router, @vue/cli-plugin-vuex)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-babel@4.5.13
npm WARN node_modules/@vue/cli-plugin-babel
npm WARN   dev @vue/cli-plugin-babel@"4.5.13" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: code@0.1.0
npm WARN Found: @vue/cli-service@4.5.13
npm WARN node_modules/@vue/cli-service
npm WARN   dev @vue/cli-service@"5.0.1" from the root project
npm WARN   3 more (@vue/cli-plugin-babel, @vue/cli-plugin-router, @vue/cli-plugin-vuex)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-router@4.5.13
npm WARN node_modules/@vue/cli-plugin-router
npm WARN   dev @vue/cli-plugin-router@"4.5.13" from the root project
npm WARN   1 more (@vue/cli-service)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: code@0.1.0
npm WARN Found: @vue/cli-service@4.5.13
npm WARN node_modules/@vue/cli-service
npm WARN   dev @vue/cli-service@"5.0.1" from the root project
npm WARN   3 more (@vue/cli-plugin-babel, @vue/cli-plugin-router, @vue/cli-plugin-vuex)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-vuex@4.5.13
npm WARN node_modules/@vue/cli-plugin-vuex
npm WARN   dev @vue/cli-plugin-vuex@"4.5.13" from the root project
npm WARN   1 more (@vue/cli-service)
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: code@0.1.0
npm ERR! Found: @vue/cli-service@5.0.1
npm ERR! node_modules/@vue/cli-service
npm ERR!   dev @vue/cli-service@"5.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0-0" from @vue/cli-plugin-router@4.5.13
npm ERR! node_modules/@vue/cli-plugin-router
npm ERR!   dev @vue/cli-plugin-router@"4.5.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-09-30T14_49_35_569Z-debug-0.log

@ju-c ju-c merged commit 4055303 into main Sep 30, 2022
@ju-c ju-c deleted the renovate/bulma-0.x branch September 30, 2022 14:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants