vue-slider-component icon indicating copy to clipboard operation
vue-slider-component copied to clipboard

Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Open RilDev opened this issue 3 years ago • 8 comments

The Problem

With Node 16, the new Node LTS, I get a warning everytime I start my server.

: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($size, 2) or calc($size / 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

  ╷
7 │     border-width: $size / 2;
  │                   ^^^^^^^^^
  ╵
    node_modules/vue-slider-component/lib/styles/_triangle.scss 7:19  triangle()
    node_modules/vue-slider-component/lib/styles/_triangle.scss 31:7  arrow()
    node_modules/vue-slider-component/lib/theme/default.scss 108:7    @import
    src/components/Filters/Partials/FilterPrice.vue 419:9             root stylesheet

The Environment

  • OS & Version: Linux 20.0.4
  • Vue version: v2.6.12 (using Nuxt v2.15.8)
  • Component Version: v3.2.15

RilDev avatar Dec 23 '21 16:12 RilDev

I'm seeing the same thing. Hoping this will be fixed in the next release.

kinoli avatar Jan 05 '22 02:01 kinoli

I think this has been fixed already but hasn't been released yet

@NightCatSama , could you please create a new release for this fix. Thank you!

nanaeasiedu avatar Jan 19 '22 09:01 nanaeasiedu

push, please make a release. Waiting now 3 months for it. 🙏

lowbits avatar Jan 28 '22 08:01 lowbits

I am still getting warnings in this package too, will this be updated? thank you.

pandalion avatar Mar 29 '22 16:03 pandalion

I wouldn't mind a release either!

peterpacket avatar May 23 '22 22:05 peterpacket

Up, 3 more months have passed :-)

Please just release a new patch to fix this

rbecheras avatar Aug 03 '22 14:08 rbecheras

@rbecheras In the latest version, it should have been replaced by * 0.5

NightCatSama avatar Aug 04 '22 02:08 NightCatSama

Ah yes, but it's the v4 beta...

Ok, I understand it's not critical to push a patch to the v3.

Thank you for answering @NightCatSama

rbecheras avatar Aug 16 '22 17:08 rbecheras

Fixed in version 3.2.23.

NightCatSama avatar Nov 02 '22 13:11 NightCatSama

Thanks!

rbecheras avatar Nov 03 '22 11:11 rbecheras