Skip to content

Bump simplebar from 6.0.0-beta.7 to 6.2.0#242

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/simplebar-6.2.0
Open

Bump simplebar from 6.0.0-beta.7 to 6.2.0#242
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/simplebar-6.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps simplebar from 6.0.0-beta.7 to 6.2.0.

Release notes

Sourced from simplebar's releases.

v6.0.0

⚠️ Breaking changes!

Major

SimpleBar has been (almost )entirely rewritten in TypeScript!

core

  • ⚠️ SimpleBar v6 does not use any polyfill anymore by default! If you see any error in a browser you want support for, you might need a polyfill! You can use Babel @babel/preset-env to polyfill for you, see our examples package or check out polyfill.io.
  • timeout option is now deprecated. It is now only made with a CSS transition that you can override with CSS as you want.
  • mutation-observer polyfill is not shipped by default anymore.
  • core-js is not included anymore. We now use TypeScript instead of Babel so polyfilling is up to you!
  • Bundle is much smaller!
  • New useful classes on host element: .simplebar-hover, .simplebar-mouse-entered, .simplebar-scrolling, .simplebar-scrollable.
  • Scrollbar recalculations are now throttled with RAQ instead of Lodash's throttle function, which prevents stuttering on animations (#507)

simplebar-react

  • CSS import is now import 'simplebar-react/dist/simplebar.min.css'. There was a typo in the doc for simplebar-react that was importing from simplebar and this is now fixed. Sorry about that!

simplebar-vue

  • Remove support for Vue < 2.7. Thanks again @​renatodeleao for all the work on that.
Commits
Maintainer changes

This version was pushed to npm by gromy, a new releaser for simplebar 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 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)

Bumps [simplebar](https://github.com/grsmto/simplebar/tree/HEAD/packages/simplebar) from 6.0.0-beta.7 to 6.2.0.
- [Release notes](https://github.com/grsmto/simplebar/releases)
- [Commits](https://github.com/grsmto/simplebar/commits/simplebar@6.2.0/packages/simplebar)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
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.

0 participants