Skip to content

Commit

Permalink
Bump sass from 1.79.4 to 1.80.3
Browse files Browse the repository at this point in the history
Bumps [sass](https://github.com/sass/dart-sass) from 1.79.4 to 1.80.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.79.4...1.80.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jelly committed Oct 20, 2024
1 parent 1086faf commit 7707c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 43 files
+1 −0 .bin/detect-libc
+79 −3 .package-lock.json
+1 −1 .package.json
+21 −0 @parcel/watcher-linux-x64-musl/LICENSE
+1 −0 @parcel/watcher-linux-x64-musl/README.md
+33 −0 @parcel/watcher-linux-x64-musl/package.json
+ @parcel/watcher-linux-x64-musl/watcher.node
+21 −0 @parcel/watcher/LICENSE
+135 −0 @parcel/watcher/README.md
+49 −0 @parcel/watcher/index.d.ts
+41 −0 @parcel/watcher/index.js
+48 −0 @parcel/watcher/index.js.flow
+83 −0 @parcel/watcher/package.json
+77 −0 @parcel/watcher/wrapper.js
+7 −0 detect-libc/.npmignore
+201 −0 detect-libc/LICENSE
+78 −0 detect-libc/README.md
+18 −0 detect-libc/bin/detect-libc.js
+92 −0 detect-libc/lib/detect-libc.js
+35 −0 detect-libc/package.json
+9 −0 node-addon-api/LICENSE.md
+319 −0 node-addon-api/README.md
+20 −0 node-addon-api/common.gypi
+25 −0 node-addon-api/except.gypi
+12 −0 node-addon-api/index.js
+186 −0 node-addon-api/napi-inl.deprecated.h
+6,607 −0 node-addon-api/napi-inl.h
+3,201 −0 node-addon-api/napi.h
+32 −0 node-addon-api/node_addon_api.gyp
+9 −0 node-addon-api/node_api.gyp
+26 −0 node-addon-api/noexcept.gypi
+0 −0 node-addon-api/nothing.c
+21 −0 node-addon-api/package-support.json
+480 −0 node-addon-api/package.json
+73 −0 node-addon-api/tools/README.md
+99 −0 node-addon-api/tools/check-napi.js
+71 −0 node-addon-api/tools/clang-format.js
+301 −0 node-addon-api/tools/conversion.js
+79 −0 node-addon-api/tools/eslint-format.js
+1 −1 sass/package.json
+4,356 −3,607 sass/sass.dart.js
+1 −0 sass/sass.js
+3 −3 sass/types/deprecations.d.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jed": "1.1.1",
"qunit": "2.22.0",
"qunit-tap": "1.5.1",
"sass": "1.79.4",
"sass": "1.80.3",
"sizzle": "2.3.10",
"stylelint": "16.10.0",
"stylelint-config-recommended-scss": "14.0.0",
Expand Down

0 comments on commit 7707c19

Please sign in to comment.