Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump buefy from 0.7.1 to 0.9.29 #18

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps buefy from 0.7.1 to 0.9.29.

Release notes

Sourced from buefy's releases.

v0.9.29

What's Changed in v0.9.29

Fixes

  • Fix #4017 Tooltip - AbortController is not defined in SSR mode (Nuxt)
  • Fix #4018 Browser tab froze when Field with both grouped and horizontal props true got a validation error. However, there is another issue that validation errors cannot be reset once they are set if grouped and horizontal are combined (#4031).

Full Changelog: buefy/buefy@v0.9.28...v0.9.29

v0.9.28

0.9.28

What's Changed in v0.9.28

New features

  • #3862 Expose isActiveDetailRow method in the default scoped slot props of table column (thanks @​OrestHk)
  • #3863 Add active event emitted when dropdown turns active/inactive (thanks @​daniil4udo)

Fixes

  • Fix #3961 Dropdown with "hover" trigger incorrectly rendered on mobile devices

  • Fix #3963 No dropdown showed up if the data array was empty and only the footer slot was registered (thanks @​GMartigny)

  • Fix #3971 Problems with table headers and dates due to 0.9.25 → 0.9.27 changes

  • Fix #3971 Percentage width on table columns doubly applied

  • Fix #3991 Potential call after unmount in the following components (thanks @​Arooba-git):

    • NumberInput
    • Sidebar
  • Fix #3991 Potential listener leaks in SliderThumb (thanks @​Arooba-git)

  • Fix #4000 Potential call after unmount in the following components (thanks @​Arooba-git):

    • Autocomplete
    • ColorpickerHSLRepresentationSquare
    • ColorpickerHSLRepresentationTriangle
    • Dropdown
    • Slider
    • Taginput
    • Tooltip
  • Release 0.9.28 by @​kikuomax in buefy/buefy#4011

Full Changelog: buefy/buefy@v0.9.27...v0.9.28

v0.9.27

What's Changed

... (truncated)

Changelog

Sourced from buefy's changelog.

0.9.29

Fixes

  • Fix #4017 Tooltip - AbortController is not defined in SSR mode (Nuxt)
  • Fix #4018 Browser tab froze when Field with both grouped and horizontal props true got a validation error. However, there is another issue that validation errors cannot be reset once they are set if grouped and horizontal are combined.

0.9.28

New features

  • #3862 Expose isActiveDetailRow method in the default scoped slot props of table column (thanks @​OrestHk)
  • #3863 Add active event emitted when dropdown turns active/inactive (thanks @​daniil4udo)

Fixes

  • Fix #3961 Dropdown with "hover" trigger incorrectly rendered on mobile devices
  • Fix #3963 No dropdown showed up if the data array was empty and only the footer slot was registered (thanks @​GMartigny)
  • Fix #3971 Problems with table headers and dates due to 0.9.25 → 0.9.27 changes
  • Fix #3971 Percentage width on table columns doubly applied
  • Fix #3991 Potential call after unmount in the following components (thanks @​Arooba-git):
    • NumberInput
    • Sidebar
  • Fix #3991 Potential listener leaks in SliderThumb (thanks @​Arooba-git)
  • Fix #4000 Potential call after unmount in the following components (thanks @​Arooba-git):
    • Autocomplete
    • ColorpickerHSLRepresentationSquare
    • ColorpickerHSLRepresentationTriangle
    • Dropdown
    • Slider
    • Taginput
    • Tooltip

0.9.27

New features

  • Add render-on-mount prop to modal
  • Add startLoading and stopLoading methods to dialog (thanks @​zhanghengxin)
  • Add drag-and-drop support to table for mobile devices

Fixes

  • Fix dropdown position when autocompleted and appended to body (thanks @​francisfontoura)
  • Fix b-button nativeType for tag 'input' (thanks @​mistersaal)
  • Fix #3887 Invalid type error for tags
  • Fix #3872 SVG icons too large in Safari
  • Fix #3753 and #3065 Tooltip Glitchy
  • Fix #3726 Horizontal scrollable table ignores column width
  • Fix #2886 and #3034 sort icons on Table overlapped next columns

... (truncated)

Commits
  • 09207a4buefy/buefy#4029
  • 25acddd chore(docs): alias @​ntohq/buefy-nextbuefy/buefy#4024
  • ccca57ebuefy/buefy#4025
  • 83895ddbuefy/buefy#4023
  • 76e8d43 Fix: Browser tab freezes, unresponsive, plus possible memory leak with form i...
  • f3a964d Fix: Tooltip - AbortController is not defined in SSR mode (Nuxt) (buefy/buefy...
  • 2454aa8buefy/buefy#4013
  • a705b0abuefy/buefy#4010
  • a13d844 Clear timing events and event listeners before component unmounts (buefy/buef...
  • b9df92cbuefy/buefy#3875
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesdevpro, a new releaser for buefy since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/buefy-0.9.29 branch from 8d57333 to 64a2599 Compare August 17, 2024 08:13
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2024

Sorry, only users with push access can use that command.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/buefy-0.9.29 branch from 64a2599 to 47d7719 Compare August 17, 2024 08:27
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Bumps [buefy](https://github.com/buefy/buefy) from 0.7.1 to 0.9.29.
- [Release notes](https://github.com/buefy/buefy/releases)
- [Changelog](https://github.com/buefy/buefy/blob/dev/CHANGELOG.md)
- [Commits](buefy/buefy@v0.7.1...v0.9.29)

---
updated-dependencies:
- dependency-name: buefy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@inkz
Copy link
Member

inkz commented Aug 17, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/buefy-0.9.29 branch from 47d7719 to ffb88f7 Compare August 17, 2024 08:28
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2024

Sorry, only users with push access can use that command.

@inkz inkz merged commit cd6faba into main Aug 17, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/buefy-0.9.29 branch August 17, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant