Bump sassc-embedded from 1.70.1 to 1.80.1

Note: Since we update to 1.80.1 deprecation warnings are appear when execute the assets:precompile command.
In order to silence this deprecation, we add silence_deprecation option in sass.rb initializer.

The code has also been updated to remove the deprecation warnings that appeared related to the function
darken(), lighten() and "Using / for division" instead of the function calc().

Bumps [sassc-embedded](https://github.com/sass-contrib/sassc-embedded-shim-ruby) from 1.70.1 to 1.80.1.
- [Commits](https://github.com/sass-contrib/sassc-embedded-shim-ruby/compare/v1.70.1...v1.80.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-28 13:30:32 +00:00
committed by taitus
parent 58639b64fa
commit 64bcedc8b2
12 changed files with 46 additions and 28 deletions

View File

@@ -249,7 +249,7 @@ GEM
request_store (~> 1.0)
globalize-accessors (0.3.0)
globalize (>= 5.0.0)
google-protobuf (4.27.5)
google-protobuf (4.28.3)
bigdecimal
rake (>= 13)
graphiql-rails (1.8.0)
@@ -583,13 +583,13 @@ GEM
capistrano (~> 3.0)
sshkit (>= 1.2)
safely_block (0.4.1)
sass-embedded (1.72.0)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
sass-embedded (1.80.4)
google-protobuf (~> 4.28)
rake (>= 13)
sassc (2.4.0)
ffi (~> 1.9)
sassc-embedded (1.70.1)
sass-embedded (~> 1.70)
sassc-embedded (1.80.1)
sass-embedded (~> 1.80)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
@@ -781,7 +781,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.1.0)
rubocop-rspec_rails (~> 2.30.0)
rvm1-capistrano3 (~> 1.4.0)
sassc-embedded (~> 1.70.1)
sassc-embedded (~> 1.80.1)
sassc-rails (~> 2.1.2)
savon (~> 2.15.1)
selenium-webdriver (~> 4.25.0)