Skip to content

Commit

Permalink
Bump sass from 1.76.0 to 1.77.0
Browse files Browse the repository at this point in the history
Bumps [sass](https://github.com/sass/dart-sass) from 1.76.0 to 1.77.0.
- [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.76.0...1.77.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and martinpitt committed May 8, 2024
1 parent aaa427c commit 51e65ae
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 64 files
+51 −78 .package-lock.json
+1 −1 .package.json
+9 −11 @csstools/css-parser-algorithms/CHANGELOG.md
+1 −1 @csstools/css-parser-algorithms/dist/index.cjs
+3 −3 @csstools/css-parser-algorithms/dist/index.d.ts
+1 −1 @csstools/css-parser-algorithms/dist/index.mjs
+2 −2 @csstools/css-parser-algorithms/package.json
+10 −9 @csstools/css-tokenizer/CHANGELOG.md
+1 −1 @csstools/css-tokenizer/dist/index.cjs
+75 −0 @csstools/css-tokenizer/dist/index.d.ts
+1 −1 @csstools/css-tokenizer/dist/index.mjs
+1 −1 @csstools/css-tokenizer/package.json
+12 −11 @csstools/media-query-list-parser/CHANGELOG.md
+1 −1 @csstools/media-query-list-parser/dist/index.cjs
+1 −1 @csstools/media-query-list-parser/dist/index.mjs
+3 −3 @csstools/media-query-list-parser/package.json
+3 −39 get-tsconfig/README.md
+7 −3 get-tsconfig/dist/index.cjs
+19 −0 get-tsconfig/dist/index.d.cts
+19 −0 get-tsconfig/dist/index.d.mts
+7 −3 get-tsconfig/dist/index.mjs
+1 −1 get-tsconfig/package.json
+0 −15 lru-cache/LICENSE
+0 −166 lru-cache/README.md
+0 −334 lru-cache/index.js
+0 −34 lru-cache/package.json
+33 −0 sass-embedded-linux-musl-x64/dart-sass/src/LICENSE
+ sass-embedded-linux-musl-x64/dart-sass/src/sass.snapshot
+1 −1 sass-embedded-linux-musl-x64/package.json
+33 −0 sass-embedded-linux-x64/dart-sass/src/LICENSE
+ sass-embedded-linux-x64/dart-sass/src/sass.snapshot
+1 −1 sass-embedded-linux-x64/package.json
+20 −20 sass-embedded/dist/package.json
+20 −20 sass-embedded/package.json
+33 −0 sass/LICENSE
+1 −1 sass/package.json
+20 −65 sass/sass.dart.js
+44 −31 semver/README.md
+5 −14 semver/bin/semver.js
+4 −3 semver/classes/range.js
+1 −1 semver/classes/semver.js
+45 −0 semver/internal/lrucache.js
+7 −8 semver/package.json
+5 −4 stylelint-scss/README.md
+0 −21 stylelint-scss/node_modules/known-css-properties/LICENSE
+0 −48 stylelint-scss/node_modules/known-css-properties/README.md
+0 −1,229 stylelint-scss/node_modules/known-css-properties/data/all.json
+0 −3 stylelint-scss/node_modules/known-css-properties/index.d.ts
+0 −1 stylelint-scss/node_modules/known-css-properties/index.js
+0 −56 stylelint-scss/node_modules/known-css-properties/package.json
+4 −4 stylelint-scss/package.json
+67 −0 stylelint-scss/src/rules/at-mixin-no-risky-nesting-selector/index.js
+1 −0 stylelint-scss/src/rules/index.js
+18 −2 stylelint-scss/src/rules/no-duplicate-mixins/index.js
+12 −3 stylelint-scss/src/rules/no-global-function-names/index.js
+25 −7 stylelint-scss/src/rules/no-unused-private-members/index.js
+3 −2 stylelint-scss/src/rules/operator-no-unspaced/index.js
+2 −0 stylelint-scss/src/rules/property-no-unknown/index.js
+11 −0 stylelint-scss/src/utils/getAtRuleParams.js
+0 −15 yallist/LICENSE
+0 −204 yallist/README.md
+0 −8 yallist/iterator.js
+0 −29 yallist/package.json
+0 −426 yallist/yallist.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jed": "1.1.1",
"qunit": "2.20.1",
"qunit-tap": "1.5.1",
"sass": "1.76.0",
"sass": "1.77.0",
"sizzle": "2.3.10",
"stylelint": "16.5.0",
"stylelint-config-standard": "36.0.0",
Expand Down

0 comments on commit 51e65ae

Please sign in to comment.