[PR #59] [CLOSED] Bump buefy from 0.8.6 to 0.8.8 #67

Closed
opened 2026-02-26 04:36:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/59
Author: @dependabot-preview[bot]
Created: 12/20/2019
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/buefy-0.8.8


📝 Commits (1)

  • d48f622 Bump buefy from 0.8.6 to 0.8.8

📊 Changes

2 files changed (+16 additions, -6 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+15 -5)

📄 Description

Bumps buefy from 0.8.6 to 0.8.8.

Release notes

Sourced from buefy's releases.

v0.8.8

New features

  • Add subheadings prop/slot to table (thanks @​arambert)
  • Add container prop to dialog (thanks @​service-paradis)
  • Add touch events to carousel on mobile

Fixes

v0.8.7

New features

Fixes

Changelog

Sourced from buefy's changelog.

0.8.8

New features

  • Add subheadings prop/slot to table (thanks @​arambert)
  • Add container prop to dialog (thanks @​service-paradis)
  • Add touch events to carousel on mobile

Fixes

0.8.7

New features

Fixes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moollaza/repo-remover/pull/59 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/buefy-0.8.8` --- ### 📝 Commits (1) - [`d48f622`](https://github.com/moollaza/repo-remover/commit/d48f62254860f75f885b987b152c643a6fdcb8e8) Bump buefy from 0.8.6 to 0.8.8 ### 📊 Changes **2 files changed** (+16 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+15 -5) </details> ### 📄 Description Bumps [buefy](https://github.com/buefy/buefy) from 0.8.6 to 0.8.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/buefy/buefy/releases">buefy's releases</a>.</em></p> <blockquote> <h2>v0.8.8</h2> <h3>New features</h3> <ul> <li>Add <code>subheadings</code> prop/slot to table (thanks <a href="https://github.com/arambert">@​arambert</a>)</li> <li>Add <code>container</code> prop to dialog (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Add touch events to carousel on mobile</li> </ul> <h3>Fixes</h3> <ul> <li>Fix custom icon pack improving merge internal function (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2006">#2006</a> tabs when nested each other (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> </ul> <h2>v0.8.7</h2> <h3>New features</h3> <ul> <li><strong>New component: Carousel</strong>, <a href="https://buefy.org/documentation/carousel">see docs</a> (thanks <a href="https://github.com/apolokaklab">@​apolokaklab</a>)</li> <li>Add <code>controls</code> prop to number input (thanks <a href="https://github.com/afwn90cj93201nixr2e1re">@​afwn90cj93201nixr2e1re</a>)</li> <li>Add <code>accordion</code> prop to menu</li> <li>Add <code>icon-click</code> event to input (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Add multiple support to Datepicker when type is <code>month</code></li> <li>Add more customization variables for dropdown and loading (thanks <a href="https://github.com/HugoHeneault">@​HugoHeneault</a>)</li> <li>Add more customization variables for datepicker (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Add <code>defaultDatepickerMobileModal</code> constructor option (thanks <a href="https://github.com/ievhen-soloviov">@​ievhen-soloviov</a>)</li> <li><a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2000">#2000</a> Add <code>time-creator</code> prop to timepicker</li> </ul> <h3>Fixes</h3> <ul> <li>Fix IE compatibility using multiple datepicker</li> <li>Fix datetimepicker ignores expanded prop (thanks <a href="https://github.com/cypressious">@​cypressious</a>)</li> <li>Fix disabled checkbox in table (thanks <a href="https://github.com/yxngl">@​yxngl</a>)</li> <li>Fix page number count when filtering data (thanks <a href="https://github.com/yxngl">@​yxngl</a>)</li> <li>Fix placeholder to datetimepicker (thanks <a href="https://github.com/yxngl">@​yxngl</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1812">#1812</a> extending a component</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1909">#1909</a>, <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1902">#1902</a>, <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1898">#1898</a> issues on searchable table column (thanks <a href="https://github.com/dauriata">@​dauriata</a> and <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1951">#1951</a> modal a11y improvements (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1963">#1963</a> erase numberinput value</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1972">#1972</a> using min and max native datepicker and timepicker props</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1986">#1986</a> setting 00:00 on datetimepicker</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/buefy/buefy/blob/dev/CHANGELOG.md">buefy's changelog</a>.</em></p> <blockquote> <h2>0.8.8</h2> <h3>New features</h3> <ul> <li>Add <code>subheadings</code> prop/slot to table (thanks <a href="https://github.com/arambert">@​arambert</a>)</li> <li>Add <code>container</code> prop to dialog (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Add touch events to carousel on mobile</li> </ul> <h3>Fixes</h3> <ul> <li>Fix custom icon pack improving merge internal function (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2006">#2006</a> tabs when nested each other (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> </ul> <h2>0.8.7</h2> <h3>New features</h3> <ul> <li><strong>New component: Carousel</strong>, <a href="https://buefy.org/documentation/carousel">see docs</a> (thanks <a href="https://github.com/apolokaklab">@​apolokaklab</a>)</li> <li>Add <code>controls</code> prop to number input (thanks <a href="https://github.com/afwn90cj93201nixr2e1re">@​afwn90cj93201nixr2e1re</a>)</li> <li>Add <code>accordion</code> prop to menu</li> <li>Add <code>icon-click</code> event to input (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Add multiple support to Datepicker when type is <code>month</code></li> <li>Add more customization variables for dropdown and loading (thanks <a href="https://github.com/HugoHeneault">@​HugoHeneault</a>)</li> <li>Add more customization variables for datepicker (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Add <code>defaultDatepickerMobileModal</code> constructor option (thanks <a href="https://github.com/ievhen-soloviov">@​ievhen-soloviov</a>)</li> <li><a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2000">#2000</a> Add <code>time-creator</code> prop to timepicker</li> </ul> <h3>Fixes</h3> <ul> <li>Fix IE compatibility using multiple datepicker</li> <li>Fix datetimepicker ignores expanded prop (thanks <a href="https://github.com/cypressious">@​cypressious</a>)</li> <li>Fix disabled checkbox in table (thanks <a href="https://github.com/yxngl">@​yxngl</a>)</li> <li>Fix page number count when filtering data (thanks <a href="https://github.com/yxngl">@​yxngl</a>)</li> <li>Fix placeholder to datetimepicker (thanks <a href="https://github.com/yxngl">@​yxngl</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1812">#1812</a> extending a component</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1909">#1909</a>, <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1902">#1902</a>, <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1898">#1898</a> issues on searchable table column (thanks <a href="https://github.com/dauriata">@​dauriata</a> and <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1951">#1951</a> modal a11y improvements (thanks <a href="https://github.com/service-paradis">@​service-paradis</a>)</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1963">#1963</a> erase numberinput value</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1972">#1972</a> using min and max native datepicker and timepicker props</li> <li>Fix <a href="https://github-redirect.dependabot.com/buefy/buefy/issues/1986">#1986</a> setting 00:00 on datetimepicker</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/buefy/buefy/commit/b4814596b33e291c7193b991be0ba8276ce5bfe4"><code>b481459</code></a> 0.8.8</li> <li><a href="https://github.com/buefy/buefy/commit/46e04c83cabd05c7fce211cc55ad832e69e41de8"><code>46e04c8</code></a> Update table docs</li> <li><a href="https://github.com/buefy/buefy/commit/5779ac8a0a8dc873439f3e4341484202cd9e6fc6"><code>5779ac8</code></a> Add touch events to carousel on mobile</li> <li><a href="https://github.com/buefy/buefy/commit/c0504981d441fc27ceeb9b41ed705f6200d3b45c"><code>c050498</code></a> Add Subheadings to table (<a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2009">#2009</a>)</li> <li><a href="https://github.com/buefy/buefy/commit/06b24d1e3c8c9619687483f78e9b1969fc295d08"><code>06b24d1</code></a> Add &gt; selector to improve tabs inception (<a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2011">#2011</a>)</li> <li><a href="https://github.com/buefy/buefy/commit/8aacf74a951ee173326371ea9b100004fd42bae1"><code>8aacf74</code></a> Add a container prop for the dialog component (<a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2012">#2012</a>)</li> <li><a href="https://github.com/buefy/buefy/commit/443e0e173e603125a6a1157a1d20f5501a6a6d2e"><code>443e0e1</code></a> Add get config programmatic. (<a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2001">#2001</a>)</li> <li><a href="https://github.com/buefy/buefy/commit/a8321aba6673f8d9238d0e3260bb72511ddf9d90"><code>a8321ab</code></a> Improve merge function to prevent weird issue (<a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2008">#2008</a>)</li> <li><a href="https://github.com/buefy/buefy/commit/678e260882b662298b8019c367b1b13b89335803"><code>678e260</code></a> Fix typo in doc (<a href="https://github-redirect.dependabot.com/buefy/buefy/issues/2007">#2007</a>)</li> <li><a href="https://github.com/buefy/buefy/commit/0287958255db559cdce08ceeeb570d8fed3da8ac"><code>0287958</code></a> 0.8.7</li> <li>Additional commits viewable in <a href="https://github.com/buefy/buefy/compare/v0.8.6...v0.8.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=buefy&package-manager=npm_and_yarn&previous-version=0.8.6&new-version=0.8.8)](https://dependabot.com/compatibility-score.html?dependency-name=buefy&package-manager=npm_and_yarn&previous-version=0.8.6&new-version=0.8.8) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:44 +03:00
Sign in to join this conversation.
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
starred/repo-remover-moollaza#67
No description provided.